summaryrefslogtreecommitdiffstats
path: root/arch/arm/probes
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9303/1: kprobes: avoid missing-declaration warningsArnd Bergmann2023-06-195-5/+7
* ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel2022-07-061-25/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-232-7/+17
|\
| * ARM: kprobes: treat R7 as the frame pointer register in Thumb2 buildsArd Biesheuvel2022-02-092-7/+17
* | ARM: 9170/1: fix panic when kasan and kprobe are enabledsparkhuang2022-01-191-0/+3
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-11-021-1/+1
|\
| *-. Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)2021-11-021-1/+1
| |\ \
| | | * ARM: 9135/1: kprobes: address gcc -Wempty-body warningArnd Bergmann2021-10-251-1/+1
| | |/
* | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-012-13/+37
|\ \ \ | |/ / |/| |
| * | ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu2021-10-221-4/+24
| * | arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu2021-09-301-0/+2
| * | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-3/+3
| * | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-2/+1
| * | kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu2021-09-301-3/+4
| * | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-301-1/+3
| |/
* / ARM: 9139/1: kprobes: fix arch_init_kprobes() prototypeArnd Bergmann2021-10-191-1/+1
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-07-061-5/+5
|\
| * ARM: 9087/1: kprobes: test-thumb: fix for LLVM_IAS=1Nick Desaulniers2021-06-071-5/+5
* | kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao2021-06-031-14/+0
* | kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-9/+0
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-05-062-147/+148
|\
| * ARM: 9062/1: kprobes: rewrite test-arm.c in UALNick Desaulniers2021-03-252-145/+146
| * ARM: 9061/1: kprobes: fix UNPREDICTABLE warningsNick Desaulniers2021-03-251-2/+2
* | ARM: 9071/1: uprobes: Don't hook on thumb instructionsFredrik Strupe2021-04-181-2/+2
|/
* ARM: 9019/1: kprobes: Avoid fortify_panic() when copying optprobe templateAndrew Jeffery2020-10-271-9/+9
* arm: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-75/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1911-44/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-309-81/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner2019-05-302-14/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ARM: 8834/1: Fix: kprobes: optimized kprobes illegal instructionMathieu Desnoyers2019-02-121-1/+1
* ARM: 8806/1: kprobes: Fix false positive with FORTIFY_SOURCEKees Cook2018-11-081-1/+1
* Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-201-1/+1
|\
| * Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-131-1/+1
* | kprobes/arm: Fix %p uses in error messagesMasami Hiramatsu2018-06-212-3/+2
* | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-5/+5
* | ARM/kprobes: Don't call the ->break_handler() in arm kprobes codeMasami Hiramatsu2018-06-211-11/+0
* | ARM/kprobes: Remove jprobe arm implementationMasami Hiramatsu2018-06-211-114/+0
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* ARM: 8770/1: kprobes: Prohibit probing on optimized_callbackMasami Hiramatsu2018-05-191-0/+1
* ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabedMasami Hiramatsu2018-05-191-1/+2
* ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King2017-12-171-3/+11
* arm/kprobes: Remove jprobe test caseMasami Hiramatsu2017-11-071-57/+0
* arm/kprobes: Fix kretprobe test to check correct counterMasami Hiramatsu2017-11-071-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* arm: Prevent hotplug rwsem recursionThomas Gleixner2017-05-261-1/+2
* arm: kprobes: Align stack to 8-bytes in test codeJon Medhurst2017-03-211-3/+8
* arm: kprobes: Fix the return address of multiple kretprobesMasami Hiramatsu2017-03-211-2/+22