summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2023-05-185-26/+156
|\
| * string: Add Kunit tests for strcat() familyKees Cook2023-05-163-0/+110
| * fortify: Allow KUnit test to build without FORTIFYKees Cook2023-05-162-1/+15
| * ubsan: Tighten UBSAN_BOUNDS on GCCKees Cook2023-05-161-25/+31
* | Merge branch 'bitmap-for-next' of https://github.com/norov/linux.gitStephen Rothwell2023-05-183-5/+17
|\ \
| * | cpumask: fix function description kernel-doc notationRandy Dunlap2023-03-011-1/+1
| * | lib/bitmap: drop optimization of bitmap_{from,to}_arr64Yury Norov2023-03-011-1/+1
| * | lib/test_bitmap: increment failure counter properlyYury Norov2023-03-011-3/+15
* | | Merge branch 'main' of git://git.infradead.org/users/willy/xarray.gitStephen Rothwell2023-05-181-10/+4
|\ \ \
| * | | ida: Remove assertions that an ID was allocatedMatthew Wilcox (Oracle)2022-07-101-10/+4
* | | | Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/l...Stephen Rothwell2023-05-182-8/+70
|\ \ \ \
| * | | | kunit: example: Provide example exit functionsDavid Gow2023-05-111-0/+22
| * | | | kunit: Always run cleanup from a test kthreadDavid Gow2023-05-111-8/+48
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Stephen Rothwell2023-05-181-2/+13
|\ \ \ \ \
| * \ \ \ \ Merge branch into tip/master: 'core/debugobjects'Ingo Molnar2023-05-171-2/+13
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra2023-05-021-2/+13
* | | | | | Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2023-05-187-657/+1571
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'mm-nonmm-unstable' into mm-everythingAndrew Morton2023-05-161-18/+0
| |\ \ \ \ \ \
| | * | | | | | add intptr_tAlexey Dobriyan2023-05-161-18/+0
| | | |_|/ / / | | |/| | | |
| * | | | | | mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang2023-05-162-38/+1
| * | | | | | mm,page_owner: filter out stacks by a threshold counterOscar Salvador2023-05-161-1/+4
| * | | | | | mm, page_owner: add page_owner_stacks file to print out only stacks and their...Oscar Salvador2023-05-161-0/+72
| * | | | | | lib/stackdepot: add a refcount field in stack_recordOscar Salvador2023-05-161-10/+43
| * | | | | | maple_tree: update testing code for mas_{next,prev,walk}Liam R. Howlett2023-05-161-5/+633
| * | | | | | maple_tree: clear up index and last setting in single entry treeLiam R. Howlett2023-05-161-10/+11
| * | | | | | maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett2023-05-161-40/+123
| * | | | | | maple_tree: introduce mas_prev_slot() interfaceLiam R. Howlett2023-05-161-142/+90
| * | | | | | maple_tree: relocate mas_rewalk() and mas_rewalk_if_dead()Liam R. Howlett2023-05-161-19/+19
| * | | | | | maple_tree-add-mas_next_range-and-mas_find_range-interfaces-checkpatch-fixesAndrew Morton2023-05-161-1/+1
| * | | | | | maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett2023-05-161-50/+122
| * | | | | | maple_tree: introduce mas_next_slot() interfaceLiam R. Howlett2023-05-161-125/+104
| * | | | | | maple_tree: fix testing mas_empty_area()Liam R. Howlett2023-05-161-1/+1
| * | | | | | maple_tree: revise limit checks in mas_empty_area{_rev}()Liam R. Howlett2023-05-162-14/+34
| * | | | | | maple_tree: try harder to keep active node with mas_prev()Liam R. Howlett2023-05-161-42/+83
| * | | | | | maple_tree: try harder to keep active node after mas_next()Liam R. Howlett2023-05-161-42/+47
| * | | | | | maple_tree: mas_start() reset depth on dead nodeLiam R. Howlett2023-05-161-1/+1
| * | | | | | maple_tree: remove unnecessary check from mas_destroy()Liam R. Howlett2023-05-161-3/+1
| * | | | | | maple_tree: add __init and __exit to test moduleLiam R. Howlett2023-05-161-78/+80
| * | | | | | maple_tree: make test code work without debug enabledLiam R. Howlett2023-05-162-6/+31
| * | | | | | maple_tree: return error on mte_pivots() out of rangeLiam R. Howlett2023-05-161-11/+14
| * | | | | | maple_tree: use MAS_BUG_ON() prior to calling mas_meta_gap()Liam R. Howlett2023-05-161-2/+2
| * | | | | | maple_tree: use MAS_WR_BUG_ON() in mas_store_prealloc()Liam R. Howlett2023-05-161-1/+1
| * | | | | | maple_tree: use MAS_BUG_ON() from mas_topiary_range()Liam R. Howlett2023-05-161-1/+2
| * | | | | | maple_tree: use MAS_BUG_ON() in mas_set_height()Liam R. Howlett2023-05-161-1/+1
| * | | | | | maple_tree: use MAS_BUG_ON() when setting a leaf node as a parentLiam R. Howlett2023-05-161-13/+13
| * | | | | | maple_tree: convert debug code to use MT_WARN_ON() and MAS_WARN_ON()Liam R. Howlett2023-05-161-16/+14
| * | | | | | maple_tree: convert BUG_ON() to MT_BUG_ON()Liam R. Howlett2023-05-161-1/+1
| * | | | | | maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett2023-05-161-2/+32
| * | | | | | maple_tree: add format option to mt_dump()Liam R. Howlett2023-05-162-34/+63
| * | | | | | maple_tree: clean up mas_dfs_postorder()Liam R. Howlett2023-05-161-5/+2