index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-27
KVM: selftests: Add check_steal_time_uapi() implementation for LoongArch
Sean Christopherson
1
-0
/
+5
2026-04-24
Merge tag 'block-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
52
-57
/
+162
2026-04-24
Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2026-04-24
Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
2
-4
/
+4
2026-04-23
Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
24
-385
/
+1048
2026-04-23
selftests/bpf: check epoll readiness during reuseport migration
Zhenzhong Wu
1
-7
/
+42
2026-04-23
selftests/net: packetdrill: cover RFC 5961 5.2 challenge ACK on both edges
Jiayuan Chen
1
-0
/
+48
2026-04-23
tcp: send a challenge ACK on SEG.ACK > SND.NXT
Jiayuan Chen
1
-1
/
+3
2026-04-23
selftests: mptcp: add a check for sndbuf of S/C
Gang Yan
1
-0
/
+28
2026-04-23
selftests: ublk: add ublk auto integrity test
Caleb Sander Mateos
2
-0
/
+104
2026-04-23
selftests: ublk: enable test_integrity_02.sh on fio 3.42
Caleb Sander Mateos
1
-2
/
+3
2026-04-23
selftests: ublk: remove unused argument to _cleanup
Caleb Sander Mateos
49
-55
/
+55
2026-04-23
selftests/bpf: Enable CAN_USE_LOAD_ACQ_STORE_REL for LoongArch
Tiezhu Yang
2
-4
/
+4
2026-04-22
Merge tag 'ktest-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-1
/
+7
2026-04-22
selftests/bpf: Verify bpf-tcp-cc rejects TCP_NODELAY
KaFai Wan
2
-0
/
+18
2026-04-22
selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks
KaFai Wan
2
-1
/
+18
2026-04-22
selftests/ftrace: Add a testcase for multiple fprobe events
Masami Hiramatsu (Google)
1
-0
/
+69
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-20
Merge tag 'linux_kselftest-next-7.1-next-fixes' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-29
/
+28
2026-04-20
KVM: selftests: Replace "paddr" with "gpa" throughout
Sean Christopherson
9
-100
/
+98
2026-04-20
KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"
Sean Christopherson
2
-9
/
+7
2026-04-20
KVM: selftests: Replace "u64 gpa" with "gpa_t" throughout
Sean Christopherson
15
-55
/
+55
2026-04-20
KVM: selftests: Replace "vaddr" with "gva" throughout
Sean Christopherson
16
-182
/
+150
2026-04-20
KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a gues...
Sean Christopherson
1
-2
/
+2
2026-04-20
KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()
Sean Christopherson
1
-8
/
+5
2026-04-20
KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()
Sean Christopherson
3
-4
/
+4
2026-04-20
KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
Sean Christopherson
5
-23
/
+9
2026-04-20
KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
Sean Christopherson
28
-142
/
+102
2026-04-20
KVM: selftests: Use u8 instead of uint8_t
David Matlack
49
-205
/
+201
2026-04-20
KVM: selftests: Use s16 instead of int16_t
David Matlack
1
-1
/
+1
2026-04-20
KVM: selftests: Use u16 instead of uint16_t
David Matlack
11
-42
/
+42
2026-04-20
KVM: selftests: Use s32 instead of int32_t
David Matlack
2
-14
/
+14
2026-04-20
KVM: selftests: Use u32 instead of uint32_t
David Matlack
87
-646
/
+642
2026-04-20
KVM: selftests: Use s64 instead of int64_t
David Matlack
11
-22
/
+22
2026-04-20
KVM: selftests: Use u64 instead of uint64_t
David Matlack
142
-1415
/
+1415
2026-04-20
KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
David Matlack
4
-6
/
+6
2026-04-20
KVM: selftests: Use gpa_t instead of vm_paddr_t
David Matlack
35
-96
/
+92
2026-04-20
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
[prev]
[next]