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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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 null pointer dereference in btf_dump__free on allocation failure
Yuan Chen
1
-0
/
+3
2025-06-27
bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
Paul Chaignon
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
tools/resolve_btfids: Fix build when cross compiling kernel with clang.
Suleiman Souhlal
1
-1
/
+1
2025-06-27
perf record: Fix incorrect --user-regs comments
Dapeng Mi
1
-1
/
+1
2025-06-27
perf tests switch-tracking: Fix timestamp comparison
Leo Yan
1
-1
/
+1
2025-06-27
perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3
Adrian Hunter
1
-1
/
+4
2025-06-27
perf intel-pt: Fix PEBS-via-PT data_src
Adrian Hunter
1
-3
/
+202
2025-06-27
perf ui browser hists: Set actions->thread before calling do_zoom_thread()
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-06-27
perf build: Warn when libdebuginfod devel files are not available
Arnaldo Carvalho de Melo
1
-0
/
+2
2025-06-27
libbpf: Use proper errno value in nlattr
Anton Protopopov
1
-8
/
+7
2025-06-27
bpf: Fix uninitialized values in BPF_{CORE,PROBE}_READ
Anton Protopopov
1
-0
/
+6
2025-06-27
libbpf: Use proper errno value in linker
Anton Protopopov
1
-2
/
+2
2025-06-27
libbpf: Fix buffer overflow in bpf_object__init_prog
Viktor Malik
1
-1
/
+1
2025-06-27
selftests/seccomp: fix syscall_restart test for arm compat
Neill Kapron
1
-2
/
+5
2025-06-04
bpftool: Fix readlink usage in get_fd_type
Viktor Malik
1
-1
/
+2
2025-06-04
kunit: tool: Use qboot on QEMU x86_64
Brendan Jackman
1
-1
/
+3
2025-06-04
libbpf: Fix out-of-bound read
Nandakumar Edamana
1
-1
/
+1
2025-06-04
selftests/net: have `gro.sh -t` return a correct exit code
Kevin Krakauer
1
-1
/
+2
2025-06-04
tools/build: Don't pass test log files to linker
Ian Rogers
1
-1
/
+5
2025-06-04
objtool: Properly disable uaccess validation
Josh Poimboeuf
1
-2
/
+9
2025-06-04
selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure
Ihor Solodrai
1
-1
/
+0
2025-05-22
selftests/mm: compaction_test: support platform with huge mount of memory
Feng Tang
1
-5
/
+14
2025-05-22
binfmt_elf: Honor PT_LOAD alignment for static PIE
Kees Cook
1
-1
/
+1
2025-05-22
selftests/exec: Build both static and non-static load_address tests
Kees Cook
2
-20
/
+66
2025-05-22
selftests/exec: load_address: conform test to TAP format output
Muhammad Usama Anjum
1
-19
/
+15
2025-05-02
selftests/mincore: Allow read-ahead pages to reach the end of the file
Qiuxu Zhuo
1
-3
/
+0
2025-05-02
objtool: Stop UNRET validation on UD2
Josh Poimboeuf
1
-0
/
+3
2025-05-02
selftests: ublk: fix test_stripe_04
Ming Lei
1
-0
/
+24
2025-05-02
objtool: Silence more KCOV warnings
Josh Poimboeuf
1
-0
/
+6
2025-05-02
selftests/mm: generate a temporary mountpoint for cgroup filesystem
Mark Brown
2
-3
/
+3
2025-04-25
landlock: Add the errata interface
Mickaël Salaün
1
-1
/
+45
2025-04-25
test suite: use %zu to print size_t
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-04-25
selftests: mptcp: close fd_in before returning in main_loop
Geliang Tang
1
-2
/
+5
2025-04-25
ktest: Fix Test Failures Due to Missing LOG_FILE Directories
Ayush Jain
1
-0
/
+8
2025-04-25
pm: cpupower: bench: Prevent NULL dereference on malloc failure
Zhongqiu Han
1
-0
/
+4
2025-04-25
selftests/futex: futex_waitv wouldblock test should fail
Edward Liaw
1
-1
/
+1
2025-04-10
perf tools: annotate asm_pure_loop.S
Marcus Meissner
1
-0
/
+2
2025-04-10
perf python: Check if there is space to copy all the event
Arnaldo Carvalho de Melo
1
-0
/
+5
2025-04-10
perf python: Don't keep a raw_data pointer to consumed ring buffer space
Arnaldo Carvalho de Melo
1
-3
/
+1
2025-04-10
perf python: Decrement the refcount of just created event on failure
Arnaldo Carvalho de Melo
1
-1
/
+5
2025-04-10
perf python: Fixup description of sample.id event member
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-04-10
perf units: Fix insufficient array space
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-04-10
perf evlist: Add success path to evlist__create_syswide_maps
Ian Rogers
1
-7
/
+6
2025-04-10
selftests/bpf: Select NUMA_NO_NODE to create map
Saket Kumar Bhaskar
1
-0
/
+5
2025-04-10
selftests/bpf: Fix string read in strncmp benchmark
Viktor Malik
1
-1
/
+4
2025-04-10
libbpf: Fix hypothetical STT_SECTION extern NULL deref case
Andrii Nakryiko
1
-1
/
+1
2025-02-21
selftests: rtnetlink: update netdevsim ipsec output format
Hangbin Liu
1
-2
/
+2
2025-02-21
net: ipv4: Cache pmtu for all packet paths if multipath enabled
Vladimir Vdovin
1
-17
/
+95
[next]