summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds14-16/+144
2018-06-08mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-2/+0
2018-06-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-16/+16
2018-06-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-11/+1
2018-06-05Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+0
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+0
2018-06-02arm64: KVM: Move VCPU_WORKAROUND_2_FLAG macros to the top of the fileCatalin Marinas1-3/+3
2018-06-01arm64: signal: Report signal frame size to userspace via auxvDave Martin3-1/+20
2018-05-31arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier1-0/+23
2018-05-31arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier3-0/+30
2018-05-31arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier1-2/+25
2018-05-31arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier1-0/+1
2018-05-31arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier1-0/+6
2018-05-31arm64: ssbd: Add global mitigation state accessorMarc Zyngier1-0/+10
2018-05-31arm64: Add 'ssbd' command-line optionMarc Zyngier1-0/+6
2018-05-31arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier1-1/+2
2018-05-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-0/+16
2018-05-21arm64: lse: Add early clobbers to some input/output asm operandsWill Deacon1-12/+12
2018-05-19Merge branch 'linus' into timers/2038Thomas Gleixner7-4/+35
2018-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+16
2018-05-17arm64/sve: Write ZCR_EL1 on context switch only if changedDave Martin1-5/+7
2018-05-17arm64: topology: divorce MC scheduling domain from core_siblingsJeremy Linton1-0/+2
2018-05-17arm64: topology: rename cluster_idJeremy Linton1-2/+2
2018-05-17arm64/acpi: Create arch specific cpu to acpi id helperJeremy Linton1-0/+4
2018-05-16arm64: cmpwait: Clear event register before arming exclusive monitorWill Deacon1-1/+3
2018-05-15arm64: Remove duplicate includeVincenzo Frascino1-1/+0
2018-05-15arm64: Increase ARCH_DMA_MINALIGN to 128Catalin Marinas1-2/+2
2018-05-15KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara1-0/+16
2018-05-15locking/spinlocks/arm64: Remove smp_mb() from arch_spin_is_locked()Andrea Parri1-5/+0
2018-05-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+6
2018-05-11Revert "arm64: Increase the max granular size"Catalin Marinas1-1/+1
2018-05-09arm64: Add MIDR encoding for NVIDIA CPUsDavid Gilhooley1-0/+6
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-5/+0
2018-05-06Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/ker...Radim Krčmář1-1/+1
2018-05-04KVM: arm64: Fix order of vcpu_write_sys_reg() argumentsJames Morse1-1/+1
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner4-3/+12
2018-04-28rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+9
2018-04-24arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrpKim Phillips1-1/+1
2018-04-24arm64: mm: drop addr parameter from sync icache and dcacheShaokun Zhang1-2/+2
2018-04-20arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2-0/+9
2018-04-20y2038: arm64: Extend sysvipc compat data structuresArnd Bergmann1-16/+16
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2-11/+1
2018-04-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-9/+142
2018-04-11arm64: assembler: add macros to conditionally yield the NEON under PREEMPTArd Biesheuvel1-0/+73
2018-04-11arm64: assembler: add utility macros to push/pop stack framesArd Biesheuvel1-0/+63
2018-04-11arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2-9/+6
2018-04-11arm64: turn flush_dcache_mmap_lock into a no-opMatthew Wilcox1-4/+2
2018-04-11linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada1-6/+0
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-99/+324
2018-04-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds21-171/+413