index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-22
selftests/ftrace: Add a testcase for fprobe events on module
Masami Hiramatsu (Google)
1
-0
/
+87
2026-04-21
selftests: net: use ip commands instead of teamd in team rx_mode test
Stanislav Fomichev
2
-16
/
+3
2026-04-21
selftests: net: add team_bridge_macvlan rx_mode test
Stanislav Fomichev
2
-0
/
+45
2026-04-21
Merge tag 'linux_kselftest-next-7.1-next-fixes' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-29
/
+28
2026-04-21
KVM: selftests: Replace "paddr" with "gpa" throughout
Sean Christopherson
9
-100
/
+98
2026-04-21
KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"
Sean Christopherson
2
-9
/
+7
2026-04-21
KVM: selftests: Replace "u64 gpa" with "gpa_t" throughout
Sean Christopherson
15
-55
/
+55
2026-04-21
KVM: selftests: Replace "vaddr" with "gva" throughout
Sean Christopherson
16
-182
/
+150
2026-04-21
KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a gues...
Sean Christopherson
1
-2
/
+2
2026-04-21
KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()
Sean Christopherson
1
-8
/
+5
2026-04-21
KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()
Sean Christopherson
3
-4
/
+4
2026-04-21
KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
Sean Christopherson
5
-23
/
+9
2026-04-21
KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
Sean Christopherson
28
-142
/
+102
2026-04-21
KVM: selftests: Use u8 instead of uint8_t
David Matlack
49
-205
/
+201
2026-04-21
KVM: selftests: Use s16 instead of int16_t
David Matlack
1
-1
/
+1
2026-04-21
KVM: selftests: Use u16 instead of uint16_t
David Matlack
11
-42
/
+42
2026-04-21
KVM: selftests: Use s32 instead of int32_t
David Matlack
2
-14
/
+14
2026-04-21
KVM: selftests: Use u32 instead of uint32_t
David Matlack
87
-646
/
+642
2026-04-21
KVM: selftests: Use s64 instead of int64_t
David Matlack
11
-22
/
+22
2026-04-21
KVM: selftests: Use u64 instead of uint64_t
David Matlack
142
-1415
/
+1415
2026-04-21
KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
David Matlack
4
-6
/
+6
2026-04-21
KVM: selftests: Use gpa_t instead of vm_paddr_t
David Matlack
35
-96
/
+92
2026-04-21
KVM: selftests: Use gva_t instead of vm_vaddr_t
David Matlack
71
-178
/
+172
2026-04-20
ktest: Add logfile to failure directory
Steven Rostedt
1
-0
/
+6
2026-04-20
ktest: Fix the month in the name of the failure directory
Steven Rostedt
1
-1
/
+1
2026-04-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
7
-0
/
+298
2026-04-20
selftests/sched_ext: Add non_scx_kfunc_deny test
Cheng-Yang Chou
3
-0
/
+92
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
13
-138
/
+263
2026-04-18
Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-7
/
+50
2026-04-18
selftests: mm: skip charge_reserved_hugetlb without killall
Cao Ruichuang
1
-0
/
+5
2026-04-18
selftests/mm: transhuge_stress: skip the test when thp not available
Chunyu Hu
1
-0
/
+4
2026-04-18
selftests/mm: split_huge_page_test: skip the test when thp is not available
Chunyu Hu
1
-0
/
+4
2026-04-18
selftests/mm/vm_util: robust write_file()
Chunyu Hu
1
-3
/
+12
2026-04-18
selftests/mm: move write_file helper to vm_util
Chunyu Hu
5
-48
/
+20
2026-04-18
selftests/mm: soft-dirty: skip two tests when thp is not available
Chunyu Hu
1
-1
/
+3
2026-04-18
selftests/mm/guard-regions: skip collapse test when thp not enabled
Chunyu Hu
1
-0
/
+4
2026-04-18
selftests/mm: hmm-tests: don't hardcode THP size to 2MB
Alistair Popple
1
-67
/
+16
2026-04-18
selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
Li Wang
1
-22
/
+69
2026-04-18
tools/testing/selftests: add merge test for partial msealed range
Lorenzo Stoakes (Oracle)
1
-0
/
+88
2026-04-18
selftests: liveupdate: add test for double preservation
Pasha Tatashin
1
-0
/
+41
2026-04-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
16
-48
/
+505
2026-04-18
Merge tag 'cxl-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
7
-13
/
+557
2026-04-17
selftests: Fix duplicated test number reporting
Mark Brown
1
-13
/
+10
2026-04-17
Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-0
/
+34
2026-04-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
49
-341
/
+1873
2026-04-17
selftests: ovpn: serialize YNL listener startup
Ralf Lici
1
-0
/
+3
2026-04-17
selftests: ovpn: align command flow with TAP
Ralf Lici
4
-273
/
+676
2026-04-17
selftests: ovpn: add prefix to helpers and shared variables
Ralf Lici
11
-194
/
+226
2026-04-17
selftests: ovpn: flatten slurped notification JSON before filtering
Ralf Lici
1
-1
/
+2
2026-04-17
selftests: ovpn: fail notification check on mismatch
Ralf Lici
1
-1
/
+13
[prev]
[next]