aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-09-06lib/test_scanf: split up number parsing test routinesGravatar Linus Torvalds 1-8/+71
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxGravatar Linus Torvalds 1-3/+2
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 5-5/+6
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-38/+72
2021-09-03kasan: test: avoid corrupting memory in kasan_rcu_uafGravatar Andrey Konovalov 1-1/+1
2021-09-03kasan: test: avoid corrupting memory in copy_user_testGravatar Andrey Konovalov 1-10/+8
2021-09-03kasan: test: clean up ksize_uafGravatar Andrey Konovalov 1-2/+2
2021-09-03kasan: test: only do kmalloc_uaf_memset for generic modeGravatar Andrey Konovalov 1-0/+6
2021-09-03kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGSGravatar Andrey Konovalov 1-1/+7
2021-09-03kasan: test: avoid corrupting memory via memsetGravatar Andrey Konovalov 1-11/+17
2021-09-03kasan: test: avoid writing invalid memoryGravatar Andrey Konovalov 1-7/+7
2021-09-03kasan: test: rework kmalloc_oob_rightGravatar Andrey Konovalov 1-2/+18
2021-09-03lib/test_vmalloc.c: add a new 'nr_pages' parameterGravatar Uladzislau Rezki (Sony) 1-1/+4
2021-09-03scatterlist: replace flush_kernel_dcache_page with flush_dcache_pageGravatar Christoph Hellwig 1-3/+2
2021-09-03mm: remove VM_DENYWRITEGravatar David Hildenbrand 1-3/+2
2021-09-03Makefile: remove stale cc-option checksGravatar Nick Desaulniers 1-0/+2
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 2-63/+95
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2021-09-02Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-12/+30
2021-09-02Merge tag 'hardening-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-67/+186
2021-09-02Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 2-0/+112
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-15/+20
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+8
2021-09-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+0
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-0/+271
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-50/+2282
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-0/+7
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreGravatar Catalin Marinas 4-7/+12
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-27/+0
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-2/+2
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-9/+10
2021-08-30Merge tag 'core-debugobjects-2021-08-30' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+6
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 7-13/+195
2021-08-30Merge tag 'for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Gravatar Linus Torvalds 1-0/+31
2021-08-30string: improve default out-of-line memcmp() implementationGravatar Linus Torvalds 1-0/+16
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusGravatar Petr Mladek 1-6/+7
2021-08-30Merge branch 'for-5.15-printk-index' into for-linusGravatar Petr Mladek 69-1030/+2122
2021-08-30parisc: Increase size of gcc stack frame checkGravatar Helge Deller 1-1/+1
2021-08-24lib/scatterlist: Fix wrong update of orig_nentsGravatar Maor Gottlieb 2-51/+79
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendGravatar Maor Gottlieb 1-16/+20
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTGravatar Christoph Hellwig 1-27/+0
2021-08-22lib/test_stackinit: Add assigned initializersGravatar Kees Cook 1-55/+114
2021-08-22lib/test_stackinit: Allow building stand-aloneGravatar Kees Cook 1-3/+69
2021-08-20SUNRPC: Add a /sys/kernel/debug/fail_sunrpc/ directoryGravatar Chuck Lever 1-0/+7
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2021-08-19isystem: ship and use stdarg.hGravatar Alexey Dobriyan 4-5/+4
2021-08-18Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Gravatar Ingo Molnar 1-12/+30
2021-08-17lib/test_lockup: Adapt to changed variablesGravatar Sebastian Andrzej Siewior 1-3/+3
2021-08-17locking/rtmutex: Add mutex variant for RTGravatar Thomas Gleixner 1-5/+6
2021-08-17locking/mutex: Make mutex::wait_lock rawGravatar Thomas Gleixner 1-1/+1