Age | Commit message (Expand) | Author | Files | Lines |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 6 | -24/+6 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 7 | -63/+7 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
2019-02-12 | ARM: 8834/1: Fix: kprobes: optimized kprobes illegal instruction | Mathieu Desnoyers | 1 | -1/+1 |
2018-11-08 | ARM: 8806/1: kprobes: Fix false positive with FORTIFY_SOURCE | Kees Cook | 1 | -1/+1 |
2018-06-21 | kprobes/arm: Fix %p uses in error messages | Masami Hiramatsu | 2 | -3/+2 |
2018-06-21 | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe | Masami Hiramatsu | 1 | -5/+5 |
2018-06-21 | ARM/kprobes: Don't call the ->break_handler() in arm kprobes code | Masami Hiramatsu | 1 | -11/+0 |
2018-06-21 | ARM/kprobes: Remove jprobe arm implementation | Masami Hiramatsu | 1 | -114/+0 |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+3 |
2018-05-19 | ARM: 8770/1: kprobes: Prohibit probing on optimized_callback | Masami Hiramatsu | 1 | -0/+1 |
2018-05-19 | ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed | Masami Hiramatsu | 1 | -1/+2 |
2017-12-17 | ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit code | Russell King | 1 | -3/+11 |
2017-11-07 | arm/kprobes: Remove jprobe test case | Masami Hiramatsu | 1 | -57/+0 |
2017-11-07 | arm/kprobes: Fix kretprobe test to check correct counter | Masami Hiramatsu | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-05-26 | arm: Prevent hotplug rwsem recursion | Thomas Gleixner | 1 | -1/+2 |
2017-03-21 | arm: kprobes: Align stack to 8-bytes in test code | Jon Medhurst | 1 | -3/+8 |
2017-03-21 | arm: kprobes: Fix the return address of multiple kretprobes | Masami Hiramatsu | 1 | -2/+22 |
2017-03-21 | arm: kprobes: Skip single-stepping in recursing path if possible | Masami Hiramatsu | 1 | -9/+10 |
2017-03-21 | arm: kprobes: Allow to handle reentered kprobe on single-stepping | Masami Hiramatsu | 1 | -0/+6 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2015-02-10 | ARM: kprobes: Fix compilation error caused by superfluous '*' | Jon Medhurst | 1 | -1/+1 |
2015-01-20 | ARM: kprobes: Eliminate test code's use of BX instruction on ARMv4 CPUs | Jon Medhurst | 2 | -3/+10 |
2015-01-14 | ARM: optprobes: execute instruction during restoring if possible. | Wang Nan | 1 | -2/+50 |
2015-01-13 | ARM: kprobes: check register usage for probed instruction. | Wang Nan | 3 | -1/+95 |
2015-01-13 | ARM: kprobes: Fix unreliable MRS instruction tests | Jon Medhurst (Tixy) | 4 | -19/+43 |
2015-01-13 | ARM: kprobes: enable OPTPROBES for ARM 32 | Wang Nan | 4 | -7/+344 |
2015-01-13 | ARM: kprobes: Add test cases for stack consuming instructions | Jon Medhurst (Tixy) | 3 | -2/+36 |
2015-01-13 | ARM: kprobes: disallow probing stack consuming instructions | Wang Nan | 2 | -6/+19 |
2015-01-13 | ARM: kprobes: collects stack consumption for store instructions | Wang Nan | 7 | -6/+372 |
2015-01-09 | ARM: kprobes: introduces checker | Wang Nan | 4 | -3/+15 |
2015-01-09 | ARM: probes: Use correct action types for MOVW, SEV and WFI | Jon Medhurst | 1 | -2/+0 |
2015-01-09 | ARM: probes: move all probe code to dedicate directory | Wang Nan | 10 | -0/+6554 |