summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao2024-01-107-10/+11
* x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-1039-62/+62
* x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao2024-01-1023-50/+51
* x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao2024-01-109-18/+18
* x86/bugs: Rename CONFIG_CPU_IBPB_ENTRY => CONFIG_MITIGATION_IBPB_ENTRYBreno Leitao2024-01-103-7/+8
* x86/bugs: Rename CONFIG_GDS_FORCE_MITIGATION => CONFIG_MITIGATION_GDS_FORCEBreno Leitao2024-01-102-2/+2
* Merge tag 'linux_kselftest-next-6.8-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-01-098-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-11-301-1/+1
| * selftests: capabilities: namespace create varies for root and normal userSwarup Laxman Kotiaklapudi2023-11-301-5/+1
| * selftests: prctl: Add prctl test for PR_GET_NAMEOsama Muhammad2023-11-301-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-0930-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
| * | kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald2023-12-181-1/+3
| * | kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()Richard Fitzgerald2023-12-181-1/+1
| * | kunit: string-stream-test: Avoid cast warning when testing gfp_t flagsRichard Fitzgerald2023-12-181-1/+1
| * | drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPERDavid Gow2023-12-181-6/+3
| * | drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER()David Gow2023-12-181-21/+9
| * | kunit: Add a macro to wrap a deferred action functionDavid Gow2023-12-184-9/+33
* | | Merge tag 'linux_kselftest-nolibc-6.8-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-01-099-50/+318
|\ \ \
| * | | selftests/nolibc: disable coredump via setrlimitThomas Weißschuh2023-12-111-0/+2
| * | | tools/nolibc: add support for getrlimit/setrlimitThomas Weißschuh2023-12-112-0/+67
| * | | tools/nolibc: drop custom definition of struct rusageThomas Weißschuh2023-12-111-20/+1
| * | | tools/nolibc: drop duplicated testcase ioctl_tiocinqThomas Weißschuh2023-12-111-1/+0