summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* userfaultfd: avoid huge_zero_page in UFFDIO_MOVESuren Baghdasaryan2024-01-131-0/+6
* MAINTAINERS: add entry for shrinkerQi Zheng2024-01-131-0/+13
* selftests: mm: hugepage-vmemmap fails on 64K page size systemsDonet Tom2024-01-131-11/+18
* mm/memory_hotplug: fix memmap_on_memory sysfs value retrievalSumanth Korikkar2024-01-131-3/+5
* mailmap: switch email for Tanzir HasanTanzir Hasan2024-01-131-0/+1
* mailmap: add old address mappings for RandyRandy Dunlap2024-01-131-0/+3
* kernel/crash_core.c: make __crash_hotplug_lock staticAndrew Morton2024-01-131-1/+1
* efi: disable mirror feature during crashkernelMa Wupeng2024-01-131-0/+6
* kexec: do syscore_shutdown() in kernel_kexecJames Gowans2024-01-131-0/+1
* mailmap: update entry for Manivannan SadhasivamManivannan Sadhasivam2024-01-131-1/+0
* fs/proc/task_mmu: move mmu notification mechanism inside mm lockMuhammad Usama Anjum2024-01-131-11/+13
* mm: zswap: switch maintainers to recently active developers and reviewersJohannes Weiner2024-01-131-3/+5
* scripts/decode_stacktrace.sh: optionally use LLVM utilitiesCarlos Llamas2024-01-131-2/+17
* kasan: avoid resetting aux_lockAndrey Konovalov2024-01-131-2/+8
* lib/Kconfig.debug: disable CONFIG_DEBUG_INFO_BTF for HexagonNathan Chancellor2024-01-131-0/+2
* MAINTAINERS: update LTP maintainersPetr Vorel2024-01-131-4/+3
* kdump: defer the insertion of crashkernel resourcesHuacai Chen2024-01-131-2/+12
* Merge tag 'linux_kselftest-next-6.8-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-01-108-44/+192
|\
| * tracing/selftests: Add ownership modification tests for eventfsSteven Rostedt (Google)2023-12-221-0/+114
| * selftests: sched: Remove initialization to 0 for a static variableAtul Kumar Pant2023-12-011-1/+1
| * selftests: capabilities: namespace create varies for root and normal userSwarup Laxman Kotiaklapudi2023-12-011-5/+1
| * selftests: prctl: Add prctl test for PR_GET_NAMEOsama Muhammad2023-12-011-0/+32
| * kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abiMark Brown2023-11-301-2/+2
| * kselftest/vDSO: Fix message formatting for clock_id loggingMark Brown2023-11-301-1/+1
| * kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendlyMark Brown2023-11-301-30/+36
| * selftests:x86: Fix Format String Warnings in lam.cangquan yu2023-11-301-2/+2
| * selftests/breakpoints: Fix format specifier in ksft_print_msg in step_after_s...angquan yu2023-11-301-1/+1
| * selftests:breakpoints: Fix Format String Warning in breakpoint_testangquan yu2023-11-301-2/+2
* | Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-01-1030-146/+978
|\ \
| * | kunit: Fix some comments which were mistakenly kerneldocDavid Gow2024-01-031-3/+3
| * | kunit: Protect string comparisons against NULLRichard Fitzgerald2024-01-031-1/+1
| * | kunit: Add example of kunit_activate_static_stub() with pointer-to-functionRichard Fitzgerald2024-01-031-0/+35
| * | kunit: Allow passing function pointer to kunit_activate_static_stub()Richard Fitzgerald2024-01-031-1/+1
| * | kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULLRichard Fitzgerald2024-01-031-1/+3
| * | kunit: Reset test->priv after each param iterationMichal Wajdeczko2023-12-181-0/+1
| * | kunit: Add example for using test->privMichal Wajdeczko2023-12-181-0/+15
| * | drm/tests: Switch to kunit devicesMaxime Ripard2023-12-181-63/+3
| * | ASoC: topology: Replace fake root_device with kunit_device in testsdavidgow@google.com2023-12-181-8/+2
| * | overflow: Replace fake root_device with kunit_devicedavidgow@google.com2023-12-181-3/+2
| * | fortify: test: Use kunit_devicedavidgow@google.com2023-12-181-2/+3
| * | kunit: Add APIs for managing devicesdavidgow@google.com2023-12-188-2/+475
| * | Documentation: Add debugfs docs with run after bootRae Moar2023-12-181-4/+47
| * | kunit: add ability to run tests after boot using debugfsRae Moar2023-12-182-0/+78
| * | kunit: add is_init test attributeRae Moar2023-12-184-1/+73
| * | kunit: add example suite to test init suitesRae Moar2023-12-181-0/+37
| * | kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar2023-12-186-25/+109
| * | kunit: move KUNIT_TABLE out of INIT_DATARae Moar2023-12-181-3/+3
| * | kunit: tool: add test for parsing attributesRae Moar2023-12-182-0/+25
| * | kunit: tool: fix parsing of test attributesRae Moar2023-12-181-1/+3
| * | kunit: debugfs: Handle errors from alloc_string_stream()Richard Fitzgerald2023-12-181-5/+25