summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2021-10-14dyndbg: Remove support for ddebug_query paramAndrew Halaney
2021-10-14dyndbg: make dyndbg a known cli paramAndrew Halaney
2021-10-13assoc_array: Avoid open coded arithmetic in allocator argumentsLen Baker
2021-10-13dyndbg: show module in vpr-info in dd-exec-queriesJim Cromie
2021-10-12iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueAndreas Gruenbacher
2021-10-11Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/...Linus Torvalds
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-10-11Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-10-10bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu
2021-10-10bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu
2021-10-10bootconfig: Remove unused debug functionMasami Hiramatsu
2021-10-10bootconfig: Split parse-tree part from xbc_initMasami Hiramatsu
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu
2021-10-10bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu
2021-10-10bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu
2021-10-07bpf, tests: Add more LD_IMM64 testsJohan Almbladh
2021-10-07kasan: Extend KASAN mode kernel parameterVincenzo Frascino
2021-10-06bitfield: build kunit tests without structleak pluginArnd Bergmann
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra
2021-10-04Merge 5.15-rc4 into driver-core-nextGreg Kroah-Hartman
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs
2021-10-01kunit: fix reference count leak in kfree_at_endXiyu Yang
2021-10-01bpf/tests: Add test of LDX_MEM with operand aliasingJohan Almbladh
2021-10-01bpf/tests: Add test of ALU shifts with operand register aliasingJohan Almbladh
2021-10-01bpf/tests: Add exhaustive tests of BPF_ATOMIC register combinationsJohan Almbladh
2021-10-01bpf/tests: Add exhaustive tests of ALU register combinationsJohan Almbladh
2021-10-01bpf/tests: Minor restructuring of ALU testsJohan Almbladh
2021-10-01bpf/tests: Add more tests for ALU and ATOMIC register clobberingJohan Almbladh
2021-10-01bpf/tests: Add tests to check source register zero-extensionJohan Almbladh
2021-10-01bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudesJohan Almbladh
2021-10-01bpf/tests: Add zero-extension checks in BPF_ATOMIC testsJohan Almbladh
2021-10-01bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizesJohan Almbladh