summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2023-04-25Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+4
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-9/+4
2023-04-25Merge tag 'core-debugobjects-2023-04-24' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-59/+66
2023-04-24Merge tag 'linux-kselftest-kunit-6.4-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-29/+419
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2023-04-24iov: improve copy_iovec_from_user() code generationLinus Torvalds-9/+26
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds-30/+59
2023-04-21maple_tree: fix allocation in mas_sparse_area()Peng Zhang-21/+20
2023-04-21lib/show_mem.c: use for_each_populated_zone() simplify codeYajun Deng-13/+6
2023-04-21lib/group_cpus: Export group_cpus_evenly()Xie Yongji-0/+1
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-35/+31
2023-04-18lib/rbtree: use '+' instead of '|' for setting color.Noah Goldstein-1/+1
2023-04-18maple_tree: use correct variable type in sizeofPeng Zhang-1/+1
2023-04-18maple_tree: simplify mas_wr_node_walk()Peng Zhang-29/+5
2023-04-18lib/test_vmalloc.c: add vm_map_ram()/vm_unmap_ram() test caseUladzislau Rezki (Sony)-0/+37
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton-23/+24
2023-04-18maple_tree: fix mas_empty_area() searchLiam R. Howlett-9/+11
2023-04-18maple_tree: make maple state reusable after mas_empty_area_rev()Liam R. Howlett-14/+13
2023-04-17libcrc32c: remove crc32c_implChristoph Hellwig-6/+0
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton-109/+197
2023-04-16fault-inject: fix build error when FAULT_INJECTION_CONFIGFS=y and CONFIGFS_FS=mAkinobu Mita-1/+2
2023-04-16maple_tree: fix a potential memory leak, OOB access, or other unpredictable bugPeng Zhang-12/+7
2023-04-15debugobject: Prevent init race with static objectsThomas Gleixner-59/+66
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-99/+192
2023-04-13treewide: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-04-13btree: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-04-13lib: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-04-13crypto: blake2s: remove module-related codeNick Alcock-4/+0
2023-04-13crypto: remove MODULE_LICENSE in non-modulesNick Alcock-2/+0
2023-04-13fault-inject: allow configuration via configfsAkinobu Mita-1/+203
2023-04-12iov_iter: Mark copy_compat_iovec_from_user() noinlineJosh Poimboeuf-1/+1
2023-04-08lib/test-string_helpers: replace UNESCAPE_ANY by UNESCAPE_ALL_MASKAndy Shevchenko-1/+1
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan-1/+1
2023-04-05iov_iter: add copy_page_to_iter_nofault()Lorenzo Stoakes-0/+48
2023-04-05maple_tree: fix a potential concurrency bug in RCU modePeng Zhang-2/+1
2023-04-05maple_tree: fix get wrong data_end in mtree_lookup_walk()Peng Zhang-10/+5
2023-04-05maple_tree: add RCU lock checking to rcu callback functionsLiam R. Howlett-92/+96
2023-04-05maple_tree: add smp_rmb() to dead node detectionLiam R. Howlett-2/+6
2023-04-05maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett-2/+5
2023-04-05maple_tree: remove extra smp_wmb() from mas_dead_leaves()Liam Howlett-1/+0
2023-04-05maple_tree: fix freeing of nodes in rcu modeLiam Howlett-11/+62
2023-04-05maple_tree: detect dead nodes in mas_start()Liam Howlett-0/+4
2023-04-05maple_tree: be more cautious about dead nodesLiam Howlett-9/+43
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle-0/+4
2023-04-05kunit: add tests for using current KUnit test fieldRae Moar-1/+41
2023-04-05lib/test_vmalloc.c: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)-1/+1
2023-04-03lib/vsprintf: Use isodigit() for the octal number checkAndy Shevchenko-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-49/+104
2023-03-31list: test: Test the klist structureSadiya Kazi-1/+299