summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
| * KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC codeChristoffer Dall2018-03-191-2/+0
| * KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHEChristoffer Dall2018-03-191-0/+3
| * KVM: arm64: Prepare to handle deferred save/restore of 32-bit registersChristoffer Dall2018-03-191-23/+9
| * KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1Christoffer Dall2018-03-191-1/+17
| * KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1Christoffer Dall2018-03-191-5/+36
| * KVM: arm64: Introduce framework for accessing deferred sysregsChristoffer Dall2018-03-191-2/+6
| * KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall2018-03-193-7/+21
| * KVM: arm64: Change 32-bit handling of VM system registersChristoffer Dall2018-03-191-8/+0
| * KVM: arm64: Unify non-VHE host/guest sysreg save and restore functionsChristoffer Dall2018-03-191-4/+2
| * KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functionsChristoffer Dall2018-03-191-4/+8
| * KVM: arm64: Introduce VHE-specific kvm_vcpu_runChristoffer Dall2018-03-192-1/+10
| * KVM: arm64: Improve debug register save/restore flowChristoffer Dall2018-03-191-8/+2
| * KVM: arm/arm64: Introduce vcpu_el1_is_32bitChristoffer Dall2018-03-191-1/+6
| * KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregsChristoffer Dall2018-03-191-0/+3
| * KVM: arm/arm64: Get rid of vcpu->arch.irq_linesChristoffer Dall2018-03-192-10/+2
| * KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flagShih-Wei Li2018-03-191-2/+2
| * KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall2018-03-192-0/+30
OpenPOWER on IntegriCloud