summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copyEric W. Biederman2018-02-161-1/+1
* arm64: dts: marvell: add Ethernet aliasesYan Markman2018-02-163-0/+19
* xtensa: fix futex_atomic_cmpxchg_inatomicMax Filippov2018-02-161-13/+10
* alpha: fix formating of stack contentMikulas Patocka2018-02-161-4/+9
* alpha: fix reboot on Avanti platformMikulas Patocka2018-02-161-1/+2
* alpha: Fix mixed up args in EXC macro in futex operationsMichael Cree2018-02-161-4/+4
* alpha: osf_sys.c: fix put_tv32 regressionArnd Bergmann2018-02-161-2/+2
* alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka2018-02-161-1/+2
* signal/sh: Ensure si_signo is initialized in do_divide_errorEric W. Biederman2018-02-161-1/+2
* signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman2018-02-161-5/+5
* KVM: PPC: Book3S PR: Fix broken select due to misspellingUlf Magnusson2018-02-161-1/+1
* KVM: PPC: Book3S HV: Drop locks before reading guest memoryPaul Mackerras2018-02-161-4/+12
* KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loadedPaul Mackerras2018-02-161-20/+20
* KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon2018-02-162-1/+1
* KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon2018-02-161-2/+3
* arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier2018-02-161-2/+11
* crypto: sha512-mb - initialize pending lengths correctlyEric Biggers2018-02-161-4/+6
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-02-167-0/+11
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-02-161-1/+0
* arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier2018-02-163-70/+13
* arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2018-02-162-1/+87
* arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMarc Zyngier2018-02-161-2/+18
* arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2018-02-162-0/+11
* arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier2018-02-161-8/+12
* arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier2018-02-161-0/+13
* arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier2018-02-162-2/+2
* arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier2018-02-164-56/+3
* arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier2018-02-161-0/+9
* arm64: Branch predictor hardening for Cavium ThunderX2Jayachandran C2018-02-161-0/+10
* arm64: Implement branch predictor hardening for FalkorShanker Donthineni2018-02-166-3/+70
* arm64: Implement branch predictor hardening for affected Cortex-A CPUsWill Deacon2018-02-162-0/+66
* arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon2018-02-161-0/+4
* arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon2018-02-162-0/+11
* arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon2018-02-162-1/+13
* arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier2018-02-163-1/+49
* arm64: Move BP hardening to check_and_switch_contextMarc Zyngier2018-02-161-2/+3
* arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-02-1611-3/+215
* arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2018-02-164-16/+11
* arm64: cpufeature: Pass capability structure to ->enable callbackWill Deacon2018-02-161-2/+2
* arm64: Run enable method for errata work arounds on late CPUsSuzuki K Poulose2018-02-161-3/+6
* arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyJames Morse2018-02-161-2/+1
* arm64: futex: Mask __user pointers prior to dereferenceWill Deacon2018-02-161-3/+6
* arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon2018-02-164-14/+30
* arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon2018-02-161-22/+32
* arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon2018-02-161-0/+7
* arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon2018-02-162-0/+13
* arm64: Use pointer masking to limit uaccess speculationRobin Murphy2018-02-161-3/+23
* arm64: Make USER_DS an inclusive limitRobin Murphy2018-02-164-23/+33
* arm64: Implement array_index_mask_nospec()Robin Murphy2018-02-161-0/+21
* arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon2018-02-162-0/+8