summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-01-12lib/Kconfig.debug: disable CONFIG_DEBUG_INFO_BTF for HexagonNathan Chancellor
2024-01-09Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-01-09Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-09Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2024-01-08Merge tag 'core-debugobjects-2024-01-08' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov
2024-01-08Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-04Merge branches 'acpi-osl', 'acpi-bus' and 'acpi-tables'Rafael J. Wysocki
2024-01-03kunit: Fix some comments which were mistakenly kerneldocDavid Gow
2024-01-03kunit: Add example of kunit_activate_static_stub() with pointer-to-functionRichard Fitzgerald
2024-01-03kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULLRichard Fitzgerald
2023-12-29lib/trace_readwrite.c:: replace asm-generic/io with linux/ioTanzir Hasan
2023-12-29lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion
2023-12-29lib: add note about process exit message for DEBUG_STACK_USAGEUwe Kleine-König
2023-12-29lib/stackdepot: add printk_deferred_enter/exit guardsAndrey Konovalov
2023-12-27Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...Linus Torvalds
2023-12-22Merge tag 'printk-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2023-12-21ida: Fix crash in ida_free when the bitmap is emptyMatthew Wilcox (Oracle)
2023-12-20kcov: remove stale RANDOMIZE_BASE textMark Rutland
2023-12-20UBSAN: use the kernel panic message markersBorislav Petkov (AMD)
2023-12-20maple_tree: avoid checking other gaps after getting the largest gapPeng Zhang
2023-12-20maple_tree: fix typos/spellos etcRandy Dunlap
2023-12-20lib/maple_tree.c: fix build error due to hotfix alterationAndrew Morton
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton
2023-12-20maple_tree: do not preallocate nodes for slot storesSidhartha Kumar
2023-12-18kunit: Reset test->priv after each param iterationMichal Wajdeczko
2023-12-18kunit: Add example for using test->privMichal Wajdeczko
2023-12-18overflow: Replace fake root_device with kunit_devicedavidgow@google.com
2023-12-18fortify: test: Use kunit_devicedavidgow@google.com
2023-12-18kunit: Add APIs for managing devicesdavidgow@google.com
2023-12-18kunit: add ability to run tests after boot using debugfsRae Moar
2023-12-18kunit: add is_init test attributeRae Moar
2023-12-18kunit: add example suite to test init suitesRae Moar
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar
2023-12-18kunit: debugfs: Handle errors from alloc_string_stream()Richard Fitzgerald
2023-12-18kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald
2023-12-18kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()Richard Fitzgerald
2023-12-18kunit: string-stream-test: Avoid cast warning when testing gfp_t flagsRichard Fitzgerald
2023-12-18kunit: Add a macro to wrap a deferred action functionDavid Gow
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-12-12maple_tree: change return type of mas_split_final_node as void.Levi Yun
2023-12-12maple_tree: simplify mas_leaf_set_meta()Peng Zhang
2023-12-12maple_tree: delete one of the two identical checksPeng Zhang
2023-12-12maple_tree: remove an unused parameter for ma_meta_end()Peng Zhang
2023-12-12maple_tree: avoid ascending when mas->min is also the parent's minimumPeng Zhang
2023-12-12maple_tree: move the check forward to avoid static check warningPeng Zhang
2023-12-12maple_tree: remove unused functionJiapeng Chong
2023-12-12maple_tree: mtree_range_walk() clean upLiam R. Howlett