summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-0/+122
2026-06-25Merge tag 'docs-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/...Linus Torvalds1-0/+4
2026-06-24Merge tag 'kvm-s390-next-7.2-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini3-0/+122
2026-06-24KVM: s390: selftests: Fix cmma selftestClaudio Imbrenda1-0/+6
2026-06-24KVM: s390: selftests: Extended user_operexec testsEric Farman2-0/+116
2026-06-23kdoc: xforms: ignore special static/inline macrosRandy Dunlap1-0/+2
2026-06-23kdoc: xforms_lists: handle DECLARE_PER_CPU() in kernel-docRandy Dunlap1-0/+1
2026-06-23Merge tag 'sched_ext-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2026-06-23kernel-doc: xforms: support __SYSFS_FUNCTION_ALTERNATIVE()Randy Dunlap1-0/+1
2026-06-23Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds48-1799/+1920
2026-06-23Merge tag 'perf-tools-for-v7.2-1-2026-06-22' of git://git.kernel.org/pub/scm/...Linus Torvalds390-9514/+36506
2026-06-23Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+8
2026-06-23Merge tag 'linux_kselftest-next-7.2-rc1-second' of git://git.kernel.org/pub/s...Linus Torvalds2-4/+12
2026-06-22Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-16/+73
2026-06-22perf bpf: Fix up build failure due to change of btf_vlen() return typeMark Brown2-4/+4
2026-06-22sched_ext: Move sources under kernel/sched/ext/Tejun Heo1-3/+3
2026-06-22Merge tag 'slab-for-7.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds8-64/+426
2026-06-21selftests/mm: fix exclusive_cow test fork() handlingAboorva Devarajan1-3/+28
2026-06-21selftests/mm: remove hardcoded THP sizing assumptions in hmm testsSayali Patil1-19/+43
2026-06-21selftests/mm: allow PUD-level entries in compound testcase of hmm testsSayali Patil1-8/+24
2026-06-21mm/page_frag: reject invalid CPUs in page_frag_testSamuel Moelius1-0/+2
2026-06-21selftests: mm: fix and speedup "droppable" testDavid Hildenbrand (Arm)1-20/+26
2026-06-21selftests/mm: clarify alternate unmapping in compaction_testSayali Patil1-0/+3
2026-06-21selftests/mm: move hwpoison setup into run_test() and silence modprobe output...Sayali Patil1-21/+41
2026-06-21selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zeroSayali Patil1-3/+2
2026-06-21selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupportedSayali Patil1-0/+13
2026-06-21selftests/mm: ensure destination is hugetlb-backed in hugetlb-mremapSayali Patil1-7/+4
2026-06-21selftest/mm: register existing mapping with userfaultfd in hugetlb-mremapSayali Patil1-16/+5
2026-06-21selftests/mm: free dynamically allocated PMD-sized buffers in split_huge_page...Sayali Patil1-6/+16
2026-06-21selftests/mm: size tmpfs according to PMD page size in split_huge_page_testSayali Patil1-1/+4
2026-06-21selftests/mm: fix cgroup task placement and drop memory.current checks in hug...Sayali Patil1-24/+18
2026-06-21selftests/mm: fix hugetlb pathname construction in hugetlb_reparenting_test.shSayali Patil1-2/+12
2026-06-21selftests/mm: restore default nr_hugepages value via exit trap in hugetlb_rep...Sayali Patil1-2/+2
2026-06-21selftests/mm: fix hugetlb pathname construction in charge_reserved_hugetlb.shSayali Patil1-13/+29
2026-06-21selftests/mm: restore default nr_hugepages value via exit trap in charge_rese...Sayali Patil1-2/+1
2026-06-21selftests/mm: fix incorrect mmap() error handling with NULL instead of MAP_FA...Hongfu Li4-5/+5
2026-06-21selftests/mm: run_vmtests.sh: drop detection and setup of HugeTLBMike Rapoport (Microsoft)1-118/+7
2026-06-21selftests/mm: run_vmtests.sh: free memory if available memory is lowMike Rapoport (Microsoft)1-12/+6
2026-06-21selftests/mm: va_high_addr_switch.sh: drop huge pages setupMike Rapoport (Microsoft)1-40/+1
2026-06-21selftests/mm: va_high_addr_switch: add setup of HugeTLB pagesMike Rapoport (Microsoft)1-1/+1
2026-06-21selftests/mm: uffd-wp-mremap: add setup of HugeTLB pagesMike Rapoport (Microsoft)1-4/+4
2026-06-21selftests/mm: uffd-unit-tests: add setup of HugeTLB pagesMike Rapoport (Microsoft)1-5/+28
2026-06-21selftests/mm: uffd-stress: use hugetlb_save and alloc huge pagesMike Rapoport (Microsoft)1-3/+6
2026-06-21selftests/mm: thuge-gen: add setup of HugeTLB pagesMike Rapoport (Microsoft)1-83/+12
2026-06-21selftests/mm: protection_keys: use library code for HugeTLB setupMike Rapoport (Microsoft)1-36/+14
2026-06-21selftests/mm: pagemap_ioctl: add setup of HugeTLB pagesMike Rapoport (Microsoft)1-4/+9
2026-06-21selftests/mm: migration: add setup of HugeTLB pagesMike Rapoport (Microsoft)1-0/+21
2026-06-21selftests/mm: hugetlb-vmemmap: add setup of HugeTLB pagesMike Rapoport (Microsoft)1-0/+3
2026-06-21selftests/mm: hugetlb-soft-offline: add setup of HugeTLB pagesMike Rapoport (Microsoft)1-37/+8