summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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
2023-12-12maple_tree: don't find node end in mtree_lookup_walk()Liam R. Howlett
2023-12-12maple_tree: use maple state end for write operationsLiam R. Howlett
2023-12-12maple_tree: remove mas_searchable()Liam R. Howlett
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett
2023-12-12maple_tree: clean up inlines for some functionsLiam R. Howlett
2023-12-12maple_tree: use cached node end in mas_destroy()Liam R. Howlett
2023-12-12maple_tree: use cached node end in mas_next()Liam R. Howlett
2023-12-12maple_tree: add end of node tracking to the maple stateLiam R. Howlett
2023-12-12maple_tree: make mas_erase() more robustLiam R. Howlett
2023-12-12maple_tree: remove unnecessary default labels from switch statementsLiam R. Howlett
2023-12-11s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens
2023-12-10ida: make 'ida_dump' staticArnd Bergmann
2023-12-10kasan: record and report more informationJuntong Deng
2023-12-10lib/stackdepot: adjust DEPOT_POOLS_CAP for KMSANAndrey Konovalov
2023-12-10lib/stackdepot: allow users to evict stack tracesAndrey Konovalov
2023-12-10lib/stackdepot: add refcount for recordsAndrey Konovalov
2023-12-10lib/stackdepot, kasan: add flags to __stack_depot_save and renameAndrey Konovalov
2023-12-10lib/stackdepot: use list_head for stack record linksAndrey Konovalov
2023-12-10lib/stackdepot: use read/write lockAndrey Konovalov
2023-12-10lib/stackdepot: store free stack records in a freelistAndrey Konovalov
2023-12-10lib/stackdepot: store next pool pointer in new_poolAndrey Konovalov
2023-12-10lib/stackdepot: rename next_pool_required to new_pool_requiredAndrey Konovalov
2023-12-10lib/stackdepot: rework helpers for depot_alloc_stackAndrey Konovalov
2023-12-10lib/stackdepot: fix and clean-up atomic annotationsAndrey Konovalov
2023-12-10lib/stackdepot: use fixed-sized slots for stack recordsAndrey Konovalov
2023-12-10lib/stackdepot: add depot_fetch_stack helperAndrey Konovalov
2023-12-10lib/stackdepot: drop valid bit from handlesAndrey Konovalov
2023-12-10lib/stackdepot: simplify __stack_depot_saveAndrey Konovalov
2023-12-10lib/stackdepot: check disabled flag when fetchingAndrey Konovalov
2023-12-10lib/stackdepot: print disabled message only if truly disabledAndrey Konovalov
2023-12-10kasan: default to inline instrumentationPaul Heidekrüger
2023-12-10maple_tree: preserve the tree attributes when destroying maple treePeng Zhang
2023-12-10maple_tree: update check_forking() and bench_forking()Peng Zhang