summaryrefslogtreecommitdiffstats
path: root/arch/arm/probes
Commit message (Expand)AuthorAgeFilesLines
* arm/kprobes: Remove jprobe test caseMasami Hiramatsu2017-11-071-57/+0Star
* 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
* arm: kprobes: Skip single-stepping in recursing path if possibleMasami Hiramatsu2017-03-211-9/+10
* arm: kprobes: Allow to handle reentered kprobe on single-steppingMasami Hiramatsu2017-03-211-0/+6
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-281-0/+1
* ARM: kprobes: Fix compilation error caused by superfluous '*'Jon Medhurst2015-02-101-1/+1
* ARM: kprobes: Eliminate test code's use of BX instruction on ARMv4 CPUsJon Medhurst2015-01-202-3/+10
* ARM: optprobes: execute instruction during restoring if possible.Wang Nan2015-01-141-2/+50
* ARM: kprobes: check register usage for probed instruction.Wang Nan2015-01-134-1/+102
* ARM: kprobes: Fix unreliable MRS instruction testsJon Medhurst (Tixy)2015-01-134-19/+43
* ARM: kprobes: enable OPTPROBES for ARM 32Wang Nan2015-01-134-7/+344
* ARM: kprobes: Add test cases for stack consuming instructionsJon Medhurst (Tixy)2015-01-133-2/+36
* ARM: kprobes: disallow probing stack consuming instructionsWang Nan2015-01-132-6/+19
* ARM: kprobes: collects stack consumption for store instructionsWang Nan2015-01-138-6/+382
* ARM: kprobes: introduces checkerWang Nan2015-01-0911-20/+95
* ARM: probes: Use correct action types for MOVW, SEV and WFIJon Medhurst2015-01-094-9/+3Star
* ARM: probes: move all probe code to dedicate directoryWang Nan2015-01-0921-0/+9715