summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2018-02-06arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon
2018-02-06arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon
2018-02-06arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon
2018-02-06arm64: Use pointer masking to limit uaccess speculationRobin Murphy
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy
2018-02-06arm64: Implement array_index_mask_nospec()Robin Murphy
2018-02-06arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon
2018-02-06arm64: assembler: Align phys_to_pte with pte_to_physWill Deacon
2018-02-06arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon
2018-02-06arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-02-06arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()Will Deacon
2018-02-06arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni
2018-02-06arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomicsWill Deacon
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2018-01-16KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEADongjiu Geng
2018-01-16KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse
2018-01-16KVM: arm64: Handle RAS SErrors from EL1 on guest exitJames Morse
2018-01-16KVM: arm64: Save/Restore guest DISR_EL1James Morse
2018-01-16KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.James Morse
2018-01-16KVM: arm/arm64: mask/unmask daif around VHE guestsJames Morse
2018-01-16arm64: kernel: Prepare for a DISR userJames Morse
2018-01-16arm64: Unconditionally enable IESB on exception entry/return for firmware-firstJames Morse
2018-01-16arm64: kernel: Survive corrected RAS errors notified by SErrorJames Morse
2018-01-16arm64: cpufeature: Detect CPU RAS ExtentionsXie XiuQi
2018-01-16arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse
2018-01-16arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin
2018-01-16arm64: Correct type for PUD macrosPunit Agrawal
2018-01-15arm64: fix comment above tcr_compute_pa_sizeKristina Martsenko
2018-01-15arm64: fix ID map extension to 52 bitsKristina Martsenko
2018-01-14arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper
2018-01-14arm64: Re-order reserved_ttbr0 in linker scriptSteve Capper
2018-01-14arm64: sdei: Add trampoline code for remapping the kernelJames Morse
2018-01-14arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse
2018-01-13arm64: uaccess: Add PAN helperJames Morse
2018-01-13arm64: Add vmap_stack header fileJames Morse
2018-01-13firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2018-01-13KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse
2018-01-12Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas
2018-01-08arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUsJayachandran C
2018-01-08arm64: Implement branch predictor hardening for FalkorShanker Donthineni
2018-01-08arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon
2018-01-08arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-01-08arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon
2018-01-05arm64: v8.4: Support for new floating point multiplication instructionsDongjiu Geng
2018-01-02perf: ARM DynamIQ Shared Unit PMU supportSuzuki K Poulose