index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2026-04-02
libbpf: Clarify raw-address single kprobe attach behavior
Hoyeon Lee
-7
/
+34
2026-04-02
libbpf: Use direct error codes for kprobe/uprobe attach
Hoyeon Lee
-2
/
+2
2026-04-02
libbpf: Fix BTF handling in bpf_program__clone()
Mykyta Yatsenko
-17
/
+44
2026-04-02
perf test: Skip perf data type profiling tests for s390
Thomas Richter
-0
/
+4
2026-04-02
perf tools: prevent null dsos from being added
Anubhav Shelat
-0
/
+3
2026-04-02
perf test: Fix ratio_to_prev event parsing test
Thomas Falcon
-21
/
+28
2026-04-02
perf tools: Fix module symbol resolution for non-zero .text sh_addr
Chuck Lever
-2
/
+6
2026-04-02
perf trace: Skip unnecessary synthesis for summary-only mode
Namhyung Kim
-1
/
+5
2026-04-02
perf stat: Fix crash on arm64
Breno Leitao
-9
/
+17
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-7
/
+446
2026-04-02
selftests/bpf: Add more precision tracking tests for atomics
Daniel Borkmann
-0
/
+341
2026-04-02
Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-0
/
+69
2026-04-02
selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuse
Leon Hwang
-0
/
+83
2026-04-02
x86/cpufeatures: Add AMD CPPC Performance Priority feature.
Gautham R. Shenoy
-1
/
+1
2026-04-02
KVM: riscv: selftests: Implement kvm_arch_has_default_irqchip
Mayuresh Chitale
-0
/
+5
2026-04-02
tools/nolibc: explicitly list architecture headers
Thomas Weißschuh
-1
/
+2
2026-04-02
tools/nolibc: drop superfluous definition of Q
Thomas Weißschuh
-6
/
+0
2026-04-02
tools/nolibc: drop superfluous invocation of mkdir
Thomas Weißschuh
-1
/
+0
2026-04-02
tools/nolibc: drop superfluous invocation of 'make headers'
Thomas Weißschuh
-1
/
+0
2026-04-02
tracing: selftests: Extend hotplug testing for trace remotes
Vincent Donnefort
-55
/
+115
2026-04-02
selftests/tc-testing: add tests for cls_fw and cls_flow on shared blocks
Xiang Mei
-0
/
+44
2026-04-02
selftests: drivers: hw: add test for the ethtool standard counters
Ioana Ciornei
-0
/
+207
2026-04-02
selftests: drivers: hw: update ethtool_rmon to work with a single local inter...
Ioana Ciornei
-13
/
+17
2026-04-02
selftests: drivers: hw: move to KTAP output
Ioana Ciornei
-8
/
+16
2026-04-02
selftests: drivers: hw: replace counter upper limit with UINT32_MAX in rmon test
Ioana Ciornei
-2
/
+2
2026-04-02
selftests: drivers: hw: test rmon counters only on first interface
Ioana Ciornei
-2
/
+0
2026-04-02
selftests: drivers: hw: cleanup shellcheck warnings in the rmon test
Ioana Ciornei
-25
/
+29
2026-04-02
selftests: net: update some helpers to use run_on
Ioana Ciornei
-8
/
+14
2026-04-02
selftests: net: extend lib.sh to parse drivers/net/net.config
Ioana Ciornei
-9
/
+146
2026-04-02
selftests: forwarding: extend ethtool_std_stats_get with pause statistics
Ioana Ciornei
-2
/
+8
2026-04-02
iommufd/selftest: Test dirty tracking on PASID
Zhenzhong Duan
-0
/
+27
2026-04-01
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-0
/
+112
2026-04-01
perf test: Fix perf stat --bpf-counters on hybrid machines
Namhyung Kim
-4
/
+16
2026-04-01
perf tests: Write test files to tmpdir
Ian Rogers
-19
/
+23
2026-04-01
libperf cpumap: Make index and nr types unsigned
Ian Rogers
-91
/
+108
2026-04-01
tools/workqueue: add CACHE_SHARD support to wq_dump.py
Breno Leitao
-1
/
+2
2026-04-01
KVM: arm64: selftests: Avoid testing the IMPDEF behavior
Zenghui Yu (Huawei)
-12
/
+2
2026-04-01
tools/nolibc/printf: Support negative variable width and precision
David Laight
-32
/
+41
2026-04-01
tools/testing/cxl: Test dax_hmem takeover of CXL regions
Dan Williams
-0
/
+173
2026-04-01
tools/testing/cxl: Simulate auto-assembly failure
Dan Williams
-0
/
+9
2026-04-01
KVM: arm64: set_id_regs: Allow GICv3 support to be set at runtime
Marc Zyngier
-7
/
+45
2026-04-01
rv: Allow epoll in rtapp-sleep monitor
Nam Cao
-0
/
+1
2026-04-01
Merge branch 'for-linus' into for-next
Takashi Iwai
-1156
/
+3733
2026-04-01
mm: move free_reserved_area() to mm/memblock.c
Mike Rapoport (Microsoft)
-3
/
+32
2026-04-01
memblock: move reserve_bootmem_range() to memblock.c and make it static
Mike Rapoport (Microsoft)
-6
/
+9
2026-04-01
memblock: Add reserve_mem debugfs info
Guilherme G. Piccoli
-0
/
+10
2026-04-01
rv/rvgen: fix _fill_states() return type annotation
Wander Lairson Costa
-1
/
+1
2026-04-01
rv/rvgen: fix unbound loop variable warning
Wander Lairson Costa
-5
/
+9
2026-04-01
rv/rvgen: enforce presence of initial state
Wander Lairson Costa
-0
/
+4
2026-04-01
rv/rvgen: extract node marker string to class constant
Wander Lairson Costa
-4
/
+5
[prev]
[next]