summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-12/+27
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-23/+28
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+5
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+10
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-86/+555
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+0
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds-39/+70
2022-10-07kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov-3/+4
2022-10-07kunit: make kunit_kfree(NULL) a no-op to match kfree()Daniel Latypov-0/+3
2022-10-07kunit: make kunit_kfree() not segfault on invalid inputsDaniel Latypov-12/+2
2022-10-07kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov-2/+15
2022-10-07kunit: drop test pointer in string_stream_fragmentDaniel Latypov-6/+5
2022-10-07kunit: string-stream: Simplify resource useDavid Gow-76/+18
2022-10-06Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-2/+41
2022-10-06lib/test_cpumask: Add for_each_cpu_and(not) testsValentin Schneider-0/+19
2022-10-06lib/find_bit: Introduce find_next_andnot_bit()Valentin Schneider-0/+9
2022-10-05Merge tag 'sound-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-0/+44
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