index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-24
perf tool: Fix missing schedstat delegates and dont_split_sample_group in del...
Ian Rogers
1
-0
/
+6
2026-07-24
perf sched: Add missing mmap2 handler in timehist
Ian Rogers
1
-0
/
+1
2026-07-24
perf callchain: Handle multiple address spaces
Thomas Richter
2
-2
/
+5
2026-07-24
perf debuginfo: Fix libdw API contract violations
Ian Rogers
1
-3
/
+6
2026-07-24
perf annotate-data: Fix libdw API contract violations
Ian Rogers
1
-10
/
+17
2026-07-24
perf probe-finder: Fix libdw API contract violations
Ian Rogers
1
-37
/
+65
2026-07-24
perf libdw: Fix libdw API contract violations and memory leaks
Ian Rogers
1
-6
/
+43
2026-07-24
perf srcline: Introduce inline_node__clear_frames()
Ian Rogers
2
-1
/
+9
2026-07-24
perf dwarf-aux: Fix libdw API contract violations
Ian Rogers
2
-17
/
+22
2026-07-24
perf dwarf-aux: Fix libdw segmentation fault in cu_walk_functions_at
Ian Rogers
1
-3
/
+2
2026-07-24
selftests/bpf: Initialize operation name before use
Leo Yan
1
-0
/
+1
2026-07-24
selftests/bpf: Fix typo in verify_umulti_link_info
Jiri Olsa
1
-1
/
+1
2026-07-24
vfio: selftests: Ensure libvfio output dirs are always created
David Matlack
1
-2
/
+4
2026-07-24
cxl/test: Add check after kzalloc() memory in alloc_mock_res()
Dave Jiang
1
-2
/
+6
2026-07-24
cxl/test: Unregister cxl_acpi in cxl_test_init() error path
Dave Jiang
1
-1
/
+1
2026-07-24
cxl/test: Zero out LSA backing memory to avoid leaking to user
Dave Jiang
1
-1
/
+1
2026-07-24
cxl/test: Fix integer overflow in mock LSA bounds checks
Dave Jiang
1
-2
/
+2
2026-07-24
cxl/test: Verify cmd->size_in before accessing payload
Dave Jiang
1
-9
/
+30
2026-07-24
selftests/bpf: Fix bpf_iter/task_vma test
Yonghong Song
1
-1
/
+1
2026-07-24
bonding: 3ad: add lacp_strict configuration knob
Louis Scalbert
1
-0
/
+1
2026-07-24
tools: missed broadcast_neigh if_link uapi header
Louis Scalbert
1
-0
/
+1
2026-07-24
tools/virtio: check mmap return value in vringh_test
longlong yan
1
-0
/
+5
2026-07-24
bpf: Cancel special fields on map value recycle
Justin Suess
7
-32
/
+118
2026-07-24
kunit:tool: Don't write to stdout when it should be disabled
David Gow
1
-6
/
+6
2026-07-24
bpf: Check tail zero of bpf_prog_info
Leon Hwang
1
-0
/
+1
2026-07-24
bpf: Check tail zero of bpf_map_info
Leon Hwang
1
-0
/
+1
2026-07-24
selftests/bpf: Fix flaky file_reader test
Mykyta Yatsenko
1
-1
/
+1
2026-07-24
cxl/test: Fix __fortify_panic
Dan Williams
1
-1
/
+1
2026-07-24
bpftool: Use libbpf error code for flow dissector query
Woojin Ji
1
-2
/
+2
2026-07-24
libbpf: Skip max_entries override on signed loaders
Daniel Borkmann
1
-2
/
+11
2026-07-24
libbpf: Skip initial_value override on signed loaders
Daniel Borkmann
1
-15
/
+24
2026-07-24
libbpf: Reject non-exclusive metadata maps in the signed loader
KP Singh
1
-0
/
+17
2026-07-24
libbpf: Skip endianness swap when loader generation failed
Daniel Borkmann
1
-2
/
+2
2026-07-24
libbpf: Skip hash computation when loader generation failed
Daniel Borkmann
1
-4
/
+4
2026-07-24
selftests/bpf: add verification for BPF_PROG_QUERY attr size boundaries
Yuyang Huang
1
-0
/
+69
2026-07-24
libbpf: Fix UAF in strset__add_str()
Carlos Llamas
1
-21
/
+41
2026-07-24
bpftool: Fix typo in struct_ops map FD generation for light skeleton
Siddharth Nayyar
1
-1
/
+1
2026-07-24
libbpf: Harden parse_vma_segs() path parsing
Michael Bommarito
1
-4
/
+12
2026-07-24
rtla/actions: Restore continue flag in actions_perform()
Tomas Glozar
1
-0
/
+2
2026-07-24
selftests: Fix Makefile target for nsfs
Florian Schmaus
1
-1
/
+1
2026-07-24
tools/nolibc: stackprotector: Avoid stalling program startup if crng is not i...
Daniel Palmer
1
-1
/
+2
2026-07-24
vfio: selftests: Allow builds when ARCH=x86
David Matlack
1
-1
/
+1
2026-07-24
vfio: selftests: Fix out-of-tree build with make O=
Jason Gunthorpe
1
-1
/
+4
2026-07-24
tools/nolibc: getopt: Fix potential out of bounds access
Daniel Palmer
1
-1
/
+1
2026-07-24
selftests/mm: Fix resv_sz when parsing arm64 signal frame
Kevin Brodsky
1
-1
/
+2
2026-07-24
selftests/bpf: Fix test for refinement of single-value tnum
Paul Chaignon
1
-7
/
+7
2026-07-24
selftests/bpf: Reject unsupported -k option in vmtest.sh
Roman Kvasnytskyi
1
-1
/
+1
2026-07-24
selftests/bpf: Override EXTRA_LDFLAGS for static builds
Paul Chaignon
1
-1
/
+1
2026-07-24
rtla: Stop the record trace on interrupt
Crystal Wood
3
-10
/
+12
2026-07-24
tools/rtla: Fix --dump-tasks usage in timerlat
Costa Shulyupin
2
-3
/
+4
[prev]
[next]