aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds15-1600/+45612
2022-10-10Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-14/+2
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-11/+98
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds7-142/+536
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds4-12/+27
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-23/+28
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+5
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-86/+555
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+0
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-39/+70
2022-10-06Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds5-2/+41
2022-10-06lib/test_cpumask: Add for_each_cpu_and(not) testsValentin Schneider1-0/+19
2022-10-06lib/find_bit: Introduce find_next_andnot_bit()Valentin Schneider1-0/+9
2022-10-05Merge tag 'sound-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+44
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-4/+57
2022-10-04Merge branch 'for-6.1-hash-pointer-init' into for-linusPetr Mladek1-21/+26
2022-10-03once: rename _SLOW to _SLEEPABLEJason A. Donenfeld1-5/+5
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds6-59/+329
2022-10-03kmsan: disable strscpy() optimization under KMSANAlexander Potapenko1-0/+8
2022-10-03kmsan: add tests for KMSANAlexander Potapenko1-0/+12
2022-10-03kmsan: add iomap supportAlexander Potapenko1-0/+44
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko1-0/+3
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko2-0/+51
2022-10-03instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko2-4/+8
2022-10-03stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko1-5/+24
2022-10-03mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä1-3/+10
2022-10-03kasan: move tests to mm/kasan/Andrey Konovalov3-1596/+0
2022-10-03kasan: add another use-after-free testAndrey Konovalov1-0/+24
2022-10-03kasan: drop CONFIG_KASAN_TAGS_IDENTIFYAndrey Konovalov1-8/+0
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet1-0/+30
2022-10-03zstd: Fixing mixed module-builtin objectsAlexey Kardashevskiy4-12/+27
2022-10-01lib/bitmap: add tests for for_each() loopsYury Norov1-1/+243
2022-10-01lib/find_bit: add find_next{,_and}_bit_wrapYury Norov1-9/+3
2022-09-30lib: stackinit: update reference to kunit-toolTales Aparecida1-1/+1
2022-09-30lib: overflow: update reference to kunit-toolTales Aparecida1-1/+1
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley3-0/+39
2022-09-29sbitmap: fix lockup while swappingHugh Dickins1-1/+1
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-09-29lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.Sebastian Andrzej Siewior1-19/+27
2022-09-29lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().Sebastian Andrzej Siewior1-11/+8
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra5-29/+49
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-0/+34
2022-09-28vsprintf: add new `%pA` format specifierGary Guo1-0/+13
2022-09-26mm: reduce noise in show_mem for lowmem allocationsMichal Hocko1-2/+2
2022-09-26mm: remove vmacacheLiam R. Howlett1-8/+0
2022-09-26lib/test_maple_tree: add testing for maple treeLiam R. Howlett1-0/+38307
2022-09-26Maple Tree: add new data structureLiam R. Howlett3-1/+7146
2022-09-26cpumask: add cpumask_nth_{,and,andnot}Yury Norov1-15/+13
2022-09-26lib/bitmap: remove bitmap_ord_to_posYury Norov1-33/+3