summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-10-19kunit: Reset suite count after running testsDavid Gow1-2/+4
2021-10-19kunit: add 'kunit.action' param to allow listing out testsDaniel Latypov1-5/+40
2021-10-19kunit: fix too small allocation when using suite-only kunit.filter_globDaniel Latypov2-1/+2
2021-10-19kunit: tool: allow filtering test cases via globDaniel Latypov2-24/+192
2021-10-19kunit: drop assumption in kunit-log-test about current suiteDaniel Latypov1-6/+8
2021-10-19lib/xz, lib/decompress_unxz.c: Fix spelling in commentsLasse Collin2-6/+6
2021-10-19lib/xz: Add MicroLZMA decoderLasse Collin4-3/+178
2021-10-19lib/xz: Move s->lzma.len = 0 initialization to lzma_reset()Lasse Collin1-2/+1
2021-10-19lib/xz: Validate the value before assigning it to an enum variableLasse Collin1-3/+3
2021-10-19lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin2-3/+20
2021-10-18sbitmap: add helper to clear a batch of tagsJens Axboe1-3/+41
2021-10-18string.h: Introduce memset_startat() for wiping trailing members and paddingKees Cook1-0/+11
2021-10-18string.h: Introduce memset_after() for wiping trailing members/paddingKees Cook1-0/+13
2021-10-18lib: Introduce CONFIG_MEMCPY_KUNIT_TESTKees Cook3-0/+277
2021-10-18fortify: Add compile-time FORTIFY_SOURCE testsKees Cook20-0/+155
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-12/+21
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher1-6/+4
2021-10-18sbitmap: add __sbitmap_queue_get_batch()Jens Axboe1-0/+51
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig1-0/+1
2021-10-18flex_proportions: Allow N events instead of 1Matthew Wilcox (Oracle)1-9/+19
2021-10-18Merge 5.15-rc6 into driver-core-nextGreg Kroah-Hartman2-3/+3
2021-10-15dyndbg: fix spurious vNpr_info changeJim Cromie1-1/+1
2021-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2021-10-14dyndbg: no vpr-info on empty queriesJim Cromie1-2/+4
2021-10-14dyndbg: vpr-info on remove-module complete, not startingJim Cromie1-2/+2
2021-10-14dyndbg: Remove support for ddebug_query paramAndrew Halaney1-25/+0
2021-10-14dyndbg: make dyndbg a known cli paramAndrew Halaney1-0/+12
2021-10-13assoc_array: Avoid open coded arithmetic in allocator argumentsLen Baker1-12/+10
2021-10-13dyndbg: show module in vpr-info in dd-exec-queriesJim Cromie1-1/+1
2021-10-12iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueAndreas Gruenbacher1-2/+3
2021-10-12Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/...Linus Torvalds2-3/+3
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie1-1/+1
2021-10-11Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+82
2021-10-11bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu1-5/+38
2021-10-11bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu1-8/+8
2021-10-11bootconfig: Remove unused debug functionMasami Hiramatsu1-21/+0
2021-10-11bootconfig: Split parse-tree part from xbc_initMasami Hiramatsu1-45/+54
2021-10-11bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu1-4/+4
2021-10-11bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu1-0/+21
2021-10-11bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu1-12/+21
2021-10-08bpf, tests: Add more LD_IMM64 testsJohan Almbladh1-3/+117
2021-10-07kasan: Extend KASAN mode kernel parameterVincenzo Frascino1-1/+1
2021-10-07bitfield: build kunit tests without structleak pluginArnd Bergmann1-1/+1
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra7-11/+91
2021-10-04Merge 5.15-rc4 into driver-core-nextGreg Kroah-Hartman7-11/+91
2021-10-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-204/+5827
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs2-0/+8
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2-10/+11
2021-10-01kunit: fix reference count leak in kfree_at_endXiyu Yang1-2/+2
2021-10-01bpf/tests: Add test of LDX_MEM with operand aliasingJohan Almbladh1-0/+58