summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn
2021-09-08lib/iov_iter.c: fix kernel-doc warningsRandy Dunlap
2021-09-08lib/dump_stack: correct kernel-doc notationRandy Dunlap
2021-09-08lib/test: convert test_sort.c to use KUnitDaniel Latypov
2021-09-08math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting itGeert Uytterhoeven
2021-09-08math: make RATIONAL tristateGeert Uytterhoeven
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song
2021-09-06lib/test_scanf: split up number parsing test routinesLinus Torvalds
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03kasan: test: avoid corrupting memory in kasan_rcu_uafAndrey Konovalov
2021-09-03kasan: test: avoid corrupting memory in copy_user_testAndrey Konovalov
2021-09-03kasan: test: clean up ksize_uafAndrey Konovalov
2021-09-03kasan: test: only do kmalloc_uaf_memset for generic modeAndrey Konovalov
2021-09-03kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGSAndrey Konovalov
2021-09-03kasan: test: avoid corrupting memory via memsetAndrey Konovalov
2021-09-03kasan: test: avoid writing invalid memoryAndrey Konovalov
2021-09-03kasan: test: rework kmalloc_oob_rightAndrey Konovalov
2021-09-03lib/test_vmalloc.c: add a new 'nr_pages' parameterUladzislau Rezki (Sony)
2021-09-03scatterlist: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand
2021-09-03Makefile: remove stale cc-option checksNick Desaulniers
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-09-02Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-02Merge tag 'hardening-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-09-02Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-30Merge tag 'core-debugobjects-2021-08-30' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-08-30Merge tag 'for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds
2021-08-30string: improve default out-of-line memcmp() implementationLinus Torvalds
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-08-30Merge branch 'for-5.15-printk-index' into for-linusPetr Mladek
2021-08-30parisc: Increase size of gcc stack frame checkHelge Deller
2021-08-24lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig
2021-08-22lib/test_stackinit: Add assigned initializersKees Cook