aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-06-09maple_tree: use MAS_BUG_ON() prior to calling mas_meta_gap()Liam R. Howlett1-2/+2
2023-06-09maple_tree: use MAS_WR_BUG_ON() in mas_store_prealloc()Liam R. Howlett1-1/+1
2023-06-09maple_tree: use MAS_BUG_ON() from mas_topiary_range()Liam R. Howlett1-1/+2
2023-06-09maple_tree: use MAS_BUG_ON() in mas_set_height()Liam R. Howlett1-1/+1
2023-06-09maple_tree: use MAS_BUG_ON() when setting a leaf node as a parentLiam R. Howlett1-13/+13
2023-06-09maple_tree: convert debug code to use MT_WARN_ON() and MAS_WARN_ON()Liam R. Howlett1-16/+14
2023-06-09maple_tree: convert BUG_ON() to MT_BUG_ON()Liam R. Howlett1-1/+1
2023-06-09maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett1-2/+32
2023-06-09maple_tree: add format option to mt_dump()Liam R. Howlett2-34/+63
2023-06-09maple_tree: clean up mas_dfs_postorder()Liam R. Howlett1-5/+2
2023-06-09maple_tree: avoid unnecessary ascendingLiam R. Howlett1-3/+8
2023-06-09maple_tree: clean up mas_parent_enum() and rename to mas_parent_type()Liam R. Howlett1-28/+22
2023-06-09maple_tree: fix static analyser cppcheck issueLiam R. Howlett1-2/+3
2023-06-09mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang2-38/+1
2023-06-09maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()Peng Zhang1-5/+6
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-19/+64
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells1-0/+269
2023-06-07lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()Ben Hutchings1-1/+1
2023-06-07debugobjects: Recheck debug_objects_enabled before reportingTetsuo Handa1-0/+9
2023-06-06fprobe: Pass return address to the handlersMasami Hiramatsu (Google)1-3/+7
2023-06-06mac_pton: Clean up the header inclusionsAndy Shevchenko1-1/+2
2023-06-05kobject: Use return value of strreplace()Andy Shevchenko1-2/+1
2023-06-05lib/string_helpers: Change returned value of the strreplace()Andy Shevchenko1-4/+8
2023-06-05lib/ref_tracker: remove warnings in case of allocation failureAndrzej Hajda1-2/+3
2023-06-05lib/ref_tracker: add printing to memory bufferAndrzej Hajda1-8/+48
2023-06-05lib/ref_tracker: improve printing statsAndrzej Hajda2-12/+80
2023-06-05lib/ref_tracker: add unlocked leak print helperAndrzej Hajda1-28/+38
2023-06-05types: Introduce [us]128Peter Zijlstra2-4/+0
2023-06-01kunit: Move kunit_abort() call out of kunit_do_failed_assertion()David Gow1-6/+4
2023-06-01string: use __builtin_memcpy() in strlcpy/strlcatAlexander Potapenko1-2/+2
2023-05-31test_firmware: fix the memory leak of the allocated firmware bufferMirsad Goran Todorovac1-1/+18
2023-05-31test_firmware: fix a memory leak with reqs bufferMirsad Goran Todorovac1-0/+10
2023-05-31test_firmware: prevent race conditions by a correct implementation of lockingMirsad Goran Todorovac1-17/+35
2023-05-31bpf/tests: Use struct_size()Su Hui1-2/+1
2023-05-30ubsan: add prototypes for internal functionsArnd Bergmann2-3/+11
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+14
2023-05-26overflow: Add struct_size_t() helperKees Cook1-1/+1
2023-05-26kunit: Update kunit_print_ok_not_ok functionMichal Wajdeczko1-17/+28
2023-05-26kunit: Fix reporting of the skipped parameterized testsMichal Wajdeczko1-2/+4
2023-05-26kunit/test: Add example test showing parameterized testingMichal Wajdeczko1-0/+34
2023-05-25x86/csum: Improve performance of `csum_partial`Noah Goldstein3-0/+352
2023-05-25kunit: kmalloc_array: Use kunit_add_action()David Gow1-39/+9
2023-05-25kunit: executor_test: Use kunit_add_action()David Gow1-7/+4
2023-05-25kunit: Add kunit_add_action() to defer a call until test exitDavid Gow2-1/+186
2023-05-24iov_iter: Kill ITER_PIPEDavid Howells1-428/+3
2023-05-22debugobjects: Don't wake up kswapd from fill_pool()Tetsuo Handa1-1/+1
2023-05-19crypto: lib/sha256 - Use generic code from sha256_baseHerbert Xu1-54/+19
2023-05-19crypto: lib/sha256 - Remove redundant and unused sha224_updateHerbert Xu1-6/+0
2023-05-18Merge tag 'mm-hotfixes-stable-2023-05-18-15-52' of git://git.kernel.org/pub/s...Linus Torvalds1-9/+3