summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2022-04-12arm64: Use the clearbhb instruction in mitigationsJames Morse
2022-04-12arm64: add ID_AA64ISAR2_EL1 sys registerJames Morse
2022-04-12KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse
2022-04-12arm64: Mitigate spectre style branch history side channelsJames Morse
2022-04-12KVM: arm64: Add templates for BHB mitigation sequencesJames Morse
2022-04-12arm64: Add percpu vectors for EL1James Morse
2022-04-12arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse
2022-04-12arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse
2022-04-12arm64: entry: Move the trampoline data page before the text pageJames Morse
2022-04-12arm64: Add helper to decode register from instructionSuzuki K Poulose
2022-04-12arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual
2022-04-12arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose
2022-04-12arm64: Add part number for Arm Cortex-A77Rob Herring
2022-04-12arm64: Add part number for Neoverse N1Marc Zyngier
2022-04-12arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier
2022-04-12arm64: arch_timer: Add erratum handler for CPU-specific capabilityMarc Zyngier
2022-04-12arm64: arch_timer: Add infrastructure for multiple erratum detection methodsMarc Zyngier
2022-04-12clocksource/drivers/arm_arch_timer: Introduce generic errata handling infrast...Ding Tianhong
2022-04-12arm64: capabilities: Add support for checks based on a list of MIDRsSuzuki K Poulose
2022-04-12arm64: Add helpers for checking CPU MIDR against a rangeSuzuki K Poulose
2022-04-12arm64: capabilities: Add flags to handle the conflicts on late CPUSuzuki K Poulose
2022-04-12arm64: capabilities: Prepare for fine grained capabilitiesSuzuki K Poulose
2022-04-12arm64: capabilities: Move errata processing codeSuzuki K Poulose
2022-04-12arm64: capabilities: Update prototype for enable call backDave Martin
2022-04-12arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35Suzuki K Poulose
2022-04-12arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse
2022-01-11arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse
2022-01-11arm64: Remove a redundancy in sysreg.hStefan Traby
2021-03-30arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon
2021-03-07arm64: Use correct ll/sc atomic constraintsAndrew Murray
2021-03-07arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraintWill Deacon
2021-03-07arm64: Avoid redundant type conversions in xchg() and cmpxchg()Will Deacon
2021-03-07arm64: Remove redundant mov from LL/SC cmpxchgRobin Murphy
2020-12-29KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier
2020-12-02arm64: pgtable: Fix pte_accessible()Will Deacon
2020-11-10KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier
2020-11-10arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu
2020-09-12KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionJames Morse
2020-09-12KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse
2020-09-12KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse
2020-08-21arm64: csum: Fix handling of bad packetsRobin Murphy
2020-07-22arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon
2020-07-22KVM: arm64: Fix definition of PAGE_HYP_DEVICEWill Deacon
2020-06-20KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier
2020-04-02arm64: alternative: fix build with clang integrated assemblerIlie Halip
2020-02-28arm64: fix alternatives with LLVM's integrated assemblerSami Tolvanen
2020-01-23arm64: don't open code page table entry creationKristina Martsenko
2020-01-12arm64: Revert support for execute-only user mappingsCatalin Marinas
2019-10-07arm64: fix unreachable code issue with cmpxchgArnd Bergmann
2019-08-25arm64/mm: fix variable 'pud' set but not usedQian Cai