summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-04-24Merge tag 'lkmm-scripting.2023.04.07a' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds18-116/+733
2023-04-24Merge tag 'lkmm.2023.04.07a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-38/+203
2023-04-24Merge branch 'x86-rep-insns': x86 user copy clarificationsLinus Torvalds1-3/+3
2023-04-20Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds2-8/+8
2023-04-19tools/loongarch: Use __SIZEOF_LONG__ to define __BITS_PER_LONGTiezhu Yang1-1/+1
2023-04-19x86: improve on the non-rep 'copy_user' functionLinus Torvalds1-1/+1
2023-04-19x86: improve on the non-rep 'clear_user' functionLinus Torvalds1-1/+1
2023-04-19x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds1-1/+0
2023-04-19x86: move stac/clac from user copy routines into callersLinus Torvalds1-0/+3
2023-04-19x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds1-2/+0
2023-04-19tools/Makefile: do missed s/vm/mm/SeongJae Park1-7/+7
2023-04-16tools/mm/page_owner_sort.c: fix TGID output when cull=tg is usedSteve Chou1-1/+1
2023-04-14Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds14-276/+485
2023-04-13selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new argJesper Dangaard Brouer6-12/+23
2023-04-13selftests/bpf: xdp_hw_metadata remove bpf_printk and add countersJesper Dangaard Brouer2-16/+24
2023-04-13selftests: add the missing CONFIG_IP_SCTP in net configXin Long1-0/+1
2023-04-13selftests: openvswitch: adjust datapath NL message declarationAaron Conole1-1/+1
2023-04-13selftests: mptcp: userspace pm: uniform verify eventsMatthieu Baerts1-0/+2
2023-04-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2023-04-08Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+16
2023-04-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+27
2023-04-07selftests: bonding: add arp validate testHangbin Liu1-0/+55
2023-04-07selftests: bonding: re-format bond option testsHangbin Liu4-246/+354
2023-04-06Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2023-04-06Merge tag 'linux-kselftest-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2023-04-06selftests/bpf: fix xdp_redirect xdp-features selftest for veth driverLorenzo Bianconi1-3/+27
2023-04-06selftests: net: rps_default_mask.sh: delete veth link specificallyHangbin Liu1-0/+1
2023-04-06maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett1-0/+16
2023-04-04tools/virtio: fix typo in README instructionsRoss Zwisler1-1/+1
2023-03-31selftests mount: Fix mount_setattr_test builds failedAnh Tuan Phan1-0/+1
2023-03-31Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+90
2023-03-30test/vsock: new skbuff appending testArseniy Krasnov1-0/+90
2023-03-28Merge tag 'linux-kselftest-fixes-6.3-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-6/+24
2023-03-26Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+105
2023-03-25Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+1
2023-03-24tools/memory-model: Remove out-of-date SRCU documentationAndrea Parri1-26/+1
2023-03-24tools/memory-model: Document LKMM test procedurePaul E. McKenney1-0/+32
2023-03-24tools/memory-model: Use "grep -E" instead of "egrep"Tiezhu Yang1-2/+2
2023-03-24tools/memory-model: Use "-unroll 0" to keep --hw runs finitePaul E. McKenney1-1/+1
2023-03-24tools/memory-model: Make judgelitmus.sh handle scripted Result: tagPaul E. McKenney1-3/+3
2023-03-24tools/memory-model: Add data-race capabilities to judgelitmus.shPaul E. McKenney1-8/+32
2023-03-24tools/memory-model: Add checktheselitmus.sh to run specified litmus testsPaul E. McKenney2-0/+51
2023-03-24tools/memory-model: Repair parseargs.sh header commentPaul E. McKenney1-1/+1
2023-03-24tools/memory-model: Add "--" to parseargs.sh for additional argumentsPaul E. McKenney1-1/+5
2023-03-24tools/memory-model: Make history-check scripts use mselect7Paul E. McKenney2-2/+2
2023-03-24tools/memory-model: Make checkghlitmus.sh use mselect7Paul E. McKenney1-1/+1
2023-03-24tools/memory-model: Fix scripting --jobs argumentPaul E. McKenney1-1/+1
2023-03-24tools/memory-model: Implement --hw support for checkghlitmus.shPaul E. McKenney3-14/+42
2023-03-24tools/memory-model: Add -v flag to jingle7 runsPaul E. McKenney1-2/+3
2023-03-24tools/memory-model: Make runlitmus.sh check for jingle errorsPaul E. McKenney1-0/+5