summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-2838-313/+1025
|\
| * selftests: cgroup: fix unexpected failure on test_memcg_sockHaifeng Xu2023-06-241-1/+4
| * Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-244-10/+37
| |\
| * | selftests: mm: remove duplicate unneeded definesMuhammad Usama Anjum2023-06-2017-100/+6
| * | selftests: mm: remove wrong kernel header inclusionMuhammad Usama Anjum2023-06-201-1/+1
| * | selftests: damon: add config fileAnders Roxell2023-06-201-0/+7
| * | selftests: error out if kernel header files are not yet builtJohn Hubbard2023-06-202-4/+57
| * | selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.cJohn Hubbard2023-06-204-63/+64
| * | selftests/mm: fix build failures due to missing MADV_COLLAPSEJohn Hubbard2023-06-203-17/+10
| * | selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.hJohn Hubbard2023-06-201-1/+1
| * | selftests/mm: fix two -Wformat-security warnings in uffd buildsJohn Hubbard2023-06-201-10/+6
| * | selftests/mm: .gitignore: add mkdirty, va_high_addr_switchJohn Hubbard2023-06-201-0/+2
| * | selftests/mm: fix invocation of tests that are run via shell scriptsJohn Hubbard2023-06-201-3/+3
| * | selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-...John Hubbard2023-06-201-1/+0
| * | selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.cJohn Hubbard2023-06-202-3/+10
| * | selftests/mm: fix uffd-stress unused function warningJohn Hubbard2023-06-201-10/+0
| * | selftests: cgroup: fix unexpected failure on test_memcg_lowHaifeng Xu2023-06-101-1/+3
| * | selftests/mm: gup_longterm: add liburing testsDavid Hildenbrand2023-06-101-0/+73
| * | selftests/mm: gup_longterm: new functional test for FOLL_LONGTERMDavid Hildenbrand2023-06-104-1/+393
| * | selftests/mm: factor out detection of hugetlb page sizes into vm_utilDavid Hildenbrand2023-06-103-27/+30
| * | maple_tree: add __init and __exit to test moduleLiam R. Howlett2023-06-102-73/+75
| * | maple_tree: make test code work without debug enabledLiam R. Howlett2023-06-101-1/+0
| * | maple_tree: add format option to mt_dump()Liam R. Howlett2023-06-101-6/+6
| * | maple_tree: avoid unnecessary ascendingLiam R. Howlett2023-06-101-0/+4
| * | selftests: add selftests for cachestatNhat Pham2023-06-104-0/+280
* | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-282-0/+5
|\ \ \
| * | | kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UMLKees Cook2023-05-162-0/+5
* | | | Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-283-28/+369
|\ \ \ \
| * | | | selftests/landlock: Add hostfs testsMickaël Salaün2023-06-122-1/+28
| * | | | selftests/landlock: Add tests for pseudo filesystemsMickaël Salaün2023-06-122-4/+259
| * | | | selftests/landlock: Make mounts configurableMickaël Salaün2023-06-121-5/+40
| * | | | selftests/landlock: Add supports_filesystem() helperMickaël Salaün2023-06-121-13/+23
| * | | | selftests/landlock: Don't create useless file layoutsMickaël Salaün2023-06-121-6/+20
* | | | | Merge tag 'linux-kselftest-next-6.5-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-06-2712-45/+144
|\ \ \ \ \
| * | | | | selftests/ftace: Fix KTAP output orderingMark Brown2023-06-131-1/+1
| * | | | | selftests/cpufreq: Don't enable generic lock debugging optionsMark Brown2023-06-131-8/+0
| * | | | | kselftests: Sort the collections list to avoid duplicate testsRishabh Bhatnagar2023-06-131-1/+1
| * | | | | selftest: pidfd: Omit long and repeating outputsZiqi Zhao2023-06-133-2/+3
| * | | | | selftests: allow runners to override the timeoutLuis Chamberlain2023-06-132-1/+15
| * | | | | selftests/ftrace: Add new test case which checks for optimized probesAkanksha J N2023-06-131-0/+34
| * | | | | selftests/clone3: test clone3 with exit signal in flagsTobias Klauser2023-06-131-1/+4
| * | | | | kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...Colin Ian King2023-06-131-2/+2
| * | | | | selftests: prctl: Fix spelling mistake "anonynous" -> "anonymous"Colin Ian King2023-06-131-1/+1
| * | | | | selftests: media_tests: Add new subtest to video_device_testIvan Orlov2023-06-131-28/+83
| |/ / / /
* | | | | Merge tag 'linux-kselftest-kunit-6.5-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-06-273-4/+10
|\ \ \ \ \
| * | | | | kunit: tool: undo type subscripts for subprocess.PopenDaniel Latypov2023-05-083-4/+10
* | | | | | Merge tag 'nolibc.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-273-49/+218
|\ \ \ \ \ \
| * | | | | | selftests/nolibc: make sure gcc always use little endian on MIPSWilly Tarreau2023-06-091-0/+1
| * | | | | | selftests/nolibc: also count skipped and failed tests in outputWilly Tarreau2023-06-091-3/+12
| * | | | | | selftests/nolibc: add new gettimeofday test casesZhangjin Wu2023-06-091-0/+4