aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-01-03kunit: Fix some comments which were mistakenly kerneldocGravatar David Gow 1-3/+3
2024-01-03kunit: Add example of kunit_activate_static_stub() with pointer-to-functionGravatar Richard Fitzgerald 1-0/+35
2024-01-03kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULLGravatar Richard Fitzgerald 1-1/+3
2023-12-29lib/trace_readwrite.c:: replace asm-generic/io with linux/ioGravatar Tanzir Hasan 1-1/+1
2023-12-29lib: crc_ccitt_false() is identical to crc_itu_t()Gravatar Mathis Marion 1-55/+0
2023-12-29lib: add note about process exit message for DEBUG_STACK_USAGEGravatar Uwe Kleine-König 1-0/+2
2023-12-29lib/stackdepot: add printk_deferred_enter/exit guardsGravatar Andrey Konovalov 1-0/+9
2023-12-28sysctl: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-2/+0
2023-12-28sysctl: Add a selftest for handling empty dirsGravatar Joel Granados 1-0/+29
2023-12-27Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+11
2023-12-27Kill sched.h dependency on rcupdate.hGravatar Kent Overstreet 1-0/+1
2023-12-22lib/firmware_table: tables: Add CDAT table parsing supportGravatar Dave Jiang 1-12/+63
2023-12-22Merge tag 'printk-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-3/+8
2023-12-22crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initGravatar Tianjia Zhang 1-0/+3
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 1-15/+0
2023-12-21ida: Fix crash in ida_free when the bitmap is emptyGravatar Matthew Wilcox (Oracle) 2-1/+41
2023-12-20kcov: remove stale RANDOMIZE_BASE textGravatar Mark Rutland 1-4/+0
2023-12-20UBSAN: use the kernel panic message markersGravatar Borislav Petkov (AMD) 1-4/+3
2023-12-20maple_tree: avoid checking other gaps after getting the largest gapGravatar Peng Zhang 1-0/+3
2023-12-20maple_tree: fix typos/spellos etcGravatar Randy Dunlap 1-4/+4
2023-12-20lib/maple_tree.c: fix build error due to hotfix alterationGravatar Andrew Morton 1-1/+1
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesGravatar Andrew Morton 1-0/+11
2023-12-20maple_tree: do not preallocate nodes for slot storesGravatar Sidhartha Kumar 1-0/+11
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+1
2023-12-18kunit: Reset test->priv after each param iterationGravatar Michal Wajdeczko 1-0/+1
2023-12-18kunit: Add example for using test->privGravatar Michal Wajdeczko 1-0/+15
2023-12-18overflow: Replace fake root_device with kunit_deviceGravatar davidgow@google.com 1-3/+2
2023-12-18fortify: test: Use kunit_deviceGravatar davidgow@google.com 1-2/+3
2023-12-18kunit: Add APIs for managing devicesGravatar davidgow@google.com 5-2/+336
2023-12-18kunit: add ability to run tests after boot using debugfsGravatar Rae Moar 2-0/+78
2023-12-18kunit: add is_init test attributeGravatar Rae Moar 2-1/+65
2023-12-18kunit: add example suite to test init suitesGravatar Rae Moar 1-0/+37
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionGravatar Rae Moar 2-13/+77
2023-12-18kunit: debugfs: Handle errors from alloc_string_stream()Gravatar Richard Fitzgerald 1-5/+25
2023-12-18kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Gravatar Richard Fitzgerald 1-1/+3
2023-12-18kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()Gravatar Richard Fitzgerald 1-1/+1
2023-12-18kunit: string-stream-test: Avoid cast warning when testing gfp_t flagsGravatar Richard Fitzgerald 1-1/+1
2023-12-18kunit: Add a macro to wrap a deferred action functionGravatar David Gow 2-6/+5
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSGravatar Jens Axboe 1-15/+0
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-6/+16
2023-12-12maple_tree: change return type of mas_split_final_node as void.Gravatar Levi Yun 1-2/+1
2023-12-12maple_tree: simplify mas_leaf_set_meta()Gravatar Peng Zhang 1-18/+4
2023-12-12maple_tree: delete one of the two identical checksGravatar Peng Zhang 1-3/+0
2023-12-12maple_tree: remove an unused parameter for ma_meta_end()Gravatar Peng Zhang 1-6/+4
2023-12-12maple_tree: avoid ascending when mas->min is also the parent's minimumGravatar Peng Zhang 1-3/+5
2023-12-12maple_tree: move the check forward to avoid static check warningGravatar Peng Zhang 1-1/+1
2023-12-12maple_tree: remove unused functionGravatar Jiapeng Chong 1-29/+0
2023-12-12maple_tree: mtree_range_walk() clean upGravatar Liam R. Howlett 1-15/+12
2023-12-12maple_tree: don't find node end in mtree_lookup_walk()Gravatar Liam R. Howlett 2-9/+24
2023-12-12maple_tree: use maple state end for write operationsGravatar Liam R. Howlett 1-22/+24