summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-26Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-04-25Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-04-25Merge tag 'core-debugobjects-2023-04-24' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-04-24Merge tag 'linux-kselftest-kunit-6.4-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-24iov: improve copy_iovec_from_user() code generationLinus Torvalds
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-18maple_tree: fix mas_empty_area() searchLiam R. Howlett
2023-04-18maple_tree: make maple state reusable after mas_empty_area_rev()Liam R. Howlett
2023-04-17libcrc32c: remove crc32c_implChristoph Hellwig
2023-04-16fault-inject: fix build error when FAULT_INJECTION_CONFIGFS=y and CONFIGFS_FS=mAkinobu Mita
2023-04-16maple_tree: fix a potential memory leak, OOB access, or other unpredictable bugPeng Zhang
2023-04-15debugobject: Prevent init race with static objectsThomas Gleixner
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13fault-inject: allow configuration via configfsAkinobu Mita
2023-04-12iov_iter: Mark copy_compat_iovec_from_user() noinlineJosh Poimboeuf
2023-04-05maple_tree: fix a potential concurrency bug in RCU modePeng Zhang
2023-04-05maple_tree: fix get wrong data_end in mtree_lookup_walk()Peng Zhang
2023-04-05maple_tree: add RCU lock checking to rcu callback functionsLiam R. Howlett
2023-04-05maple_tree: add smp_rmb() to dead node detectionLiam R. Howlett
2023-04-05maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett
2023-04-05maple_tree: remove extra smp_wmb() from mas_dead_leaves()Liam Howlett
2023-04-05maple_tree: fix freeing of nodes in rcu modeLiam Howlett
2023-04-05maple_tree: detect dead nodes in mas_start()Liam Howlett
2023-04-05maple_tree: be more cautious about dead nodesLiam Howlett
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle
2023-04-05kunit: add tests for using current KUnit test fieldRae Moar
2023-04-05lib/test_vmalloc.c: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)
2023-04-03lib/vsprintf: Use isodigit() for the octal number checkAndy Shevchenko
2023-03-31list: test: Test the klist structureSadiya Kazi
2023-03-31crypto: lib/utils - Move utilities into new headerHerbert Xu
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-30iov_iter: import single vector iovecs as ITER_UBUFJens Axboe
2023-03-30iov_iter: convert import_single_range() to ITER_UBUFJens Axboe
2023-03-30iov_iter: add iter_iovec() helperJens Axboe
2023-03-28Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2023-03-28Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski
2023-03-28lib/Kconfig.debug: correct help info of LOCKDEP_STACK_TRACE_HASH_BITSTiezhu Yang
2023-03-28Kconfig.debug: fix SCHED_DEBUG dependencyye xingchen
2023-03-28atomics: Provide rcuref - scalable reference countingThomas Gleixner
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-03-24lib: cpu_rmap: Add irq_cpu_rmap_remove to complement irq_cpu_rmap_addEli Cohen
2023-03-24lib: cpu_rmap: Use allocator for rmap entriesEli Cohen
2023-03-24lib: cpu_rmap: Avoid use after free on rmap->obj array entriesEli Cohen