summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-28bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook
2021-09-28bpf/tests: Add tail call limit test with external function callJohan Almbladh
2021-09-28bpf/tests: Fix error in tail call limit testsJohan Almbladh
2021-09-28bpf/tests: Add more BPF_END byte order conversion testsJohan Almbladh
2021-09-28bpf/tests: Expand branch conversion JIT testJohan Almbladh
2021-09-28bpf/tests: Add JMP tests with degenerate conditionalJohan Almbladh
2021-09-28bpf/tests: Add JMP tests with small offsetsJohan Almbladh
2021-09-28bpf/tests: Add test case flag for verifier zero-extensionJohan Almbladh
2021-09-28bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudesJohan Almbladh
2021-09-28bpf/tests: Add staggered JMP and JMP32 testsJohan Almbladh
2021-09-28bpf/tests: Add exhaustive tests of JMP operand magnitudesJohan Almbladh
2021-09-28bpf/tests: Add exhaustive tests of ALU operand magnitudesJohan Almbladh
2021-09-28bpf/tests: Add exhaustive tests of ALU shift valuesJohan Almbladh
2021-09-28bpf/tests: Reduce memory footprint of test suiteJohan Almbladh