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