index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2025-11-01
tools headers: Sync uapi/linux/fcntl.h with the kernel sources
Arnaldo Carvalho de Melo
2025-11-01
tools headers: Sync uapi/linux/prctl.h with the kernel source
Arnaldo Carvalho de Melo
2025-11-01
tools headers uapi: Update fs.h with the kernel sources
Arnaldo Carvalho de Melo
2025-11-01
tools arch x86: Sync msr-index.h to pick AMD64_{PERF_CNTR_GLOBAL_STATUS_SET,S...
Arnaldo Carvalho de Melo
2025-11-01
objtool: Fix skip_alt_group() for non-alternative STAC/CLAC
Josh Poimboeuf
2025-10-31
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2025-10-31
selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-comm...
Wang Liang
2025-10-31
selftests/net: use destination options instead of hop-by-hop
Anubhav Singh
2025-10-31
selftests/net: fix out-of-order delivery of FIN in gro:tcp test
Anubhav Singh
2025-10-31
selftests/bpf: Add checks in tc_tunnel when entering net namespaces
Alexis Lothoré (eBPF Foundation)
2025-10-31
selftests/bpf: Skip tc_tunnel subtest if its setup fails
Alexis Lothoré (eBPF Foundation)
2025-10-31
Merge tag 'vfio-v6.18-rc4' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2025-10-31
perf tools: Cache counter names for raw samples on s390
Ian Rogers
2025-10-31
perf trace: Increase syscall handler map size to 1024
Namhyung Kim
2025-10-31
perf vendor events AmpereOneX: Fix spelling typo in the metrics file
Chu Guangqing
2025-10-31
perf vendor events arm64: Fix typo in Ampere eMag json file
Chu Guangqing
2025-10-31
perf record: skip synthesize event when open evsel failed
Shuai Xue
2025-10-31
perf lock contention: Load kernel map before lookup
Namhyung Kim
2025-10-31
selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: Isolate non-CI tests
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: Don't exit immediately on allocation failures
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: Don't exit immediately when workers fail
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: Don't exit immediately when gettimeofday fails
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: Add return value to init_iface()
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: Release resources when swap fails
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: Wrap test clean-up in functions
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: fix memory leak in testapp_xdp_shared_umem()
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: Fix __testapp_validate_traffic()'s return value
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: Initialize bitmap before use
Bastien Curutchet (eBPF Foundation)
2025-10-31
selftests/bpf: test_xsk: Split xskxceiver
Bastien Curutchet (eBPF Foundation)
2025-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-10-30
Merge tag 'linux_kselftest-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2025-10-30
Merge tag 'net-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-10-30
selftests: drv-net: replace the nsim ring test with a drv-net one
Jakub Kicinski
2025-10-30
KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-list
Mark Brown
2025-10-30
KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-list
Mark Brown
2025-10-30
KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
Maximilian Dittgen
2025-10-30
objtool: Remove unneeded semicolon
Chen Ni
2025-10-30
x86/smpboot: Mark native_play_dead() as __noreturn
Thorsten Blum
2025-10-29
selftests: traceroute: Add ICMP extensions tests
Ido Schimmel
2025-10-29
selftests/bpf: Add ABBCCA case for rqspinlock stress test
Kumar Kartikeya Dwivedi
2025-10-29
selftests/bpf: Fix intermittent failures in file_reader test
Mykyta Yatsenko
2025-10-29
selftests: net: use BASH for bareudp testing
Po-Hsu Lin
2025-10-29
selftest: net: fix socklen_t type mismatch in sctp_collision test
Ankit Khushwaha
2025-10-29
sched_ext/tools: Restore backward compat with v6.12 kernels
Tejun Heo
2025-10-29
selftests/bpf: Remove test_tc_tunnel.sh
Alexis Lothoré (eBPF Foundation)
2025-10-29
selftests/bpf: Integrate test_tc_tunnel.sh tests into test_progs
Alexis Lothoré (eBPF Foundation)
[prev]
[next]