summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | tools: riscv: Add header file csr.hHaibo Xu2024-02-261-0/+541
| | * | | | | | | | | | | | KVM: selftests: Add CONFIG_64BIT definition for the buildHaibo Xu2024-02-261-1/+1
| | * | | | | | | | | | | | KVM: arm64: selftests: Split arch_timer test codeHaibo Xu2024-02-265-280/+311
| | * | | | | | | | | | | | KVM: arm64: selftests: Enable tuning of error margin in arch_timer testHaibo Xu2024-02-261-9/+23
| | * | | | | | | | | | | | KVM: arm64: selftests: Data type cleanup for arch_timer testHaibo Xu2024-02-261-6/+6
| | * | | | | | | | | | | | selftests/kvm: Fix issues with $(SPLIT_TESTS)Paolo Bonzini2024-02-261-8/+12
| | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2024-03-116-35/+23
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | KVM: selftests: aarch64: Remove unused functions from vpmu testRaghavendra Rao Ananta2024-02-291-16/+0
| | * | | | | | | | | | | | KVM: selftests: Print timer ctl register in ISTATUS assertionOliver Upton2024-02-131-1/+1
| | * | | | | | | | | | | | KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM codeSean Christopherson2024-02-125-12/+12
| | * | | | | | | | | | | | KVM: arm64: selftests: Handle feature fields with nonzero minimum value corre...Jing Zhang2024-01-241-7/+11
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-03-1156-246/+1047
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-0969-266/+336
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2024-02-081-1/+1
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-1410-24/+277
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | init: remove obsolete arch_call_rest_init() wrapperGeert Uytterhoeven2024-02-221-1/+0
| * | | | | | | | | | | | | selftests/mm: run_vmtests.sh: add missing testsMuhammad Usama Anjum2024-02-222-1/+14
| * | | | | | | | | | | | | selftests/mm: protection_keys: save/restore nr_hugepages settingsMuhammad Usama Anjum2024-02-221-0/+34
| * | | | | | | | | | | | | selftests/mm: save and restore nr_hugepages valueMuhammad Usama Anjum2024-02-222-0/+7
| * | | | | | | | | | | | | selftests/mm: run_vmtests: remove sudo and conform to tapMuhammad Usama Anjum2024-02-222-20/+23
| * | | | | | | | | | | | | selftests/mm: hugetlb_reparenting_test: do not unmountMuhammad Usama Anjum2024-02-221-2/+4
| * | | | | | | | | | | | | selftests: add eventfd selftestsWen Yang2024-02-223-0/+195
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-1439-676/+2069
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | selftests/mm: skip the hugetlb-madvise tests on unmet hugepage requirementsNico Pache2024-03-121-1/+2
| * | | | | | | | | | | | | selftests/mm: skip uffd hugetlb tests with insufficient hugepagesNico Pache2024-03-121-0/+6
| * | | | | | | | | | | | | selftests/mm: dont fail testsuite due to a lack of hugepagesNico Pache2024-03-121-1/+0
| * | | | | | | | | | | | | mm: huge_memory: enable debugfs to split huge pages to any orderZi Yan2024-03-042-7/+183
| * | | | | | | | | | | | | selftests: damon: add access_memory to .gitignoreJavier Carrasco2024-03-041-0/+1
| * | | | | | | | | | | | | selftest: damon: fix minor typos in test logsVincenzo Mezzela2024-03-042-2/+2
| * | | | | | | | | | | | | selftests: add zswapin and no zswap testsNhat Pham2024-02-221-2/+118
| * | | | | | | | | | | | | selftests: fix the zswap invasive shrink testNhat Pham2024-02-221-1/+1
| * | | | | | | | | | | | | selftests/mm: log a consistent test name for check_compactionMark Brown2024-02-221-16/+19
| * | | | | | | | | | | | | selftests/mm: log skipped compaction test as a skipMark Brown2024-02-221-1/+1
| * | | | | | | | | | | | | selftests/damon/_chk_dependency: get debugfs mount point from /proc/mountsSeongJae Park2024-02-221-1/+8
| * | | | | | | | | | | | | selftests/damon: add a test for the pid leak of dbgfs_target_ids_write()SeongJae Park2024-02-224-0/+93
| * | | | | | | | | | | | | selftests/damon: add a test for a race between target_ids_read() and dbgfs_be...SeongJae Park2024-02-224-0/+97
| * | | | | | | | | | | | | selftests/damon: add a test for DAMOS apply intervalsSeongJae Park2024-02-222-1/+68
| * | | | | | | | | | | | | selftests/damon: add a test for DAMOS quotaSeongJae Park2024-02-222-0/+68
| * | | | | | | | | | | | | selftests/damon/_damon_sysfs: support DAMOS apply intervalSeongJae Park2024-02-221-1/+8
| * | | | | | | | | | | | | selftests/damon/_damon_sysfs: support DAMOS statsSeongJae Park2024-02-221-0/+32
| * | | | | | | | | | | | | selftests/damon/_damon_sysfs: support DAMOS quotaSeongJae Park2024-02-221-9/+33
| * | | | | | | | | | | | | selftests/mm: run_vmtests.sh: add hugetlb_madv_vs_mapBreno Leitao2024-02-221-0/+1
| * | | | | | | | | | | | | selftests/mm: run_vmtests.sh: add hugetlb test categoryBreno Leitao2024-02-221-0/+2
| * | | | | | | | | | | | | selftests/mm: virtual_address_range: conform to TAP format outputMuhammad Usama Anjum2024-02-221-22/+22
| * | | | | | | | | | | | | selftests/mm: transhuge-stress: conform to TAP format outputMuhammad Usama Anjum2024-02-222-17/+25
| * | | | | | | | | | | | | selftests/mm: thuge-gen: conform to TAP format outputMuhammad Usama Anjum2024-02-221-72/+75
| * | | | | | | | | | | | | selftests/mm: split_huge_page_test: conform test to TAP format outputMuhammad Usama Anjum2024-02-221-92/+69
| * | | | | | | | | | | | | selftests/mm: mremap_dontunmap: conform test to TAP format outputMuhammad Usama Anjum2024-02-221-12/+20
| * | | | | | | | | | | | | selftests/mm: mrelease_test: conform test to TAP format outputMuhammad Usama Anjum2024-02-221-47/+33
| * | | | | | | | | | | | | selftests/mm: mlock2-tests: conform test to TAP format outputMuhammad Usama Anjum2024-02-222-175/+118