aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/debug-monitors.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-12-25cpu/hotplug: Cleanup state namesGravatar Thomas Gleixner 1-1/+1
2016-11-07arm64: Handle TRAP_BRKPT for user mode as wellGravatar Pratyush Anand 1-7/+11
2016-11-07arm64: Handle TRAP_TRACE for user mode as wellGravatar Pratyush Anand 1-10/+12
2016-09-09arm64: simplify sysreg manipulationGravatar Mark Rutland 1-5/+3
2016-09-02arm64: debug: report TRAP_TRACE instead of TRAP_HWBRPT for singlestepGravatar Will Deacon 1-2/+2
2016-09-01arm64: debug: convert OS lock CPU hotplug notifier to new infrastructureGravatar Will Deacon 1-24/+6
2016-08-31arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPGravatar Will Deacon 1-2/+4
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreGravatar Catalin Marinas 1-2/+31
2016-07-19arm64: debug: remove redundant spsr manipulationGravatar Will Deacon 1-11/+2
2016-07-19arm64: debug: unmask PSTATE.D earlierGravatar Will Deacon 1-1/+0
2016-07-19arm64: Blacklist non-kprobe-able symbolGravatar Pratyush Anand 1-0/+17
2016-07-19arm64: Kprobes with single stepping supportGravatar Sandeepa Prabhu 1-2/+14
2016-04-14arm64/debug: Remove superfluous SMP function callGravatar Anna-Maria Gleixner 1-2/+1
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-11/+12
2016-02-25arm64: Rename cpuid_feature field extract routinesGravatar Suzuki K Poulose 1-1/+1
2016-02-16arm64: replace read_lock to rcu lock in call_step_hookGravatar Yang Shi 1-10/+11
2016-02-10arm64: debug: re-enable irqs before sending breakpoint SIGTRAPGravatar Will Deacon 1-26/+22
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+4
2015-10-21arm64/debug: Make use of the system wide safe valueGravatar Suzuki K. Poulose 1-2/+4
2015-10-16arm64: debug: Fix typo in debug-monitors.cGravatar Yang Shi 1-1/+1
2015-10-06arm64: replace read_lock to rcu lock in call_break_hookGravatar Yang Shi 1-10/+11
2015-10-05arm64: debug: Fix typo in debug-monitors.cGravatar Yang Shi 1-1/+1
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Gravatar Viresh Kumar 1-2/+2
2015-09-17arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersGravatar Will Deacon 1-1/+1
2015-07-27arm64: debug: rename enum debug_el to avoid symbol collisionGravatar Will Deacon 1-2/+2
2014-08-05Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Paolo Bonzini 1-9/+0
2014-07-31arm64: don't call break hooks for BRK exceptions from EL0Gravatar Will Deacon 1-11/+11
2014-07-11arm64: move DBG_MDSCR_* to asm/debug-monitors.hGravatar Marc Zyngier 1-9/+0
2014-04-25arm64: debug: remove noisy, pointless warningGravatar Will Deacon 1-3/+0
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+5
2014-03-20arm64, debug-monitors: Fix CPU hotplug callback registrationGravatar Srivatsa S. Bhat 1-1/+5
2014-03-13arm64: debug: make local symbols staticGravatar Jingoo Han 1-2/+2
2014-02-26arm64: enable processor debug state for secondary cpusGravatar Vijaya Kumar K 1-4/+3
2014-02-26arm64: Add macros to manage processor debug stateGravatar Vijaya Kumar K 1-0/+1
2013-12-19arm64: support single-step and breakpoint handler hooksGravatar Sandeepa Prabhu 1-1/+87
2013-11-28arm64: debug: make aarch32 bkpt checking endian cleanGravatar Matthew Leach 1-8/+12
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesGravatar Christoph Lameter 1-7/+6
2013-07-14arm64: delete __cpuinit usage from all usersGravatar Paul Gortmaker 1-3/+3
2013-06-12arm64: debug: consolidate software breakpoint handlersGravatar Will Deacon 1-2/+64
2013-05-13arm64: debug: clear mdscr_el1 instead of taking the OS lockGravatar Will Deacon 1-2/+0
2012-09-17arm64: Debugging supportGravatar Will Deacon 1-0/+288