summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2021-11-08lib: zstd: Upgrade to latest upstream zstd version 1.4.10Nick Terrell-11944/+24453
2021-11-08lib: zstd: Add decompress_sources.h for decompress_unzstdNick Terrell-5/+24
2021-11-08lib: zstd: Add kernel-specific APINick Terrell-92/+185
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+4
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-53/+85
2021-11-06kfence: default to dynamic branch instead of static keys modeMarco Elver-11/+15
2021-11-06stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver-24/+0
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport-2/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport-1/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport-1/+1
2021-11-06lib/test_vmalloc.c: use swap() to make code cleanerChangcheng Deng-4/+2
2021-11-06kasan: test: bypass __alloc_size checksKees Cook-1/+9
2021-11-06kasan: test: add memcpy test that avoids out-of-bounds writePeter Collingbourne-1/+17
2021-11-06lib/stackdepot: introduce __stack_depot_save()Marco Elver-6/+37
2021-11-06lib/stackdepot: remove unused function argumentMarco Elver-5/+4
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-35/+27
2021-11-03string: uninline memcpy_and_padGuenter Roeck-0/+20
2021-11-02Merge tag 'linux-kselftest-kunit-5.16-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-37/+245
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+82
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-23/+80
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-37/+35
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-281/+6090
2021-11-02Merge branch 'for-5.16-vsprintf-pgp' into for-linusPetr Mladek-275/+657
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2/+2
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-10/+19
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-92/+517
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-80/+252
2021-11-01Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-12/+10
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-204/+657
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2021-11-01Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-16/+207
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+93
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-9/+19
2021-10-28bpf, tests: Add module parameter test_suite to test_bpf moduleTiezhu Yang-77/+135
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie-12/+13
2021-10-27bootconfig: Initialize ret in xbc_parse_tree()Steven Rostedt (VMware)-1/+1
2021-10-27lib/vsprintf.c: Amend static asserts for format specifier flagsAndy Shevchenko-1/+2
2021-10-27vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)-2/+15
2021-10-27test_printf: Append strings more efficientlyMatthew Wilcox (Oracle)-11/+7
2021-10-27test_printf: Remove custom appending of '|'Matthew Wilcox (Oracle)-6/+1
2021-10-27test_printf: Remove separate page_flags variableMatthew Wilcox (Oracle)-7/+5
2021-10-27test_printf: Make pft array constMatthew Wilcox (Oracle)-13/+8
2021-10-26lib: bitmap: Introduce node-aware alloc APITariq Toukan-0/+13
2021-10-26test_kprobes: Move it from kernel/ to lib/Tiezhu Yang-0/+372
2021-10-26lib/bootconfig: Fix the xbc_get_info kerneldocMasami Hiramatsu-2/+2
2021-10-26lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init functionMasami Hiramatsu-2/+2
2021-10-25sbitmap: silence data race warningJens Axboe-1/+1