summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | maple_tree: clear up index and last setting in single entry treeLiam R. Howlett2023-06-101-10/+11
| * | | | | | | | | maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett2023-06-101-39/+122
| * | | | | | | | | maple_tree: introduce mas_prev_slot() interfaceLiam R. Howlett2023-06-101-142/+90
| * | | | | | | | | maple_tree: relocate mas_rewalk() and mas_rewalk_if_dead()Liam R. Howlett2023-06-101-19/+19
| * | | | | | | | | maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett2023-06-101-50/+122
| * | | | | | | | | maple_tree: introduce mas_next_slot() interfaceLiam R. Howlett2023-06-101-125/+104
| * | | | | | | | | maple_tree: fix testing mas_empty_area()Liam R. Howlett2023-06-101-1/+1
| * | | | | | | | | maple_tree: revise limit checks in mas_empty_area{_rev}()Liam R. Howlett2023-06-102-14/+34
| * | | | | | | | | maple_tree: try harder to keep active node with mas_prev()Liam R. Howlett2023-06-101-42/+83
| * | | | | | | | | maple_tree: try harder to keep active node after mas_next()Liam R. Howlett2023-06-101-42/+47
| * | | | | | | | | maple_tree: mas_start() reset depth on dead nodeLiam R. Howlett2023-06-101-1/+1
| * | | | | | | | | maple_tree: remove unnecessary check from mas_destroy()Liam R. Howlett2023-06-101-3/+1
| * | | | | | | | | maple_tree: add __init and __exit to test moduleLiam R. Howlett2023-06-101-78/+80
| * | | | | | | | | maple_tree: make test code work without debug enabledLiam R. Howlett2023-06-102-6/+31
| * | | | | | | | | maple_tree: return error on mte_pivots() out of rangeLiam R. Howlett2023-06-101-11/+14
| * | | | | | | | | maple_tree: use MAS_BUG_ON() prior to calling mas_meta_gap()Liam R. Howlett2023-06-101-2/+2
| * | | | | | | | | maple_tree: use MAS_WR_BUG_ON() in mas_store_prealloc()Liam R. Howlett2023-06-101-1/+1
| * | | | | | | | | maple_tree: use MAS_BUG_ON() from mas_topiary_range()Liam R. Howlett2023-06-101-1/+2
| * | | | | | | | | maple_tree: use MAS_BUG_ON() in mas_set_height()Liam R. Howlett2023-06-101-1/+1
| * | | | | | | | | maple_tree: use MAS_BUG_ON() when setting a leaf node as a parentLiam R. Howlett2023-06-101-13/+13
| * | | | | | | | | maple_tree: convert debug code to use MT_WARN_ON() and MAS_WARN_ON()Liam R. Howlett2023-06-101-16/+14
| * | | | | | | | | maple_tree: convert BUG_ON() to MT_BUG_ON()Liam R. Howlett2023-06-101-1/+1
| * | | | | | | | | maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett2023-06-101-2/+32
| * | | | | | | | | maple_tree: add format option to mt_dump()Liam R. Howlett2023-06-102-34/+63
| * | | | | | | | | maple_tree: clean up mas_dfs_postorder()Liam R. Howlett2023-06-101-5/+2
| * | | | | | | | | maple_tree: avoid unnecessary ascendingLiam R. Howlett2023-06-101-3/+8
| * | | | | | | | | maple_tree: clean up mas_parent_enum() and rename to mas_parent_type()Liam R. Howlett2023-06-101-28/+22
| * | | | | | | | | maple_tree: fix static analyser cppcheck issueLiam R. Howlett2023-06-101-2/+3
| * | | | | | | | | mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang2023-06-102-38/+1
| * | | | | | | | | maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()Peng Zhang2023-06-101-5/+6
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-2811-39/+179
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kobject: Use return value of strreplace()Andy Shevchenko2023-06-061-2/+1
| * | | | | | | | | lib/string_helpers: Change returned value of the strreplace()Andy Shevchenko2023-06-061-4/+8
| * | | | | | | | | string: use __builtin_memcpy() in strlcpy/strlcatAlexander Potapenko2023-06-011-2/+2
| * | | | | | | | | ubsan: add prototypes for internal functionsArnd Bergmann2023-05-312-3/+11
| * | | | | | | | | overflow: Add struct_size_t() helperKees Cook2023-05-261-1/+1
| * | | | | | | | | ubsan: remove cc-option test for UBSAN_TRAPNick Desaulniers2023-05-171-1/+0
| * | | | | | | | | 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 tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2023-06-281-0/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanismTejun Heo2023-05-181-0/+13
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-272-4/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | types: Introduce [us]128Peter Zijlstra2023-06-052-4/+0
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'x86_misc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-273-0/+352
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/csum: Improve performance of `csum_partial`Noah Goldstein2023-05-253-0/+352
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'linux-kselftest-kunit-6.5-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-06-275-76/+335
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kunit: Move kunit_abort() call out of kunit_do_failed_assertion()David Gow2023-06-011-6/+4
| * | | | | | | | | kunit: Update kunit_print_ok_not_ok functionMichal Wajdeczko2023-05-261-17/+28
| * | | | | | | | | kunit: Fix reporting of the skipped parameterized testsMichal Wajdeczko2023-05-261-2/+4