summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds38-313/+1025
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+5
2023-06-28Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-28/+369
2023-06-27Merge tag 'linux-kselftest-next-6.5-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds12-45/+144
2023-06-27Merge tag 'linux-kselftest-kunit-6.5-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-4/+10
2023-06-27Merge tag 'nolibc.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-49/+218
2023-06-27Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2023-06-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-4/+194
2023-06-24selftests: cgroup: fix unexpected failure on test_memcg_sockHaifeng Xu1-1/+4
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton4-10/+37
2023-06-23Merge branch 'for-next/feat_s1pie' into for-next/coreCatalin Marinas1-1/+52
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas5-3/+142
2023-06-23kselftest/arm64: Add a test case for TPIDR2 restoreMark Brown2-1/+87
2023-06-23Merge tag 'net-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds9-28/+228
2023-06-22selftests: forwarding: Fix race condition in mirror installationDanielle Ratson2-0/+8
2023-06-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-0/+159
2023-06-21kselftest/arm64: Log signal code and address for unexpected signalsMark Brown1-1/+2
2023-06-21Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Linus Torvalds1-5/+8
2023-06-21Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-52/+295
2023-06-20selftests: mm: remove duplicate unneeded definesMuhammad Usama Anjum17-100/+6
2023-06-20selftests: mm: remove wrong kernel header inclusionMuhammad Usama Anjum1-1/+1
2023-06-20selftests: damon: add config fileAnders Roxell1-0/+7
2023-06-20selftests: error out if kernel header files are not yet builtJohn Hubbard2-4/+57
2023-06-20selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.cJohn Hubbard4-63/+64
2023-06-20selftests/mm: fix build failures due to missing MADV_COLLAPSEJohn Hubbard3-17/+10
2023-06-20selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.hJohn Hubbard1-1/+1
2023-06-20selftests/mm: fix two -Wformat-security warnings in uffd buildsJohn Hubbard1-10/+6
2023-06-20selftests/mm: .gitignore: add mkdirty, va_high_addr_switchJohn Hubbard1-0/+2
2023-06-20selftests/mm: fix invocation of tests that are run via shell scriptsJohn Hubbard1-3/+3
2023-06-20selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-...John Hubbard1-1/+0
2023-06-20selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.cJohn Hubbard2-3/+10
2023-06-20selftests/mm: fix uffd-stress unused function warningJohn Hubbard1-10/+0
2023-06-19selftests/mm: fix cross compilation with LLVMMark Brown1-5/+8
2023-06-16selftests: net: fcnal-test: check if FIPS mode is enabledMagali Lemes1-8/+19
2023-06-16selftests: net: vrf-xfrm-tests: change authentication and encryption algosMagali Lemes1-16/+16
2023-06-16selftests: net: tls: check if FIPS mode is enabledMagali Lemes1-1/+23
2023-06-16selftests/harness: allow tests to be skipped during setupMagali Lemes1-3/+3
2023-06-16Merge tag 'net-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds14-243/+503
2023-06-16selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSETAlex Maftei1-3/+3
2023-06-14selftests/user_events: Adapt dyn_test to non-persist eventsBeau Belgrave1-41/+136
2023-06-14selftests/user_events: Ensure auto cleanup works as expectedBeau Belgrave1-11/+38
2023-06-14selftests/user_events: Add perf self-test for empty arguments eventssunliming1-0/+53
2023-06-14selftests/user_events: Clear the events after perf self-testsunliming1-0/+29
2023-06-14selftests/user_events: Add ftrace self-test for empty arguments eventssunliming1-0/+33
2023-06-14tracing/user_events: Prevent same name but different args eventsunliming1-0/+6
2023-06-14selftests: forwarding: hw_stats_l3: Set addrgenmode in a separate stepDanielle Ratson1-4/+7
2023-06-14selftests/tc-testing: Remove configs that no longer existVlad Buslov1-5/+0
2023-06-14selftests/tc-testing: Fix SFB db testVlad Buslov1-2/+2
2023-06-14selftests/tc-testing: Fix Error: failed to find target LOGVlad Buslov1-0/+1
2023-06-14selftests/tc-testing: Fix Error: Specified qdisc kind is unknown.Vlad Buslov1-0/+1