Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
bdca79c2bf40556b664c9b1c32aec103e9bdb4a9
bdca79c2
ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal
by Masami Hiramatsu
· 8 years ago
9880ce4
perf probe: Use hexadecimal type by default if possible
by Masami Hiramatsu
· 8 years ago
9254378
perf probe: Support hexadecimal casting
by Masami Hiramatsu
· 8 years ago
180b206
perf probe: Add supported for type casting by the running kernel
by Masami Hiramatsu
· 8 years ago
8642562
ftrace: probe: Add README entries for k/uprobe-events
by Masami Hiramatsu
· 8 years ago
17ce3dc
ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types
by Masami Hiramatsu
· 8 years ago
6637e6f1
perf hists browser: Remove superfluous null check on map
by Colin Ian King
· 8 years ago
11196b7
perf tools: Skip running the feature tests for 'make install-doc'
by Rui Teng
· 8 years ago
11d8f87
perf tools: Use __weak definition from linux/compiler.h
by Rui Teng
· 8 years ago
fa1f456
perf report: Allow configuring the default sort order in ~/.perfconfig
by Arnaldo Carvalho de Melo
· 8 years ago
39ff526
tools: Copy coresight-pmu.h header file needed by perf tools
by Mathieu Poirier
· 8 years ago
05ed3ac
perf disassemble: Extract logic to find file to pass to objdump to a separate function
by Arnaldo Carvalho de Melo
· 8 years ago
3caee09
perf disassemble: Simplify logic for picking the filename to disassemble
by Arnaldo Carvalho de Melo
· 8 years ago
c12944f
perf disassemble: Move check for kallsyms + !kcore
by Arnaldo Carvalho de Melo
· 8 years ago
29659ab
perf hists: Add support for header span
by Jiri Olsa
· 8 years ago
f3705b0
perf tools stdio: Display multiple header lines
by Jiri Olsa
· 8 years ago
69705b3
perf tools tui: Display multiple header lines
by Jiri Olsa
· 8 years ago
74bb43f
perf hists: Add line argument into perf_hpp_fmt's header callback
by Jiri Olsa
· 8 years ago
f8e6710
perf hists: Introduce nr_header_lines into struct perf_hpp_list
by Jiri Olsa
· 8 years ago
b9c4b0f
perf top: Use MSEC_PER_SEC
by Arnaldo Carvalho de Melo
· 8 years ago
565e691
perf bench futex: Use NSEC_PER_USEC
by Arnaldo Carvalho de Melo
· 8 years ago
c05a6e1
perf kvm: Use NSEC_PER_USEC
by Arnaldo Carvalho de Melo
· 8 years ago
0693e68
perf record: Use USEC_PER_MSEC
by Arnaldo Carvalho de Melo
· 8 years ago
af15e67
perf bench sched-messaging: Use USEC_PER_MSEC
by Arnaldo Carvalho de Melo
· 8 years ago
f2b91be
perf bench mem: Use USEC_PER_SEC
by Arnaldo Carvalho de Melo
· 8 years ago
310ebb9
perf stat: Use *SEC_PER_*SEC macros
by Arnaldo Carvalho de Melo
· 8 years ago
16633cc
perf bench sched-pipe: Use linux/time64.h, USEC_PER_SEC
by Arnaldo Carvalho de Melo
· 8 years ago
af4b2c9
perf timechart: Use NSEC_PER_U?SEC
by Arnaldo Carvalho de Melo
· 8 years ago
4fc76e4
perf sched: Use linux/time64.h
by Arnaldo Carvalho de Melo
· 8 years ago
a8ad832
perf bench numa: Use NSEC_PER_U?SEC
by Arnaldo Carvalho de Melo
· 8 years ago
bd48c63
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
by Arnaldo Carvalho de Melo
· 8 years ago
ce90c12
Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changes
by Arnaldo Carvalho de Melo
· 8 years ago
de737f3
Merge tag 'perf-urgent-for-mingo-20160818' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 8 years ago
c53412e
perf evsel: Do not access outside hw cache name arrays
by Arnaldo Carvalho de Melo
· 8 years ago
0215d59
tools lib: Reinstate strlcpy() header guard with __UCLIBC__
by Vineet Gupta
· 8 years ago
b6a32f0
perf/x86: Fix PEBS threshold initialization
by Jiri Olsa
· 8 years ago
e64cd6f
perf/x86: Use PMUEF_READ_CPU_PKG in uncore events
by David Carrillo-Cisneros
· 8 years ago
d6a2f903
perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKG
by David Carrillo-Cisneros
· 8 years ago
4ff6a8d
perf/core: Generalize event->group_flags
by David Carrillo-Cisneros
· 8 years ago
29dd328
bitmap.h, perf/core: Fix the mask in perf_output_sample_regs()
by Madhavan Srinivasan
· 8 years ago
8942c2b
Merge branch 'perf/urgent' into perf/core, to pick up dependencies
by Ingo Molnar
· 8 years ago
71e7bc2
perf/core: Check return value of the perf_event_read() IPI
by David Carrillo-Cisneros
· 8 years ago
99f5bc9
perf/core: Enable mapping of the stop filters
by Mathieu Poirier
· 8 years ago
12b40a2
perf/core: Update filters only on executable mmap
by Mathieu Poirier
· 8 years ago
4059ffd
perf/core: Fix file name handling for start/stop filters
by Mathieu Poirier
· 8 years ago
cca2094
perf/core: Fix event_function_local()
by Peter Zijlstra
· 8 years ago
bdfaa2e
uprobes: Rename the "struct page *" args of __replace_page()
by Oleg Nesterov
· 8 years ago
bc06f00
Merge branch 'perf/urgent' into perf/core, to pick up dependency
by Ingo Molnar
· 8 years ago
6c4687c
uprobes: Fix the memcg accounting
by Oleg Nesterov
· 8 years ago
6754075
perf unwind: Use addr_location::addr instead of ip for entries
by Milian Wolff
· 8 years ago
3cace81
Merge tag 'perf-urgent-for-mingo-20160815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 8 years ago
3d918fb
perf intel-pt: Fix occasional decoding errors when tracing system-wide
by Adrian Hunter
· 8 years ago
9f31569
tools: Sync kvm related header files for arm64 and s390
by Arnaldo Carvalho de Melo
· 8 years ago
60ebc15
perf probe: Release resources on error when handling exit paths
by Arnaldo Carvalho de Melo
· 8 years ago
0325862
perf probe: Check for dup and fdopen failures
by Colin Ian King
· 8 years ago
50de1a0
perf symbols: Fix annotation of objects with debuginfo files
by Anton Blanchard
· 8 years ago
3684b03
Merge tag 'iommu-fixes-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 8 years ago
f2fa30a
Merge tag 'edac_fixes_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
by Linus Torvalds
· 8 years ago
71ac899
perf script: Don't disable use_callchain if input is pipe
by He Kuang
· 8 years ago
88ded4d
perf script: Show proper message when failed list scripts
by He Kuang
· 8 years ago
49a7f01
perf jitdump: Add the right header to get the major()/minor() definitions
by Arnaldo Carvalho de Melo
· 8 years ago
694d0d0
Linux 4.8-rc2
by Linus Torvalds
· 8 years ago
0043ee4
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 8 years ago
4ef870e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 8 years ago
118253a
Merge tag 'fixes-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 8 years ago
120c547
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
329f415
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
a1e2103
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
2b05980
h8300: Add missing include file to asm/io.h
by Guenter Roeck
· 9 years ago
783011b
unicore32: mm: Add missing parameter to arch_vma_access_permitted
by Guenter Roeck
· 9 years ago
f31494b
Merge tag 'vfio-v4.8-rc2' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 8 years ago
b112324
Merge tag 'nfsd-4.8-1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
9710cb6
Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
01ea443
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
3bc6d8c
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
0aeeb3e
Merge branches 'pm-sleep' and 'pm-cpufreq'
by Rafael J. Wysocki
· 8 years ago
e6e7214
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
62822e2
PM / hibernate: Restore processor state before using per-CPU variables
by Thomas Garnier
· 8 years ago
ad83242
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
dd25793
nfsd: don't return an unhashed lock stateid after taking mutex
by Jeff Layton
· 8 years ago
1f8083c
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
25db691
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
0e1117b
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
9909170
Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 8 years ago
c239ae1
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
86fc048
Merge tag 'sound-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 8 years ago
8766dc6
Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
53fb45d
arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO
by Masahiro Yamada
· 9 years ago
2323439
arm64: defconfig: add options for virtualization and containers
by Riku Voipio
· 9 years ago
dfbca61
arm64: hibernate: handle allocation failures
by Mark Rutland
· 8 years ago
0194e76
arm64: hibernate: avoid potential TLB conflict
by Mark Rutland
· 8 years ago
f046f3d
perf ppc64le: Fix build failure when libelf is not present
by Ravi Bangoria
· 8 years ago
33da54f
perf tools mem: Fix -t store option for record command
by Jiri Olsa
· 8 years ago
e1717e0
perf intel-pt: Fix ip compression
by Adrian Hunter
· 8 years ago
9adeb8e
arm64: Handle el1 synchronous instruction aborts cleanly
by Laura Abbott
· 8 years ago
89a1d43
Merge tag 'kvm-s390-master-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux
by Radim Krčmář
· 8 years ago
9b731bc
MIPS: KVM: Propagate kseg0/mapped tlb fault errors
by James Hogan
· 8 years ago
0741f52
MIPS: KVM: Fix gfn range check in kseg0 tlb faults
by James Hogan
· 8 years ago
8985d50
MIPS: KVM: Add missing gfn range check
by James Hogan
· 8 years ago
c604cff
MIPS: KVM: Fix mapped fault broken commpage handling
by James Hogan
· 8 years ago
Next »