summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-04-19maple_tree: simplify mas_wr_node_walk()Peng Zhang1-29/+5
2023-04-19lib/test_vmalloc.c: add vm_map_ram()/vm_unmap_ram() test caseUladzislau Rezki (Sony)1-0/+37
2023-04-19sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-23/+24
2023-04-19maple_tree: fix mas_empty_area() searchLiam R. Howlett1-9/+11
2023-04-19maple_tree: make maple state reusable after mas_empty_area_rev()Liam R. Howlett1-14/+13
2023-04-17libcrc32c: remove crc32c_implChristoph Hellwig1-6/+0
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-109/+197
2023-04-16fault-inject: fix build error when FAULT_INJECTION_CONFIGFS=y and CONFIGFS_FS=mAkinobu Mita1-1/+2
2023-04-16maple_tree: fix a potential memory leak, OOB access, or other unpredictable bugPeng Zhang1-12/+7
2023-04-16debugobject: Prevent init race with static objectsThomas Gleixner1-59/+66
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-99/+192
2023-04-13treewide: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13btree: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13lib: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13crypto: blake2s: remove module-related codeNick Alcock1-4/+0
2023-04-13crypto: remove MODULE_LICENSE in non-modulesNick Alcock2-2/+0
2023-04-13fault-inject: allow configuration via configfsAkinobu Mita2-1/+203
2023-04-12iov_iter: Mark copy_compat_iovec_from_user() noinlineJosh Poimboeuf1-1/+1
2023-04-08lib/test-string_helpers: replace UNESCAPE_ANY by UNESCAPE_ALL_MASKAndy Shevchenko1-1/+1
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan1-1/+1
2023-04-06iov_iter: add copy_page_to_iter_nofault()Lorenzo Stoakes1-0/+48
2023-04-06maple_tree: fix a potential concurrency bug in RCU modePeng Zhang1-2/+1
2023-04-06maple_tree: fix get wrong data_end in mtree_lookup_walk()Peng Zhang1-10/+5
2023-04-06maple_tree: add RCU lock checking to rcu callback functionsLiam R. Howlett1-92/+96
2023-04-06maple_tree: add smp_rmb() to dead node detectionLiam R. Howlett1-2/+6
2023-04-06maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett1-2/+5
2023-04-06maple_tree: remove extra smp_wmb() from mas_dead_leaves()Liam Howlett1-1/+0
2023-04-06maple_tree: fix freeing of nodes in rcu modeLiam Howlett1-11/+62
2023-04-06maple_tree: detect dead nodes in mas_start()Liam Howlett1-0/+4
2023-04-06maple_tree: be more cautious about dead nodesLiam Howlett1-9/+43
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle1-0/+4
2023-04-05kunit: add tests for using current KUnit test fieldRae Moar1-1/+41
2023-04-05lib/test_vmalloc.c: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)1-1/+1
2023-04-03lib/vsprintf: Use isodigit() for the octal number checkAndy Shevchenko1-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman8-49/+104
2023-03-31list: test: Test the klist structureSadiya Kazi1-1/+299
2023-03-31crypto: lib/utils - Move utilities into new headerHerbert Xu1-1/+1
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-44/+80
2023-03-30iov_iter: import single vector iovecs as ITER_UBUFJens Axboe1-0/+27
2023-03-30iov_iter: convert import_single_range() to ITER_UBUFJens Axboe1-3/+1
2023-03-30iov_iter: add iter_iovec() helperJens Axboe1-26/+30
2023-03-29Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-11/+46
2023-03-29Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2-1/+282
2023-03-29maple_tree: export symbol mas_preallocate()Danilo Krummrich1-0/+1
2023-03-29lib/stackdepot: kmsan: mark API outputs as initializedAlexander Potapenko1-0/+12
2023-03-29mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo2-0/+47
2023-03-29lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin1-0/+10
2023-03-29lib/test_fprobe: Add a testcase for skipping exit_handlerMasami Hiramatsu (Google)1-1/+25
2023-03-29fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)1-2/+5
2023-03-29lib/test_fprobe: Add a test case for nr_maxactiveMasami Hiramatsu (Google)1-0/+42