summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * arm64: KVM: Move CPU ID reg trap setup off the world switch pathDave Martin2018-02-261-0/+8
| * arm64/kvm: Prohibit guest LOR accessesMark Rutland2018-02-262-1/+9
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-0421-171/+413
|\ \
| * | arm64: uaccess: Fix omissions from usercopy whitelistDave Martin2018-03-281-13/+25
| * | arm64: fpsimd: Split cpu field out from struct fpsimd_stateDave Martin2018-03-282-29/+4
| * | arm64: tlbflush: avoid writing RES0 bitsPhilip Elcan2018-03-281-8/+17
| * | arm64: cmpxchg: Include linux/compiler.h in asm/cmpxchg.hWill Deacon2018-03-271-0/+1
| * | arm64: move percpu cmpxchg implementation from cmpxchg.h to percpu.hWill Deacon2018-03-272-26/+29
| * | arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUGWill Deacon2018-03-271-1/+1
| * | arm64: lse: Include compiler_types.h and export.h for out-of-line LL/SCWill Deacon2018-03-271-0/+3
| * | arm64: fpsimd: include <linux/init.h> in fpsimd.hWill Deacon2018-03-271-0/+1
| * | Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"Will Deacon2018-03-272-46/+3