summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-123-10/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | lib: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-111-1/+1
| * | | | | llist: use try_cmpxchg in llist_add_batch and llist_del_firstUros Bizjak2022-09-111-8/+4
| * | | | | lib/cmdline: avoid page fault in next_argNeel Natu2022-09-111-1/+1
* | | | | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-1015-1600/+45612
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | kmsan: disable strscpy() optimization under KMSANAlexander Potapenko2022-10-031-0/+8
| * | | | kmsan: add tests for KMSANAlexander Potapenko2022-10-031-0/+12
| * | | | kmsan: add iomap supportAlexander Potapenko2022-10-031-0/+44
| * | | | kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko2022-10-031-0/+3
| * | | | kmsan: add KMSAN runtime coreAlexander Potapenko2022-10-032-0/+51
| * | | | instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko2022-10-032-4/+8
| * | | | stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko2022-10-031-5/+24
| * | | | mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä2022-10-031-3/+10
| * | | | kasan: move tests to mm/kasan/Andrey Konovalov2022-10-033-1596/+0
| * | | | kasan: add another use-after-free testAndrey Konovalov2022-10-031-0/+24
| * | | | kasan: drop CONFIG_KASAN_TAGS_IDENTIFYAndrey Konovalov2022-10-031-8/+0
| * | | | mm: reduce noise in show_mem for lowmem allocationsMichal Hocko2022-09-261-2/+2
| * | | | mm: remove vmacacheLiam R. Howlett2022-09-261-8/+0
| * | | | lib/test_maple_tree: add testing for maple treeLiam R. Howlett2022-09-261-0/+38307
| * | | | Maple Tree: add new data structureLiam R. Howlett2022-09-263-1/+7146
| |/ / /
* | | | Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-10-101-14/+2
|\ \ \ \
| * | | | lib/sg_pool: change module_init(sg_pool_init) to subsys_initcallMasahiro Yamada2022-09-231-14/+2
* | | | | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-106-11/+98
|\ \ \ \ \
| * | | | | crypto: lib - remove __HAVE_ARCH_CRYPTO_MEMNEQEric Biggers2022-08-191-4/+0
| * | | | | crypto: lib - move __crypto_xor into utilsEric Biggers2022-08-194-5/+90
| * | | | | crypto: lib - create utils module and move __crypto_memneq into itEric Biggers2022-08-195-6/+11
* | | | | | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-107-142/+536
|\ \ \ \ \ \
| * | | | | | lib/test_cpumask: Add for_each_cpu_and(not) testsValentin Schneider2022-10-061-0/+19
| * | | | | | lib/find_bit: Introduce find_next_andnot_bit()Valentin Schneider2022-10-061-0/+9
| * | | | | | lib/bitmap: add tests for for_each() loopsYury Norov2022-10-011-1/+243
| * | | | | | lib/find_bit: add find_next{,_and}_bit_wrapYury Norov2022-10-011-9/+3
| * | | | | | cpumask: add cpumask_nth_{,and,andnot}Yury Norov2022-09-261-15/+13
| * | | | | | lib/bitmap: remove bitmap_ord_to_posYury Norov2022-09-261-33/+3
| * | | | | | lib/bitmap: add tests for find_nth_bit()Yury Norov2022-09-262-2/+63
| * | | | | | lib: add find_nth{,_and,_andnot}_bit()Yury Norov2022-09-261-0/+44
| * | | | | | lib/bitmap: add bitmap_weight_and()Yury Norov2022-09-261-9/+21
| * | | | | | lib/bitmap: don't call __bitmap_weight() in kernel codeYury Norov2022-09-261-1/+1
| * | | | | | lib/find_bit: optimize find_next_bit() functionsYury Norov2022-09-211-49/+70
| * | | | | | lib/find_bit: create find_first_zero_bit_le()Yury Norov2022-09-211-0/+16
| * | | | | | lib/find_bit: introduce FIND_FIRST_BIT() macroYury Norov2022-09-211-25/+24
| * | | | | | lib/cpumask: add FORCE_NR_CPUS config optionYury Norov2022-09-201-0/+9
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-104-12/+27
|\ \ \ \ \ \
| * | | | | | zstd: Fixing mixed module-builtin objectsAlexey Kardashevskiy2022-10-034-12/+27
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-10-101-23/+28
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-6.1-hash-pointer-init' into for-linusPetr Mladek2022-10-041-21/+26
| |\ \ \ \ \ \
| | * | | | | | lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.Sebastian Andrzej Siewior2022-09-291-19/+27
| | * | | | | | lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().Sebastian Andrzej Siewior2022-09-291-11/+8
| * | | | | | | lib/vnsprintf: add const modifier for param 'bitmap'Jian Shen2022-08-251-2/+2
| |/ / / / / /
* | | | | | | Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-102-0/+5
|\ \ \ \ \ \ \
| * | | | | | | flex_proportions: Disable preemption entering the write section.Sebastian Andrzej Siewior2022-09-191-0/+2