summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-02arm64: Use the clearbhb instruction in mitigationsJames Morse4-0/+30
2022-04-02arm64: add ID_AA64ISAR2_EL1 sys registerJames Morse2-0/+2
2022-04-02KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse1-0/+5
2022-04-02arm64: Mitigate spectre style branch history side channelsJames Morse5-1/+36
2022-04-02KVM: arm64: Add templates for BHB mitigation sequencesJames Morse3-2/+9
2022-04-02arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse1-0/+8
2022-04-02arm64: Add percpu vectors for EL1James Morse2-1/+28
2022-04-02arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse2-0/+59
2022-04-02arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse2-2/+10
2022-04-02arm64: entry: Move the trampoline data page before the text pageJames Morse1-1/+1
2022-04-02arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual1-0/+2
2022-04-02arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose1-0/+4
2022-04-02arm64: Add part number for Arm Cortex-A77Rob Herring1-0/+2
2022-04-02arm64: Add part number for Neoverse N1Marc Zyngier1-0/+2
2022-04-02arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier2-1/+4
2021-04-28arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor1-4/+4
2021-04-28arm64: fix inline asm in load_unaligned_zeropad()Peter Collingbourne1-5/+5
2021-04-16KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose1-0/+1
2021-03-07arm64: Use correct ll/sc atomic constraintsAndrew Murray1-42/+47
2021-03-07arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraintWill Deacon1-1/+1
2021-03-07arm64: Avoid redundant type conversions in xchg() and cmpxchg()Will Deacon3-107/+108
2020-12-29KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier1-0/+1
2020-12-02arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon1-13/+14
2020-12-02arm64: pgtable: Fix pte_accessible()Will Deacon1-3/+4
2020-11-05KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier1-0/+1
2020-11-05arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu1-0/+3
2020-09-09KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionJames Morse1-1/+2
2020-09-09KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse1-0/+28
2020-09-09KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse1-0/+15
2020-08-05arm64: csum: Fix handling of bad packetsRobin Murphy1-2/+3
2020-08-05arm64/alternatives: move length validation inside the subsectionSami Tolvanen1-2/+2
2020-07-22arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon1-0/+2
2020-07-22arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel1-8/+8
2020-07-22KVM: arm64: Fix definition of PAGE_HYP_DEVICEWill Deacon1-1/+1
2020-06-20KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier1-2/+4
2020-05-02arm64: Delete the space separator in __emit_instFangrui Song1-1/+3
2020-04-02arm64: alternative: fix build with clang integrated assemblerIlie Halip1-1/+1
2020-02-28arm64: fix alternatives with LLVM's integrated assemblerSami Tolvanen1-11/+21
2020-02-15KVM: arm64: Only sign-extend MMIO up to register widthChristoffer Dall2-4/+7
2020-01-17arm64: don't open code page table entry creationKristina Martsenko2-0/+6
2020-01-09arm64: Revert support for execute-only user mappingsCatalin Marinas2-10/+5
2019-12-01arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin1-6/+8
2019-11-12arm64: Do not mask out PTE_RDONLY in pte_same()Catalin Marinas1-17/+0
2019-11-06arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by defaultCatalin Marinas1-7/+8
2019-10-29arm64: Force SSBS on context switchMarc Zyngier1-2/+12
2019-10-29arm64: Always enable ssb vulnerability detectionJeremy Linton1-4/+0
2019-10-29KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon1-0/+11
2019-10-29arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon4-0/+12
2019-10-29arm64: cpufeature: Detect SSBS and advertise to userspaceWill Deacon3-5/+15
2019-10-29arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2-6/+3