index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
irqflags.h
Age
Commit message (
Expand
)
Author
2024-04-10
arm64: Remove unnecessary irqflags alternative.h include
Jinjie Ruan
2023-10-16
arm64: Avoid cpus_have_const_cap() for ARM64_HAS_GIC_PRIO_MASKING
Mark Rutland
2023-06-07
arm64: alternatives: use cpucap naming
Mark Rutland
2023-01-31
arm64: irqflags: use alternative branches for pseudo-NMI logic
Mark Rutland
2023-01-31
arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKING
Mark Rutland
2021-03-24
arm64: Always keep DAIF.[IF] in sync
Hector Martin
2020-08-26
arm64: Implement arch_irqs_disabled()
Peter Zijlstra
2019-10-15
arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clear
Marc Zyngier
2019-08-05
arm64: remove pointless __KERNEL__ guards
Mark Rutland
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-06-21
arm64: irqflags: Introduce explicit debugging for IRQ priorities
Julien Thierry
2019-06-21
arm64: Fix incorrect irqflag restore for priority masking
Julien Thierry
2019-06-21
arm64: irqflags: Add condition flags to inline asm clobber list
Julien Thierry
2019-06-21
arm64: irqflags: Pass flags as readonly operand to restore instruction
Julien Thierry
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-04-25
arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTO
Kees Cook
2019-02-12
arm64: irqflags: Fix clang build warnings
Julien Thierry
2019-02-06
arm64: irqflags: Use ICC_PMR_EL1 for interrupt masking
Julien Thierry
2017-11-02
arm64: Move the async/fiq helpers to explicitly set process context flags
James Morse
2017-11-02
arm64: introduce an order for exceptions
James Morse
2016-07-19
arm64: debug: remove unused local_dbg_{enable, disable} macros
Will Deacon
2014-02-26
arm64: Add macros to manage processor debug state
Vijaya Kumar K
2013-11-25
arm64: Unmask asynchronous aborts when in kernel mode
Catalin Marinas
2012-09-17
arm64: IRQ handling
Marc Zyngier