summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-2/+0
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-16/+16
|\
| * Merge branch 'linus' into timers/2038Thomas Gleixner2018-05-196-4/+29
| |\
| * | y2038: arm64: Extend sysvipc compat data structuresArnd Bergmann2018-04-201-16/+16
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-042-11/+1
|\ \ \
| * \ \ Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-023-3/+6
| |\ \ \ | | |/ / | |/| |
| * | | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-192-11/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-041-5/+0
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-05-251-0/+16
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | locking/spinlocks/arm64: Remove smp_mb() from arch_spin_is_locked()Andrea Parri2018-05-151-5/+0
* | | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-5/+0
|\ \ \ \ \
| * | | | | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-5/+0
| | |_|_|/ | |/| | |
* | | | | arm64: lse: Add early clobbers to some input/output asm operandsWill Deacon2018-05-211-12/+12
| |_|/ / |/| | |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-171-0/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara2018-05-151-0/+16
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-05-111-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | arm64: Add MIDR encoding for NVIDIA CPUsDavid Gilhooley2018-05-091-0/+6
| |/ /
* | | Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/ker...Radim Krčmář2018-05-051-1/+1
|\ \ \ | |/ / |/| |
| * | KVM: arm64: Fix order of vcpu_write_sys_reg() argumentsJames Morse2018-05-041-1/+1
* | | rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-271-0/+3
|\| |
| * | arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-04-201-0/+3
| |/
* | arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrpKim Phillips2018-04-241-1/+1
* | arm64: mm: drop addr parameter from sync icache and dcacheShaokun Zhang2018-04-241-2/+2
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-133-9/+142
|\
| * arm64: assembler: add macros to conditionally yield the NEON under PREEMPTArd Biesheuvel2018-04-111-0/+73
| * arm64: assembler: add utility macros to push/pop stack framesArd Biesheuvel2018-04-111-0/+63
| * arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2018-04-112-9/+6
* | arm64: turn flush_dcache_mmap_lock into a no-opMatthew Wilcox2018-04-111-4/+2
* | linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada2018-04-111-6/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-0911-99/+324
|\
| * Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening"Marc Zyngier2018-03-282-1/+3
| * arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2018-03-192-3/+1
| * arm64: KVM: Allow mapping of vectors outside of the RAM regionMarc Zyngier2018-03-192-10/+73
| * arm64: Make BP hardening slot counter availableMarc Zyngier2018-03-191-0/+3
| * arm/arm64: KVM: Introduce EL2-specific executable mappingsMarc Zyngier2018-03-191-0/+2
| * arm64: KVM: Allow far branches from vector slots to the main vectorsMarc Zyngier2018-03-191-1/+1
| * arm64: KVM: Move BP hardening vectors into .hyp.text sectionMarc Zyngier2018-03-191-3/+1
| * arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vectorMarc Zyngier2018-03-191-1/+2
| * arm64: KVM: Introduce EL2 VA randomisationMarc Zyngier2018-03-191-2/+10
| * arm64; insn: Add encoder for the EXTR instructionMarc Zyngier2018-03-191-0/+6
| * KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_stateMarc Zyngier2018-03-191-1/+2
| * KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappingsMarc Zyngier2018-03-191-1/+2
| * KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier2018-03-191-0/+20
| * arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flagMarc Zyngier2018-03-191-1/+1
| * arm64: KVM: Dynamically patch the kernel/hyp VA maskMarc Zyngier2018-03-191-33/+13
| * arm64: insn: Add encoder for bitwise operations using literalsMarc Zyngier2018-03-191-0/+9
| * arm64: insn: Add N immediate encodingMarc Zyngier2018-03-191-0/+1
| * arm64: alternatives: Add dynamic patching featureMarc Zyngier2018-03-191-4/+37
| * KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQsChristoffer Dall2018-03-191-0/+2
| * KVM: arm/arm64: Move VGIC APR save/restore to vgic put/loadChristoffer Dall2018-03-191-0/+2