aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-10-03instrumented.h: allow instrumenting both sides of copy_from_user()Gravatar Alexander Potapenko 2-4/+8
2022-10-03stackdepot: reserve 5 extra bits in depot_stack_handle_tGravatar Alexander Potapenko 1-5/+24
2022-10-03mm/hmm/test: use char dev with struct device to get device nodeGravatar Mika Penttilä 1-3/+10
2022-10-03kasan: move tests to mm/kasan/Gravatar Andrey Konovalov 3-1596/+0
2022-10-03kasan: add another use-after-free testGravatar Andrey Konovalov 1-0/+24
2022-10-03kasan: drop CONFIG_KASAN_TAGS_IDENTIFYGravatar Andrey Konovalov 1-8/+0
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsGravatar Eric Dumazet 1-0/+30
2022-10-03zstd: Fixing mixed module-builtin objectsGravatar Alexey Kardashevskiy 4-12/+27
2022-10-01lib/bitmap: add tests for for_each() loopsGravatar Yury Norov 1-1/+243
2022-10-01lib/find_bit: add find_next{,_and}_bit_wrapGravatar Yury Norov 1-9/+3
2022-09-30lib: stackinit: update reference to kunit-toolGravatar Tales Aparecida 1-1/+1
2022-09-30lib: overflow: update reference to kunit-toolGravatar Tales Aparecida 1-1/+1
2022-09-30kunit: add kunit.enable to enable/disable KUnit testGravatar Joe Fradley 3-0/+39
2022-09-29sbitmap: fix lockup while swappingGravatar Hugh Dickins 1-1/+1
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+3
2022-09-29lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.Gravatar Sebastian Andrzej Siewior 1-19/+27
2022-09-29lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().Gravatar Sebastian Andrzej Siewior 1-11/+8
2022-09-29Merge branch 'v6.0-rc7'Gravatar Peter Zijlstra 5-29/+49
2022-09-28Kbuild: add Rust supportGravatar Miguel Ojeda 1-0/+34
2022-09-28vsprintf: add new `%pA` format specifierGravatar Gary Guo 1-0/+13
2022-09-26mm: reduce noise in show_mem for lowmem allocationsGravatar Michal Hocko 1-2/+2
2022-09-26mm: remove vmacacheGravatar Liam R. Howlett 1-8/+0
2022-09-26lib/test_maple_tree: add testing for maple treeGravatar Liam R. Howlett 1-0/+38307
2022-09-26Maple Tree: add new data structureGravatar Liam R. Howlett 3-1/+7146
2022-09-26cpumask: add cpumask_nth_{,and,andnot}Gravatar Yury Norov 1-15/+13
2022-09-26lib/bitmap: remove bitmap_ord_to_posGravatar Yury Norov 1-33/+3
2022-09-26lib/bitmap: add tests for find_nth_bit()Gravatar Yury Norov 2-2/+63
2022-09-26lib: add find_nth{,_and,_andnot}_bit()Gravatar Yury Norov 1-0/+44
2022-09-26lib/bitmap: add bitmap_weight_and()Gravatar Yury Norov 1-9/+21
2022-09-26lib/bitmap: don't call __bitmap_weight() in kernel codeGravatar Yury Norov 1-1/+1
2022-09-24Makefile.debug: re-enable debug info for .S filesGravatar Nick Desaulniers 1-1/+3
2022-09-23lib/sg_pool: change module_init(sg_pool_init) to subsys_initcallGravatar Masahiro Yamada 1-14/+2
2022-09-21lib/find_bit: optimize find_next_bit() functionsGravatar Yury Norov 1-49/+70
2022-09-21lib/find_bit: create find_first_zero_bit_le()Gravatar Yury Norov 1-0/+16
2022-09-21lib/find_bit: introduce FIND_FIRST_BIT() macroGravatar Yury Norov 1-25/+24
2022-09-20lib/cpumask: add FORCE_NR_CPUS config optionGravatar Yury Norov 1-0/+9
2022-09-19flex_proportions: Disable preemption entering the write section.Gravatar Sebastian Andrzej Siewior 1-0/+2
2022-09-19mm/debug: Provide VM_WARN_ON_IRQS_ENABLED()Gravatar Thomas Gleixner 1-0/+3
2022-09-14fortify: Adjust KUnit test for modular buildGravatar Kees Cook 1-2/+1
2022-09-13ASoC: Merge tag 'v6.0-rc4' into asoc-6.1Gravatar Mark Brown 6-31/+48
2022-09-12Merge 6.0-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 5-28/+46
2022-09-12sbitmap: fix batched wait_cnt accountingGravatar Keith Busch 1-14/+23
2022-09-11lib: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-09-11llist: use try_cmpxchg in llist_add_batch and llist_del_firstGravatar Uros Bizjak 1-8/+4
2022-09-11lib/cmdline: avoid page fault in next_argGravatar Neel Natu 1-1/+1
2022-09-08sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batchGravatar Uros Bizjak 1-5/+5
2022-09-08sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()Gravatar Jan Kara 1-3/+15
2022-09-07kunit/memcpy: Avoid pathological compile-time string sizeGravatar Kees Cook 1-1/+1
2022-09-07lib: Improve the is_signed_type() kunit testGravatar Bart Van Assche 1-1/+6
2022-09-07fortify: Add KUnit test for FORTIFY_SOURCE internalsGravatar Kees Cook 3-0/+87