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
/
testing
Age
Commit message (
Expand
)
Author
Lines
2026-01-22
cxl/pci: Move CXL driver's RCH error handling into core/ras_rch.c
Terry Bowman
-0
/
+1
2026-01-22
cxl/pci: Remove CXL VH handling in CONFIG_PCIEAER_CXL conditional blocks from...
Dave Jiang
-1
/
+1
2026-01-22
Merge tag 'net-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-44
/
+426
2026-01-22
vsock/test: add stream TX credit bounds test
Melbin K Mathew
-0
/
+101
2026-01-22
vsock/test: fix seqpacket message bounds test
Stefano Garzarella
-0
/
+11
2026-01-22
kselftest/arm64: Add HWCAP test for FEAT_LS64
Yicong Yang
-0
/
+49
2026-01-22
kselftest/arm64: Use syscall() macro over nolibc my_syscall()
Thomas Weißschuh
-26
/
+17
2026-01-22
selftests/rseq: Add rseq slice histogram script
Peter Zijlstra
-0
/
+132
2026-01-22
selftests/rseq: Implement time slice extension test
Thomas Gleixner
-1
/
+251
2026-01-21
selftests: net: amt: wait longer for connection before sending packets
Taehee Yoo
-2
/
+5
2026-01-21
selftests: netconsole: validate target resume
Andre Carvalho
-5
/
+155
2026-01-21
selftests/bpf: Fix resource leak in serial_test_wq on attach failure
Kery Qi
-2
/
+3
2026-01-21
selftests/pidfd: fix typo in comment
Ziyu Chen
-1
/
+1
2026-01-21
selftests/bpf: Test kfunc bpf_strncasecmp
Yuzuki Ishiyama
-0
/
+15
2026-01-21
selftests/bpf: test bpf_get_func_arg() for tp_btf
Menglong Dong
-0
/
+61
2026-01-21
selftests/ublk: fix garbage output in foreground mode
Ming Lei
-1
/
+2
2026-01-21
selftests/ublk: fix error handling for starting device
Ming Lei
-2
/
+4
2026-01-21
selftests/ublk: fix IO thread idle check
Ming Lei
-1
/
+1
2026-01-20
selftests/bpf: test the jited inline of bpf_get_current_task
Menglong Dong
-0
/
+22
2026-01-20
watchdog: softlockup: panic when lockup duration exceeds N thresholds
Li RongQing
-2
/
+2
2026-01-20
selftests/mm: fix comment for check_test_requirements
Chunyu Hu
-3
/
+3
2026-01-20
selftests/mm: va_high_addr_switch return fail when either test failed
Chunyu Hu
-3
/
+7
2026-01-20
selftests/mm: remove arm64 nr_hugepages setup for va_high_addr_switch test
Chunyu Hu
-8
/
+0
2026-01-20
selftests/mm: allocate 6 hugepages in va_high_addr_switch.sh
Chunyu Hu
-2
/
+2
2026-01-20
selftests/mm: fix va_high_addr_switch.sh return value
Chunyu Hu
-0
/
+2
2026-01-20
selftests/mm/charge_reserved_hugetlb.sh: add waits with timeout helper
Li Wang
-21
/
+30
2026-01-20
selftests/mm/charge_reserved_hugetlb: drop mount size for hugetlbfs
Li Wang
-2
/
+2
2026-01-20
selftests/mm/write_to_hugetlbfs: parse -s as size_t
Li Wang
-3
/
+6
2026-01-20
lib/test_vmalloc.c: minor fixes to test_vmalloc.c
Audra Mitchell
-3
/
+28
2026-01-20
selftests: drv-net: fix missing include in ncdevmem
Jakub Kicinski
-0
/
+1
2026-01-20
selftests: drv-net: extend HW timestamp test with ioctl
Vadim Fedorenko
-8
/
+120
2026-01-20
Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linux
Jakub Kicinski
-12
/
+99
2026-01-20
Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"
Jakub Kicinski
-301
/
+6
2026-01-20
selftests/bpf: update verifier test for default trusted pointer semantics
Matt Bobrowski
-34
/
+52
2026-01-20
selftests/bpf: Add tests for BPF_DIV and BPF_MOD range tracking
Yazhou Tang
-0
/
+1151
2026-01-20
bpf: Add range tracking for BPF_DIV and BPF_MOD
Yazhou Tang
-5
/
+6
2026-01-20
selftests/bpf: Migrate struct_ops_assoc test to KF_IMPLICIT_ARGS
Ihor Solodrai
-16
/
+17
2026-01-20
bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGS
Ihor Solodrai
-3
/
+3
2026-01-20
bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS
Ihor Solodrai
-13
/
+12
2026-01-20
HID: Use bpf_wq_set_callback kernel function
Ihor Solodrai
-5
/
+3
2026-01-20
bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
Ihor Solodrai
-9
/
+4
2026-01-20
selftests/bpf: Add tests for KF_IMPLICIT_ARGS
Ihor Solodrai
-0
/
+77
2026-01-20
selftests/bpf: Add perfbuf multi-producer benchmark
Gyutae Bae
-0
/
+5
2026-01-20
kunit: add bash completion
Ryota Sakamoto
-0
/
+85
2026-01-20
vsock/test: Do not filter kallsyms by symbol type
Michal Luczaj
-1
/
+1
2026-01-20
selftests/net: Add netkit container tests
David Wei
-0
/
+80
2026-01-20
selftests/net: Make NetDrvContEnv support queue leasing
David Wei
-1
/
+46
2026-01-20
selftests/net: Add env for container based tests
David Wei
-6
/
+127
2026-01-20
selftests/net: Add bpf skb forwarding program
David Wei
-0
/
+49
2026-01-19
selftests/tc-testing: Try to add teql as a child qdisc
Victor Nogueira
-0
/
+25
[prev]
[next]