aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/probes (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07arm/kprobes: Remove jprobe test caseMasami Hiramatsu1-57/+0
2017-11-07arm/kprobes: Fix kretprobe test to check correct counterMasami Hiramatsu1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-05-26arm: Prevent hotplug rwsem recursionThomas Gleixner1-1/+2
2017-03-21arm: kprobes: Align stack to 8-bytes in test codeJon Medhurst1-3/+8
2017-03-21arm: kprobes: Fix the return address of multiple kretprobesMasami Hiramatsu1-2/+22
2017-03-21arm: kprobes: Skip single-stepping in recursing path if possibleMasami Hiramatsu1-9/+10
2017-03-21arm: kprobes: Allow to handle reentered kprobe on single-steppingMasami Hiramatsu1-0/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+1
2015-02-10ARM: kprobes: Fix compilation error caused by superfluous '*'Jon Medhurst1-1/+1
2015-01-20ARM: kprobes: Eliminate test code's use of BX instruction on ARMv4 CPUsJon Medhurst2-3/+10
2015-01-14ARM: optprobes: execute instruction during restoring if possible.Wang Nan1-2/+50
2015-01-13ARM: kprobes: check register usage for probed instruction.Wang Nan4-1/+102
2015-01-13ARM: kprobes: Fix unreliable MRS instruction testsJon Medhurst (Tixy)4-19/+43
2015-01-13ARM: kprobes: enable OPTPROBES for ARM 32Wang Nan4-7/+344
2015-01-13ARM: kprobes: Add test cases for stack consuming instructionsJon Medhurst (Tixy)3-2/+36
2015-01-13ARM: kprobes: disallow probing stack consuming instructionsWang Nan2-6/+19
2015-01-13ARM: kprobes: collects stack consumption for store instructionsWang Nan8-6/+382
2015-01-09ARM: kprobes: introduces checkerWang Nan11-20/+95
2015-01-09ARM: probes: Use correct action types for MOVW, SEV and WFIJon Medhurst4-9/+3
2015-01-09ARM: probes: move all probe code to dedicate directoryWang Nan21-0/+9715