summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...Linus Torvalds
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-06Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-06lib/test_cpumask: Add for_each_cpu_and(not) testsValentin Schneider
2022-10-06lib/find_bit: Introduce find_next_andnot_bit()Valentin Schneider
2022-10-05Merge tag 'sound-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-04Merge branch 'for-6.1-hash-pointer-init' into for-linusPetr Mladek
2022-10-03once: rename _SLOW to _SLEEPABLEJason A. Donenfeld
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-03kmsan: disable strscpy() optimization under KMSANAlexander Potapenko
2022-10-03kmsan: add tests for KMSANAlexander Potapenko
2022-10-03kmsan: add iomap supportAlexander Potapenko
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko
2022-10-03instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko
2022-10-03stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko
2022-10-03mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä
2022-10-03kasan: move tests to mm/kasan/Andrey Konovalov
2022-10-03kasan: add another use-after-free testAndrey Konovalov
2022-10-03kasan: drop CONFIG_KASAN_TAGS_IDENTIFYAndrey Konovalov
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-10-03zstd: Fixing mixed module-builtin objectsAlexey Kardashevskiy
2022-10-01lib/bitmap: add tests for for_each() loopsYury Norov
2022-10-01lib/find_bit: add find_next{,_and}_bit_wrapYury Norov
2022-09-30lib: stackinit: update reference to kunit-toolTales Aparecida
2022-09-30lib: overflow: update reference to kunit-toolTales Aparecida
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley
2022-09-29sbitmap: fix lockup while swappingHugh Dickins
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-29lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.Sebastian Andrzej Siewior
2022-09-29lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().Sebastian Andrzej Siewior
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra
2022-09-28Kbuild: add Rust supportMiguel Ojeda
2022-09-28vsprintf: add new `%pA` format specifierGary Guo
2022-09-26mm: reduce noise in show_mem for lowmem allocationsMichal Hocko
2022-09-26mm: remove vmacacheLiam R. Howlett
2022-09-26lib/test_maple_tree: add testing for maple treeLiam R. Howlett
2022-09-26Maple Tree: add new data structureLiam R. Howlett
2022-09-26cpumask: add cpumask_nth_{,and,andnot}Yury Norov
2022-09-26lib/bitmap: remove bitmap_ord_to_posYury Norov