summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-02-17lib/stackdepot: move documentation comments to stackdepot.hAndrey Konovalov1-87/+0
2023-02-17lib/stackdepot: various comments clean-upsAndrey Konovalov1-61/+59
2023-02-17lib/stackdepot: annotate racy pool_index accessesAndrey Konovalov1-4/+13
2023-02-17lib/stacktrace, kasan, kmsan: rework extra_bits interfaceAndrey Konovalov1-9/+33
2023-02-17lib/stackdepot: rename next_pool_inited to next_pool_requiredAndrey Konovalov1-9/+21
2023-02-17lib/stackdepot: annotate depot_init_pool and depot_alloc_stackAndrey Konovalov1-10/+24
2023-02-17lib/stacktrace: drop impossible WARN_ON for depot_init_poolAndrey Konovalov1-7/+5
2023-02-17lib/stackdepot: rename init_stack_poolAndrey Konovalov1-5/+5
2023-02-17lib/stackdepot: rename handle and pool constantsAndrey Konovalov1-29/+27
2023-02-17lib/stackdepot: rename slab to poolAndrey Konovalov1-53/+53
2023-02-17lib/stackdepot: rename hash table constants and variablesAndrey Konovalov1-21/+21
2023-02-17lib/stackdepot: reorder and annotate global variablesAndrey Konovalov1-10/+17
2023-02-17lib/stackdepot: lower the indentation in stack_depot_initAndrey Konovalov1-33/+37
2023-02-17lib/stackdepot: annotate init and early init functionsAndrey Konovalov1-6/+21
2023-02-17lib/stackdepot: rename stack_depot_disableAndrey Konovalov1-10/+10
2023-02-17lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov1-5/+5
2023-02-17lib/stackdepot: use pr_fmt to define message formatAndrey Konovalov1-4/+6
2023-02-17lib/stackdepot: put functions in logical orderAndrey Konovalov1-157/+157
2023-02-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-19/+20
2023-02-10maple_tree: fix mas_prev() and mas_find() state handlingLiam R. Howlett1-1/+5
2023-02-10maple_tree: fix handle of invalidated state in mas_wr_store_setup()Liam R. Howlett1-0/+3
2023-02-10test_maple_tree: test modifications while iteratingLiam R. Howlett1-0/+72
2023-02-10maple_tree: reduce user error potentialLiam R. Howlett1-0/+10
2023-02-10maple_tree: fix potential rcu issueLiam R. Howlett1-1/+1
2023-02-10lib: parser: optimize match_NUMBER apis to use local arrayLi Lingfeng1-19/+20
2023-02-03mm: move KMEMLEAK's Kconfig items from lib to mmZhaoyang Huang1-71/+0
2023-02-03mm: discard __GFP_ATOMICNeilBrown1-4/+4
2023-02-03maple_tree: fix comment of mte_destroy_walkVernon Yang1-2/+2
2023-02-03maple_tree: remove the parameter entry of mas_preallocateVernon Yang1-2/+1
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton3-12/+102
2023-02-01Kconfig.debug: fix the help description in SCHED_DEBUGye xingchen1-1/+1
2023-02-01mm: use stack_depot_early_init for kmemleakZhaoyang Huang1-0/+1
2023-02-01maple_tree: should get pivots boundary by typeWei Yang1-2/+3
2023-02-01maple_tree: fix mas_empty_area_rev() lower bound validationLiam Howlett2-9/+97
2023-01-19maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett1-37/+43
2023-01-19maple_tree: refine mab_calc_split functionVernon Yang1-3/+2
2023-01-19maple_tree: refine ma_state init from mas_start()Vernon Yang1-3/+3
2023-01-19maple_tree: use macro MA_ROOT_PARENT instead of numberVernon Yang1-2/+1
2023-01-19maple_tree: use mt_node_max() instead of direct operations mt_max[]Vernon Yang1-2/+2
2023-01-19maple_tree: remove extra return statementVernon Yang1-3/+0
2023-01-19maple_tree: remove extra space and blank lineVernon Yang1-10/+4
2023-01-19lib/test_vmalloc.c: add parameter use_huge for fix_size_alloc_testQinglin Pan1-1/+7
2023-01-19Sync with v6.2-rc4Andrew Morton1-1/+0
2023-01-13lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik1-1/+0
2023-01-12lib/win_minmax: use /* notation for regular commentsRandy Dunlap1-1/+1
2023-01-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2023-01-05lib/scatterlist: Fix to merge contiguous pages into the last SG properlyYishai Hadas1-1/+1
2022-12-27kunit: alloc_string_stream_fragment error handling bug fixYoungJun.park1-1/+3
2022-12-22test_maple_tree: add test for mas_spanning_rebalance() on insufficient dataLiam Howlett1-0/+23
2022-12-22maple_tree: fix mas_spanning_rebalance() on insufficient dataLiam Howlett1-1/+3