index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-17
tools/thermal: Fix possible path truncations
Florian Fainelli
1
-11
/
+13
2022-08-17
genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTO
Arnaldo Carvalho de Melo
1
-1
/
+5
2022-08-17
perf symbol: Fail to read phdr workaround
Ian Rogers
1
-7
/
+20
2022-08-17
perf stat: Revert "perf stat: Add default hybrid events"
Kan Liang
1
-30
/
+0
2022-08-17
selftests/powerpc: Fix matrix multiply assist test
Rashmica Gupta
1
-0
/
+3
2022-08-17
perf test: Fix test case 83 ('perf stat CSV output linter') on s390
Thomas Richter
1
-3
/
+4
2022-08-17
perf tools: Fix dso_id inode generation comparison
Adrian Hunter
1
-2
/
+13
2022-08-17
selftests/powerpc: Skip energy_scale_info test on older firmware
Michael Ellerman
1
-12
/
+18
2022-08-17
selftests: kvm: set rax before vmcall
Andrei Vagin
1
-1
/
+1
2022-08-17
rtla: Fix double free
Andreas Schwab
1
-2
/
+7
2022-08-17
rtla: Fix Makefile when called from -C tools/
Daniel Bristot de Oliveira
1
-1
/
+1
2022-08-17
selftest/vm: uninitialized variable in main()
Dan Carpenter
1
-1
/
+1
2022-08-17
tools/testing/selftests/vm/hugetlb-madvise.c: silence uninitialized variable ...
Dan Carpenter
1
-2
/
+3
2022-08-17
selftests/vm: fix errno handling in mrelease_test
Adam Sindelar
1
-5
/
+11
2022-08-17
tools/power/x86/intel-speed-select: Fix off by one check
Dan Carpenter
1
-1
/
+1
2022-08-17
rtla/utils: Use calloc and check the potential memory allocation failure
jianchunfu
1
-2
/
+3
2022-08-17
KVM: selftests: Use vm_create_with_vcpus() in max_guest_memory_test
Sean Christopherson
1
-10
/
+16
2022-08-17
KVM: selftests: Convert s390x/diag318_test_handler away from VCPU_ID
Sean Christopherson
1
-5
/
+4
2022-08-17
libbpf: Fix str_has_sfx()'s return value
Dan Carpenter
1
-3
/
+3
2022-08-17
libbpf: fix an snprintf() overflow check
Dan Carpenter
1
-1
/
+1
2022-08-17
selftests/bpf: fix a test for snprintf() overflow
Dan Carpenter
1
-1
/
+1
2022-08-17
libbpf: make RINGBUF map size adjustments more eagerly
Andrii Nakryiko
1
-35
/
+42
2022-08-17
selftests: timers: clocksource-switch: fix passing errors from child
Wolfram Sang
1
-3
/
+3
2022-08-17
selftests: timers: valid-adjtimex: build fix for newer toolchains
Wolfram Sang
1
-1
/
+1
2022-08-17
libbpf: Fix the name of a reused map
Anquan Wu
1
-2
/
+7
2022-08-17
libbpf, riscv: Use a0 for RC register
Yixun Lan
1
-1
/
+1
2022-08-17
selftests: net: fib_rule_tests: fix support for running individual tests
Alaa Mohamed
1
-0
/
+23
2022-08-17
selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0
Maciej Fijalkowski
1
-5
/
+4
2022-08-17
selftests/bpf: Fix rare segfault in sock_fields prog test
Jörn-Thorben Hinz
1
-1
/
+0
2022-08-17
torture: Adjust to again produce debugging information
Paul E. McKenney
1
-3
/
+3
2022-08-17
selftests/bpf: Don't force lld on non-x86 architectures
Andrii Nakryiko
1
-2
/
+9
2022-08-17
libbpf: Fix internal USDT address translation logic for shared libraries
Andrii Nakryiko
2
-65
/
+72
2022-08-17
libbpf: Fix uprobe symbol file offset calculation logic
Andrii Nakryiko
1
-41
/
+22
2022-08-17
libbpf: Fix is_pow_of_2
Yuze Chi
3
-10
/
+5
2022-08-17
selftests/bpf: Fix tc_redirect_dtime
Martin KaFai Lau
2
-6
/
+55
2022-08-17
selftests/bpf: Fix test_run logic in fexit_stress.c
Yuntao Wang
1
-28
/
+4
2022-08-17
tools/power turbostat: Fix file pointer leak
Colin Ian King
1
-1
/
+1
2022-08-17
thermal/tools/tmon: Include pthread and time headers in tmon.h
Markus Mayer
1
-0
/
+3
2022-08-17
selftests/seccomp: Fix compile warning when CC=clang
YiFei Zhu
1
-1
/
+1
2022-08-17
wireguard: selftests: set CONFIG_NONPORTABLE on riscv32
Jason A. Donenfeld
1
-0
/
+1
2022-08-11
x86/speculation: Add RSB VM Exit protections
Daniel Sneddon
2
-0
/
+5
2022-08-11
tools/vm/slabinfo: Handle files in debugfs
Stéphane Graber
1
-2
/
+24
2022-07-29
Merge tag 'perf-tools-fixes-for-v5.19-2022-07-29' of git://git.kernel.org/pub...
Linus Torvalds
4
-31
/
+78
2022-07-27
Merge tag 'asm-generic-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+10
2022-07-27
perf bpf: Remove undefined behavior from bpf_perf_object__next()
Ian Rogers
1
-11
/
+7
2022-07-27
perf symbol: Skip symbols if SHF_ALLOC flag is not set
Leo Yan
1
-0
/
+11
2022-07-27
perf symbol: Correct address for bss symbols
Leo Yan
1
-4
/
+41
2022-07-27
perf scripts python: Let script to be python2 compliant
Leo Yan
1
-16
/
+18
2022-07-27
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-07-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-4
/
+6
[next]