summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-097-709/+1213
|\
| * mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov2024-01-081-1/+1
| * lib/stackdepot: add printk_deferred_enter/exit guardsAndrey Konovalov2023-12-291-0/+9
| * UBSAN: use the kernel panic message markersBorislav Petkov (AMD)2023-12-201-4/+3
| * maple_tree: avoid checking other gaps after getting the largest gapPeng Zhang2023-12-201-0/+3
| * maple_tree: fix typos/spellos etcRandy Dunlap2023-12-201-4/+4
| * lib/maple_tree.c: fix build error due to hotfix alterationAndrew Morton2023-12-201-1/+1
| * sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-201-0/+11
| |\
| * | maple_tree: change return type of mas_split_final_node as void.Levi Yun2023-12-121-2/+1
| * | maple_tree: simplify mas_leaf_set_meta()Peng Zhang2023-12-121-18/+4
| * | maple_tree: delete one of the two identical checksPeng Zhang2023-12-121-3/+0
| * | maple_tree: remove an unused parameter for ma_meta_end()Peng Zhang2023-12-121-6/+4
| * | maple_tree: avoid ascending when mas->min is also the parent's minimumPeng Zhang2023-12-121-3/+5
| * | maple_tree: move the check forward to avoid static check warningPeng Zhang2023-12-121-1/+1
| * | maple_tree: remove unused functionJiapeng Chong2023-12-121-29/+0
| * | maple_tree: mtree_range_walk() clean upLiam R. Howlett2023-12-121-15/+12
| * | maple_tree: don't find node end in mtree_lookup_walk()Liam R. Howlett2023-12-122-9/+24
| * | maple_tree: use maple state end for write operationsLiam R. Howlett2023-12-121-22/+24
| * | maple_tree: remove mas_searchable()Liam R. Howlett2023-12-121-50/+16
| * | maple_tree: separate ma_state node from statusLiam R. Howlett2023-12-122-274/+374
| * | maple_tree: clean up inlines for some functionsLiam R. Howlett2023-12-121-39/+39
| * | maple_tree: use cached node end in mas_destroy()Liam R. Howlett2023-12-121-1/+1
| * | maple_tree: use cached node end in mas_next()Liam R. Howlett2023-12-121-6/+8
| * | maple_tree: add end of node tracking to the maple stateLiam R. Howlett2023-12-121-0/+7
| * | maple_tree: make mas_erase() more robustLiam R. Howlett2023-12-121-1/+1
| * | maple_tree: remove unnecessary default labels from switch statementsLiam R. Howlett2023-12-121-7/+2
| * | kasan: record and report more informationJuntong Deng2023-12-101-0/+21
| * | lib/stackdepot: adjust DEPOT_POOLS_CAP for KMSANAndrey Konovalov2023-12-101-0/+10
| * | lib/stackdepot: allow users to evict stack tracesAndrey Konovalov2023-12-101-1/+36
| * | lib/stackdepot: add refcount for recordsAndrey Konovalov2023-12-101-2/+10
| * | lib/stackdepot, kasan: add flags to __stack_depot_save and renameAndrey Konovalov2023-12-101-5/+11
| * | lib/stackdepot: use list_head for stack record linksAndrey Konovalov2023-12-101-37/+50
| * | lib/stackdepot: use read/write lockAndrey Konovalov2023-12-101-41/+46
| * | lib/stackdepot: store free stack records in a freelistAndrey Konovalov2023-12-101-49/+82
| * | lib/stackdepot: store next pool pointer in new_poolAndrey Konovalov2023-12-101-1/+5
| * | lib/stackdepot: rename next_pool_required to new_pool_requiredAndrey Konovalov2023-12-101-25/+24
| * | lib/stackdepot: rework helpers for depot_alloc_stackAndrey Konovalov2023-12-101-37/+49
| * | lib/stackdepot: fix and clean-up atomic annotationsAndrey Konovalov2023-12-101-15/+14
| * | lib/stackdepot: use fixed-sized slots for stack recordsAndrey Konovalov2023-12-102-4/+19
| * | lib/stackdepot: add depot_fetch_stack helperAndrey Konovalov2023-12-101-17/+28
| * | lib/stackdepot: drop valid bit from handlesAndrey Konovalov2023-12-101-5/+2
| * | lib/stackdepot: simplify __stack_depot_saveAndrey Konovalov2023-12-101-5/+4
| * | lib/stackdepot: check disabled flag when fetchingAndrey Konovalov2023-12-101-1/+1
| * | lib/stackdepot: print disabled message only if truly disabledAndrey Konovalov2023-12-101-9/+15
| * | kasan: default to inline instrumentationPaul Heidekrüger2023-12-101-1/+1
| * | maple_tree: preserve the tree attributes when destroying maple treePeng Zhang2023-12-101-1/+1
| * | maple_tree: update check_forking() and bench_forking()Peng Zhang2023-12-101-59/+58
| * | maple_tree: skip other tests when BENCH is enabledPeng Zhang2023-12-101-4/+4
| * | maple_tree: introduce interfaces __mt_dup() and mtree_dup()Peng Zhang2023-12-101-0/+274
| * | maple_tree: add mt_free_one() and mt_attr() helpersPeng Zhang2023-12-101-1/+11