summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-07-21torture: Add init-program support for loongarchPaul E. McKenney1-1/+1
2023-07-21torture: Avoid torture-test reboot loopsPaul E. McKenney1-4/+5
2023-07-21torture: Add srcu_lockdep.sh to torture.shPaul E. McKenney1-0/+24
2023-07-15torture: Loosen .config checks for KCSAN kernelsPaul E. McKenney1-0/+7
2023-07-15torture: Make torture.sh summarize config and build errorsPaul E. McKenney1-1/+13
2023-07-15torture: Place --bootargs parameters at end of -append listPaul E. McKenney7-12/+17
2023-07-15rcutorture: Remove obsolete parameter check from mkinitrd.shPaul E. McKenney1-1/+0
2023-07-15torture: Make kvm-remote print diagnostics on initial ssh failurePaul E. McKenney1-3/+9
2023-07-15torture: Add RCU Tasks individual-flavor build testsPaul E. McKenney1-0/+41
2023-07-15torture: Make kvm-recheck.sh report .config errorsPaul E. McKenney1-8/+29
2023-07-15torture: Allow #CHECK# in --kconfig argument to kvm.shPaul E. McKenney3-30/+34
2023-07-15rcutorture: Remove contradictory Kconfig constraintPaul E. McKenney1-1/+0
2023-07-15torture: Add "--no-" as synonym for "--do-no-" in torture.shPaul E. McKenney1-22/+22
2023-07-15rcu: Remove formal-verification testsPaul E. McKenney40-1600/+0
2023-07-15rcutorture: Remove obsolete BOOTPARAM_HOTPLUG_CPU0 Kconfig optionPaul E. McKenney1-1/+0
2023-07-08Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds95-448/+9316
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+74
2023-07-07Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-182/+43
2023-07-06Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-23/+55
2023-07-05perf test: Fix event parsing test when PERF_PMU_CAP_EXTENDED_HW_TYPE isn't su...James Clark1-36/+50
2023-07-05perf test: Fix event parsing test on ArmJames Clark1-1/+13
2023-07-05Merge tag 'trace-tools-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-97/+1250
2023-07-05selftests: mptcp: pm_nl_ctl: fix 32-bit supportMatthieu Baerts1-5/+5
2023-07-05selftests: mptcp: depend on SYN_COOKIESMatthieu Baerts1-0/+1
2023-07-05selftests: mptcp: userspace_pm: report errors with 'remove' testsMatthieu Baerts1-0/+2
2023-07-05selftests: mptcp: userspace_pm: use correct server portMatthieu Baerts1-1/+1
2023-07-05selftests: mptcp: sockopt: return error if wrong markMatthieu Baerts1-4/+5
2023-07-05selftests: mptcp: sockopt: use 'iptables-legacy' if availableMatthieu Baerts1-9/+11
2023-07-05selftests: mptcp: connect: fail if nft supposed to workMatthieu Baerts1-0/+3
2023-07-04Fix documentation of panic_on_warnOlaf Hering1-1/+1
2023-07-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+12
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-118/+1138
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-5/+5
2023-07-03Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-0/+96
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+3
2023-07-03wireguard: netlink: send staged packets when setting initial private keyJason A. Donenfeld1-4/+26
2023-07-03selftests/net: Add xt_policy config for xfrm_policy testDaniel Díaz1-0/+1
2023-07-02perf evsel amd: Fix IBS error messageRavi Bangoria3-21/+30
2023-07-01perf: unwind: Fix symfs with libdwVincent Whitchurch1-2/+6
2023-07-01perf symbol: Fix uninitialized return value in symbols__find_by_name()James Clark1-7/+9
2023-07-01perf test: Test perf lock contention CSV outputNamhyung Kim1-0/+36
2023-07-01perf lock contention: Add --output optionNamhyung Kim2-58/+85
2023-07-01perf lock contention: Add -x option for CSV style outputNamhyung Kim2-67/+241
2023-07-01perf lock: Remove stale commentsNamhyung Kim1-2/+0
2023-07-01Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds5-129/+341
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+29
2023-07-01selftests: Test RISC-V Vector's first-use handlerAndy Chiu3-1/+74
2023-07-01Merge tag 'kvm-x86-selftests-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini11-118/+416
2023-07-01Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+21