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-01-06
selftests: hw-net: rss-input-xfrm: try to enable the xfrm at the start
Jakub Kicinski
-6
/
+38
2026-01-06
ipv6: preserve insertion order for same-scope addresses
Yumei Huang
-1
/
+1
2026-01-06
perf parse-events: Fix evsel allocation failure
Faisal Bukhari
-2
/
+5
2026-01-06
perf data: Fix coding style
Derek Foreman
-9
/
+6
2026-01-06
perf data: Allow filtering conversion by time range
Derek Foreman
-0
/
+96
2026-01-06
perf build: Skip nondistro build test if libbfd is old
James Clark
-0
/
+5
2026-01-06
perf build: Feature test for libbfd thread safety API
James Clark
-0
/
+28
2026-01-06
perf build: Remove unused libbfd-buildid feature test
James Clark
-20
/
+0
2026-01-06
perf build: Do all non-distro feature checks in one go
James Clark
-20
/
+12
2026-01-06
perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...
Roberto Sassu
-9
/
+3
2026-01-06
perf test java symbol: Additional libperf-jvmti.so path check
Ian Rogers
-0
/
+4
2026-01-06
perf test: Fix test case perf evlist tests for s390x
Thomas Richter
-2
/
+3
2026-01-06
docs: find-unused-docs.sh: fixup directory usage
Randy Dunlap
-1
/
+1
2026-01-06
selftests/bpf: Update xdp_context_test_run test to check maximum metadata size
Toke Høiland-Jørgensen
-3
/
+11
2026-01-06
perf pmu: Relax uncore wildcard matching to allow numeric suffix
Zide Chen
-6
/
+8
2026-01-06
selftests/nolibc: always build sparc32 tests with -mcpu=v8
Thomas Weißschuh
-1
/
+1
2026-01-06
tools/nolibc: align sys_vfork() with sys_fork()
Thomas Weißschuh
-13
/
+13
2026-01-06
selftests/nolibc: drop NOLIBC_SYSROOT=0 logic
Thomas Weißschuh
-6
/
+0
2026-01-06
selftests/nolibc: add static assertions around time types handling
Thomas Weißschuh
-0
/
+22
2026-01-06
tools/nolibc: add __nolibc_static_assert()
Thomas Weißschuh
-0
/
+8
2026-01-06
tools/nolibc: add compiler version detection macros
Thomas Weißschuh
-0
/
+16
2026-01-06
tools/nolibc: remove time conversions
Thomas Weißschuh
-76
/
+8
2026-01-06
selftests/nolibc: test compatibility of nolibc and kernel time types
Thomas Weißschuh
-0
/
+29
2026-01-06
tools/rtla: Remove unused function declarations
Costa Shulyupin
-4
/
+0
2026-01-05
selftests: mptcp: Mark xerror and die_perror __noreturn
Ankit Khushwaha
-6
/
+11
2026-01-05
selftests/tc-testing: Add test case redirecting to self on egress
Victor Nogueira
-0
/
+47
2026-01-05
vsock/test: Test setting SO_ZEROCOPY on accept()ed socket
Michal Luczaj
-0
/
+32
2026-01-05
kunit: qemu_configs: Add 32-bit big endian ARM configuration
Thomas Weißschuh
-0
/
+16
2026-01-05
kunit: tool: Don't overwrite test status based on subtest counts
Thomas Weißschuh
-0
/
+7
2026-01-05
kunit: tool: Add test for nested test result reporting
Thomas Weißschuh
-0
/
+17
2026-01-05
kunit: respect KBUILD_OUTPUT env variable by default
Ryota Sakamoto
-1
/
+25
2026-01-05
kselftest/arm64: Support FORCE_TARGETS
Mark Brown
-2
/
+4
2026-01-05
cxl/mem: Introduce cxl_memdev_attach for CXL-dependent operation
Dan Williams
-1
/
+1
2026-01-05
cxl/mem: Drop @host argument to devm_cxl_add_memdev()
Dan Williams
-1
/
+1
2026-01-05
perf symbol: Remove Rust symbol workarounds
Gary Guo
-15
/
+4
2026-01-05
compiler-context-analysis: Remove __cond_lock() function-like helper
Marco Elver
-2
/
+0
2026-01-05
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
-240
/
+478
2026-01-05
memblock test: include <linux/sizes.h> from tools mm.h stub
Mike Rapoport (Microsoft)
-0
/
+1
2026-01-04
objtool/rust: add one more `noreturn` Rust function
FUJITA Tomonori
-1
/
+2
2026-01-04
Merge branch 'rcu-torture.20260104a' into rcu-next
Boqun Feng
-24
/
+205
2026-01-04
rcutorture: Add --kill-previous option to terminate previous kvm.sh runs
Joel Fernandes
-1
/
+24
2026-01-04
rcutorture: Prevent concurrent kvm.sh runs on same source tree
Joel Fernandes
-0
/
+18
2026-01-04
tools/nolibc: always use 64-bit time types
Thomas Weißschuh
-5
/
+6
2026-01-04
tools/nolibc: use custom structs timespec and timeval
Thomas Weißschuh
-1
/
+18
2026-01-04
tools/nolibc/select: avoid libgcc 64-bit multiplications
Thomas Weißschuh
-2
/
+2
2026-01-04
tools/nolibc/gettimeofday: avoid libgcc 64-bit divisions
Thomas Weißschuh
-1
/
+1
2026-01-04
tools/nolibc: prefer explicit 64-bit time-related system calls
Thomas Weißschuh
-34
/
+34
2026-01-04
tools/nolibc/time: drop invocation of gettimeofday system call
Thomas Weißschuh
-4
/
+0
2026-01-04
tools/nolibc/select: drop non-pselect based implementations
Thomas Weißschuh
-12
/
+1
2026-01-04
tools/nolibc/poll: drop __NR_poll fallback
Thomas Weißschuh
-3
/
+1
[prev]
[next]