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
2025-07-06
libbpf: Fix possible use-after-free for externs
Adin Scannell
2
-3
/
+23
2025-07-06
libbpf: Fix null pointer dereference in btf_dump__free on allocation failure
Yuan Chen
1
-0
/
+3
2025-06-27
bpftool: Fix cgroup command to only show cgroup bpf programs
Martin KaFai Lau
1
-6
/
+6
2025-06-27
perf test: Directory file descriptor leak
Ian Rogers
1
-0
/
+1
2025-06-27
perf evsel: Missed close() when probing hybrid core PMUs
Ian Rogers
1
-0
/
+1
2025-06-27
bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
Paul Chaignon
1
-0
/
+2
2025-06-27
mm/hugetlb: unshare page tables during VMA split, not before
Jann Horn
1
-0
/
+2
2025-06-27
selftests/x86: Add a test to detect infinite SIGTRAP handler loop
Xin Li (Intel)
2
-1
/
+102
2025-06-27
libbpf: Add identical pointer detection to btf_dedup_is_equiv()
Alan Maguire
1
-0
/
+16
2025-06-27
libbpf: Check bpf_map_skeleton link for NULL
Mykyta Yatsenko
1
-0
/
+6
2025-06-27
libbpf/btf: Fix string handling to support multi-split BTF
Alan Maguire
1
-1
/
+1
2025-06-19
tools/resolve_btfids: Fix build when cross compiling kernel with clang.
Suleiman Souhlal
1
-1
/
+1
2025-06-19
objtool/rust: relax slice condition to cover more `noreturn` Rust functions
Miguel Ojeda
1
-1
/
+2
2025-06-19
tools/power turbostat: Fix AMD package-energy reporting
Gautham R. Shenoy
1
-5
/
+36
2025-06-19
selftests: net: build net/lib dependency in all target
Bui Quang Minh
1
-1
/
+1
2025-06-19
perf callchain: Always populate the addr_location map when adding IP
Ian Rogers
3
-5
/
+11
2025-06-19
perf trace: Set errpid to false for rseq and set_robust_list
Anubhav Shelat
1
-2
/
+2
2025-06-19
perf trace: Always print return value for syscalls returning a pid
Anubhav Shelat
1
-1
/
+1
2025-06-19
perf record: Fix incorrect --user-regs comments
Dapeng Mi
1
-1
/
+1
2025-06-19
perf symbol: Fix use-after-free in filename__read_build_id
Ian Rogers
1
-98
/
+70
2025-06-19
perf tests switch-tracking: Fix timestamp comparison
Leo Yan
1
-1
/
+1
2025-06-19
perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3
Adrian Hunter
1
-1
/
+4
2025-06-19
perf intel-pt: Fix PEBS-via-PT data_src
Adrian Hunter
1
-3
/
+202
2025-06-19
perf tests: Fix 'perf report' tests installation
Michael Petlan
1
-1
/
+2
2025-06-19
perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()
Namhyung Kim
1
-0
/
+3
2025-06-19
perf symbol-minimal: Fix double free in filename__read_build_id
Ian Rogers
1
-16
/
+18
2025-06-19
perf ui browser hists: Set actions->thread before calling do_zoom_thread()
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-06-19
perf build: Warn when libdebuginfod devel files are not available
Arnaldo Carvalho de Melo
1
-0
/
+2
2025-06-19
libbpf: Use proper errno value in nlattr
Anton Protopopov
1
-8
/
+7
2025-06-19
selftests/bpf: Fix caps for __xlated/jited_unpriv
Luis Gerhorst
1
-6
/
+8
2025-06-19
bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels
YiFei Zhu
1
-1
/
+1
2025-06-19
bpf: Fix uninitialized values in BPF_{CORE,PROBE}_READ
Anton Protopopov
1
-0
/
+6
2025-06-19
libbpf: Use proper errno value in linker
Anton Protopopov
1
-2
/
+2
2025-06-19
Use thread-safe function pointer in libbpf_print
Jonathan Wiepert
1
-1
/
+1
2025-06-19
libbpf: Remove sample_period init in perf_buffer
Tao Chen
1
-1
/
+0
2025-06-19
libbpf: Fix event name too long error
Feng Yang
1
-27
/
+16
2025-06-19
libbpf: Fix buffer overflow in bpf_object__init_prog
Viktor Malik
1
-1
/
+1
2025-06-19
selftests/bpf: Fix bpf_nf selftest failure
Saket Kumar Bhaskar
1
-0
/
+6
2025-06-19
selftests/seccomp: fix negative_ENOSYS tracer tests on arm32
Terry Tritton
1
-6
/
+0
2025-06-19
selftests/seccomp: fix syscall_restart test for arm compat
Neill Kapron
1
-2
/
+5
2025-06-19
kselftest: cpufreq: Get rid of double suspend in rtcwake case
NĂcolas F. R. A. Prado
1
-1
/
+2
2025-06-19
x86/insn: Fix opcode map (!REX2) superscript tags
Masami Hiramatsu (Google)
1
-25
/
+25
2025-06-19
tools/x86/kcpuid: Fix error handling
Ahmed S. Darwish
1
-24
/
+23
2025-05-29
tools: ynl-gen: validate 0 len strings from kernel
David Wei
1
-1
/
+1
2025-05-29
bpftool: Fix readlink usage in get_fd_type
Viktor Malik
1
-1
/
+2
2025-05-29
bridge: mdb: Allow replace of a host-joined group
Petr Machata
1
-1
/
+1
2025-05-29
tools: ynl-gen: don't output external constants
Jakub Kicinski
1
-0
/
+3
2025-05-29
tools/power turbostat: Clustered Uncore MHz counters should honor show/hide o...
Len Brown
2
-1
/
+13
2025-05-29
kunit: tool: Use qboot on QEMU x86_64
Brendan Jackman
1
-1
/
+3
2025-05-29
libbpf: Fix out-of-bound read
Nandakumar Edamana
1
-1
/
+1
[next]