summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-04-25Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+4
2023-04-25Merge tag 'core-debugobjects-2023-04-24' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-59/+66
2023-04-24Merge tag 'linux-kselftest-kunit-6.4-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-29/+419
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-04-24iov: improve copy_iovec_from_user() code generationLinus Torvalds1-9/+26
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-30/+59
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-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-12iov_iter: Mark copy_compat_iovec_from_user() noinlineJosh Poimboeuf1-1/+1
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-03-31list: test: Test the klist structureSadiya Kazi1-1/+299
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-29lib/Kconfig.debug: correct help info of LOCKDEP_STACK_TRACE_HASH_BITSTiezhu Yang1-1/+1
2023-03-29Kconfig.debug: fix SCHED_DEBUG dependencyye xingchen1-1/+1
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-23/+23
2023-03-24lib: dhry: fix unstable smp_processor_id(_) usageGeert Uytterhoeven1-2/+4
2023-03-24test_maple_tree: add more testing for mas_empty_area()Liam R. Howlett1-0/+48
2023-03-24maple_tree: fix mas_skip_node() end slot detectionLiam R. Howlett1-19/+5
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song1-9/+4
2023-03-19pcpcntr: remove percpu_counter_sum_all()Dave Chinner1-29/+11
2023-03-19pcpcntrs: fix dying cpu summation raceDave Chinner1-3/+12
2023-03-19cpumask: introduce for_each_cpu_orDave Chinner1-0/+9
2023-03-15Merge tag 'zstd-linus-v6.3-rc3' of https://github.com/terrelln/linuxLinus Torvalds3-5/+24
2023-03-10kunit: fix bug of extra newline characters in debugfs logsRae Moar2-12/+41
2023-03-10kunit: fix bug in the order of lines in debugfs logsRae Moar2-9/+26
2023-03-10kunit: fix bug in debugfs logs of parameterized testsRae Moar1-6/+12
2023-03-07zstd: Fix definition of assert()Jonathan Neuschäfer1-1/+1
2023-03-07lib: zstd: Backport fix for in-place decompressionNick Terrell1-3/+22
2023-03-07lib: zstd: Fix -Wstringop-overflow warningKees Cook1-1/+1
2023-03-06cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds1-13/+1
2023-03-05Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds3-8/+19
2023-03-03lib: parser: update documentation for match_NUMBER functionsEric Biggers1-7/+7