aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-10/+0
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-27/+130
2023-04-25Merge tag 'core-entry-2023-04-24' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-1/+74
2023-04-25Merge tag 'x86_misc_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-12/+81
2023-04-24Merge tag 'v6.4/vfs.open' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-1/+0
2023-04-24Merge tag 'v6.4/kernel.clone3.tests' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+2
2023-04-24Merge tag 'linux-kselftest-kunit-6.4-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 10-40/+68
2023-04-24Merge tag 'linux-kselftest-next-6.4-rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 24-204/+306
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-14/+104
2023-04-24Merge tag 'nolibc.2023.04.04a' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 15-115/+718
2023-04-24Merge tag 'locktorture.2023.04.04a' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-0/+16
2023-04-24Merge tag 'lkmm-scripting.2023.04.07a' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 18-116/+733
2023-04-24Merge tag 'lkmm.2023.04.07a' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-38/+203
2023-04-24Merge branch 'x86-rep-insns': x86 user copy clarificationsGravatar Linus Torvalds 1-3/+3
2023-04-19Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-8/+8
2023-04-19tools/loongarch: Use __SIZEOF_LONG__ to define __BITS_PER_LONGGravatar Tiezhu Yang 1-1/+1
2023-04-18x86: improve on the non-rep 'copy_user' functionGravatar Linus Torvalds 1-1/+1
2023-04-18x86: improve on the non-rep 'clear_user' functionGravatar Linus Torvalds 1-1/+1
2023-04-18x86: inline the 'rep movs' in user copies for the FSRM caseGravatar Linus Torvalds 1-1/+0
2023-04-18x86: move stac/clac from user copy routines into callersGravatar Linus Torvalds 1-0/+3
2023-04-18x86: don't use REP_GOOD or ERMS for user memory clearingGravatar Linus Torvalds 1-2/+0
2023-04-18tools/Makefile: do missed s/vm/mm/Gravatar SeongJae Park 1-7/+7
2023-04-18selftests/proc: Assert clock_gettime(CLOCK_BOOTTIME) VS /proc/uptime monotoni...Gravatar Frederic Weisbecker 3-8/+47
2023-04-18selftests/proc: Remove idle time monotonicity assertionsGravatar Frederic Weisbecker 3-27/+14
2023-04-16tools/mm/page_owner_sort.c: fix TGID output when cull=tg is usedGravatar Steve Chou 1-1/+1
2023-04-16selftest, ptrace: Add selftest for syscall user dispatch config apiGravatar Gregory Price 3-1/+74
2023-04-16selftests/timers/posix_timers: Test delivery of signals across threadsGravatar Dmitry Vyukov 1-0/+77
2023-04-14selftests/resctrl: Fix incorrect error return on test completeGravatar Reinette Chatre 1-1/+1
2023-04-13Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 14-276/+485
2023-04-13selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new argGravatar Jesper Dangaard Brouer 6-12/+23
2023-04-13selftests/bpf: xdp_hw_metadata remove bpf_printk and add countersGravatar Jesper Dangaard Brouer 2-16/+24
2023-04-13selftests/resctrl: Remove duplicate codes that clear each test result fileGravatar Shaopeng Tan 4-16/+9
2023-04-13selftests/resctrl: Commonize the signal handler register/unregister for all t...Gravatar Shaopeng Tan 4-33/+58
2023-04-13selftests/resctrl: Cleanup properly when an error occurs in CAT testGravatar Shaopeng Tan 1-11/+8
2023-04-13selftests/resctrl: Flush stdout file buffer before executing fork()Gravatar Shaopeng Tan 3-0/+3
2023-04-13selftests/resctrl: Return MBA check result and make it to output messageGravatar Shaopeng Tan 1-8/+8
2023-04-13selftests/resctrl: Fix set up schemata with 100% allocation on first run in M...Gravatar Shaopeng Tan 2-7/+10
2023-04-13selftests/resctrl: Use correct exit code when tests failGravatar Peter Newman 1-5/+5
2023-04-13selftests: add the missing CONFIG_IP_SCTP in net configGravatar Xin Long 1-0/+1
2023-04-13selftests: openvswitch: adjust datapath NL message declarationGravatar Aaron Conole 1-1/+1
2023-04-13selftests: mptcp: userspace pm: uniform verify eventsGravatar Matthieu Baerts 1-0/+2
2023-04-11kselftest/arm64: Convert za-fork to use kselftest.hGravatar Mark Brown 2-73/+17
2023-04-11kselftest: Support nolibcGravatar Mark Brown 1-0/+2
2023-04-11tools/nolibc/stdio: Implement vprintf()Gravatar Mark Brown 1-0/+6
2023-04-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2023-04-10selftests/resctrl: Correct get_llc_perf() param in function commentGravatar Ilpo Järvinen 1-1/+1
2023-04-10selftests/resctrl: Use remount_resctrlfs() consistently with booleanGravatar Ilpo Järvinen 5-8/+7
2023-04-10selftests/resctrl: Change name from CBM_MASK_PATH to INFO_PATHGravatar Fenghua Yu 2-2/+2
2023-04-10selftests/resctrl: Change initialize_llc_perf() return type to voidGravatar Ilpo Järvinen 1-8/+3