aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/probes
AgeCommit message (Expand)AuthorFilesLines
2023-06-19ARM: 9303/1: kprobes: avoid missing-declaration warningsGravatar Arnd Bergmann 5-5/+7
2022-07-06ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionGravatar Ard Biesheuvel 1-25/+1
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-7/+17
2022-02-09ARM: kprobes: treat R7 as the frame pointer register in Thumb2 buildsGravatar Ard Biesheuvel 2-7/+17
2022-01-19ARM: 9170/1: fix panic when kasan and kprobe are enabledGravatar sparkhuang 1-0/+3
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+1
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusGravatar Russell King (Oracle) 1-1/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-13/+37
2021-10-25ARM: 9135/1: kprobes: address gcc -Wempty-body warningGravatar Arnd Bergmann 1-1/+1
2021-10-22ARM: kprobes: Make a frame pointer on __kretprobe_trampolineGravatar Masami Hiramatsu 1-4/+24
2021-10-19ARM: 9139/1: kprobes: fix arch_init_kprobes() prototypeGravatar Arnd Bergmann 1-1/+1
2021-09-30arm: kprobes: Make space for instruction pointer on stackGravatar Masami Hiramatsu 1-0/+2
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyGravatar Masami Hiramatsu 1-3/+3
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-2/+1
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Gravatar Masami Hiramatsu 1-3/+4
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesGravatar Masami Hiramatsu 1-1/+3
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-5/+5
2021-06-07ARM: 9087/1: kprobes: test-thumb: fix for LLVM_IAS=1Gravatar Nick Desaulniers 1-5/+5
2021-06-03kprobes: Do not increment probe miss count in the fault handlerGravatar Naveen N. Rao 1-14/+0
2021-06-01kprobes: Remove kprobe::fault_handlerGravatar Peter Zijlstra 1-9/+0
2021-05-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-147/+148
2021-04-18ARM: 9071/1: uprobes: Don't hook on thumb instructionsGravatar Fredrik Strupe 1-2/+2
2021-03-25ARM: 9062/1: kprobes: rewrite test-arm.c in UALGravatar Nick Desaulniers 2-145/+146
2021-03-25ARM: 9061/1: kprobes: fix UNPREDICTABLE warningsGravatar Nick Desaulniers 1-2/+2
2020-10-27ARM: 9019/1: kprobes: Avoid fortify_panic() when copying optprobe templateGravatar Andrew Jeffery 1-9/+9
2020-09-08arm: kprobes: Use generic kretprobe trampoline handlerGravatar Masami Hiramatsu 1-75/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 11-44/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 9-81/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Gravatar Thomas Gleixner 2-14/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-02-12ARM: 8834/1: Fix: kprobes: optimized kprobes illegal instructionGravatar Mathieu Desnoyers 1-1/+1
2018-11-08ARM: 8806/1: kprobes: Fix false positive with FORTIFY_SOURCEGravatar Kees Cook 1-1/+1
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+1
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Gravatar Ravi Bangoria 1-1/+1
2018-06-21kprobes/arm: Fix %p uses in error messagesGravatar Masami Hiramatsu 2-3/+2
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeGravatar Masami Hiramatsu 1-5/+5
2018-06-21ARM/kprobes: Don't call the ->break_handler() in arm kprobes codeGravatar Masami Hiramatsu 1-11/+0
2018-06-21ARM/kprobes: Remove jprobe arm implementationGravatar Masami Hiramatsu 1-114/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2018-05-19ARM: 8770/1: kprobes: Prohibit probing on optimized_callbackGravatar Masami Hiramatsu 1-0/+1
2018-05-19ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabedGravatar Masami Hiramatsu 1-1/+2
2017-12-17ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeGravatar Russell King 1-3/+11
2017-11-07arm/kprobes: Remove jprobe test caseGravatar Masami Hiramatsu 1-57/+0
2017-11-07arm/kprobes: Fix kretprobe test to check correct counterGravatar Masami Hiramatsu 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-05-26arm: Prevent hotplug rwsem recursionGravatar Thomas Gleixner 1-1/+2
2017-03-21arm: kprobes: Align stack to 8-bytes in test codeGravatar Jon Medhurst 1-3/+8
2017-03-21arm: kprobes: Fix the return address of multiple kretprobesGravatar Masami Hiramatsu 1-2/+22