aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/hw_breakpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-09arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko1-0/+3
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-11-18arm64: Allow hw watchpoint of length 3,5,6 and 7Pratyush Anand1-0/+36
2016-11-18arm64: hw_breakpoint: Handle inexact watchpoint addressesPavel Labath1-27/+69
2016-11-18arm64: Allow hw watchpoint at varied offset from base addressPratyush Anand1-24/+23
2016-09-01arm64: hw_breakpoint: convert CPU hotplug notifier to new infrastructureWill Deacon1-32/+16
2016-07-19arm64: Blacklist non-kprobe-able symbolPratyush Anand1-0/+8
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+5
2016-04-14arm64: hw-breakpoint: Remove superfluous SMP function callAnna-Maria Gleixner1-3/+5
2016-03-31perf/core: Set event's default ::overflow_handler()Wang Nan1-2/+2
2015-10-12arm64: Fix missing #include in hw_breakpoint.cCatalin Marinas1-0/+1
2015-10-07arm64: hw_breakpoint: use target state to determine ABI behaviourWill Deacon1-2/+16
2015-09-17arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon1-1/+1
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+0
2015-07-27arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon1-3/+3
2015-07-21KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée1-12/+0
2015-06-26arm64/hw_breakpoint.c: remove unnecessary headerManinder Singh1-1/+0
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar1-1/+1
2015-03-23perf: Remove type specific target pointersPeter Zijlstra1-1/+1
2015-01-27arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi1-1/+1
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro1-1/+1
2014-03-20arm64, hw_breakpoint.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+6
2014-01-10arm64: kernel: restore HW breakpoint registers in cpu_suspendLorenzo Pieralisi1-23/+5
2013-12-16arm64: kernel: implement HW breakpoints CPU PM notifierLorenzo Pieralisi1-13/+66
2013-12-16arm64: kernel: refactor code to install/uninstall breakpointsLorenzo Pieralisi1-54/+88
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter1-11/+11
2013-07-14arm64: delete __cpuinit usage from all usersPaul Gortmaker1-2/+2
2012-09-17arm64: Debugging supportWill Deacon1-0/+880