index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
ptrace.h
Age
Commit message (
Expand
)
Author
2020-01-19
KVM: arm/arm64: Correct CPSR on exception entry
Mark Rutland
2019-08-07
arm64: Add support for function error injection
Leo Yan
2019-08-01
arm64: Lower priority mask for GIC_PRIO_IRQON
Julien Thierry
2019-07-12
Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-07-01
arm64: don't use asm-generic/ptrace.h
Christoph Hellwig
2019-06-21
arm64: Fix incorrect irqflag restore for priority masking
Julien Thierry
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-04-12
arm64: ptrace: Add function argument access API
Masami Hiramatsu
2019-02-06
arm64: Make PMR part of task context
Julien Thierry
2019-02-06
arm64: ptrace: Provide definitions for PMR values
Julien Thierry
2018-10-25
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-10-19
KVM: arm64: Safety check PSTATE when entering guest and handle IL
Christoffer Dall
2018-09-14
arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3
Will Deacon
2018-07-05
arm64: remove unused COMPAT_PSR definitions
Mark Rutland
2018-07-05
arm64: use PSR_AA32 definitions
Mark Rutland
2018-07-05
arm64: add PSR_AA32_* definitions
Mark Rutland
2017-08-09
Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...
Catalin Marinas
2017-08-09
arm64: unwind: reference pt_regs via embedded stack frame
Ard Biesheuvel
2017-08-07
arm64: Abstract syscallno manipulation
Dave Martin
2017-08-07
arm64: syscallno is secretly an int, make it official
Dave Martin
2017-02-15
arm64: ptrace: add XZR-safe regs accessors
Mark Rutland
2016-11-07
arm64: Add uprobe support
Pratyush Anand
2016-07-27
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-07-27
arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototype
Catalin Marinas
2016-07-21
Merge branch 'for-next/kprobes' into for-next/core
Catalin Marinas
2016-07-19
arm64: ptrace: remove extra define for CPSR's E bit
Vladimir Murzin
2016-07-19
arm64: Kprobes with single stepping support
Sandeepa Prabhu
2016-07-19
arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature
David A. Long
2016-07-07
arm64: kernel: Save and restore UAO and addr_limit on exception entry
James Morse
2016-03-02
arm64: Rework valid_user_regs
Mark Rutland
2015-10-29
arm64: Fix compat register mappings
Robin Murphy
2015-07-27
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
Will Deacon
2015-01-23
arm64: Emulate SETEND for AArch32 tasks
Suzuki K. Poulose
2014-08-29
arm64: Add brackets around user_stack_pointer()
Catalin Marinas
2014-07-04
arm64: fix el2_setup check of CurrentEL
Marc Zyngier
2014-05-12
arm64: Add regs_return_value() in syscall.h
AKASHI Takahiro
2014-03-13
ARM64: perf: support dwarf unwinding in compat mode
Jean Pihet
2014-03-13
ARM64: perf: add support for perf registers API
Jean Pihet
2014-02-26
misc: debug: remove compilation warnings
Vijaya Kumar K
2013-10-25
arm64: compat: add support for big-endian (BE8) AArch32 binaries
Will Deacon
2013-06-12
arm64: debug: consolidate software breakpoint handlers
Will Deacon
2013-01-29
arm64: add COMPAT_PSR_*_BIT flags
Marc Zyngier
2012-12-05
arm64: add AArch32 execution modes to ptrace.h
Marc Zyngier
2012-12-05
arm64: expand register mapping between AArch32 and AArch64
Marc Zyngier
2012-10-11
UAPI: (Scripted) Disintegrate arch/arm64/include/asm
David Howells
2012-10-11
arm64: Do not export the compat-specific definitions to the user
Catalin Marinas
2012-09-27
arm64: ptrace: remove obsolete ptrace request numbers from user headers
Will Deacon
2012-09-17
arm64: Exception handling
Catalin Marinas