summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-01Merge branch 'v4.9-spectre' into v4.9-all-branchesv4.9-all-branchesAlex Shi
2018-03-01arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesv4.9-metldownv4.9-meltdownWill Deacon
2018-03-01arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon
2018-03-01arm64: Force KPTI to be disabled on Cavium ThunderXMarc Zyngier
2018-03-01arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-03-01arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()Will Deacon
2018-03-01arm64: Turn on KPTI only on CPUs that need itJayachandran C
2018-03-01arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUsJayachandran C
2018-03-01arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon
2018-03-01arm64: capabilities: Handle duplicate entries for a capabilitySuzuki K Poulose
2018-03-01arm64: Allow checking of a CPU-local erratumMarc Zyngier
2018-03-01arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon
2018-03-01arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entryWill Deacon
2018-03-01arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0Will Deacon
2018-03-01arm64: use RET instruction for exiting the trampolineWill Deacon
2018-03-01arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2018-02-26arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon
2018-02-26arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasksWill Deacon
2018-02-26arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon
2018-02-26arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon
2018-02-26arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon
2018-02-26arm64: entry: Add exception trampoline page for exceptions from EL0Will Deacon
2018-02-26module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro
2018-02-26arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi
2018-02-26arm64: factor out entry stack manipulationMark Rutland
2018-02-26arm64: mm: Invalidate both kernel and user ASIDs when performing TLBIWill Deacon
2018-02-26arm64: mm: Add arm64_kernel_unmapped_at_el0 helperWill Deacon
2018-02-26arm64: mm: Allocate ASIDs in pairsWill Deacon
2018-02-26arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon
2018-02-26arm64: mm: Use non-global mappings for kernel spaceWill Deacon
2018-02-26arm64: Add README describing the branchv4.9-spectreWill Deacon
2018-02-26arm: KVM: Invalidate icache on guest exit for Cortex-A15Marc Zyngier
2018-02-26arm: Invalidate icache on prefetch abort outside of user mapping on Cortex-A15Marc Zyngier
2018-02-26arm: Add icache invalidation on switch_mm for Cortex-A15Marc Zyngier
2018-02-26arm: KVM: Invalidate BTB on guest exit for Cortex-A12/A17Marc Zyngier
2018-02-26arm: Invalidate BTB on prefetch abort outside of user mapping on Cortex A8, A...Marc Zyngier
2018-02-26arm: Add BTB invalidation on switch_mm for Cortex-A9, A12 and A17Marc Zyngier
2018-02-26arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier
2018-02-26arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier
2018-02-26arm/arm64: smccc: Implement SMCCC v1.1 inline primitiveMarc Zyngier
2018-02-26arm/arm64: smccc: Make function identifiers an unsigned quantityMarc Zyngier
2018-02-26firmware/psci: Expose SMCCC version through psci_opsMarc Zyngier
2018-02-26firmware/psci: Expose PSCI conduitMarc Zyngier
2018-02-26arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMarc Zyngier
2018-02-26arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier
2018-02-26arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier
2018-02-26arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier
2018-02-26arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier
2018-02-26arm/arm64: KVM: Implement PSCI 1.0 supportMarc Zyngier
2018-02-26arm/arm64: KVM: Add smccc accessors to PSCI codeMarc Zyngier