aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2018-03-27arm64: lse: Include compiler_types.h and export.h for out-of-line LL/SCWill Deacon1-0/+3
2018-03-27arm64: fpsimd: include <linux/init.h> in fpsimd.hWill Deacon1-0/+1
2018-03-27Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"Will Deacon2-46/+3
2018-03-26arm64: Delay enabling hardware DBM featureSuzuki K Poulose1-1/+2
2018-03-26arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35Suzuki K Poulose1-0/+4
2018-03-26arm64: capabilities: Handle shared entriesSuzuki K Poulose1-0/+12
2018-03-26arm64: capabilities: Add support for checks based on a list of MIDRsSuzuki K Poulose2-0/+10
2018-03-26arm64: Add helpers for checking CPU MIDR against a rangeSuzuki K Poulose2-2/+32
2018-03-26arm64: capabilities: Change scope of VHE to Boot CPU featureSuzuki K Poulose2-6/+6
2018-03-26arm64: capabilities: Add support for features enabled earlySuzuki K Poulose1-9/+39
2018-03-26arm64: capabilities: Restrict KPTI detection to boot-time CPUsSuzuki K Poulose1-0/+9
2018-03-26arm64: capabilities: Introduce weak features based on local CPUSuzuki K Poulose1-0/+8
2018-03-26arm64: capabilities: Filter the entries based on a given maskSuzuki K Poulose1-0/+1
2018-03-26arm64: capabilities: Add flags to handle the conflicts on late CPUSuzuki K Poulose1-0/+68
2018-03-26arm64: capabilities: Prepare for fine grained capabilitiesSuzuki K Poulose1-6/+99
2018-03-26arm64: capabilities: Move errata processing codeSuzuki K Poulose1-7/+0
2018-03-26arm64: capabilities: Update prototype for enable call backDave Martin3-5/+13
2018-03-22irqchip/gic-v3: Probe for SCR_EL3 being clear before resetting AP0RnMarc Zyngier1-5/+0
2018-03-20arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPEDave Martin2-7/+9
2018-03-19arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2-3/+1
2018-03-19arm64: Expose Arm v8.4 featuresSuzuki K Poulose2-0/+7
2018-03-19arm64: asm: drop special versions of adr_l/ldr_l/str_l for modulesArd Biesheuvel1-32/+2
2018-03-19arm64: KVM: Allow mapping of vectors outside of the RAM regionMarc Zyngier2-10/+73
2018-03-19arm64: Make BP hardening slot counter availableMarc Zyngier1-0/+3
2018-03-19arm/arm64: KVM: Introduce EL2-specific executable mappingsMarc Zyngier1-0/+2
2018-03-19arm64: KVM: Allow far branches from vector slots to the main vectorsMarc Zyngier1-1/+1
2018-03-19arm64: KVM: Move BP hardening vectors into .hyp.text sectionMarc Zyngier1-3/+1
2018-03-19arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vectorMarc Zyngier1-1/+2
2018-03-19arm64: KVM: Introduce EL2 VA randomisationMarc Zyngier1-2/+10
2018-03-19arm64; insn: Add encoder for the EXTR instructionMarc Zyngier1-0/+6
2018-03-19KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_stateMarc Zyngier1-1/+2
2018-03-19KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappingsMarc Zyngier1-1/+2
2018-03-19KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier1-0/+20
2018-03-19arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flagMarc Zyngier1-1/+1
2018-03-19arm64: KVM: Dynamically patch the kernel/hyp VA maskMarc Zyngier1-33/+13
2018-03-19arm64: insn: Add encoder for bitwise operations using literalsMarc Zyngier1-0/+9
2018-03-19arm64: insn: Add N immediate encodingMarc Zyngier1-0/+1
2018-03-19arm64: alternatives: Add dynamic patching featureMarc Zyngier1-4/+37
2018-03-19KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQsChristoffer Dall1-0/+2
2018-03-19KVM: arm/arm64: Move VGIC APR save/restore to vgic put/loadChristoffer Dall1-0/+2
2018-03-19KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC codeChristoffer Dall1-2/+0
2018-03-19KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHEChristoffer Dall1-0/+3
2018-03-19KVM: arm64: Prepare to handle deferred save/restore of 32-bit registersChristoffer Dall1-23/+9
2018-03-19KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1Christoffer Dall1-1/+17
2018-03-19KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1Christoffer Dall1-5/+36
2018-03-19KVM: arm64: Introduce framework for accessing deferred sysregsChristoffer Dall1-2/+6
2018-03-19KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall3-7/+21
2018-03-19KVM: arm64: Change 32-bit handling of VM system registersChristoffer Dall1-8/+0
2018-03-19KVM: arm64: Unify non-VHE host/guest sysreg save and restore functionsChristoffer Dall1-4/+2
2018-03-19KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functionsChristoffer Dall1-4/+8