summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-11-01Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-10-28bpf, tests: Add module parameter test_suite to test_bpf moduleTiezhu Yang
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie
2021-10-27bootconfig: Initialize ret in xbc_parse_tree()Steven Rostedt (VMware)
2021-10-27lib/vsprintf.c: Amend static asserts for format specifier flagsAndy Shevchenko
2021-10-27vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)
2021-10-27test_printf: Append strings more efficientlyMatthew Wilcox (Oracle)
2021-10-27test_printf: Remove custom appending of '|'Matthew Wilcox (Oracle)
2021-10-27test_printf: Remove separate page_flags variableMatthew Wilcox (Oracle)
2021-10-27test_printf: Make pft array constMatthew Wilcox (Oracle)
2021-10-26lib: bitmap: Introduce node-aware alloc APITariq Toukan
2021-10-26test_kprobes: Move it from kernel/ to lib/Tiezhu Yang
2021-10-26lib/bootconfig: Fix the xbc_get_info kerneldocMasami Hiramatsu
2021-10-26lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init functionMasami Hiramatsu
2021-10-25sbitmap: silence data race warningJens Axboe
2021-10-24iov_iter: Introduce nofault flag to disable page faultsAndreas Gruenbacher
2021-10-21kprobes: convert tests to kunitSven Schnelle
2021-10-21dyndbg: refine verbosity 1-4 summary-detailJim Cromie
2021-10-20iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher
2021-10-19kunit: Reset suite count after running testsDavid Gow
2021-10-19kunit: add 'kunit.action' param to allow listing out testsDaniel Latypov
2021-10-19kunit: fix too small allocation when using suite-only kunit.filter_globDaniel Latypov
2021-10-19kunit: tool: allow filtering test cases via globDaniel Latypov
2021-10-19kunit: drop assumption in kunit-log-test about current suiteDaniel Latypov
2021-10-19lib/xz, lib/decompress_unxz.c: Fix spelling in commentsLasse Collin
2021-10-19lib/xz: Add MicroLZMA decoderLasse Collin
2021-10-19lib/xz: Move s->lzma.len = 0 initialization to lzma_reset()Lasse Collin
2021-10-19lib/xz: Validate the value before assigning it to an enum variableLasse Collin
2021-10-19lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin
2021-10-18sbitmap: add helper to clear a batch of tagsJens Axboe
2021-10-18string.h: Introduce memset_startat() for wiping trailing members and paddingKees Cook
2021-10-18string.h: Introduce memset_after() for wiping trailing members/paddingKees Cook
2021-10-18lib: Introduce CONFIG_MEMCPY_KUNIT_TESTKees Cook
2021-10-18fortify: Add compile-time FORTIFY_SOURCE testsKees Cook
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2021-10-18sbitmap: add __sbitmap_queue_get_batch()Jens Axboe
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig
2021-10-18flex_proportions: Allow N events instead of 1Matthew Wilcox (Oracle)
2021-10-18Merge 5.15-rc6 into driver-core-nextGreg Kroah-Hartman
2021-10-15dyndbg: fix spurious vNpr_info changeJim Cromie
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-14dyndbg: no vpr-info on empty queriesJim Cromie
2021-10-14dyndbg: vpr-info on remove-module complete, not startingJim Cromie