summaryrefslogtreecommitdiffstats
path: root/arch/arm/probes
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+2
2026-01-06arm/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()Keke Ming-2/+2
2025-08-21uprobes: Add is_register argument to uprobe_write and uprobe_write_opcodeJiri Olsa-1/+1
2025-05-11kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_wri...David Hildenbrand-2/+2
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)-2/+2
2023-06-19ARM: 9303/1: kprobes: avoid missing-declaration warningsArnd Bergmann-5/+7
2022-07-06ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel-25/+1
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-7/+17
2022-02-09ARM: kprobes: treat R7 as the frame pointer register in Thumb2 buildsArd Biesheuvel-7/+17
2022-01-19ARM: 9170/1: fix panic when kasan and kprobe are enabledsparkhuang-0/+3
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-1/+1
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)-1/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-13/+37
2021-10-25ARM: 9135/1: kprobes: address gcc -Wempty-body warningArnd Bergmann-1/+1
2021-10-22ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu-4/+24
2021-10-19ARM: 9139/1: kprobes: fix arch_init_kprobes() prototypeArnd Bergmann-1/+1
2021-09-30arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu-0/+2
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu-3/+3
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu-2/+1
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu-3/+4
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu-1/+3
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-5/+5
2021-06-07ARM: 9087/1: kprobes: test-thumb: fix for LLVM_IAS=1Nick Desaulniers-5/+5
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao-14/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra-9/+0
2021-05-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-147/+148
2021-04-18ARM: 9071/1: uprobes: Don't hook on thumb instructionsFredrik Strupe-2/+2
2021-03-25ARM: 9062/1: kprobes: rewrite test-arm.c in UALNick Desaulniers-145/+146
2021-03-25ARM: 9061/1: kprobes: fix UNPREDICTABLE warningsNick Desaulniers-2/+2
2020-10-27ARM: 9019/1: kprobes: Avoid fortify_panic() when copying optprobe templateAndrew Jeffery-9/+9
2020-09-08arm: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu-75/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-44/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-81/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner-14/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-12ARM: 8834/1: Fix: kprobes: optimized kprobes illegal instructionMathieu Desnoyers-1/+1
2018-11-08ARM: 8806/1: kprobes: Fix false positive with FORTIFY_SOURCEKees Cook-1/+1
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+1
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria-1/+1
2018-06-21kprobes/arm: Fix %p uses in error messagesMasami Hiramatsu-3/+2
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu-5/+5
2018-06-21ARM/kprobes: Don't call the ->break_handler() in arm kprobes codeMasami Hiramatsu-11/+0
2018-06-21ARM/kprobes: Remove jprobe arm implementationMasami Hiramatsu-114/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+3
2018-05-19ARM: 8770/1: kprobes: Prohibit probing on optimized_callbackMasami Hiramatsu-0/+1
2018-05-19ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabedMasami Hiramatsu-1/+2
2017-12-17ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King-3/+11