summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-11KVM: selftests: fix sync_with_host() in smm_testVitaly Kuznetsov
2020-06-11KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...Vitaly Kuznetsov
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov
2020-06-10khugepaged: selftests: fix timeout condition in wait_for_scan()Dan Carpenter
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-09KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4KSean Christopherson
2020-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-08lib/test_sysctl: support testing of sysctl. boot parameterVlastimil Babka
2020-06-08tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=yVlastimil Babka
2020-06-08KVM: selftests: fix vmx_preemption_timer_test build with GCC10Vitaly Kuznetsov
2020-06-08KVM: selftests: Add x86_64/debug_regs to .gitignoreVitaly Kuznetsov
2020-06-07Merge tag 'ntb-5.8' of git://github.com/jonmason/ntbLinus Torvalds
2020-06-05NTB: ntb_test: Fix bug when counting remote filesLogan Gunthorpe
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-05KVM: selftests: Fix build with "make ARCH=x86_64"Vitaly Kuznetsov
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-04tools/testing/selftests/vm: remove duplicate headersJagadeesh Pagadala
2020-06-04selftests: vm: pkeys: fix multilib builds for x86Sandipan Das
2020-06-04selftests: vm: pkeys: use the correct page size on powerpcSandipan Das
2020-06-04selftests/vm/pkeys: override access right definitions on powerpcRam Pai
2020-06-04selftests/vm/pkeys: test correct behaviour of pkey-0Ram Pai
2020-06-04selftests/vm/pkeys: introduce a sub-page allocatorRam Pai
2020-06-04selftests/vm/pkeys: detect write violation on a mapped access-denied-key pageRam Pai
2020-06-04selftests/vm/pkeys: associate key on a mapped page and detect write violationRam Pai
2020-06-04selftests/vm/pkeys: associate key on a mapped page and detect access violationRam Pai
2020-06-04selftests/vm/pkeys: improve checks to determine pkey supportRam Pai
2020-06-04selftests/vm/pkeys: fix assertion in test_pkey_alloc_exhaust()Ram Pai
2020-06-04selftests/vm/pkeys: fix number of reserved powerpc pkeysDesnes A. Nunes do Rosario
2020-06-04selftests/vm/pkeys: introduce powerpc supportRam Pai
2020-06-04selftests/vm/pkeys: introduce generic pkey abstractionsRam Pai
2020-06-04selftests: vm: pkeys: use the correct huge page sizeSandipan Das
2020-06-04selftests/vm/pkeys: fix alloc_random_pkey() to make it really randomRam Pai
2020-06-04selftests/vm/pkeys: fix assertion in pkey_disable_set/clear()Ram Pai
2020-06-04selftests/vm/pkeys: fix pkey_disable_clear()Ram Pai
2020-06-04selftests: vm: pkeys: add helpers for pkey bitsSandipan Das
2020-06-04selftests: vm: pkeys: Use sane types for pkey registerSandipan Das
2020-06-04selftests/vm/pkeys: make gcc check arguments of sigsafe_printf()Thiago Jung Bauermann
2020-06-04selftests/vm/pkeys: move some definitions to arch-specific headerThiago Jung Bauermann
2020-06-04selftests/vm/pkeys: move generic definitions to header fileRam Pai
2020-06-04selftests/vm/pkeys: rename all references to pkru to a generic nameRam Pai
2020-06-04selftests/x86/pkeys: move selftests to arch-neutral directoryRam Pai
2020-06-04lib: make a test module with set/clear bitJesse Brandeburg
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03khugepaged: introduce 'max_ptes_shared' tunableKirill A. Shutemov
2020-06-03khugepaged: add self testKirill A. Shutemov