aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-27ftrace: disable preemption when recursion locked王贇5-10/+0
2021-10-26kprobes: Add a test case for stacktrace from kretprobe handlerMasami Hiramatsu2-0/+9
2021-10-26ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still linkSteven Rostedt (VMware)1-0/+3
2021-10-25trace/osnoise: Fix an ifdef commentDaniel Bristot de Oliveira1-1/+1
2021-10-22ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu4-0/+28
2021-10-22ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-4/+24
2021-10-22ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu1-2/+1
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu3-0/+12
2021-10-22arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-0/+4
2021-10-22arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu1-2/+2
2021-10-22x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=yMasami Hiramatsu1-0/+6
2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)3-33/+42
2021-10-20ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACESteven Rostedt (VMware)1-1/+1
2021-10-19x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware)1-35/+3
2021-10-19x86/ftrace: Remove extra orig rax moveJiri Olsa1-1/+0
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang12-61/+0
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu1-2/+16
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-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-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu27-72/+73
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu14-20/+15
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor()Masami Hiramatsu2-16/+0
2021-09-30ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu1-4/+5
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()Masami Hiramatsu3-9/+10
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu6-20/+25
2021-09-30csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Punit Agrawal1-7/+0
2021-09-26Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-25/+35
2021-09-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-25Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-18/+12
2021-09-25Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+0
2021-09-24sh: pgtable-3level: fix cast to pointer from integer of different sizeGeert Uytterhoeven1-1/+1
2021-09-24Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-19/+3
2021-09-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-10/+25
2021-09-24x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo1-2/+2
2021-09-23Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He2-19/+3
2021-09-23Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-13/+4
2021-09-23Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2021-09-23arm64: Restore forced disabling of KPTI on ThunderXdann frazier1-2/+6
2021-09-22x86/asm: Fix SETZ size enqcmds() build failureKees Cook1-1/+1
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson5-13/+4
2021-09-21s390/qeth: fix deadlock during failing recoveryAlexandra Winter1-1/+1
2021-09-21Merge tag 's390-5.15-ebpf-jit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-32/+38
2021-09-21arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy4-2/+9
2021-09-21arm64: add MTE supported check to thread switching and syscall entry/exitPeter Collingbourne2-6/+10
2021-09-21x86/setup: Call early_reserve_memory() earlierJuergen Gross1-12/+14
2021-09-21xen/x86: fix PV trap handling on secondary processorsJan Beulich1-6/+9