aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-9/+51
2021-11-09mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Gravatar Thomas Gleixner 1-7/+4
2021-11-09lib: uninline simple_strntoull() as wellGravatar Alexey Dobriyan 1-2/+1
2021-11-09lib, stackdepot: add helper to print stack entries into bufferGravatar Imran Khan 1-0/+25
2021-11-09lib, stackdepot: add helper to print stack entriesGravatar Imran Khan 1-0/+18
2021-11-09lib, stackdepot: check stackdepot handle before accessing slabsGravatar Imran Khan 1-0/+3
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+4
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 8-53/+85
2021-11-06kfence: default to dynamic branch instead of static keys modeGravatar Marco Elver 1-11/+15
2021-11-06stacktrace: move filter_irq_stacks() to kernel/stacktrace.cGravatar Marco Elver 1-24/+0
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEGravatar David Hildenbrand 1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 2-2/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Gravatar Mike Rapoport 1-1/+1
2021-11-06lib/test_vmalloc.c: use swap() to make code cleanerGravatar Changcheng Deng 1-4/+2
2021-11-06kasan: test: bypass __alloc_size checksGravatar Kees Cook 2-1/+9
2021-11-06kasan: test: add memcpy test that avoids out-of-bounds writeGravatar Peter Collingbourne 1-1/+17
2021-11-06lib/stackdepot: introduce __stack_depot_save()Gravatar Marco Elver 1-6/+37
2021-11-06lib/stackdepot: remove unused function argumentGravatar Marco Elver 1-5/+4
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-35/+27
2021-11-03string: uninline memcpy_and_padGravatar Guenter Roeck 1-0/+20
2021-11-02Merge tag 'linux-kselftest-kunit-5.16-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 4-37/+245
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+82
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-23/+80
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-37/+35
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-281/+6090
2021-11-02Merge branch 'for-5.16-vsprintf-pgp' into for-linusGravatar Petr Mladek 23-275/+657
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+2
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-10/+19
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 5-92/+517
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-80/+252
2021-11-01Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-12/+10
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 24-204/+657
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2021-11-01Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-16/+207
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-3/+93
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-9/+19
2021-10-28bpf, tests: Add module parameter test_suite to test_bpf moduleGravatar Tiezhu Yang 1-77/+135
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextGravatar Dave Airlie 6-12/+13
2021-10-27bootconfig: Initialize ret in xbc_parse_tree()Gravatar Steven Rostedt (VMware) 1-1/+1
2021-10-27lib/vsprintf.c: Amend static asserts for format specifier flagsGravatar Andy Shevchenko 1-1/+2
2021-10-27vsprintf: Make %pGp print the hex valueGravatar Matthew Wilcox (Oracle) 2-2/+15
2021-10-27test_printf: Append strings more efficientlyGravatar Matthew Wilcox (Oracle) 1-11/+7
2021-10-27test_printf: Remove custom appending of '|'Gravatar Matthew Wilcox (Oracle) 1-6/+1
2021-10-27test_printf: Remove separate page_flags variableGravatar Matthew Wilcox (Oracle) 1-7/+5
2021-10-27test_printf: Make pft array constGravatar Matthew Wilcox (Oracle) 1-13/+8
2021-10-26lib: bitmap: Introduce node-aware alloc APIGravatar Tariq Toukan 1-0/+13
2021-10-26test_kprobes: Move it from kernel/ to lib/Gravatar Tiezhu Yang 2-0/+372