summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-02-16maple_tree: reduce stack usage with gcc-9 and earlierArnd Bergmann
2023-02-16lib/stackdepot: move documentation comments to stackdepot.hAndrey Konovalov
2023-02-16lib/stackdepot: various comments clean-upsAndrey Konovalov
2023-02-16lib/stackdepot: annotate racy pool_index accessesAndrey Konovalov
2023-02-16lib/stacktrace, kasan, kmsan: rework extra_bits interfaceAndrey Konovalov
2023-02-16lib/stackdepot: rename next_pool_inited to next_pool_requiredAndrey Konovalov
2023-02-16lib/stackdepot: annotate depot_init_pool and depot_alloc_stackAndrey Konovalov
2023-02-16lib/stacktrace: drop impossible WARN_ON for depot_init_poolAndrey Konovalov
2023-02-16lib/stackdepot: rename init_stack_poolAndrey Konovalov
2023-02-16lib/stackdepot: rename handle and pool constantsAndrey Konovalov
2023-02-16lib/stackdepot: rename slab to poolAndrey Konovalov
2023-02-16lib/stackdepot: rename hash table constants and variablesAndrey Konovalov
2023-02-16lib/stackdepot: reorder and annotate global variablesAndrey Konovalov
2023-02-16lib/stackdepot: lower the indentation in stack_depot_initAndrey Konovalov
2023-02-16lib/stackdepot: annotate init and early init functionsAndrey Konovalov
2023-02-16lib/stackdepot: rename stack_depot_disableAndrey Konovalov
2023-02-16lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov
2023-02-16lib/stackdepot: use pr_fmt to define message formatAndrey Konovalov
2023-02-16lib/stackdepot: put functions in logical orderAndrey Konovalov
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2023-02-09maple_tree: fix mas_prev() and mas_find() state handlingLiam R. Howlett
2023-02-09maple_tree: fix handle of invalidated state in mas_wr_store_setup()Liam R. Howlett
2023-02-09test_maple_tree: test modifications while iteratingLiam R. Howlett
2023-02-09maple_tree: reduce user error potentialLiam R. Howlett
2023-02-09maple_tree: fix potential rcu issueLiam R. Howlett
2023-02-09lib: parser: optimize match_NUMBER apis to use local arrayLi Lingfeng
2023-02-02mm: move KMEMLEAK's Kconfig items from lib to mmZhaoyang Huang
2023-02-02mm: discard __GFP_ATOMICNeilBrown
2023-02-02maple_tree: fix comment of mte_destroy_walkVernon Yang
2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31Kconfig.debug: fix the help description in SCHED_DEBUGye xingchen
2023-01-31mm: use stack_depot_early_init for kmemleakZhaoyang Huang
2023-01-31maple_tree: should get pivots boundary by typeWei Yang
2023-01-31maple_tree: fix mas_empty_area_rev() lower bound validationLiam Howlett
2023-01-18maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett
2023-01-18maple_tree: refine mab_calc_split functionVernon Yang
2023-01-18maple_tree: refine ma_state init from mas_start()Vernon Yang
2023-01-18maple_tree: use macro MA_ROOT_PARENT instead of numberVernon Yang
2023-01-18maple_tree: use mt_node_max() instead of direct operations mt_max[]Vernon Yang
2023-01-18maple_tree: remove extra return statementVernon Yang
2023-01-18maple_tree: remove extra space and blank lineVernon Yang
2023-01-18lib/test_vmalloc.c: add parameter use_huge for fix_size_alloc_testQinglin Pan
2023-01-18Sync with v6.2-rc4Andrew Morton
2023-01-13lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik
2023-01-11lib/win_minmax: use /* notation for regular commentsRandy Dunlap
2023-01-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-01-05lib/scatterlist: Fix to merge contiguous pages into the last SG properlyYishai Hadas
2022-12-26kunit: alloc_string_stream_fragment error handling bug fixYoungJun.park
2022-12-21test_maple_tree: add test for mas_spanning_rebalance() on insufficient dataLiam Howlett