aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/debug-monitors.c
AgeCommit message (Expand)Author
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-10-21arm64/debug: Make use of the system wide safe valueSuzuki K. Poulose
2015-10-16arm64: debug: Fix typo in debug-monitors.cYang Shi
2015-10-06arm64: replace read_lock to rcu lock in call_break_hookYang Shi
2015-10-05arm64: debug: Fix typo in debug-monitors.cYang Shi
2015-09-17arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon
2015-07-27arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon
2014-08-05Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2014-07-31arm64: don't call break hooks for BRK exceptions from EL0Will Deacon
2014-07-11arm64: move DBG_MDSCR_* to asm/debug-monitors.hMarc Zyngier
2014-04-25arm64: debug: remove noisy, pointless warningWill Deacon
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-20arm64, debug-monitors: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-03-13arm64: debug: make local symbols staticJingoo Han
2014-02-26arm64: enable processor debug state for secondary cpusVijaya Kumar K
2014-02-26arm64: Add macros to manage processor debug stateVijaya Kumar K
2013-12-19arm64: support single-step and breakpoint handler hooksSandeepa Prabhu
2013-11-28arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter
2013-07-14arm64: delete __cpuinit usage from all usersPaul Gortmaker
2013-06-12arm64: debug: consolidate software breakpoint handlersWill Deacon
2013-05-13arm64: debug: clear mdscr_el1 instead of taking the OS lockWill Deacon
2012-09-17arm64: Debugging supportWill Deacon