aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/debug-monitors.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-29arm64: fix endianness annotation for debug-monitors.cLuc Van Oostenryck1-6/+8
2017-04-04arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-11-07arm64: Handle TRAP_BRKPT for user mode as wellPratyush Anand1-7/+11
2016-11-07arm64: Handle TRAP_TRACE for user mode as wellPratyush Anand1-10/+12
2016-09-09arm64: simplify sysreg manipulationMark Rutland1-5/+3
2016-09-02arm64: debug: report TRAP_TRACE instead of TRAP_HWBRPT for singlestepWill Deacon1-2/+2
2016-09-01arm64: debug: convert OS lock CPU hotplug notifier to new infrastructureWill Deacon1-24/+6
2016-08-31arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon1-2/+4
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas1-2/+31
2016-07-19arm64: debug: remove redundant spsr manipulationWill Deacon1-11/+2
2016-07-19arm64: debug: unmask PSTATE.D earlierWill Deacon1-1/+0
2016-07-19arm64: Blacklist non-kprobe-able symbolPratyush Anand1-0/+17
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu1-2/+14
2016-04-14arm64/debug: Remove superfluous SMP function callAnna-Maria Gleixner1-2/+1
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-11/+12
2016-02-25arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose1-1/+1
2016-02-16arm64: replace read_lock to rcu lock in call_step_hookYang Shi1-10/+11
2016-02-10arm64: debug: re-enable irqs before sending breakpoint SIGTRAPWill Deacon1-26/+22
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+4
2015-10-21arm64/debug: Make use of the system wide safe valueSuzuki K. Poulose1-2/+4
2015-10-16arm64: debug: Fix typo in debug-monitors.cYang Shi1-1/+1
2015-10-06arm64: replace read_lock to rcu lock in call_break_hookYang Shi1-10/+11
2015-10-05arm64: debug: Fix typo in debug-monitors.cYang Shi1-1/+1
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-2/+2
2015-09-17arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon1-1/+1
2015-07-27arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon1-2/+2
2014-08-05Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvmPaolo Bonzini1-9/+0
2014-07-31arm64: don't call break hooks for BRK exceptions from EL0Will Deacon1-11/+11
2014-07-11arm64: move DBG_MDSCR_* to asm/debug-monitors.hMarc Zyngier1-9/+0
2014-04-25arm64: debug: remove noisy, pointless warningWill Deacon1-3/+0
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+5
2014-03-20arm64, debug-monitors: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+5
2014-03-13arm64: debug: make local symbols staticJingoo Han1-2/+2
2014-02-26arm64: enable processor debug state for secondary cpusVijaya Kumar K1-4/+3
2014-02-26arm64: Add macros to manage processor debug stateVijaya Kumar K1-0/+1
2013-12-19arm64: support single-step and breakpoint handler hooksSandeepa Prabhu1-1/+87
2013-11-28arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach1-8/+12
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter1-7/+6
2013-07-14arm64: delete __cpuinit usage from all usersPaul Gortmaker1-3/+3
2013-06-12arm64: debug: consolidate software breakpoint handlersWill Deacon1-2/+64
2013-05-13arm64: debug: clear mdscr_el1 instead of taking the OS lockWill Deacon1-2/+0
2012-09-17arm64: Debugging supportWill Deacon1-0/+288