aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+3
2023-06-12selftests/ftace: Fix KTAP output orderingMark Brown1-1/+1
2023-06-12selftests/cpufreq: Don't enable generic lock debugging optionsMark Brown1-8/+0
2023-06-12kselftests: Sort the collections list to avoid duplicate testsRishabh Bhatnagar1-1/+1
2023-06-12selftest: pidfd: Omit long and repeating outputsZiqi Zhao3-2/+3
2023-06-12selftests: allow runners to override the timeoutLuis Chamberlain2-1/+15
2023-06-12selftests/ftrace: Add new test case which checks for optimized probesAkanksha J N1-0/+34
2023-06-12selftests/clone3: test clone3 with exit signal in flagsTobias Klauser1-1/+4
2023-06-12kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...Colin Ian King1-2/+2
2023-06-12selftests: prctl: Fix spelling mistake "anonynous" -> "anonymous"Colin Ian King1-1/+1
2023-06-12selftests: media_tests: Add new subtest to video_device_testIvan Orlov1-28/+83
2023-06-12selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*David Vernet2-6/+6
2023-06-12selftests/bpf: Add test for new bpf_cpumask_first_and() kfuncDavid Vernet3-0/+35
2023-06-12selftests/landlock: Add hostfs testsMickaël Salaün2-1/+28
2023-06-12selftests/landlock: Add tests for pseudo filesystemsMickaël Salaün2-4/+259
2023-06-12selftests/landlock: Make mounts configurableMickaël Salaün1-5/+40
2023-06-12selftests/landlock: Add supports_filesystem() helperMickaël Salaün1-13/+23
2023-06-12selftests/landlock: Don't create useless file layoutsMickaël Salaün1-6/+20
2023-06-12radix-tree: move declarations to headerArnd Bergmann1-2/+3
2023-06-12selftests/bpf: Fix invalid pointer check in get_xlated_program()Eduard Zingerman1-11/+13
2023-06-12tools: ynl: add sample for ethtoolJakub Kicinski2-0/+66
2023-06-12tools: ynl: generate code for the ethtool familyJakub Kicinski3-3/+11890
2023-06-12tools: ynl-gen: resolve enum vs struct name conflictsJakub Kicinski1-5/+20
2023-06-12tools: ynl-gen: don't generate enum types if unnamedJakub Kicinski1-2/+10
2023-06-12netlink: specs: support setting prefix-name per attributeJakub Kicinski1-2/+5
2023-06-12tools: ynl-gen: record extra args for regenJakub Kicinski2-1/+8
2023-06-12tools: ynl-gen: support excluding tricky opsJakub Kicinski2-5/+17
2023-06-12selftests: net: add SCM_PIDFD / SO_PEERPIDFD testAlexander Mikhalitsyn3-1/+433
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn1-0/+1
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn1-0/+2
2023-06-11selftests: net: vxlan: Fix selftest regression after changes in iproute2.Vladimir Nikishkin1-3/+3
2023-06-10selftests: mptcp: userspace pm: skip PM listener events tests if unavailableMatthieu Baerts1-0/+6
2023-06-10selftests: mptcp: userspace pm: skip if not supportedMatthieu Baerts1-0/+5
2023-06-10selftests: mptcp: userspace pm: skip if 'ip' tool is unavailableMatthieu Baerts1-1/+1
2023-06-10selftests: mptcp: sockopt: skip TCP_INQ checks if not supportedMatthieu Baerts1-2/+12
2023-06-10selftests: mptcp: sockopt: skip getsockopt checks if not supportedMatthieu Baerts1-0/+6
2023-06-10selftests: mptcp: sockopt: relax expected returned sizeMatthieu Baerts1-6/+12
2023-06-10selftests: mptcp: pm nl: skip fullmesh flag checks if not supportedMatthieu Baerts1-5/+10
2023-06-10selftests: mptcp: pm nl: remove hardcoded default limitsMatthieu Baerts1-5/+7
2023-06-10selftests: mptcp: diag: skip inuse tests if not supportedMatthieu Baerts1-1/+1
2023-06-10selftests: mptcp: diag: skip listen tests if not supportedMatthieu Baerts1-25/+17
2023-06-10selftests: mptcp: connect: skip TFO tests if not supportedMatthieu Baerts1-0/+5
2023-06-10selftests: mptcp: connect: skip disconnect tests if not supportedMatthieu Baerts1-0/+5
2023-06-10selftests: mptcp: connect: skip transp tests if not supportedMatthieu Baerts1-0/+10
2023-06-10selftests: mptcp: lib: skip if missing symbolMatthieu Baerts2-0/+39
2023-06-09selftests: cgroup: fix unexpected failure on test_memcg_lowHaifeng Xu1-1/+3
2023-06-09selftests/mm: gup_longterm: add liburing testsDavid Hildenbrand1-0/+73
2023-06-09selftests/mm: gup_longterm: new functional test for FOLL_LONGTERMDavid Hildenbrand4-1/+393
2023-06-09selftests/mm: factor out detection of hugetlb page sizes into vm_utilDavid Hildenbrand3-27/+30
2023-06-09maple_tree: add __init and __exit to test moduleLiam R. Howlett2-73/+75