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-03-10
perf ftrace: Fix hashmap__new() error checking
Chen Ni
1
-2
/
+7
2026-03-10
perf annotate: Fix hashmap__new() error checking
Chen Ni
1
-1
/
+4
2026-03-10
perf cs-etm: Finish removal of ETM_OPT_*
James Clark
4
-38
/
+29
2026-03-05
tools headers: Update the syscall tables and unistd.h, to support the new 'rseq_slice_yield' syscall
Arnaldo Carvalho de Melo
9
-468
/
+401
2026-03-05
perf disasm: Fix off-by-one bug in outside check
Peter Collingbourne
1
-1
/
+1
2026-03-04
perf annotate: Specify llvm features="+all" for aarch64
Peter Collingbourne
1
-2
/
+8
2026-03-04
perf beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2026-03-04
perf beauty: Sync UAPI linux/fs.h with kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2026-03-04
perf beauty: Sync linux/mount.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+11
2026-03-04
tools build: Fix rust cross compilation
Dmitrii Dolgov
2
-1
/
+19
2026-03-04
perf build: Prevent "argument list too long" error
Markus Mayer
1
-1
/
+2
2026-03-04
tools headers: Sync uapi/linux/prctl.h with the kernel source
Arnaldo Carvalho de Melo
1
-0
/
+37
2026-03-03
perf test type profiling: Remote typedef on struct
Ian Rogers
2
-4
/
+4
2026-03-03
perf pmu: Replace starts_with with strstarts
Ian Rogers
2
-28
/
+20
2026-03-02
perf trace: Avoid an ERR_PTR in syscall_stats
Ian Rogers
1
-5
/
+7
2026-03-02
perf kvm stat: Fix relative paths for including headers
Leo Yan
1
-3
/
+3
2026-02-26
perf vendor events intel: Update sierraforest events from 1.13 to 1.15
Ian Rogers
3
-17
/
+49
2026-02-26
perf vendor events intel: Update sapphirerapids events from 1.35 to 1.36
Ian Rogers
5
-13
/
+30
2026-02-26
perf vendor events intel: Update pantherlake events from 1.02 to 1.04
Ian Rogers
8
-7
/
+485
2026-02-26
perf vendor events intel: Update meteorlake events from 1.18 to 1.20
Ian Rogers
4
-17
/
+116
2026-02-26
perf vendor events intel: Update lunarlake events from 1.19 to 1.21
Ian Rogers
4
-14
/
+61
2026-02-26
perf vendor events intel: Update graniterapids events from 1.16 to 1.17
Ian Rogers
3
-1
/
+44
2026-02-26
perf vendor events intel: Update grandridge events from 1.10 to 1.11
Ian Rogers
3
-27
/
+59
2026-02-26
perf vendor events intel: Update emeraldrapid events from 1.20 to 1.21
Ian Rogers
5
-13
/
+30
2026-02-26
perf vendor events intel: Update arrowlake events from 1.14 to 1.16
Ian Rogers
4
-28
/
+135
2026-02-26
perf vendor events intel: Update alderlake events from 1.35 to 1.37
Ian Rogers
6
-50
/
+152
2026-02-26
perf bench: Add -t/--threads option to perf bench mem mmap
Namhyung Kim
2
-21
/
+92
2026-02-26
perf trace: Handle task exit in BPF syscall summary
Namhyung Kim
1
-3
/
+15
2026-02-26
perf trace: Fix IS_ERR() vs NULL check bug
wangguangju
1
-1
/
+1
2026-02-25
perf script: Fix brcntr output with --xed
Andi Kleen
1
-4
/
+8
2026-02-24
perf metricgroup: Fix metricgroup__has_metric_or_groups
Ian Rogers
1
-3
/
+3
2026-02-24
perf parse-events: Fix big-endian 'overwrite' by writing correct union member
Thomas Richter
1
-17
/
+65
2026-02-21
Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
306
-4347
/
+14949
2026-02-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+0
2026-02-12
perf test script: Add python script testing support
Ian Rogers
1
-0
/
+113
2026-02-12
perf test script: Add perl script testing support
Ian Rogers
1
-0
/
+102
2026-02-12
perf script: Allow the generated script to be a path
Ian Rogers
2
-6
/
+24
2026-02-12
perf test: perf data --to-ctf testing
Ian Rogers
1
-0
/
+104
2026-02-12
perf test: Test pipe mode with data conversion --to-json
Ian Rogers
1
-9
/
+24
2026-02-12
perf json: Pipe mode --to-ctf support
Ian Rogers
1
-2
/
+52
2026-02-12
perf json: Pipe mode --to-json support
Ian Rogers
1
-0
/
+16
2026-02-12
perf check: Add libbabeltrace to the listed features
Ian Rogers
1
-0
/
+1
2026-02-12
perf build: Allow passing extra Clang flags via EXTRA_BPF_FLAGS
hupu
1
-1
/
+4
2026-02-12
perf test data_type_profiling.sh: Skip just the Rust tests if code_with_type workload is missing
Arnaldo Carvalho de Melo
1
-5
/
+5
2026-02-12
perf libunwind: Fix calls to thread__e_machine()
Ian Rogers
1
-2
/
+4
2026-02-11
Merge tag 'kbuild-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux
Linus Torvalds
1
-1
/
+0
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+2
2026-02-10
Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-7
/
+10
2026-02-10
perf stat: Add no-affinity flag
Ian Rogers
4
-5
/
+13
2026-02-10
perf evlist: Reduce affinity use and move into iterator, fix no affinity
Ian Rogers
5
-131
/
+174
[prev]
[next]