summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-124-40/+404
|\
| * proc: test how it holds up with mapping'less processAlexey Dobriyan2022-10-123-0/+388
| * proc: save LOC in vsyscall testBrian Foster2022-09-121-40/+16
* | Merge tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-128-336/+2662
|\ \
| * | memblock tests: add generic NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever2022-09-181-0/+197
| * | memblock tests: add bottom-up NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever2022-09-181-0/+568
| * | memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever2022-09-183-11/+724
| * | memblock tests: add simulation of physical memory with multiple NUMA nodesRebecca Mckeever2022-09-183-2/+35
| * | memblock_tests: move variable declarations to single blockRebecca Mckeever2022-09-043-127/+42
| * | memblock tests: remove 'cleared' from comment blocksRebecca Mckeever2022-09-041-11/+11
| * | memblock tests: add tests for memblock_trim_memoryRebecca Mckeever2022-08-301-0/+223
| * | memblock tests: add tests for memblock_*bottom_up functionsRebecca Mckeever2022-08-301-0/+45
| * | memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_rawRebecca Mckeever2022-08-301-69/+111
| * | memblock tests: update alloc_api to test memblock_alloc_rawRebecca Mckeever2022-08-302-33/+85
| * | memblock tests: add additional tests for basic api and memblock_allocRebecca Mckeever2022-08-302-0/+543
| * | memblock tests: add labels to verbose output for generic alloc testsRebecca Mckeever2022-08-304-56/+44
| * | memblock tests: update zeroed memory check for memblock_alloc_* testsRebecca Mckeever2022-08-302-60/+20
| * | memblock tests: update tests to check if memblock_alloc zeroed memoryRebecca Mckeever2022-08-303-0/+42
| * | memblock tests: update reference to obsolete build option in commentsRebecca Mckeever2022-08-301-3/+6
| * | memblock tests: add command line help optionRebecca Mckeever2022-08-301-1/+3
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-1215-121/+483
|\ \
| * \ Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-10-0329-211/+587
| |\ \
| * \ \ Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2022-10-037-12/+331
| |\ \ \
| | * \ \ Merge branch kvm-arm64/misc-6.1 into kvmarm-master/nextMarc Zyngier2022-10-011-4/+6
| | |\ \ \
| | | * | | KVM: selftests: Update top-of-file comment in psci_testOliver Upton2022-09-281-4/+6
| | | | |/ | | | |/|
| | * | | Merge branch kvm-arm64/dirty-log-ordered into kvmarm-master/nextMarc Zyngier2022-10-012-4/+9
| | |\ \ \
| | | * | | KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ACQ_REL if availableMarc Zyngier2022-09-292-2/+6
| | | * | | KVM: selftests: dirty-log: Upgrade flag accesses to acquire/release semanticsMarc Zyngier2022-09-291-2/+3
| | | |/ /
| | * | | Merge branch kvm-arm64/single-step-async-exception into kvmarm-master/nextMarc Zyngier2022-09-191-4/+145
| | |\ \ \
| | | * | | KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEPReiji Watanabe2022-09-191-0/+131
| | | * | | KVM: arm64: selftests: Refactor debug-exceptions to make it amenable to new t...Reiji Watanabe2022-09-191-4/+14
| | | |/ /
| | * / / KVM: selftests: Add test for AArch32 ID registersOliver Upton2022-09-143-0/+171
| | |/ /
| * | | Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini2022-09-308-81/+358
| |\ \ \
| | * | | KVM: selftests: Don't set reserved bits for invalid Hyper-V hypercall numberVitaly Kuznetsov2022-09-281-1/+1
| | * | | KVM: selftests: Load RAX with -EFAULT before Hyper-V hypercallVipin Sharma2022-09-281-1/+2
| | * | | KVM: selftests: Check result in hyperv_features for successful hypercallsVipin Sharma2022-09-281-4/+4
| * | | | KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hostsDavid Matlack2022-09-303-2/+48
| * | | | KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parametersDavid Matlack2022-09-303-12/+44
| * | | | KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachableDavid Matlack2022-09-301-2/+4
| * | | | Revert "KVM: selftests: Fix nested SVM tests when built with clang"Sean Christopherson2022-09-301-13/+1
| * | | | KVM: selftests: Dedup subtests of fix_hypercall_testSean Christopherson2022-09-301-32/+13
| * | | | KVM: selftests: Explicitly verify KVM doesn't patch hypercall if quirk==offSean Christopherson2022-09-301-8/+18
| * | | | KVM: selftests: Hardcode VMCALL/VMMCALL opcodes in "fix hypercall" testSean Christopherson2022-09-301-27/+16
| * | | | KVM: selftests: Remove unnecessary register shuffling in fix_hypercall_testSean Christopherson2022-09-301-14/+8
* | | | | Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-12234-5281/+15648
|\ \ \ \ \
| * | | | | perf script: Add missing fields in usage hintRavi Bangoria2022-10-061-3/+4
| * | | | | perf mem: Print "LFB/MAB" for PERF_MEM_LVLNUM_LFBRavi Bangoria2022-10-061-2/+2
| * | | | | perf mem/c2c: Avoid printing empty lines for unsupported eventsRavi Bangoria2022-10-061-5/+6
| * | | | | perf mem/c2c: Add load store event mappings for AMDRavi Bangoria2022-10-063-7/+41
| * | | | | perf mem/c2c: Set PERF_SAMPLE_WEIGHT for LOAD_STORE eventsRavi Bangoria2022-10-063-0/+3