summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kcsan: test: Add a .kunitconfig to run KCSAN testsDavid Gow2022-07-221-0/+24
* kunit: executor: Fix a memory leak on failure in kunit_filter_testsDavid Gow2022-07-141-1/+3
* clk: explicitly disable CONFIG_UML_PCI_OVER_VIRTIO in .kunitconfigDaniel Latypov2022-07-141-0/+1
* mmc: sdhci-of-aspeed: test: Use kunit_test_suite() macroDavid Gow2022-07-123-42/+5
* nitro_enclaves: test: Use kunit_test_suite() macroDavid Gow2022-07-123-33/+4
* thunderbolt: test: Use kunit_test_suite() macroDavid Gow2022-07-124-24/+5
* kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov2022-07-125-210/+82
* kunit: unify module and builtin suite definitionsJeremy Kerr2022-07-124-44/+68
* selftest: Taint kernel when test module loadedDavid Gow2022-07-122-0/+13
* module: panic: Taint the kernel when selftest modules loadDavid Gow2022-07-122-0/+10
* Documentation: kunit: fix example run_kunit func to allow spaces in argsDaniel Latypov2022-07-121-1/+1
* Documentation: kunit: Cleanup run_wrapper, fix x-refDavid Gow2022-07-081-3/+15
* kunit: test.h: fix a kernel-doc markupMauro Carvalho Chehab2022-07-081-1/+1
* kunit: tool: Enable virtio/PCI by default on UMLDavid Gow2022-07-083-4/+27
* kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov2022-07-084-23/+89
* kunit: add coverage_uml.config to enable GCOV on UMLDaniel Latypov2022-07-082-2/+12
* kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov2022-07-083-56/+54
* kunit: tool: introduce --qemu_argsDaniel Latypov2022-07-083-7/+37
* kunit: tool: simplify creating LinuxSourceTreeOperationsDaniel Latypov2022-07-081-10/+10
* kunit: tool: cosmetic: don't specify duplicate kernel cmdline optionsDaniel Latypov2022-07-081-1/+1
* kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov2022-07-085-58/+82
* kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov2022-07-082-87/+65
* kunit: tool: drop unused load_config argumentDaniel Latypov2022-07-082-5/+1
* kunit: use kmemdup in kunit_filter_tests(), take suite as constDaniel Latypov2022-07-081-4/+2
* apparmor: test: Remove some casts which are no-longer requiredDavid Gow2022-07-071-6/+6
* kunit: Taint the kernel when KUnit tests are runDavid Gow2022-07-022-1/+6
* panic: Taint kernel if tests are runDavid Gow2022-07-023-1/+4
* Linux 5.19-rc1v5.19-rc1Linus Torvalds2022-06-061-2/+2
* Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-063-6/+4
|\
| * fix the breakage in close_fd_get_file() calling conventions changeAl Viro2022-06-053-6/+4
* | Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-067-35/+50
|\ \
| * | mm/oom_kill.c: fix vm_oom_kill_table[] ifdefferyAndrew Morton2022-06-021-29/+29
| * | x86/kexec: fix memory leak of elf header bufferBaoquan He2022-06-021-3/+9
| * | mm/memremap: fix missing call to untrack_pfn() in pagemap_range()Miaohe Lin2022-06-021-1/+1
| * | mm: page_isolation: use compound_nr() correctly in isolate_single_pageblock()Zi Yan2022-06-021-1/+1
| * | mm: hugetlb_vmemmap: fix CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song2022-06-021-1/+1
| * | MAINTAINERS: add maintainer information for z3foldMiaohe Lin2022-06-021-0/+7
| * | mailmap: update Josh Poimboeuf's emailJosh Poimboeuf2022-06-021-0/+2
* | | Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-067-3/+76
|\ \ \
| * | | delayacct: track delays from write-protect copyYang Yang2022-06-027-3/+76
| |/ /
* | | bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-065-39/+27
* | | Merge tag 'x86-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-053-6/+115
|\ \ \
| * | | x86/sgx: Set active memcg prior to shmem allocationKristen Carlson Accardi2022-06-023-6/+115
* | | | Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-051-4/+4
|\ \ \ \
| * | | | x86/mm: Use PAGE_ALIGNED(x) instead of IS_ALIGNED(x, PAGE_SIZE)Fanjun Kong2022-05-271-4/+4
* | | | | Merge tag 'x86-microcode-2022-06-05' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-053-112/+20
|\ \ \ \ \
| * | | | | x86/microcode: Remove unnecessary perf callbackBorislav Petkov2022-05-311-3/+0
| * | | | | x86/microcode: Taint and warn on late loadingBorislav Petkov2022-05-311-0/+5
| * | | | | x86/microcode: Default-disable late loadingBorislav Petkov2022-05-313-1/+19
| * | | | | x86/microcode: Rip out the OLD_INTERFACEBorislav Petkov2022-05-312-112/+0
| |/ / / /