summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bitmap-for-next' of https://github.com/norov/linux.gitStephen Rothwell2023-05-103-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-101-10/+4
|\ \
| * | ida: Remove assertions that an ID was allocatedMatthew Wilcox (Oracle)2022-07-101-10/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Stephen Rothwell2023-05-101-2/+13
|\ \ \
| * \ \ Merge branch into tip/master: 'core/debugobjects'Ingo Molnar2023-05-091-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-103-591/+1446
|\ \ \ \ \
| * | | | | maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()Peng Zhang2023-05-071-5/+6
| * | | | | maple_tree: update testing code for mas_{next,prev,walk}Liam R. Howlett2023-05-071-5/+633
| * | | | | maple_tree: clear up index and last setting in single entry treeLiam R. Howlett2023-05-071-10/+11
| * | | | | maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett2023-05-071-40/+120
| * | | | | maple_tree: introduce mas_prev_slot() interfaceLiam R. Howlett2023-05-071-142/+90
| * | | | | maple_tree: relocate mas_rewalk() and mas_rewalk_if_dead()Liam R. Howlett2023-05-071-19/+19
| * | | | | maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett2023-05-071-51/+120
| * | | | | maple_tree: introduce mas_next_slot() interfaceLiam R. Howlett2023-05-071-125/+104
| * | | | | maple_tree: fix testing mas_empty_area()Liam R. Howlett2023-05-071-1/+1
| * | | | | maple_tree: add gap to check_alloc_rev_range() testcaseLiam R. Howlett2023-05-071-0/+1
| * | | | | maple_tree: revise limit checks in mas_empty_area{_rev}()Liam R. Howlett2023-05-072-14/+33
| * | | | | maple_tree: try harder to keep active node with mas_prev()Liam R. Howlett2023-05-071-42/+83
| * | | | | maple_tree: try harder to keep active node after mas_next()Liam R. Howlett2023-05-071-42/+47
| * | | | | maple_tree: mas_start() reset depth on dead nodeLiam R. Howlett2023-05-071-1/+1
| * | | | | maple_tree: remove unnecessary check from mas_destroy()Liam R. Howlett2023-05-071-3/+1
| * | | | | maple_tree: add __init and __exit to test moduleLiam R. Howlett2023-05-071-78/+80
| * | | | | maple_tree: make test code work without debug enabledLiam R. Howlett2023-05-072-6/+31
| * | | | | maple_tree: return error on mte_pivots() out of rangeLiam R. Howlett2023-05-071-11/+14
| * | | | | maple_tree: use MAS_BUG_ON() prior to calling mas_meta_gap()Liam R. Howlett2023-05-071-2/+2
| * | | | | maple_tree: use MAS_WR_BUG_ON() in mas_store_prealloc()Liam R. Howlett2023-05-071-1/+1
| * | | | | maple_tree: use MAS_BUG_ON() from mas_topiary_range()Liam R. Howlett2023-05-071-1/+2
| * | | | | maple_tree: use MAS_BUG_ON() in mas_set_height()Liam R. Howlett2023-05-071-1/+1
| * | | | | maple_tree: use MAS_BUG_ON() when setting a leaf node as a parentLiam R. Howlett2023-05-071-13/+13
| * | | | | maple_tree: convert debug code to use MT_WARN_ON() and MAS_WARN_ON()Liam R. Howlett2023-05-071-16/+14
| * | | | | maple_tree: convert BUG_ON() to MT_BUG_ON()Liam R. Howlett2023-05-071-1/+1
| * | | | | maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett2023-05-071-2/+32
| * | | | | maple_tree: add format option to mt_dump()Liam R. Howlett2023-05-072-34/+63
| * | | | | maple_tree: clean up mas_dfs_postorder()Liam R. Howlett2023-05-071-5/+2
| * | | | | maple_tree: avoid unnecessary ascendingLiam R. Howlett2023-05-071-3/+8
| * | | | | maple_tree: clean up mas_parent_enum() and rename to mas_parent_type()Liam R. Howlett2023-05-071-28/+22
| * | | | | maple_tree: fix static analyser cppcheck issueLiam R. Howlett2023-05-071-2/+3
* | | | | | Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/n...Stephen Rothwell2023-05-103-4/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | linux/dim: Do nothing if no time delta between samplesRoy Novich2023-05-093-4/+7
* | | | | | maple_tree: make maple state reusable after mas_empty_area()Peng Zhang2023-05-071-9/+3
| |/ / / / |/| | | |
* | | | | Merge tag 'core-debugobjects-2023-05-06' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-05-071-6/+15
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | debugobject: Ensure pool refill (again)Thomas Gleixner2023-05-021-6/+15
* | | | Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-041-2/+15
|\ \ \ \
| * | | | mm: hwpoison: coredump: support recovery from dump_user_range()Kefeng Wang2023-05-021-2/+15
* | | | | Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-301-1/+1
|\ \ \ \ \
| * | | | | s390: enable DEBUG_FORCE_FUNCTION_ALIGN_64BHeiko Carstens2023-03-201-1/+1