aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2021-04-28arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor
2021-04-28arm64: fix inline asm in load_unaligned_zeropad()Peter Collingbourne
2021-04-16KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose
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
2020-12-29KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier
2020-12-02arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon
2020-12-02arm64: pgtable: Fix pte_accessible()Will Deacon
2020-11-05KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier
2020-11-05arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu
2020-09-09KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionJames Morse
2020-09-09KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse
2020-09-09KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse
2020-08-05arm64: csum: Fix handling of bad packetsRobin Murphy
2020-08-05arm64/alternatives: move length validation inside the subsectionSami Tolvanen
2020-07-22arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon
2020-07-22arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel
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-05-02arm64: Delete the space separator in __emit_instFangrui Song
2020-04-02arm64: alternative: fix build with clang integrated assemblerIlie Halip
2020-02-28arm64: fix alternatives with LLVM's integrated assemblerSami Tolvanen
2020-02-14KVM: arm64: Only sign-extend MMIO up to register widthChristoffer Dall
2020-01-17arm64: don't open code page table entry creationKristina Martsenko
2020-01-09arm64: Revert support for execute-only user mappingsCatalin Marinas
2019-12-01arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin
2019-11-12arm64: Do not mask out PTE_RDONLY in pte_same()Catalin Marinas
2019-11-06arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by defaultCatalin Marinas
2019-10-29arm64: Force SSBS on context switchMarc Zyngier
2019-10-29arm64: Always enable ssb vulnerability detectionJeremy Linton
2019-10-29KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon
2019-10-29arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon
2019-10-29arm64: cpufeature: Detect SSBS and advertise to userspaceWill Deacon
2019-10-29arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni
2019-10-29arm64: capabilities: Add support for checks based on a list of MIDRsSuzuki K Poulose
2019-10-29arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35Suzuki K Poulose
2019-10-29arm64: Add helpers for checking CPU MIDR against a rangeSuzuki K Poulose
2019-10-29arm64: capabilities: Change scope of VHE to Boot CPU featureSuzuki K Poulose
2019-10-29arm64: capabilities: Add support for features enabled earlySuzuki K Poulose
2019-10-29arm64: capabilities: Restrict KPTI detection to boot-time CPUsSuzuki K Poulose
2019-10-29arm64: capabilities: Introduce weak features based on local CPUSuzuki K Poulose
2019-10-29arm64: capabilities: Filter the entries based on a given maskSuzuki K Poulose
2019-10-29arm64: capabilities: Add flags to handle the conflicts on late CPUSuzuki K Poulose
2019-10-29arm64: capabilities: Prepare for fine grained capabilitiesSuzuki K Poulose
2019-10-29arm64: capabilities: Move errata processing codeSuzuki K Poulose
2019-10-29arm64: capabilities: Update prototype for enable call backDave Martin
2019-10-29arm64: Introduce sysreg_clear_set()Mark Rutland
2019-10-29arm64: add PSR_AA32_* definitionsMark Rutland
2019-10-29arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland