summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
...
* 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-161-1/+1
* arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier2018-02-162-28/+2
* 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-2/+13
* arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier2018-02-162-1/+39
* 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-4/+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/+9
* arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon2018-02-164-7/+7
* arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon2018-02-161-10/+3
* arm64: Force KPTI to be disabled on Cavium ThunderXMarc Zyngier2018-02-161-3/+14
* arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon2018-02-163-7/+223
* arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon2018-02-161-0/+4
* arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()Will Deacon2018-02-162-26/+16
* arm64: Turn on KPTI only on CPUs that need itJayachandran C2018-02-161-0/+7
* arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUsJayachandran C2018-02-161-0/+3
* arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2018-02-1612-21/+32
* arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon2018-02-164-4/+6
* arm64: capabilities: Handle duplicate entries for a capabilitySuzuki K Poulose2018-02-161-21/+23
* arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon2018-02-162-1/+8
* arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entryWill Deacon2018-02-161-7/+6
* arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0Will Deacon2018-02-161-0/+13
* arm64: use RET instruction for exiting the trampolineWill Deacon2018-02-161-1/+9
* arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon2018-02-164-2/+28
* arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon2018-02-164-6/+50
* arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasksWill Deacon2018-02-161-7/+5
* arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd2018-02-162-0/+23
* arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon2018-02-162-12/+17
* arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon2018-02-161-3/+36
* arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon2018-02-161-23/+23
* arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon2018-02-164-1/+33