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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-29
perf session: Fix PERF_RECORD_READ swap and dump for variable-length events
Arnaldo Carvalho de Melo
1
-17
/
+44
2026-05-29
perf zstd: Fix multi-iteration decompression and error handling
Arnaldo Carvalho de Melo
1
-4
/
+16
2026-05-29
perf zstd: Fix compression error path in zstd_compress_stream_to_records()
Arnaldo Carvalho de Melo
2
-3
/
+30
2026-05-29
perf tools: Fix event_contains() macro to verify full field extent
Arnaldo Carvalho de Melo
4
-4
/
+4
2026-05-29
perf session: Bounds-check one_mmap event pointer in peek_event
Arnaldo Carvalho de Melo
2
-3
/
+28
2026-05-29
perf session: Add minimum event size and alignment validation
Arnaldo Carvalho de Melo
1
-33
/
+220
2026-05-29
net: Remove support for AIO on sockets
Demi Marie Obenour
1
-1
/
+0
2026-05-28
perf tests hwmon_pmu: Use PRIu64 + (uint64_t) cast for a __u64 field to work more widely
Arnaldo Carvalho de Melo
1
-2
/
+3
2026-05-27
perf script: Sort includes and add missed explicit dependencies
Ian Rogers
2
-56
/
+60
2026-05-27
perf tests: Sort includes and add missed explicit dependencies
Ian Rogers
2
-12
/
+20
2026-05-27
perf arch x86: Sort includes and add missed explicit dependencies
Ian Rogers
2
-21
/
+28
2026-05-27
perf arch arm: Sort includes and add missed explicit dependencies
Ian Rogers
1
-12
/
+14
2026-05-27
perf: Apply is_ignored_kernel_symbol() filter in ELF loading path for kernel DSOs
Rui Qi
1
-2
/
+8
2026-05-27
perf: Extract is_ignored_kernel_symbol() for kernel mapping symbol filtering
Rui Qi
3
-3
/
+34
2026-05-27
perf auxtrace: Add kernel-doc comment to auxtrace_record__init() function
Athira Rajeev
1
-0
/
+15
2026-05-27
powerpc tools perf: Initialize error code in auxtrace_record_init function
Athira Rajeev
2
-0
/
+7
2026-05-25
perf test: Add stat metrics --for-each-cgroup test
Ian Rogers
1
-0
/
+200
2026-05-25
perf stat: Propagate supported flag to follower cgroup BPF events
Ian Rogers
1
-0
/
+20
2026-05-23
perf riscv: Fix discarded const qualifier in _get_field()
Li Guan
1
-1
/
+1
2026-05-22
perf tests: Add test for stat delay option with duration_time
Ian Rogers
1
-0
/
+53
2026-05-22
perf tool_pmu: Make tool PMU events respect enable/disable
Ian Rogers
5
-97
/
+375
2026-05-22
perf doc: Document new IBS capabilities in man page
Ravi Bangoria
1
-0
/
+39
2026-05-22
perf amd ibs: Decode Streaming-store flag in IBS OP raw dump
Ravi Bangoria
1
-4
/
+14
2026-05-22
perf amd ibs: Decode Remote-Socket flag in IBS OP raw dump
Ravi Bangoria
1
-2
/
+16
2026-05-22
perf amd ibs: Make Fetch status bits dependent on PhyAddrValid for newer platforms
Ravi Bangoria
1
-2
/
+40
2026-05-22
perf amd ibs: Suppress bogus TlbRefillLat and DCPhysAd on Zen4+
Ravi Bangoria
1
-3
/
+14
2026-05-22
perf test ibs: Skip privilege test on Zen6 and newer platforms
Ravi Bangoria
1
-4
/
+33
2026-05-22
perf test amd ibs: Fix incorrect kernel version check
Ravi Bangoria
1
-1
/
+1
2026-05-22
perf kwork: Fix memory management of kwork_work
Ian Rogers
3
-29
/
+115
2026-05-22
perf kwork: Fix address sanitizer issues
Ian Rogers
1
-9
/
+21
2026-05-22
perf build: Unconditionally set up libunwind feature build flags
Ian Rogers
1
-49
/
+50
2026-05-22
perf stat: Make metric only column line up with header
Andi Kleen
1
-12
/
+10
2026-05-21
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
12
-21
/
+85
2026-05-21
perf build: Fix fsmount.o build
Ian Rogers
1
-1
/
+8
2026-05-20
perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
Ian Rogers
1
-3
/
+3
2026-05-20
perf arch x86 tests: Add test for topdown event sorting
Ian Rogers
1
-1
/
+165
2026-05-20
perf tests: Add test for uncore event sorting
Ian Rogers
4
-0
/
+179
2026-05-20
perf build: Convert llvm-config shell queries to simply expanded variables
Ian Rogers
1
-5
/
+8
2026-05-20
perf pmu-events: Convert recursive shell assignments and macros to Make built-ins
Ian Rogers
1
-5
/
+5
2026-05-20
perf pmu-events: Split big_c_string storage into standalone compilation unit
Ian Rogers
4
-7
/
+37
2026-05-20
perf build: Remove redundant libbpf feature check for static builds
Ian Rogers
1
-3
/
+1
2026-05-20
perf build: Move libsymbol dependency out of prepare step
Ian Rogers
1
-4
/
+3
2026-05-20
perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
Ian Rogers
2
-2
/
+14
2026-05-20
perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
Ian Rogers
3
-55
/
+55
2026-05-20
perf build: Move BPF skeleton generation out of Makefile.perf
Ian Rogers
6
-56
/
+78
2026-05-20
perf build: Remove empty archheaders target
Ian Rogers
1
-2
/
+2
2026-05-20
perf build: Decouple pmu-events from prepare umbrella target
Ian Rogers
1
-1
/
+1
2026-05-20
perf trace beauty: Make beauty generated C code standalone .o files
Ian Rogers
29
-368
/
+447
2026-05-20
perf lock contention: Fix SIGCHLD vs pause() race in __cmd_contention()
Swapnil Sapkal
1
-2
/
+10
2026-05-20
perf sched stats: Fix SIGCHLD vs pause() race in schedstat_live()
Swapnil Sapkal
1
-2
/
+6
[prev]
[next]