summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-0814-16/+144
|\
| * arm64: KVM: Move VCPU_WORKAROUND_2_FLAG macros to the top of the fileCatalin Marinas2018-06-021-3/+3
| * arm64: signal: Report signal frame size to userspace via auxvDave Martin2018-06-013-1/+20
| * arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier2018-05-311-0/+23
| * arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier2018-05-313-0/+30
| * arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier2018-05-311-2/+25
| * arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier2018-05-311-0/+1
| * arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier2018-05-311-0/+6
| * arm64: ssbd: Add global mitigation state accessorMarc Zyngier2018-05-311-0/+10
| * arm64: Add 'ssbd' command-line optionMarc Zyngier2018-05-311-0/+6
| * arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier2018-05-311-1/+2
| * arm64/sve: Write ZCR_EL1 on context switch only if changedDave Martin2018-05-171-5/+7
| * arm64: topology: divorce MC scheduling domain from core_siblingsJeremy Linton2018-05-171-0/+2
| * arm64: topology: rename cluster_idJeremy Linton2018-05-171-2/+2
| * arm64/acpi: Create arch specific cpu to acpi id helperJeremy Linton2018-05-171-0/+4
| * arm64: cmpwait: Clear event register before arming exclusive monitorWill Deacon2018-05-161-1/+3
| * arm64: Remove duplicate includeVincenzo Frascino2018-05-151-1/+0
| * arm64: Increase ARCH_DMA_MINALIGN to 128Catalin Marinas2018-05-151-2/+2
| * Revert "arm64: Increase the max granular size"Catalin Marinas2018-05-111-1/+1
* | 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-197-4/+35
| |\ \
| * | | 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-024-3/+12
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | 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-272-0/+9
|\ \ \ | |/ /
| * | arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-04-202-0/+9
| |/
* | 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
OpenPOWER on IntegriCloud