aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/probes
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-21arm: kprobes: Skip single-stepping in recursing path if possibleGravatar Masami Hiramatsu 1-9/+10
2017-03-21arm: kprobes: Allow to handle reentered kprobe on single-steppingGravatar Masami Hiramatsu 1-0/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-0/+1
2015-02-10ARM: kprobes: Fix compilation error caused by superfluous '*'Gravatar Jon Medhurst 1-1/+1
2015-01-20ARM: kprobes: Eliminate test code's use of BX instruction on ARMv4 CPUsGravatar Jon Medhurst 2-3/+10
2015-01-14ARM: optprobes: execute instruction during restoring if possible.Gravatar Wang Nan 1-2/+50
2015-01-13ARM: kprobes: check register usage for probed instruction.Gravatar Wang Nan 4-1/+102
2015-01-13ARM: kprobes: Fix unreliable MRS instruction testsGravatar Jon Medhurst (Tixy) 4-19/+43
2015-01-13ARM: kprobes: enable OPTPROBES for ARM 32Gravatar Wang Nan 4-7/+344
2015-01-13ARM: kprobes: Add test cases for stack consuming instructionsGravatar Jon Medhurst (Tixy) 3-2/+36
2015-01-13ARM: kprobes: disallow probing stack consuming instructionsGravatar Wang Nan 2-6/+19
2015-01-13ARM: kprobes: collects stack consumption for store instructionsGravatar Wang Nan 8-6/+382
2015-01-09ARM: kprobes: introduces checkerGravatar Wang Nan 11-20/+95
2015-01-09ARM: probes: Use correct action types for MOVW, SEV and WFIGravatar Jon Medhurst 4-9/+3
2015-01-09ARM: probes: move all probe code to dedicate directoryGravatar Wang Nan 21-0/+9715