Age | Commit message (Expand) | Author |
2021-10-27 | ftrace: disable preemption when recursion locked | 王贇 |
2021-10-26 | kprobes: Add a test case for stacktrace from kretprobe handler | Masami Hiramatsu |
2021-10-26 | ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still ... | Steven Rostedt (VMware) |
2021-10-25 | trace/osnoise: Fix an ifdef comment | Daniel Bristot de Oliveira |
2021-10-22 | ARM: Recover kretprobe modified return address in stacktrace | Masami Hiramatsu |
2021-10-22 | ARM: kprobes: Make a frame pointer on __kretprobe_trampoline | Masami Hiramatsu |
2021-10-22 | ARM: clang: Do not rely on lr register for stacktrace | Masami Hiramatsu |
2021-10-22 | arm64: Recover kretprobe modified return address in stacktrace | Masami Hiramatsu |
2021-10-22 | arm64: kprobes: Make a frame pointer on __kretprobe_trampoline | Masami Hiramatsu |
2021-10-22 | arm64: kprobes: Record frame pointer with kretprobe instance | Masami Hiramatsu |
2021-10-22 | x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=y | Masami Hiramatsu |
2021-10-20 | x86/ftrace: Make function graph use ftrace directly | Steven Rostedt (VMware) |
2021-10-20 | ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACE | Steven Rostedt (VMware) |
2021-10-19 | x86/ftrace: Remove fault protection code in prepare_ftrace_return | Steven Rostedt (VMware) |
2021-10-19 | x86/ftrace: Remove extra orig rax move | Jiri Olsa |
2021-10-08 | ftrace: Cleanup ftrace_dyn_arch_init() | Weizhao Ouyang |
2021-09-30 | x86/kprobes: Fixup return address in generic trampoline handler | Masami Hiramatsu |
2021-09-30 | x86/unwind: Recover kretprobe trampoline entry | Masami Hiramatsu |
2021-09-30 | x86/kprobes: Push a fake return address at kretprobe_trampoline | Masami Hiramatsu |
2021-09-30 | arm: kprobes: Make space for instruction pointer on stack | Masami Hiramatsu |
2021-09-30 | ia64: Add instruction_pointer_set() API | Masami Hiramatsu |
2021-09-30 | ARC: Add instruction_pointer_set() API | Masami Hiramatsu |
2021-09-30 | x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline() | Josh Poimboeuf |
2021-09-30 | kprobes: treewide: Make it harder to refer kretprobe_trampoline directly | Masami Hiramatsu |
2021-09-30 | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler() | Masami Hiramatsu |
2021-09-30 | kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d... | Masami Hiramatsu |
2021-09-30 | ia64: kprobes: Fix to pass correct trampoline address to the handler | Masami Hiramatsu |
2021-09-30 | kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi... | Masami Hiramatsu |
2021-09-30 | kprobes: treewide: Cleanup the error messages for kprobes | Masami Hiramatsu |
2021-09-30 | csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location() | Punit Agrawal |
2021-09-26 | Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-09-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-25 | Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-09-25 | Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2021-09-24 | sh: pgtable-3level: fix cast to pointer from integer of different size | Geert Uytterhoeven |
2021-09-24 | Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds |
2021-09-24 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2021-09-24 | x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accesses | Numfor Mbiziwo-Tiapo |
2021-09-23 | Revert "ACPI: Add memory semantics to acpi_os_map_memory()" | Jia He |
2021-09-23 | Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2021-09-23 | Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-09-23 | arm64: Restore forced disabling of KPTI on ThunderX | dann frazier |
2021-09-22 | x86/asm: Fix SETZ size enqcmds() build failure | Kees Cook |
2021-09-22 | entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume() | Sean Christopherson |
2021-09-21 | s390/qeth: fix deadlock during failing recovery | Alexandra Winter |
2021-09-21 | Merge tag 's390-5.15-ebpf-jit-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-09-21 | arm64: Mitigate MTE issues with str{n}cmp() | Robin Murphy |
2021-09-21 | arm64: add MTE supported check to thread switching and syscall entry/exit | Peter Collingbourne |
2021-09-21 | x86/setup: Call early_reserve_memory() earlier | Juergen Gross |
2021-09-21 | xen/x86: fix PV trap handling on secondary processors | Jan Beulich |