summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner
2022-10-03selftests/vm: add selftest for MADV_COLLAPSE of uffd-minor memoryZach O'Keefe
2022-10-03selftests/vm: add file/shmem MADV_COLLAPSE selftest for cleared pmdZach O'Keefe
2022-10-03selftests/vm: add thp collapse shmem testingZach O'Keefe
2022-10-03selftests/vm: add thp collapse file and tmpfs testingZach O'Keefe
2022-10-03selftests/vm: modularize thp collapse memory operationsZach O'Keefe
2022-10-03selftests/vm: dedup THP helpersZach O'Keefe
2022-10-03selftests/vm: retry on EAGAIN for MADV_COLLAPSE selftestZach O'Keefe
2022-10-03objtool: kmsan: list KMSAN API functions as uaccess-safeAlexander Potapenko
2022-10-03selftest/damon: add a test for duplicate context dirs creationSeongJae Park
2022-10-03memblock tests: add new pageblock related macroKefeng Wang
2022-10-03mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä
2022-10-03hugetlb_encode.h: fix undefined behaviour (34 << 26)Matthias Goergens
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-10-03Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2022-10-03Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2022-10-03Merge branches 'acpi-misc', 'acpi-tools' and 'acpi-docs'Rafael J. Wysocki
2022-10-03Merge tag 'lkmm.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-03Merge tag 'nolibc.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-03selftests: mptcp: update and extend fastclose test-casesPaolo Abeni
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-10-01Merge branch kvm-arm64/misc-6.1 into kvmarm-master/nextMarc Zyngier
2022-10-01Merge branch kvm-arm64/dirty-log-ordered into kvmarm-master/nextMarc Zyngier
2022-09-30selftests/tc-testing: update qdisc/cls/action features in configZhengchao Shao
2022-09-30Merge tag 'perf-tools-fixes-for-v6.0-2022-09-29' of git://git.kernel.org/pub/...Linus Torvalds
2022-09-30Merge tag 'for-linus-6.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-09-30selftests/xsk: Fix double freeMagnus Karlsson
2022-09-30bpftool: Fix error message of strerrorTianyi Liu
2022-09-30libbpf: Fix overrun in netlink attribute iterationXin Liu
2022-09-30selftests/bpf: Fix spelling mistake "unpriviledged" -> "unprivileged"Colin Ian King
2022-09-30bpftool: Remove unused struct event_ring_infoYuan Can
2022-09-30bpftool: Remove unused struct btf_attach_pointYuan Can
2022-09-30kunit: tool: rename all_test_uml.config, use it for --alltestsDaniel Latypov
2022-09-30kunit: tool: remove UML specific options from all_tests_uml.configDaniel Latypov
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley
2022-09-30kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spacesDaniel Latypov
2022-09-30Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-09-30Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini
2022-09-30KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hostsDavid Matlack
2022-09-30KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parametersDavid Matlack
2022-09-30KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachableDavid Matlack
2022-09-30Revert "KVM: selftests: Fix nested SVM tests when built with clang"Sean Christopherson
2022-09-30KVM: selftests: Dedup subtests of fix_hypercall_testSean Christopherson
2022-09-30KVM: selftests: Explicitly verify KVM doesn't patch hypercall if quirk==offSean Christopherson
2022-09-30KVM: selftests: Hardcode VMCALL/VMMCALL opcodes in "fix hypercall" testSean Christopherson
2022-09-30KVM: selftests: Remove unnecessary register shuffling in fix_hypercall_testSean Christopherson