index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-28
perf evsel: Kernel profiling is disallowed only when perf_event_paranoid > 1
Igor Lubashev
1
-1
/
+1
2019-08-28
perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
Igor Lubashev
5
-5
/
+8
2019-08-28
perf event: Check ref_reloc_sym before using it
Igor Lubashev
1
-3
/
+4
2019-08-28
perf arch powerpc: Sync powerpc syscall.tbl
Naveen N. Rao
1
-27
/
+119
2019-08-28
perf/x86/intel: Support PEBS output to PT
Alexander Shishkin
7
-1
/
+130
2019-08-28
perf: Allow normal events to output AUX data
Alexander Shishkin
3
-1
/
+109
2019-08-26
perf evsel: Rename perf_missing_features::bpf_event to ::bpf
Arnaldo Carvalho de Melo
2
-6
/
+5
2019-08-26
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
8
-30
/
+29
2019-08-26
perf tools: Rename perf_event::bpf_event to perf_event::bpf
Arnaldo Carvalho de Melo
3
-13
/
+10
2019-08-26
perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol
Arnaldo Carvalho de Melo
4
-13
/
+13
2019-08-26
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
13
-69
/
+69
2019-08-26
libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h
Jiri Olsa
4
-10
/
+10
2019-08-26
libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' to perf/event.h
Jiri Olsa
2
-10
/
+11
2019-08-26
libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h
Jiri Olsa
3
-14
/
+14
2019-08-26
libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.h
Jiri Olsa
3
-9
/
+9
2019-08-26
libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.h
Jiri Olsa
3
-16
/
+16
2019-08-26
libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/event.h
Jiri Olsa
3
-6
/
+6
2019-08-26
libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h
Jiri Olsa
6
-11
/
+11
2019-08-26
libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.h
Jiri Olsa
3
-8
/
+8
2019-08-26
libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.h
Jiri Olsa
2
-7
/
+7
2019-08-26
libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.h
Jiri Olsa
2
-6
/
+6
2019-08-26
libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h
Jiri Olsa
3
-18
/
+18
2019-08-26
libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h
Jiri Olsa
4
-11
/
+35
2019-08-26
perf script: Fix memory leaks in list_scripts()
Gustavo A. R. Silva
1
-2
/
+4
2019-08-26
perf report: Fix --ns time sort key output
Andi Kleen
1
-1
/
+4
2019-08-26
perf report: Use timestamp__scnprintf_nsec() for time sort key
Andi Kleen
1
-8
/
+2
2019-08-26
perf tools: Remove duplicate headers
Souptick Joarder
3
-3
/
+0
2019-08-26
perf augmented_raw_syscalls: Reduce perf_event_output() boilerplate
Arnaldo Carvalho de Melo
1
-12
/
+12
2019-08-26
perf augmented_raw_syscalls: Introduce helper to get the scratch space
Arnaldo Carvalho de Melo
1
-16
/
+16
2019-08-26
perf augmented_raw_syscalls: Postpone tmp map lookup to after pid_filter
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-08-26
perf augmented_raw_syscalls: Rename augmented_filename to augmented_arg
Arnaldo Carvalho de Melo
1
-22
/
+20
2019-08-26
perf trace beauty ioctl: Fix off-by-one error in cmd->string table
Benjamin Peterson
1
-1
/
+1
2019-08-26
perf tests: Fixes hang in zstd compression test by changing the source of random data
James Clark
1
-1
/
+1
2019-08-26
perf sort: Remove needless headers from sort.h, provide fwd struct decls
Arnaldo Carvalho de Melo
5
-13
/
+8
2019-08-26
perf srcline: Add missing srcline.h header to files needing its defs
Arnaldo Carvalho de Melo
6
-0
/
+9
2019-08-26
perf cacheline: Move cacheline related routines to separate files
Arnaldo Carvalho de Melo
8
-33
/
+50
2019-08-26
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
30
-73
/
+107
2019-08-26
perf stat: Remove needless headers from stat.h
Arnaldo Carvalho de Melo
1
-3
/
+2
2019-08-26
perf cpumap: No need to include perf.h, ditch it
Arnaldo Carvalho de Melo
1
-2
/
+0
2019-08-26
perf/x86/intel/pt: Get rid of reverse lookup table for ToPA
Alexander Shishkin
2
-73
/
+131
2019-08-26
perf/x86/intel/pt: Free up space in a ToPA descriptor
Alexander Shishkin
1
-8
/
+10
2019-08-26
perf/x86/intel/pt: Split ToPA metadata and page layout
Alexander Shishkin
1
-33
/
+60
2019-08-26
perf/x86/intel/pt: Use pointer arithmetics instead in ToPA entry calculation
Alexander Shishkin
1
-2
/
+1
2019-08-26
perf/x86/intel/pt: Use helpers to obtain ToPA entry size
Alexander Shishkin
1
-6
/
+6
2019-08-26
perf/x86/intel/pt: Clean up ToPA allocation path
Alexander Shishkin
2
-10
/
+7
2019-08-25
Linux 5.3-rc6
Linus Torvalds
1
-1
/
+1
2019-08-24
mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y
Andrey Ryabinin
1
-2
/
+8
2019-08-24
mm/zsmalloc.c: fix race condition in zs_destroy_pool
Henry Burns
1
-2
/
+59
2019-08-24
mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely
Henry Burns
1
-4
/
+15
2019-08-24
mm, page_owner: handle THP splits correctly
Vlastimil Babka
1
-0
/
+4
[next]