summaryrefslogtreecommitdiff
path: root/arch/arm/probes
AgeCommit message (Expand)Author
2023-06-19ARM: 9303/1: kprobes: avoid missing-declaration warningsArnd Bergmann
2022-07-06ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-02-09ARM: kprobes: treat R7 as the frame pointer register in Thumb2 buildsArd Biesheuvel
2022-01-19ARM: 9170/1: fix panic when kasan and kprobe are enabledsparkhuang
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-10-25ARM: 9135/1: kprobes: address gcc -Wempty-body warningArnd Bergmann
2021-10-22ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu
2021-10-19ARM: 9139/1: kprobes: fix arch_init_kprobes() prototypeArnd Bergmann
2021-09-30arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-06-07ARM: 9087/1: kprobes: test-thumb: fix for LLVM_IAS=1Nick Desaulniers
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-05-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-04-18ARM: 9071/1: uprobes: Don't hook on thumb instructionsFredrik Strupe
2021-03-25ARM: 9062/1: kprobes: rewrite test-arm.c in UALNick Desaulniers
2021-03-25ARM: 9061/1: kprobes: fix UNPREDICTABLE warningsNick Desaulniers
2020-10-27ARM: 9019/1: kprobes: Avoid fortify_panic() when copying optprobe templateAndrew Jeffery
2020-09-08arm: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-12ARM: 8834/1: Fix: kprobes: optimized kprobes illegal instructionMathieu Desnoyers
2018-11-08ARM: 8806/1: kprobes: Fix false positive with FORTIFY_SOURCEKees Cook
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria
2018-06-21kprobes/arm: Fix %p uses in error messagesMasami Hiramatsu
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu
2018-06-21ARM/kprobes: Don't call the ->break_handler() in arm kprobes codeMasami Hiramatsu
2018-06-21ARM/kprobes: Remove jprobe arm implementationMasami Hiramatsu
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-19ARM: 8770/1: kprobes: Prohibit probing on optimized_callbackMasami Hiramatsu
2018-05-19ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabedMasami Hiramatsu
2017-12-17ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King
2017-11-07arm/kprobes: Remove jprobe test caseMasami Hiramatsu
2017-11-07arm/kprobes: Fix kretprobe test to check correct counterMasami Hiramatsu
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-26arm: Prevent hotplug rwsem recursionThomas Gleixner
2017-03-21arm: kprobes: Align stack to 8-bytes in test codeJon Medhurst
2017-03-21arm: kprobes: Fix the return address of multiple kretprobesMasami Hiramatsu