summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-22arm64: head.S: handle 52-bit PAs in PTEs in early page table setupKristina Martsenko1-9/+31
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko3-8/+12
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon2-1/+18
2017-12-11arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon1-1/+1
2017-12-11arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon2-4/+46
2017-12-11arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasksWill Deacon1-7/+5
2017-12-11arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon1-0/+12
2017-12-11arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon1-3/+36
2017-12-11arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon1-23/+23
2017-12-11arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon1-1/+5
2017-12-11arm64: entry: Add exception trampoline page for exceptions from EL0Will Deacon2-0/+103
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon1-2/+2
2017-12-11arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon1-1/+1
2017-12-06arm64/sve: Avoid dereference of dead task_struct in KVM guest entryDave Martin1-12/+16
2017-12-06arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu.Dave Martin1-10/+15
2017-12-06arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin1-0/+9
2017-12-01arm64: cpu_ops: Add missing 'const' qualifiersYury Norov1-3/+3
2017-12-01arm64: perf: remove unsupported events for Cortex-A73Xu YiPing1-6/+0
2017-12-01arm64: fpsimd: Fix failure to restore FPSIMD state after signalsDave Martin1-3/+3
2017-12-01arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel5-27/+21
2017-12-01arm64: module-plts: factor out PLT generation code for ftraceArd Biesheuvel1-36/+2
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds22-293/+1746
2017-11-03arm64/sve: Detect SVE and activate runtime supportDave Martin3-3/+22
2017-11-03arm64/sve: KVM: Prevent guests from using SVEDave Martin1-2/+29
2017-11-03arm64/sve: Add sysctl to set the default vector length for new processesDave Martin1-1/+61
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementDave Martin1-0/+50
2017-11-03arm64/sve: ptrace and ELF coredump supportDave Martin2-8/+332
2017-11-03arm64/sve: Preserve SVE registers around EFI runtime service callsDave Martin1-6/+61
2017-11-03arm64/sve: Preserve SVE registers around kernel-mode NEON useDave Martin1-2/+4
2017-11-03arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin3-3/+169
2017-11-03arm64: cpufeature: Move sys_caps_initialised declarationsDave Martin1-15/+15