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
/
bench
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-11
Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-10-02
perf bench futex: Add missing stdbool.h
Ian Rogers
1
-0
/
+1
2025-09-19
perf bench mem: Add mmap() workloads
Ankur Arora
2
-0
/
+97
2025-09-19
perf bench mem: Refactor mem_options
Ankur Arora
1
-6
/
+13
2025-09-19
perf bench mem: Allow chunking on a memory region
Ankur Arora
1
-2
/
+18
2025-09-19
perf bench mem: Allow mapping of hugepages
Ankur Arora
1
-4
/
+29
2025-09-19
perf bench mem: Switch from zalloc() to mmap()
Ankur Arora
1
-5
/
+22
2025-09-19
perf bench mem: Pull out init/fini logic
Ankur Arora
5
-34
/
+81
2025-09-19
perf bench mem: Move mem op parameters into a structure
Ankur Arora
1
-28
/
+34
2025-09-19
perf bench mem: Defer type munging of size to float
Ankur Arora
1
-7
/
+7
2025-09-19
perf bench mem: Remove repetition around time measurement
Ankur Arora
1
-64
/
+46
2025-09-08
x86/asm: Remove code depending on __GCC_ASM_FLAG_OUTPUTS__
Uros Bizjak
1
-1
/
+1
2025-08-25
perf symbol: Add blocking argument to filename__read_build_id
Ian Rogers
1
-1
/
+1
2025-08-01
Merge tag 'perf-tools-for-v6.17-2025-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
3
-24
/
+41
2025-07-25
perf bench synthesize: Avoid use of global perf_env
Ian Rogers
1
-8
/
+19
2025-07-25
perf build-id: Ensure struct build_id is empty before use
Ian Rogers
1
-1
/
+1
2025-07-11
perf bench futex: Remove support for IMMUTABLE
Sebastian Andrzej Siewior
7
-22
/
+5
2025-06-22
Merge tag 'v6.16-rc3' into perf-tools-next
Namhyung Kim
2
-2
/
+8
2025-06-17
perf bench futex: Fix prctl include in musl libc
Arnaldo Carvalho de Melo
2
-2
/
+8
2025-06-09
perf bench evlist-open-close: Switch user option to use BPF filter
Ian Rogers
1
-15
/
+21
2025-06-03
Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
1
-19
/
+23
2025-05-21
tools headers: Synchronize prctl.h ABI header
Sebastian Andrzej Siewior
1
-1
/
+3
2025-05-03
tools/perf: Allow to select the number of hash buckets
Sebastian Andrzej Siewior
8
-1
/
+101
2025-04-25
perf bench evlist-open-close: Reduce scope of 2 variables
Ian Rogers
1
-19
/
+23
2025-03-23
perf bench sched pipe: fix enforced blocking reads in worker_thread
Dirk Gouders
1
-11
/
+4
2025-03-05
perf bench: Fix perf bench syscall loop count
Thomas Richter
1
-9
/
+13
2025-01-18
perf bench: Fix undefined behavior in cmpworker()
Kuan-Wei Chiu
1
-1
/
+6
2024-12-18
perf bench: Remove reference to cmd_inject
Ian Rogers
1
-6
/
+7
2024-11-16
perf header: Move is_cpu_online to numa bench
Ian Rogers
1
-0
/
+53
2024-10-21
perf tools: sched-pipe bench: add (-n) nonblocking benchmark
Brian Geffon
1
-7
/
+36
2024-08-12
perf tool: Constify tool pointers
Ian Rogers
1
-1
/
+1
2024-06-26
perf bench: Make bench its own library
Ian Rogers
1
-23
/
+23
2024-06-13
tools/perf: Fix timing issue with parallel threads in perf bench wake-up-parallel
Athira Rajeev
1
-1
/
+1
2024-06-13
tools/perf: Fix perf bench epoll to enable the run when some CPU's are offline
Athira Rajeev
2
-2
/
+2
2024-06-13
tools/perf: Fix perf bench futex to enable the run when some CPU's are offline
Athira Rajeev
5
-5
/
+5
2024-05-07
perf bench internals inject-build-id: Fix trap divide when collecting just one DSO
He Zhe
1
-1
/
+1
2024-04-12
perf bench uprobe: Add uretprobe variant of uprobe benchmarks
Ian Rogers
2
-3
/
+19
2024-04-12
perf bench uprobe: Remove lib64 from libc.so.6 binary path
Ian Rogers
1
-1
/
+1
2023-12-12
libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__new_online_cpus()
Ian Rogers
7
-7
/
+7
2023-12-05
perf bench sched-seccomp-notify: Fix spelling mistake "synchronious" -> "synchronous"
Colin Ian King
1
-1
/
+1
2023-10-25
perf bench sched pipe: Add -G/--cgroups option
Namhyung Kim
1
-4
/
+128
2023-10-12
perf bench uprobe: Fix potential use of memory after free
Ian Rogers
1
-0
/
+1
2023-10-10
Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-next
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-09-26
perf bench messaging: Kill child processes when exit abnormally in process mode
Yang Jihong
1
-3
/
+20
2023-09-26
perf bench messaging: Store chlid process pid when creating worker for process mode
Yang Jihong
1
-20
/
+27
2023-09-26
perf bench messaging: Factor out create_worker()
Yang Jihong
1
-24
/
+26
2023-09-26
perf bench messaging: Fix coding style issues for sched-messaging
Yang Jihong
1
-5
/
+5
2023-09-13
perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPI
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-09-09
Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
5
-9
/
+225
2023-08-24
perf pmu: Abstract alias/event struct
Ian Rogers
1
-6
/
+2
[next]