summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan
2023-04-05iov_iter: add copy_page_to_iter_nofault()Lorenzo Stoakes
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-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
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-28maple_tree: export symbol mas_preallocate()Danilo Krummrich
2023-03-28lib/stackdepot: kmsan: mark API outputs as initializedAlexander Potapenko
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo
2023-03-28lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin
2023-03-28lib/test_fprobe: Add a testcase for skipping exit_handlerMasami Hiramatsu (Google)
2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)
2023-03-28lib/test_fprobe: Add a test case for nr_maxactiveMasami Hiramatsu (Google)
2023-03-28lib/test_fprobe: Add private entry_data testcasesMasami Hiramatsu (Google)
2023-03-28fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)
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
2023-03-24locking/csd_lock: Add Kconfig option for csd_debug defaultPaul E. McKenney
2023-03-23lib: dhry: fix unstable smp_processor_id(_) usageGeert Uytterhoeven
2023-03-23test_maple_tree: add more testing for mas_empty_area()Liam R. Howlett
2023-03-23maple_tree: fix mas_skip_node() end slot detectionLiam R. Howlett
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song
2023-03-20s390: enable DEBUG_FORCE_FUNCTION_ALIGN_64BHeiko Carstens
2023-03-19dyndbg: cleanup dynamic usage in ib_srp.cJason Baron
2023-03-19pcpcntr: remove percpu_counter_sum_all()Dave Chinner
2023-03-19pcpcntrs: fix dying cpu summation raceDave Chinner
2023-03-19cpumask: introduce for_each_cpu_orDave Chinner