summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-232-3/+3
|\
| * Merge tag 'kvmarm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-10-222-3/+3
| |\
| | * KVM: selftests: Fix number of pages for memory slot in memslot_modification_s...Gavin Shan2022-10-131-1/+1
| | * KVM: arm64: selftests: Fix multiple versions of GIC creationZenghui Yu2022-10-101-2/+2
* | | Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-231-3/+32
|\ \ \
| * | | selftests/perf_events: Add a SIGTRAP stress test with disablesMarco Elver2022-10-171-3/+32
| |/ /
* | | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-202-0/+80
|\ \ \ | |/ / |/| |
| * | selftests: add selftest for chaining of tc ingress handling to egressPaul Blakey2022-10-192-0/+80
* | | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-142-1/+70
|\ \ \ | |/ / |/| |
| * | mm/selftest: uffd: explain the write missing fault checkPeter Xu2022-10-121-1/+21
| * | hmm-tests: add test for migrate_device_range()Alistair Popple2022-10-121-0/+49
* | | Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-134-1/+154
|\ \ \
| * | | selftests: netfilter: Fix nft_fib.sh for all.rp_filter=1Phil Sutter2022-10-121-0/+1
| * | | selftests: netfilter: Test reverse path filteringPhil Sutter2022-10-122-1/+148
| * | | ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern2022-10-071-0/+5
* | | | Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-10-121-11/+7
|\ \ \ \
| * | | | kunit: tool: Don't download risc-v opensbi firmware with wgetDavid Gow2022-10-071-11/+7
* | | | | Merge tag 'linux-kselftest-next-6.1-rc1-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-10-122-8/+28
|\ \ \ \ \
| * | | | | selftests/memory-hotplug: Adjust log info for maintainabilityZhao Gongyi2022-10-071-2/+5
| * | | | | selftests/memory-hotplug: Restore memory before exitZhao Gongyi2022-10-071-5/+16
| * | | | | selftests/memory-hotplug: Add checking after online or offlineZhao Gongyi2022-10-071-3/+9
| * | | | | selftests/ftrace: func_event_triggers: fix typo in user messageRandy Dunlap2022-10-071-1/+1
* | | | | | 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-113-0/+388
| * | | | | | proc: save LOC in vsyscall testBrian Foster2022-09-111-40/+16
* | | | | | | Merge tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-118-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-1115-121/+483
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-10-0318-191/+448
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ 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
| | | |/ / / / / /