summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/hw_breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: hw_breakpoint: Fix warnings about implicit fallthroughWill Deacon2019-07-291-0/+4
* arm64: compat: Allow single-byte watchpoints on all addressesWill Deacon2019-07-291-3/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* perf/arch/arm64: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-39/+40
* perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-261-5/+4Star
* compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-191-1/+0Star
* arm64: hw_breakpoint: Use linux/uaccess.h instead of asm/uaccess.hWill Deacon2017-12-121-1/+1
* arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko2017-05-091-0/+3
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* arm64: Allow hw watchpoint of length 3,5,6 and 7Pratyush Anand2016-11-181-0/+36
* arm64: hw_breakpoint: Handle inexact watchpoint addressesPavel Labath2016-11-181-27/+69
* arm64: Allow hw watchpoint at varied offset from base addressPratyush Anand2016-11-181-24/+23Star
* arm64: hw_breakpoint: convert CPU hotplug notifier to new infrastructureWill Deacon2016-09-011-32/+16Star
* arm64: Blacklist non-kprobe-able symbolPratyush Anand2016-07-191-0/+8
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-171-3/+5
|\
| * arm64: hw-breakpoint: Remove superfluous SMP function callAnna-Maria Gleixner2016-04-141-3/+5
* | perf/core: Set event's default ::overflow_handler()Wang Nan2016-03-311-2/+2
|/
* arm64: Fix missing #include in hw_breakpoint.cCatalin Marinas2015-10-121-0/+1
* arm64: hw_breakpoint: use target state to determine ABI behaviourWill Deacon2015-10-071-2/+16
* arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon2015-09-171-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-111-12/+0Star
|\
| * KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée2015-07-211-12/+0Star
* | arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon2015-07-271-3/+3
|/
* arm64/hw_breakpoint.c: remove unnecessary headerManinder Singh2015-06-261-1/+0Star
* Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar2015-03-271-1/+1
|\
| * perf: Remove type specific target pointersPeter Zijlstra2015-03-231-1/+1
* | arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi2015-01-271-1/+1
|/
* arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro2014-05-121-1/+1
* arm64, hw_breakpoint.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+6
* arm64: kernel: restore HW breakpoint registers in cpu_suspendLorenzo Pieralisi2014-01-101-23/+5Star
* arm64: kernel: implement HW breakpoints CPU PM notifierLorenzo Pieralisi2013-12-161-13/+66
* arm64: kernel: refactor code to install/uninstall breakpointsLorenzo Pieralisi2013-12-161-54/+88
* ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter2013-10-291-11/+11
* arm64: delete __cpuinit usage from all usersPaul Gortmaker2013-07-151-2/+2
* arm64: Debugging supportWill Deacon2012-09-171-0/+880