summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-86/+555
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus 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-07kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov1-3/+4
2022-10-07kunit: make kunit_kfree(NULL) a no-op to match kfree()Daniel Latypov1-0/+3
2022-10-07kunit: make kunit_kfree() not segfault on invalid inputsDaniel Latypov1-12/+2
2022-10-07kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov2-2/+15
2022-10-07kunit: drop test pointer in string_stream_fragmentDaniel Latypov2-6/+5
2022-10-07kunit: string-stream: Simplify resource useDavid Gow3-76/+18
2022-10-06Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...Linus 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/ti...Linus Torvalds1-0/+44
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus 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/g...Linus 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
2022-09-26lib/bitmap: add tests for find_nth_bit()Yury Norov2-2/+63
2022-09-26lib: add find_nth{,_and,_andnot}_bit()Yury Norov1-0/+44