summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/debug-monitors.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* arm64: Handle TRAP_BRKPT for user mode as wellPratyush Anand2016-11-071-7/+11
* arm64: Handle TRAP_TRACE for user mode as wellPratyush Anand2016-11-071-10/+12
* arm64: simplify sysreg manipulationMark Rutland2016-09-091-5/+3
* arm64: debug: report TRAP_TRACE instead of TRAP_HWBRPT for singlestepWill Deacon2016-09-021-2/+2
* arm64: debug: convert OS lock CPU hotplug notifier to new infrastructureWill Deacon2016-09-011-24/+6
* arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon2016-08-311-2/+4
* Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas2016-07-211-2/+31
|\
| * arm64: Blacklist non-kprobe-able symbolPratyush Anand2016-07-191-0/+17
| * arm64: Kprobes with single stepping supportSandeepa Prabhu2016-07-191-2/+14
* | arm64: debug: remove redundant spsr manipulationWill Deacon2016-07-191-11/+2
* | arm64: debug: unmask PSTATE.D earlierWill Deacon2016-07-191-1/+0
|/
* arm64/debug: Remove superfluous SMP function callAnna-Maria Gleixner2016-04-141-2/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-11/+12
|\
| * arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose2016-02-251-1/+1
| * arm64: replace read_lock to rcu lock in call_step_hookYang Shi2016-02-161-10/+11
* | arm64: debug: re-enable irqs before sending breakpoint SIGTRAPWill Deacon2016-02-101-26/+22
|/
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-041-2/+2
|\
| * debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-2/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-041-2/+4
|\ \
| * | arm64/debug: Make use of the system wide safe valueSuzuki K. Poulose2015-10-211-2/+4
| * | arm64: debug: Fix typo in debug-monitors.cYang Shi2015-10-161-1/+1
| |/
* | arm64: replace read_lock to rcu lock in call_break_hookYang Shi2015-10-061-10/+11
* | arm64: debug: Fix typo in debug-monitors.cYang Shi2015-10-051-1/+1
|/
* arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon2015-09-171-1/+1
* arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon2015-07-271-2/+2
* Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-08-051-9/+0
|\
| * arm64: move DBG_MDSCR_* to asm/debug-monitors.hMarc Zyngier2014-07-111-9/+0
* | arm64: don't call break hooks for BRK exceptions from EL0Will Deacon2014-07-311-11/+11
|/
* arm64: debug: remove noisy, pointless warningWill Deacon2014-04-251-3/+0
* Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+5
|\
| * arm64, debug-monitors: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+5
* | arm64: debug: make local symbols staticJingoo Han2014-03-131-2/+2
* | arm64: enable processor debug state for secondary cpusVijaya Kumar K2014-02-261-4/+3
* | arm64: Add macros to manage processor debug stateVijaya Kumar K2014-02-261-0/+1
|/
* arm64: support single-step and breakpoint handler hooksSandeepa Prabhu2013-12-191-1/+87
* arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach2013-11-281-8/+12
* ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter2013-10-291-7/+6
* arm64: delete __cpuinit usage from all usersPaul Gortmaker2013-07-141-3/+3
* arm64: debug: consolidate software breakpoint handlersWill Deacon2013-06-121-2/+64
* arm64: debug: clear mdscr_el1 instead of taking the OS lockWill Deacon2013-05-131-2/+0
* arm64: Debugging supportWill Deacon2012-09-171-0/+288