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
Age
Commit message (
Expand
)
Author
Lines
2026-04-20
KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
Sean Christopherson
-23
/
+9
2026-04-20
KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
Sean Christopherson
-142
/
+102
2026-04-20
KVM: selftests: Use u8 instead of uint8_t
David Matlack
-205
/
+201
2026-04-20
KVM: selftests: Use s16 instead of int16_t
David Matlack
-1
/
+1
2026-04-20
KVM: selftests: Use u16 instead of uint16_t
David Matlack
-42
/
+42
2026-04-20
KVM: selftests: Use s32 instead of int32_t
David Matlack
-14
/
+14
2026-04-20
KVM: selftests: Use u32 instead of uint32_t
David Matlack
-646
/
+642
2026-04-20
KVM: selftests: Use s64 instead of int64_t
David Matlack
-22
/
+22
2026-04-20
KVM: selftests: Use u64 instead of uint64_t
David Matlack
-1415
/
+1415
2026-04-20
KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
David Matlack
-6
/
+6
2026-04-20
KVM: selftests: Use gpa_t instead of vm_paddr_t
David Matlack
-96
/
+92
2026-04-20
KVM: selftests: Use gva_t instead of vm_vaddr_t
David Matlack
-178
/
+172
2026-04-20
ktest: Add logfile to failure directory
Steven Rostedt
-0
/
+6
2026-04-20
ktest: Fix the month in the name of the failure directory
Steven Rostedt
-1
/
+1
2026-04-20
Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-17
/
+24
2026-04-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-0
/
+298
2026-04-20
selftests/sched_ext: Add non_scx_kfunc_deny test
Cheng-Yang Chou
-0
/
+92
2026-04-19
Merge tag 'usb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-6
/
+10
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-138
/
+263
2026-04-18
docs: kdoc: Expand 'at_least' when creating parameter list
Eric Biggers
-0
/
+5
2026-04-18
Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-9
/
+51
2026-04-18
Merge tag 'perf-tools-for-v7.1-2026-04-17' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-1676
/
+6797
2026-04-18
selftests: mm: skip charge_reserved_hugetlb without killall
Cao Ruichuang
-0
/
+5
2026-04-18
selftests/mm: transhuge_stress: skip the test when thp not available
Chunyu Hu
-0
/
+4
2026-04-18
selftests/mm: split_huge_page_test: skip the test when thp is not available
Chunyu Hu
-0
/
+4
2026-04-18
selftests/mm/vm_util: robust write_file()
Chunyu Hu
-3
/
+12
2026-04-18
selftests/mm: move write_file helper to vm_util
Chunyu Hu
-48
/
+20
2026-04-18
selftests/mm: soft-dirty: skip two tests when thp is not available
Chunyu Hu
-1
/
+3
2026-04-18
selftests/mm/guard-regions: skip collapse test when thp not enabled
Chunyu Hu
-0
/
+4
2026-04-18
selftests/mm: hmm-tests: don't hardcode THP size to 2MB
Alistair Popple
-67
/
+16
2026-04-18
selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
Li Wang
-22
/
+69
2026-04-18
tools/testing/selftests: add merge test for partial msealed range
Lorenzo Stoakes (Oracle)
-0
/
+88
2026-04-18
selftests: liveupdate: add test for double preservation
Pasha Tatashin
-0
/
+41
2026-04-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-58
/
+516
2026-04-17
Merge tag 'cxl-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
-13
/
+557
2026-04-17
Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+20
2026-04-17
selftests: Fix duplicated test number reporting
Mark Brown
-13
/
+10
2026-04-17
Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
-0
/
+34
2026-04-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-341
/
+1876
2026-04-17
selftests: ovpn: serialize YNL listener startup
Ralf Lici
-0
/
+3
2026-04-17
selftests: ovpn: align command flow with TAP
Ralf Lici
-273
/
+676
2026-04-17
selftests: ovpn: add prefix to helpers and shared variables
Ralf Lici
-194
/
+226
2026-04-17
selftests: ovpn: flatten slurped notification JSON before filtering
Ralf Lici
-1
/
+2
2026-04-17
selftests: ovpn: fail notification check on mismatch
Ralf Lici
-1
/
+13
2026-04-17
selftests: ovpn: add nftables config dependencies for test-mark
Ralf Lici
-0
/
+3
2026-04-16
Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-77
/
+494
2026-04-16
selftests: net: add missing CMAC to tcp_ao config
Jakub Kicinski
-0
/
+1
2026-04-16
vsock/test: add MSG_PEEK after partial recv test
Luigi Leonardi
-0
/
+37
2026-04-16
vsock/test: fix MSG_PEEK handling in recv_buf()
Luigi Leonardi
-12
/
+16
2026-04-16
libbpf: Prevent double close and leak of btf objects
Jiri Olsa
-10
/
+11
[prev]
[next]