summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+57
2022-10-04Merge branch 'for-6.1-hash-pointer-init' into for-linusPetr Mladek-21/+26
2022-10-03once: rename _SLOW to _SLEEPABLEJason A. Donenfeld-5/+5
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-59/+329
2022-10-03kmsan: disable strscpy() optimization under KMSANAlexander Potapenko-0/+8
2022-10-03kmsan: add tests for KMSANAlexander Potapenko-0/+12
2022-10-03kmsan: add iomap supportAlexander Potapenko-0/+44
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko-0/+3
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko-0/+51
2022-10-03instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko-4/+8
2022-10-03stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko-5/+24
2022-10-03mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä-3/+10
2022-10-03kasan: move tests to mm/kasan/Andrey Konovalov-1596/+0
2022-10-03kasan: add another use-after-free testAndrey Konovalov-0/+24
2022-10-03kasan: drop CONFIG_KASAN_TAGS_IDENTIFYAndrey Konovalov-8/+0
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet-0/+30
2022-10-03zstd: Fixing mixed module-builtin objectsAlexey Kardashevskiy-12/+27
2022-10-01lib/bitmap: add tests for for_each() loopsYury Norov-1/+243
2022-10-01lib/find_bit: add find_next{,_and}_bit_wrapYury Norov-9/+3
2022-09-30lib: stackinit: update reference to kunit-toolTales Aparecida-1/+1
2022-09-30lib: overflow: update reference to kunit-toolTales Aparecida-1/+1
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley-0/+39
2022-09-29sbitmap: fix lockup while swappingHugh Dickins-1/+1
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2022-09-29lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.Sebastian Andrzej Siewior-19/+27
2022-09-29lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().Sebastian Andrzej Siewior-11/+8
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra-29/+49
2022-09-28Kbuild: add Rust supportMiguel Ojeda-0/+34
2022-09-28vsprintf: add new `%pA` format specifierGary Guo-0/+13
2022-09-26mm: reduce noise in show_mem for lowmem allocationsMichal Hocko-2/+2
2022-09-26mm: remove vmacacheLiam R. Howlett-8/+0
2022-09-26lib/test_maple_tree: add testing for maple treeLiam R. Howlett-0/+38307
2022-09-26Maple Tree: add new data structureLiam R. Howlett-1/+7146
2022-09-26cpumask: add cpumask_nth_{,and,andnot}Yury Norov-15/+13
2022-09-26lib/bitmap: remove bitmap_ord_to_posYury Norov-33/+3
2022-09-26lib/bitmap: add tests for find_nth_bit()Yury Norov-2/+63
2022-09-26lib: add find_nth{,_and,_andnot}_bit()Yury Norov-0/+44
2022-09-26lib/bitmap: add bitmap_weight_and()Yury Norov-9/+21
2022-09-26lib/bitmap: don't call __bitmap_weight() in kernel codeYury Norov-1/+1
2022-09-24Makefile.debug: re-enable debug info for .S filesNick Desaulniers-1/+3
2022-09-23lib/sg_pool: change module_init(sg_pool_init) to subsys_initcallMasahiro Yamada-14/+2
2022-09-21lib/find_bit: optimize find_next_bit() functionsYury Norov-49/+70
2022-09-21lib/find_bit: create find_first_zero_bit_le()Yury Norov-0/+16
2022-09-21lib/find_bit: introduce FIND_FIRST_BIT() macroYury Norov-25/+24
2022-09-20lib/cpumask: add FORCE_NR_CPUS config optionYury Norov-0/+9
2022-09-19flex_proportions: Disable preemption entering the write section.Sebastian Andrzej Siewior-0/+2
2022-09-19mm/debug: Provide VM_WARN_ON_IRQS_ENABLED()Thomas Gleixner-0/+3
2022-09-14fortify: Adjust KUnit test for modular buildKees Cook-2/+1
2022-09-13ASoC: Merge tag 'v6.0-rc4' into asoc-6.1Mark Brown-31/+48
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman-28/+46