summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
31 hoursMerge tag 'linux_kselftest-fixes-7.1-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
4 daysMerge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
5 daysMerge tag 'mm-hotfixes-stable-2026-04-30-15-39' of git://git.kernel.org/pub/s...Linus Torvalds
5 dayskselftest/arm64: Include <asm/ptrace.h> for user_gcs definitionLeo Yan
6 daysMerge tag 'net-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
6 daysselftests: drv-net: clarify linters and frameworks in READMEJakub Kicinski
7 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
7 daysMerge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
8 daysselftests/tc-testing: add taprio test for class dump after child deleteWeiming Shi
9 daysselftests: harness: Restore order of test functionsThomas Weißschuh
9 daysselftests: kselftest: fix wrong test number in ksft_exit_skipSarthak Sharma
9 daysselftests/mm: specify requirement for PROC_MEM_ALWAYS_FORCE=yMark Brown
9 daysMAINTAINERS: update Liam's email addressLiam R. Howlett
9 daysmm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()Lorenzo Stoakes
9 daysMerge tag 'kvm-x86-selftests_kernel_types-7.1' of https://github.com/kvm-x86/...Paolo Bonzini
9 daysKVM: selftests: Add check_steal_time_uapi() implementation for LoongArchSean Christopherson
11 daysMerge tag 'block-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
12 daysMerge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
12 daysMerge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
12 daysMerge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
12 daysselftests/bpf: check epoll readiness during reuseport migrationZhenzhong Wu
13 daysselftests/net: packetdrill: cover RFC 5961 5.2 challenge ACK on both edgesJiayuan Chen
13 daystcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen
13 daysselftests: mptcp: add a check for sndbuf of S/CGang Yan
13 daysselftests: ublk: add ublk auto integrity testCaleb Sander Mateos
13 daysselftests: ublk: enable test_integrity_02.sh on fio 3.42Caleb Sander Mateos
13 daysselftests: ublk: remove unused argument to _cleanupCaleb Sander Mateos
13 daysselftests/bpf: Enable CAN_USE_LOAD_ACQ_STORE_REL for LoongArchTiezhu Yang
13 daysMerge tag 'ktest-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2026-04-22selftests/ftrace: Add a testcase for multiple fprobe eventsMasami Hiramatsu (Google)
2026-04-22selftests/ftrace: Add a testcase for fprobe events on moduleMasami Hiramatsu (Google)
2026-04-21selftests: net: use ip commands instead of teamd in team rx_mode testStanislav Fomichev
2026-04-21selftests: net: add team_bridge_macvlan rx_mode testStanislav Fomichev
2026-04-20Merge tag 'linux_kselftest-next-7.1-next-fixes' of git://git.kernel.org/pub/s...Linus Torvalds
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson
2026-04-20KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"Sean Christopherson
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson
2026-04-20KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a gues...Sean Christopherson
2026-04-20KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()Sean Christopherson
2026-04-20KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson
2026-04-20KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack
2026-04-20KVM: selftests: Use s16 instead of int16_tDavid Matlack
2026-04-20KVM: selftests: Use u16 instead of uint16_tDavid Matlack
2026-04-20KVM: selftests: Use s32 instead of int32_tDavid Matlack
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack
2026-04-20KVM: selftests: Use s64 instead of int64_tDavid Matlack
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack