summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson2023-06-091-3/+49
| * | | | | | | | | decompressor: provide missing prototypesArnd Bergmann2023-06-093-1/+5
| * | | | | | | | | kunit: include debugfs header fileArnd Bergmann2023-06-091-0/+1
| * | | | | | | | | lib: devmem_is_allowed: include linux/io.hArnd Bergmann2023-06-091-0/+1
| * | | | | | | | | add intptr_tAlexey Dobriyan2023-06-091-18/+0
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-285-919/+1593
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-234-5/+13
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | maple_tree: simplify and clean up mas_wr_node_store()Peng Zhang2023-06-091-61/+26
| * | | | | | | | | | maple_tree: rework mas_wr_slot_store() to be cleaner and more efficient.Peng Zhang2023-06-091-34/+19
| * | | | | | | | | | maple_tree: add comments and some minor cleanups to mas_wr_append()Peng Zhang2023-06-091-24/+23
| * | | | | | | | | | maple_tree: add mas_wr_new_end() to calculate new_end accuratelyPeng Zhang2023-06-091-11/+23
| * | | | | | | | | | maple_tree: make the code symmetrical in mas_wr_extend_null()Peng Zhang2023-06-091-12/+14
| * | | | | | | | | | maple_tree: simplify mas_is_span_wr()Peng Zhang2023-06-091-23/+11
| * | | | | | | | | | maple_tree: fix the arguments to __must_hold()Peng Zhang2023-06-091-3/+3
| * | | | | | | | | | maple_tree: drop mas_{rev_}alloc() and mas_fill_gap()Peng Zhang2023-06-091-108/+0
| * | | | | | | | | | maple_tree: rework mtree_alloc_{range,rrange}()Peng Zhang2023-06-091-25/+32
| * | | | | | | | | | maple_tree: update testing code for mas_{next,prev,walk}Liam R. Howlett2023-06-091-5/+633
| * | | | | | | | | | maple_tree: clear up index and last setting in single entry treeLiam R. Howlett2023-06-091-10/+11
| * | | | | | | | | | maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett2023-06-091-39/+122
| * | | | | | | | | | maple_tree: introduce mas_prev_slot() interfaceLiam R. Howlett2023-06-091-142/+90
| * | | | | | | | | | maple_tree: relocate mas_rewalk() and mas_rewalk_if_dead()Liam R. Howlett2023-06-091-19/+19
| * | | | | | | | | | maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett2023-06-091-50/+122
| * | | | | | | | | | maple_tree: introduce mas_next_slot() interfaceLiam R. Howlett2023-06-091-125/+104
| * | | | | | | | | | maple_tree: fix testing mas_empty_area()Liam R. Howlett2023-06-091-1/+1
| * | | | | | | | | | maple_tree: revise limit checks in mas_empty_area{_rev}()Liam R. Howlett2023-06-092-14/+34
| * | | | | | | | | | maple_tree: try harder to keep active node with mas_prev()Liam R. Howlett2023-06-091-42/+83
| * | | | | | | | | | maple_tree: try harder to keep active node after mas_next()Liam R. Howlett2023-06-091-42/+47
| * | | | | | | | | | maple_tree: mas_start() reset depth on dead nodeLiam R. Howlett2023-06-091-1/+1
| * | | | | | | | | | maple_tree: remove unnecessary check from mas_destroy()Liam R. Howlett2023-06-091-3/+1
| * | | | | | | | | | maple_tree: add __init and __exit to test moduleLiam R. Howlett2023-06-091-78/+80
| * | | | | | | | | | maple_tree: make test code work without debug enabledLiam R. Howlett2023-06-092-6/+31
| * | | | | | | | | | maple_tree: return error on mte_pivots() out of rangeLiam R. Howlett2023-06-091-11/+14
| * | | | | | | | | | maple_tree: use MAS_BUG_ON() prior to calling mas_meta_gap()Liam R. Howlett2023-06-091-2/+2
| * | | | | | | | | | maple_tree: use MAS_WR_BUG_ON() in mas_store_prealloc()Liam R. Howlett2023-06-091-1/+1
| * | | | | | | | | | maple_tree: use MAS_BUG_ON() from mas_topiary_range()Liam R. Howlett2023-06-091-1/+2
| * | | | | | | | | | maple_tree: use MAS_BUG_ON() in mas_set_height()Liam R. Howlett2023-06-091-1/+1
| * | | | | | | | | | maple_tree: use MAS_BUG_ON() when setting a leaf node as a parentLiam R. Howlett2023-06-091-13/+13
| * | | | | | | | | | maple_tree: convert debug code to use MT_WARN_ON() and MAS_WARN_ON()Liam R. Howlett2023-06-091-16/+14
| * | | | | | | | | | maple_tree: convert BUG_ON() to MT_BUG_ON()Liam R. Howlett2023-06-091-1/+1
| * | | | | | | | | | maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett2023-06-091-2/+32
| * | | | | | | | | | maple_tree: add format option to mt_dump()Liam R. Howlett2023-06-092-34/+63
| * | | | | | | | | | maple_tree: clean up mas_dfs_postorder()Liam R. Howlett2023-06-091-5/+2
| * | | | | | | | | | maple_tree: avoid unnecessary ascendingLiam R. Howlett2023-06-091-3/+8
| * | | | | | | | | | maple_tree: clean up mas_parent_enum() and rename to mas_parent_type()Liam R. Howlett2023-06-091-28/+22
| * | | | | | | | | | maple_tree: fix static analyser cppcheck issueLiam R. Howlett2023-06-091-2/+3
| * | | | | | | | | | mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang2023-06-092-38/+1
| * | | | | | | | | | maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()Peng Zhang2023-06-091-5/+6
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-2711-39/+179
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | kobject: Use return value of strreplace()Andy Shevchenko2023-06-051-2/+1
| * | | | | | | | | lib/string_helpers: Change returned value of the strreplace()Andy Shevchenko2023-06-051-4/+8