summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2023-12-18kunit: Add example for using test->privMichal Wajdeczko-0/+15
2023-12-18overflow: Replace fake root_device with kunit_devicedavidgow@google.com-3/+2
2023-12-18fortify: test: Use kunit_devicedavidgow@google.com-2/+3
2023-12-18kunit: Add APIs for managing devicesdavidgow@google.com-2/+336
2023-12-18kunit: add ability to run tests after boot using debugfsRae Moar-0/+78
2023-12-18kunit: add is_init test attributeRae Moar-1/+65
2023-12-18kunit: add example suite to test init suitesRae Moar-0/+37
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar-13/+77
2023-12-18kunit: debugfs: Handle errors from alloc_string_stream()Richard Fitzgerald-5/+25
2023-12-18kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald-1/+3
2023-12-18kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()Richard Fitzgerald-1/+1
2023-12-18kunit: string-stream-test: Avoid cast warning when testing gfp_t flagsRichard Fitzgerald-1/+1
2023-12-18kunit: Add a macro to wrap a deferred action functionDavid Gow-6/+5
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe-15/+0
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+16
2023-12-12maple_tree: change return type of mas_split_final_node as void.Levi Yun-2/+1
2023-12-12maple_tree: simplify mas_leaf_set_meta()Peng Zhang-18/+4
2023-12-12maple_tree: delete one of the two identical checksPeng Zhang-3/+0
2023-12-12maple_tree: remove an unused parameter for ma_meta_end()Peng Zhang-6/+4
2023-12-12maple_tree: avoid ascending when mas->min is also the parent's minimumPeng Zhang-3/+5
2023-12-12maple_tree: move the check forward to avoid static check warningPeng Zhang-1/+1
2023-12-12maple_tree: remove unused functionJiapeng Chong-29/+0
2023-12-12maple_tree: mtree_range_walk() clean upLiam R. Howlett-15/+12
2023-12-12maple_tree: don't find node end in mtree_lookup_walk()Liam R. Howlett-9/+24
2023-12-12maple_tree: use maple state end for write operationsLiam R. Howlett-22/+24
2023-12-12maple_tree: remove mas_searchable()Liam R. Howlett-50/+16
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett-274/+374
2023-12-12maple_tree: clean up inlines for some functionsLiam R. Howlett-39/+39
2023-12-12maple_tree: use cached node end in mas_destroy()Liam R. Howlett-1/+1
2023-12-12maple_tree: use cached node end in mas_next()Liam R. Howlett-6/+8
2023-12-12maple_tree: add end of node tracking to the maple stateLiam R. Howlett-0/+7
2023-12-12maple_tree: make mas_erase() more robustLiam R. Howlett-1/+1
2023-12-12maple_tree: remove unnecessary default labels from switch statementsLiam R. Howlett-7/+2
2023-12-11s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens-1/+1
2023-12-10ida: make 'ida_dump' staticArnd Bergmann-1/+1
2023-12-10kasan: record and report more informationJuntong Deng-0/+21
2023-12-10lib/stackdepot: adjust DEPOT_POOLS_CAP for KMSANAndrey Konovalov-0/+10
2023-12-10lib/stackdepot: allow users to evict stack tracesAndrey Konovalov-1/+36
2023-12-10lib/stackdepot: add refcount for recordsAndrey Konovalov-2/+10
2023-12-10lib/stackdepot, kasan: add flags to __stack_depot_save and renameAndrey Konovalov-5/+11
2023-12-10lib/stackdepot: use list_head for stack record linksAndrey Konovalov-37/+50
2023-12-10lib/stackdepot: use read/write lockAndrey Konovalov-41/+46
2023-12-10lib/stackdepot: store free stack records in a freelistAndrey Konovalov-49/+82
2023-12-10lib/stackdepot: store next pool pointer in new_poolAndrey Konovalov-1/+5
2023-12-10lib/stackdepot: rename next_pool_required to new_pool_requiredAndrey Konovalov-25/+24
2023-12-10lib/stackdepot: rework helpers for depot_alloc_stackAndrey Konovalov-37/+49
2023-12-10lib/stackdepot: fix and clean-up atomic annotationsAndrey Konovalov-15/+14
2023-12-10lib/stackdepot: use fixed-sized slots for stack recordsAndrey Konovalov-4/+19
2023-12-10lib/stackdepot: add depot_fetch_stack helperAndrey Konovalov-17/+28
2023-12-10lib/stackdepot: drop valid bit from handlesAndrey Konovalov-5/+2