aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-05-13Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-18/+11
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2024-05-13Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-1/+300
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-1/+54
2024-05-13Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxGravatar Linus Torvalds 2-5/+6
2024-05-13Merge tag 'soc-drivers-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-3/+3
2024-05-12Merge tag 'kselftest-fix-vfork-2024-05-12' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 4-67/+147
2024-05-11selftests/harness: Handle TEST_F()'s explicit exit codesGravatar Mickaël Salaün 1-1/+5
2024-05-11selftests/harness: Fix vfork() side effectsGravatar Mickaël Salaün 2-25/+57
2024-05-11selftests/harness: Share _metadata between forked processesGravatar Mickaël Salaün 1-11/+15
2024-05-11selftests/pidfd: Fix wrong expectationGravatar Mickaël Salaün 1-1/+1
2024-05-11selftests/harness: Constify fixture variantsGravatar Mickaël Salaün 1-2/+2
2024-05-11selftests/landlock: Do not allocate memory in fixture dataGravatar Mickaël Salaün 1-22/+35
2024-05-11selftests/harness: Fix interleaved scheduling leading to race conditionsGravatar Mickaël Salaün 1-1/+14
2024-05-11selftests/harness: Fix fixture teardownGravatar Mickaël Salaün 1-5/+9
2024-05-11selftests/landlock: Fix FS tests when run on a private mount pointGravatar Mickaël Salaün 1-1/+9
2024-05-11selftests/pidfd: Fix config for pidfd_setns_testGravatar Mickaël Salaün 1-0/+2
2024-05-10Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 5-33/+23
2024-05-10selftests/mm: fix powerpc ARCH checkGravatar Michael Ellerman 1-3/+3
2024-05-10selftests: add F_DUPDFD_QUERY selftestsGravatar Christian Brauner 1-1/+54
2024-05-09Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-11/+3
2024-05-08selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MACGravatar Ido Schimmel 1-11/+3
2024-05-07Merge tag 'riscv-config-for-v6.10' of https://git.kernel.org/pub/scm/linux/ke...Gravatar Arnd Bergmann 3-3/+3
2024-05-05selftests/vDSO: fix runtime errors on LoongArchGravatar Tiezhu Yang 2-29/+13
2024-05-05selftests/vDSO: fix building errors on LoongArchGravatar Tiezhu Yang 1-1/+5
2024-05-05tools: fix userspace compilation with new test_xarray changesGravatar Luis Chamberlain 1-0/+2
2024-05-03Merge tag 'cxl-fixes-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+7
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+3
2024-04-30Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 1-0/+49
2024-04-29cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCHGravatar Dave Jiang 1-0/+7
2024-04-27Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-2/+26
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-0/+3
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 5-43/+12
2024-04-26RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2Gravatar Andrew Jones 2-1/+11
2024-04-26perf riscv: Fix the warning due to the incompatible typeGravatar Ben Zong-You Xie 1-1/+1
2024-04-26selftests/bpf: Test PROBE_MEM of VSYSCALL_ADDR on x86-64Gravatar Puranjay Mohan 1-0/+3
2024-04-25Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+1
2024-04-25selftests: mm: protection_keys: save/restore nr_hugepages value from launch s...Gravatar Muhammad Usama Anjum 2-38/+2
2024-04-25selftests: sud_test: return correct emulated syscall value on RISC-VGravatar Clément Léger 1-0/+14
2024-04-24selftests: mm: fix unused and uninitialized variable warningGravatar Muhammad Usama Anjum 1-1/+1
2024-04-24selftests/harness: remove use of LINE_MAXGravatar Edward Liaw 2-4/+9
2024-04-24KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIFGravatar Oliver Upton 1-0/+49
2024-04-23tools: ynl: don't ignore errors in NLMSG_DONE messagesGravatar Jakub Kicinski 1-0/+1
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-25/+72
2024-04-20Merge tag 'powerpc-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2024-04-19Merge tag 'perf-tools-fixes-for-v6.9-2024-04-19' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 19-742/+817
2024-04-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2024-04-18Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 7-24/+29
2024-04-17selftests: kselftest_harness: fix Clang warning about zero-length formatGravatar Jakub Kicinski 2-5/+7
2024-04-16selftests/tcp_ao: Printing fixes to confirm with format-securityGravatar Dmitry Safonov 1-6/+6