index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-10
perf test: Add workload-ctl option
James Clark
2
-2
/
+194
2026-06-10
perf cs-etm: Queue context packets for frontend
James Clark
3
-102
/
+163
2026-06-10
perf pmu: Use scnprintf in buffer offset calculations
Athira Rajeev
1
-11
/
+29
2026-06-10
perf tools: Fix the check for parameterized field in event term
Athira Rajeev
1
-1
/
+1
2026-06-10
perf data convert json: Fix addr_location leak on time-filtered samples
Tanushree Shah
1
-0
/
+1
2026-06-10
perf s390: Fix TEXTREL in Python extension by compiling as PIC
Jens Remus
1
-0
/
+1
2026-06-10
perf build: Do not duplicate CFLAGS in Python extension builds
Jens Remus
1
-7
/
+6
2026-06-10
perf build: Respect V=1 for Python extension builds
Jens Remus
1
-2
/
+6
2026-06-10
perf riscv: fix register name strings
Martin Kaiser
1
-1
/
+1
2026-06-10
perf dwarf: Avoid redefinition warnings for REG_DWARFNUM_NAME
Martin Kaiser
3
-0
/
+3
2026-06-10
libperf: Document code simplification case for widening struct perf_cpu
Arnaldo Carvalho de Melo
1
-0
/
+8
2026-06-10
perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()
Arnaldo Carvalho de Melo
2
-8
/
+11
2026-06-10
perf hists: Fix snprintf() in hists__scnprintf_title() UID filter path
Arnaldo Carvalho de Melo
1
-3
/
+4
2026-06-10
perf bpf: Use scnprintf() in snprintf_hex() and synthesize_bpf_prog_name()
Arnaldo Carvalho de Melo
1
-5
/
+6
2026-06-10
perf tools: Add O_CLOEXEC to open() calls in DSO and ELF code
Arnaldo Carvalho de Melo
2
-12
/
+12
2026-06-10
perf sched: Fix idle-hist callchain display using wrong rb_first variant
Arnaldo Carvalho de Melo
1
-1
/
+2
2026-06-10
perf sched: Bounds-check prio before test_bit() in timehist
Arnaldo Carvalho de Melo
1
-1
/
+3
2026-06-10
cxl/test: Zero out LSA backing memory to avoid leaking to user
Dave Jiang
1
-1
/
+1
2026-06-10
cxl/test: Fix integer overflow in mock LSA bounds checks
Dave Jiang
1
-2
/
+2
2026-06-10
cxl/test: Verify cmd->size_in before accessing payload
Dave Jiang
1
-9
/
+30
2026-06-10
perf tools: NULL bitmap pointers after bitmap_free()
Arnaldo Carvalho de Melo
2
-0
/
+3
2026-06-10
selftests/bpf: Fix bpf_iter/task_vma test
Yonghong Song
1
-1
/
+1
2026-06-10
selftests: bonding: add test for lacp_strict mode
Louis Scalbert
2
-0
/
+348
2026-06-10
bonding: 3ad: add lacp_strict configuration knob
Louis Scalbert
1
-0
/
+1
2026-06-10
tools: missed broadcast_neigh if_link uapi header
Louis Scalbert
1
-0
/
+1
2026-06-10
perf tools: Use perf_env__get_cpu_topology() in machine__resolve()
Arnaldo Carvalho de Melo
1
-2
/
+13
2026-06-10
perf tools: Use scnprintf() in cpu_map__snprint() to prevent overflow
Arnaldo Carvalho de Melo
1
-9
/
+9
2026-06-10
perf tools: Fix get_max_num() size_t underflow on empty sysfs file
Arnaldo Carvalho de Melo
1
-0
/
+6
2026-06-10
Merge tag 'riscv-for-linux-7.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-0
/
+6
2026-06-10
tools/virtio: fix build for kmalloc_obj API and missing stubs
Michael S. Tsirkin
3
-0
/
+9
2026-06-10
tools/virtio: check mmap return value in vringh_test
longlong yan
1
-0
/
+5
2026-06-09
selftests/bpf: Exercise kptr map update lifetime
Kumar Kartikeya Dwivedi
2
-3
/
+142
2026-06-09
selftests/bpf: Exercise unsafe obj drops from tracing progs
Kumar Kartikeya Dwivedi
1
-0
/
+40
2026-06-09
bpf: Cancel special fields on map value recycle
Justin Suess
7
-32
/
+118
2026-06-09
bpf: Reject bpf_obj_drop() from tracing progs
Justin Suess
2
-8
/
+47
2026-06-09
selftests/bpf: Adjust fexit_bpf2bpf ctx layout for llvm23 true signature
Yonghong Song
1
-2
/
+11
2026-06-09
selftests/bpf: Keep int return type for tailcall subprogs
Yonghong Song
6
-20
/
+57
2026-06-09
selftests: net: add getsockopt_iter binary to .gitignore
Fernando Fernandez Mancera
1
-0
/
+1
2026-06-09
Merge tag 'trace-rv-v7.1-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
5
-40
/
+50
2026-06-09
Merge tag 'trace-tools-v7.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
6
-36
/
+32
2026-06-09
selftests/bpf: Avoid spurious spmc parallel selftest errors in libarena
Emil Tsalapatis
1
-9
/
+5
2026-06-09
selftests/bpf: Cover writable BTF field global subprog args
Nuoqi Gui
1
-0
/
+19
2026-06-09
Merge tag 'mm-hotfixes-stable-2026-06-08-20-51' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+128
2026-06-09
selftests/bpf: Add BTF repeated field count overflow test
Paul Moses
1
-0
/
+37
2026-06-09
selftests/net/openvswitch: guard command substitutions against empty output
Minxi Hou
1
-2
/
+14
2026-06-09
selftests/livepatch: fix resource leak in test_klp_syscall init error path
Rui Qi
1
-1
/
+5
2026-06-09
selftests: drv-net: gro: signal over-coalescing more reliably
Jakub Kicinski
2
-2
/
+22
2026-06-08
selftests/mm/hmm-tests: test pagemap reads of PMD device-private entries
Dev Jain
1
-2
/
+32
2026-06-08
selftest: net: Extend ipmr.c for IP6MR.
Kuniyuki Iwashima
1
-67
/
+122
2026-06-08
selftests: drv-net: extend so_txtime with FQ with other clocks
Willem de Bruijn
1
-4
/
+14
[prev]
[next]