summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-7/+9
|\
| * lib/logic_iomem: fix sparse warningsJohannes Berg2021-08-261-7/+9
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-088-32/+37
|\ \
| * | Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn2021-09-081-1/+0
| * | lib/iov_iter.c: fix kernel-doc warningsRandy Dunlap2021-09-081-2/+6
| * | lib/dump_stack: correct kernel-doc notationRandy Dunlap2021-09-081-1/+2
| * | lib/test: convert test_sort.c to use KUnitDaniel Latypov2021-09-082-23/+22
| * | math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting itGeert Uytterhoeven2021-09-081-2/+1
| * | math: make RATIONAL tristateGeert Uytterhoeven2021-09-082-1/+4
| * | mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song2021-09-082-2/+2
| |/
* | lib/test_scanf: split up number parsing test routinesLinus Torvalds2021-09-061-8/+71
* | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-3/+2
|\ \
| * | mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-3/+2
| |/
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-035-5/+6
|\ \
| * | Makefile: remove stale cc-option checksNick Desaulniers2021-09-031-0/+2
| * | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-194-5/+4
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-034-38/+72
|\ \ \
| * | | kasan: test: avoid corrupting memory in kasan_rcu_uafAndrey Konovalov2021-09-031-1/+1
| * | | kasan: test: avoid corrupting memory in copy_user_testAndrey Konovalov2021-09-031-10/+8
| * | | kasan: test: clean up ksize_uafAndrey Konovalov2021-09-031-2/+2
| * | | kasan: test: only do kmalloc_uaf_memset for generic modeAndrey Konovalov2021-09-031-0/+6
| * | | kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGSAndrey Konovalov2021-09-031-1/+7
| * | | kasan: test: avoid corrupting memory via memsetAndrey Konovalov2021-09-031-11/+17
| * | | kasan: test: avoid writing invalid memoryAndrey Konovalov2021-09-031-7/+7
| * | | kasan: test: rework kmalloc_oob_rightAndrey Konovalov2021-09-031-2/+18
| * | | lib/test_vmalloc.c: add a new 'nr_pages' parameterUladzislau Rezki (Sony)2021-09-031-1/+4
| * | | scatterlist: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig2021-09-031-3/+2
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-022-63/+95
|\ \ \
| * | | lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb2021-08-242-51/+79
| * | | lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb2021-08-241-16/+20
| |/ /
* | | Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-1/+1
|\ \ \
| * | | parisc: Increase size of gcc stack frame checkHelge Deller2021-08-301-1/+1
| |/ /
* | | Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-021-12/+30
|\ \ \
| * \ \ Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2021-08-181-12/+30
| |\ \ \
| | * | | kcsan: Make strict mode imply interruptible watchersMarco Elver2021-07-201-1/+2
| | * | | kcsan: Rework atomic.h into permissive.hMarco Elver2021-07-201-0/+10
| | * | | kcsan: Introduce CONFIG_KCSAN_STRICTMarco Elver2021-07-201-0/+10
| | * | | kcsan: Remove CONFIG_KCSAN_DEBUGMarco Elver2021-07-201-3/+0
| | * | | kcsan: Improve some Kconfig commentsMarco Elver2021-07-201-8/+8
* | | | | Merge tag 'hardening-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-021-67/+186
|\ \ \ \ \
| * | | | | lib/test_stackinit: Add assigned initializersKees Cook2021-08-221-55/+114
| * | | | | lib/test_stackinit: Allow building stand-aloneKees Cook2021-08-221-3/+69
| * | | | | lib/test_stackinit: Fix static initializer testKees Cook2021-07-261-13/+7
| | |/ / / | |/| | |
* | | | | Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-022-0/+112
|\ \ \ \ \
| * | | | | kunit: Print test statistics on failureDavid Gow2021-08-131-0/+109
| * | | | | kunit: ubsan integrationUriel Guajardo2021-08-131-0/+3
| |/ / / /
* | | | | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-014-15/+20
|\ \ \ \ \
| * \ \ \ \ Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-6/+7
| |\ \ \ \ \
| | * | | | | lib/nmi_backtrace: Serialize even messages about idle CPUsPetr Mladek2021-07-301-6/+6
| | * | | | | printk: remove safe buffersJohn Ogness2021-07-261-6/+0