summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-16arm64: Unconditionally enable IESB on exception entry/return for firmware-firstJames Morse1-8/+9
2018-01-16arm64: kernel: Survive corrected RAS errors notified by SErrorJames Morse2-0/+67
2018-01-16arm64: cpufeature: Detect CPU RAS ExtentionsXie XiuQi2-1/+4
2018-01-16arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse1-2/+63
2018-01-16arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin1-1/+1
2018-01-16arm64: Correct type for PUD macrosPunit Agrawal1-3/+3
2018-01-15arm64: fix comment above tcr_compute_pa_sizeKristina Martsenko1-1/+1
2018-01-15arm64: fix ID map extension to 52 bitsKristina Martsenko1-3/+2
2018-01-14arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd1-0/+2
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper2-1/+47
2018-01-14arm64: Re-order reserved_ttbr0 in linker scriptSteve Capper2-6/+6
2018-01-14arm64: sdei: Add trampoline code for remapping the kernelJames Morse2-1/+8
2018-01-14arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse1-0/+1
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse2-2/+48
2018-01-13arm64: uaccess: Add PAN helperJames Morse1-0/+12
2018-01-13arm64: Add vmap_stack header fileJames Morse1-0/+28
2018-01-13firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse1-0/+8
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse3-2/+19
2018-01-13KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse1-0/+2
2018-01-12Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas1-0/+129
2018-01-08arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUsJayachandran C1-0/+3
2018-01-08arm64: Implement branch predictor hardening for FalkorShanker Donthineni2-1/+4
2018-01-08arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon1-0/+4
2018-01-08arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier1-0/+38
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon3-1/+40
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier1-13/+0
2018-01-08arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon1-0/+1
2018-01-05arm64: v8.4: Support for new floating point multiplication instructionsDongjiu Geng2-0/+2
2018-01-02perf: ARM DynamIQ Shared Unit PMU supportSuzuki K Poulose1-0/+129
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas8-22/+143
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko3-3/+16
2017-12-22arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko4-19/+50
2017-12-22arm64: don't open code page table entry creationKristina Martsenko2-0/+6
2017-12-22arm64: head.S: handle 52-bit PAs in PTEs in early page table setupKristina Martsenko1-0/+6
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko5-1/+38
2017-12-22arm64: limit PA size to supported rangeKristina Martsenko3-0/+28
2017-12-22arm64: add kconfig symbol to configure physical address sizeKristina Martsenko2-2/+2
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon1-0/+1
2017-12-11arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon3-3/+5
2017-12-11arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon2-2/+4
2017-12-11arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon2-0/+5
2017-12-11arm64: mm: Invalidate both kernel and user ASIDs when performing TLBIWill Deacon1-2/+14
2017-12-11arm64: mm: Add arm64_kernel_unmapped_at_el0 helperWill Deacon1-0/+8
2017-12-11arm64: mm: Allocate ASIDs in pairsWill Deacon1-0/+1
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon2-12/+34
2017-12-11arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon1-3/+2
2017-12-11arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon2-24/+0
2017-12-11arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon3-6/+8
2017-12-11arm64: mm: Use non-global mappings for kernel spaceWill Deacon2-8/+25
2017-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2