summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-02-06arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon1-0/+5
2018-02-06arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon1-1/+4
2018-02-06arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon1-2/+2
2018-02-06arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon1-0/+2
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy1-2/+2
2018-02-06arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon3-3/+3
2018-02-06arm64: assembler: Align phys_to_pte with pte_to_physWill Deacon1-22/+2
2018-02-06arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon1-10/+3
2018-02-06arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon2-4/+4
2018-02-06arm64: Force KPTI to be disabled on Cavium ThunderXMarc Zyngier1-3/+14
2018-02-06arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon1-0/+25
2018-02-06arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni4-0/+5
2018-01-23arm64: Turn on KPTI only on CPUs that need itJayachandran C1-0/+7
2018-01-23arm64: Branch predictor hardening for Cavium ThunderX2Jayachandran C1-0/+10
2018-01-23arm64: Run enable method for errata work arounds on late CPUsSuzuki K Poulose1-3/+6
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas1-1/+1
2018-01-16KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse1-0/+1
2018-01-16arm64: kernel: Prepare for a DISR userJames Morse1-0/+9
2018-01-16arm64: kernel: Survive corrected RAS errors notified by SErrorJames Morse1-5/+46
2018-01-16arm64: cpufeature: Detect CPU RAS ExtentionsXie XiuQi1-0/+13
2018-01-16arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse1-10/+3
2018-01-16arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyJames Morse1-2/+1
2018-01-16arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin3-7/+9
2018-01-16arm64: Inform user if software PAN is in useStephen Boyd1-0/+3
2018-01-15arm64: capabilities: Handle duplicate entries for a capabilitySuzuki K Poulose1-21/+23
2018-01-14arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd1-0/+21
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper2-38/+107
2018-01-14arm64: entry: Move the trampoline to be before PANSteve Capper2-7/+8
2018-01-14arm64: Re-order reserved_ttbr0 in linker scriptSteve Capper1-3/+2
2018-01-14arm64: sdei: Add trampoline code for remapping the kernelJames Morse2-13/+105
2018-01-14arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEIJames Morse1-1/+1
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse5-1/+336
2018-01-13arm64: uaccess: Add PAN helperJames Morse1-2/+2
2018-01-13arm64: Add vmap_stack header fileJames Morse1-11/+2
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse2-4/+22
2018-01-12Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas1-10/+6
2018-01-08arm64: Implement branch predictor hardening for FalkorShanker Donthineni2-2/+46
2018-01-08arm64: Implement branch predictor hardening for affected Cortex-A CPUsWill Deacon2-0/+66
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon5-2/+139
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier1-1/+1
2018-01-08arm64: cpufeature: Pass capability structure to ->enable callbackWill Deacon1-2/+2
2018-01-08arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon1-1/+7
2018-01-08arm64: use RET instruction for exiting the trampolineWill Deacon1-1/+9
2018-01-05arm64: v8.4: Support for new floating point multiplication instructionsDongjiu Geng2-0/+3
2018-01-02arm64: Use of_cpu_node_to_id helper for CPU topology parsingSuzuki K Poulose1-10/+6
2018-01-02ARM64 / cpuidle: Use new cpuidle macro for entering retention statePrashanth Prakash1-1/+7
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas3-50/+89
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko1-31/+45
2017-12-22arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko1-1/+1
2017-12-22arm64: don't open code page table entry creationKristina Martsenko1-2/+1