aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/probes
AgeCommit message (Expand)Author
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
2017-03-21arm: kprobes: Skip single-stepping in recursing path if possibleMasami Hiramatsu
2017-03-21arm: kprobes: Allow to handle reentered kprobe on single-steppingMasami Hiramatsu
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez
2015-02-10ARM: kprobes: Fix compilation error caused by superfluous '*'Jon Medhurst
2015-01-20ARM: kprobes: Eliminate test code's use of BX instruction on ARMv4 CPUsJon Medhurst
2015-01-14ARM: optprobes: execute instruction during restoring if possible.Wang Nan
2015-01-13ARM: kprobes: check register usage for probed instruction.Wang Nan
2015-01-13ARM: kprobes: Fix unreliable MRS instruction testsJon Medhurst (Tixy)
2015-01-13ARM: kprobes: enable OPTPROBES for ARM 32Wang Nan
2015-01-13ARM: kprobes: Add test cases for stack consuming instructionsJon Medhurst (Tixy)
2015-01-13ARM: kprobes: disallow probing stack consuming instructionsWang Nan
2015-01-13ARM: kprobes: collects stack consumption for store instructionsWang Nan
2015-01-09ARM: kprobes: introduces checkerWang Nan
2015-01-09ARM: probes: Use correct action types for MOVW, SEV and WFIJon Medhurst
2015-01-09ARM: probes: move all probe code to dedicate directoryWang Nan