aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-30tracing: Show kretprobe unknown indicator only for kretprobe_trampolineMasami Hiramatsu1-13/+4
2021-09-30x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu4-8/+42
2021-09-30x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu1-9/+25
2021-09-30kprobes: Enable stacktrace from pt_regs in kretprobe handlerMasami Hiramatsu1-0/+7
2021-09-30arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu1-0/+2
2021-09-30ia64: Add instruction_pointer_set() APIMasami Hiramatsu1-0/+5
2021-09-30ARC: Add instruction_pointer_set() APIMasami Hiramatsu1-0/+5
2021-09-30x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2-2/+16
2021-09-30objtool: Ignore unwind hints for ignored functionsJosh Poimboeuf1-1/+1
2021-09-30objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf2-0/+24
2021-09-30kprobes: Add kretprobe_find_ret_addr() for searching return addressMasami Hiramatsu2-26/+105
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu29-75/+76
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu16-27/+29
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor()Masami Hiramatsu5-24/+3
2021-09-30ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu1-4/+5
2021-09-30kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu3-18/+18
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()Masami Hiramatsu5-15/+16
2021-09-30kprobes: Add assertions for required lockMasami Hiramatsu1-7/+12
2021-09-30kprobes: Use IS_ENABLED() instead of kprobes_built_in()Masami Hiramatsu1-13/+1
2021-09-30kprobes: Fix coding style issuesMasami Hiramatsu2-131/+145
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu7-40/+41
2021-09-30kprobes: Make arch_check_ftrace_location staticPunit Agrawal2-4/+2
2021-09-30csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Punit Agrawal1-7/+0
2021-09-30kprobe: Simplify prepare_kprobe() by dropping redundant versionPunit Agrawal2-14/+14
2021-09-30kprobes: Use helper to parse boolean input from userspacePunit Agrawal1-22/+6
2021-09-30kprobes: Do not use local variable when creating debugfs filePunit Agrawal1-2/+1
2021-09-26Linux 5.15-rc3Linus Torvalds1-1/+1
2021-09-24ksmbd: use LOOKUP_BENEATH to prevent the out of share accessHyunchul Lee5-206/+140
2021-09-24mm: fix uninitialized use in overcommit_policy_handlerChen Jun1-2/+2
2021-09-24mm/memory_failure: fix the missing pte_unmap() callQi Zheng1-5/+5
2021-09-24kasan: always respect CONFIG_KASAN_STACKNathan Chancellor1-1/+2
2021-09-24sh: pgtable-3level: fix cast to pointer from integer of different sizeGeert Uytterhoeven1-1/+1
2021-09-24mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang2-1/+6
2021-09-24mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PINWeizhao Ouyang1-1/+2
2021-09-24mm: fs: invalidate bh_lrus for only cold pathMinchan Kim3-7/+24
2021-09-24lib/zlib_inflate/inffast: check config in C to avoid unused function warningPaul Menzel1-7/+6
2021-09-24tools/vm/page-types: remove dependency on opt_file for idle page trackingChangbin Du1-1/+1
2021-09-24scripts/sorttable: riscv: fix undeclared identifier 'EM_RISCV' errorMiles Chen1-0/+4
2021-09-24ocfs2: drop acl cache for directories tooWengang Wang1-1/+2
2021-09-24mm/shmem.c: fix judgment error in shmem_is_huge()Liu Yuntao1-2/+2
2021-09-24xtensa: increase size of gcc stack frame checkGuenter Roeck1-1/+1
2021-09-24mm/damon: don't use strnlen() with known-bogus source lengthAdam Borowski1-8/+8
2021-09-24kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESSMarco Elver1-0/+2
2021-09-24mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()Naoya Horiguchi1-1/+1
2021-09-24io_uring: make OP_CLOSE consistent with direct openPavel Begunkov1-1/+51
2021-09-24block: hold ->invalidate_lock in blkdev_fallocateMing Lei1-11/+10
2021-09-24blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng1-0/+8
2021-09-24block: don't call rq_qos_ops->done_bio if the bio isn't trackedMing Lei1-1/+1
2021-09-24io_uring: kill extra checks in io_write()Pavel Begunkov1-3/+0
2021-09-24io_uring: don't punt files update to io-wq unconditionallyJens Axboe1-5/+2