summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-02-16KVM: PPC: Book3S PR: Fix broken select due to misspellingUlf Magnusson1-1/+1
2018-02-16KVM: PPC: Book3S HV: Drop locks before reading guest memoryPaul Mackerras1-4/+12
2018-02-16KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loadedPaul Mackerras1-20/+20
2018-02-16KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon2-1/+1
2018-02-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon1-2/+3
2018-02-16arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+11
2018-02-16crypto: sha512-mb - initialize pending lengths correctlyEric Biggers1-4/+6
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers7-0/+11
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers1-1/+0
2018-02-16arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier3-70/+13
2018-02-16arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2-1/+87
2018-02-16arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMarc Zyngier1-2/+18
2018-02-16arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2-0/+11
2018-02-16arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier1-8/+12
2018-02-16arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier1-0/+13
2018-02-16arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier2-2/+2
2018-02-16arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier4-56/+3
2018-02-16arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier1-0/+9
2018-02-16arm64: Branch predictor hardening for Cavium ThunderX2Jayachandran C1-0/+10
2018-02-16arm64: Implement branch predictor hardening for FalkorShanker Donthineni6-3/+70
2018-02-16arm64: Implement branch predictor hardening for affected Cortex-A CPUsWill Deacon2-0/+66
2018-02-16arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon1-0/+4
2018-02-16arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon2-0/+11
2018-02-16arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon2-2/+13
2018-02-16arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier3-1/+49
2018-02-16arm64: Move BP hardening to check_and_switch_contextMarc Zyngier1-2/+3
2018-02-16arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon11-4/+215
2018-02-16arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier4-16/+11
2018-02-16arm64: cpufeature: Pass capability structure to ->enable callbackWill Deacon1-2/+2
2018-02-16arm64: Run enable method for errata work arounds on late CPUsSuzuki K Poulose1-3/+6
2018-02-16arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyJames Morse1-2/+1
2018-02-16arm64: futex: Mask __user pointers prior to dereferenceWill Deacon1-3/+6
2018-02-16arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon4-14/+30
2018-02-16arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon1-22/+32
2018-02-16arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon1-0/+7
2018-02-16arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon2-0/+13
2018-02-16arm64: Use pointer masking to limit uaccess speculationRobin Murphy1-3/+23
2018-02-16arm64: Make USER_DS an inclusive limitRobin Murphy4-23/+33
2018-02-16arm64: Implement array_index_mask_nospec()Robin Murphy1-0/+21
2018-02-16arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon2-0/+9
2018-02-16arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon4-7/+7
2018-02-16arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon1-10/+3
2018-02-16arm64: Force KPTI to be disabled on Cavium ThunderXMarc Zyngier1-3/+14
2018-02-16arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon3-7/+223
2018-02-16arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon1-0/+4
2018-02-16arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()Will Deacon2-26/+16
2018-02-16arm64: Turn on KPTI only on CPUs that need itJayachandran C1-0/+7
2018-02-16arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUsJayachandran C1-0/+3
2018-02-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas12-21/+32
2018-02-16arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon4-4/+6