index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-11
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
9
-21
/
+62
2025-09-11
selftest:net: fixed spelling mistakes
Andres Urian Florez
1
-2
/
+2
2025-09-11
selftests: traceroute: Add VRF tests
Ido Schimmel
1
-0
/
+178
2025-09-11
selftests: traceroute: Test traceroute with different source IPs
Ido Schimmel
1
-4
/
+9
2025-09-11
selftests: traceroute: Reword comment
Ido Schimmel
1
-4
/
+4
2025-09-11
selftests: traceroute: Use require_command()
Ido Schimmel
1
-10
/
+3
2025-09-11
selftests: traceroute: Return correct value on failure
Ido Schimmel
1
-29
/
+9
2025-09-11
selftests: net: Add tests to verify team driver option set and get.
Marc Harvey
3
-2
/
+193
2025-09-10
Merge tag 'linux-can-fixes-for-6.17-20250910' of git://git.kernel.org/pub/scm...
Jakub Kicinski
1
-0
/
+3
2025-09-10
selftests: net: replace sleeps in fcnal-test with waits
Jakub Kicinski
1
-214
/
+214
2025-09-10
tools: ynl: check for membership with 'not in'
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-10
tools: ynl: use 'cond is None'
Matthieu Baerts (NGI0)
2
-2
/
+2
2025-09-10
tools: ynl: remove unnecessary semicolons
Matthieu Baerts (NGI0)
2
-2
/
+2
2025-09-10
tools: ynl: remove unused imports
Matthieu Baerts (NGI0)
4
-5
/
+2
2025-09-10
tools: ynl: remove f-string without any placeholders
Matthieu Baerts (NGI0)
2
-16
/
+16
2025-09-10
tools: ynl: remove assigned but never used variable
Matthieu Baerts (NGI0)
2
-3
/
+0
2025-09-10
tools: ynl: avoid bare except
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-10
tools: ynl: fix undefined variable name
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-10
selftests/bpf: Skip timer cases when bpf_timer is not supported
Leon Hwang
5
-0
/
+20
2025-09-10
selftests: can: enable CONFIG_CAN_VCAN as a module
Davide Caratti
1
-0
/
+3
2025-09-10
cxl/acpi: Rename CFMW coherency restrictions
Davidlohr Bueso
1
-9
/
+9
2025-09-09
selftests: mptcp: join: allow more time to send ADD_ADDR
Matthieu Baerts (NGI0)
1
-2
/
+4
2025-09-09
selftests: mptcp: join: tolerate more ADD_ADDR
Matthieu Baerts (NGI0)
1
-12
/
+7
2025-09-09
selftests: mptcp: shellcheck: support v0.11.0
Matthieu Baerts (NGI0)
7
-8
/
+9
2025-09-09
selftests: net: speed up pmtu.sh by avoiding unnecessary cleanup
Jakub Kicinski
1
-4
/
+5
2025-09-09
selftests: net: run groups from fcnal-test in parallel
Jakub Kicinski
5
-1
/
+12
2025-09-09
selftests/bpf: Add tests for bpf_strnstr
Rong Tao
1
-2
/
+6
2025-09-09
selftests/bpf: Fix "expression result unused" warnings with icecc
Ilya Leoshkevich
2
-5
/
+4
2025-09-09
selftests/bpf: Extend crypto_sanity selftest with invalid dst buffer
Daniel Borkmann
1
-14
/
+32
2025-09-09
docs: add tools/docs/gen-redirects.py
Vegard Nossum
1
-0
/
+54
2025-09-09
docs: add tools/docs/gen-renames.py
Vegard Nossum
1
-0
/
+130
2025-09-09
perf annotate: Fix title line after return from call
Namhyung Kim
1
-3
/
+7
2025-09-09
perf annotate: Factor out annotate_browser__show_function_title()
Namhyung Kim
1
-11
/
+16
2025-09-09
perf annotate: Fix signature of annotate_browser__show()
Namhyung Kim
1
-12
/
+13
2025-09-09
perf docs: Update SPE doc to include default instructions group
James Clark
1
-4
/
+10
2025-09-09
perf arm-spe: Display --itrace period warnings for all sample types
James Clark
1
-9
/
+9
2025-09-09
perf arm-spe: Downsample all sample types equally
James Clark
1
-15
/
+12
2025-09-09
perf arm-spe: Show instruction sample types by default
James Clark
1
-2
/
+6
2025-09-09
selftests/bpf: Fix incorrect array size calculation
Jiayuan Chen
1
-2
/
+3
2025-09-09
perf symbols: Handle 'N' symbols in /proc/kallsyms
Arnaldo Carvalho de Melo
1
-1
/
+6
2025-09-09
objtool: Ignore __pi___cfi_ prefixed symbols
Nathan Chancellor
1
-0
/
+1
2025-09-09
selftests: net: add test for ipv6 fragmentation
Brett A C Sheffield
3
-0
/
+116
2025-09-09
selftests: net: add test for destination in broadcast packets
Oscar Maes
2
-0
/
+84
2025-09-09
selftests: vDSO: Drop vdso_test_clock_getres
Thomas Weißschuh
3
-126
/
+0
2025-09-09
selftests: vDSO: vdso_test_abi: Add tests for clock_gettime64()
Thomas Weißschuh
1
-1
/
+36
2025-09-09
selftests: vDSO: vdso_test_abi: Test CPUTIME clocks
Thomas Weißschuh
1
-1
/
+3
2025-09-09
selftests: vDSO: vdso_test_abi: Use explicit indices for name array
Thomas Weißschuh
1
-13
/
+13
2025-09-09
selftests: vDSO: vdso_test_abi: Drop clock availability tests
Thomas Weißschuh
1
-24
/
+0
2025-09-09
selftests: vDSO: vdso_test_abi: Use ksft_finished()
Thomas Weißschuh
1
-2
/
+1
2025-09-09
selftests: vDSO: vdso_test_abi: Correctly skip whole test with missing vDSO
Thomas Weißschuh
1
-5
/
+4
[prev]
[next]