summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-29arm64: capabilities: Add support for checks based on a list of MIDRsSuzuki K Poulose2-0/+10
2019-10-29arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35Suzuki K Poulose1-0/+4
2019-10-29arm64: Add helpers for checking CPU MIDR against a rangeSuzuki K Poulose2-2/+32
2019-10-29arm64: capabilities: Change scope of VHE to Boot CPU featureSuzuki K Poulose2-6/+6
2019-10-29arm64: capabilities: Add support for features enabled earlySuzuki K Poulose1-9/+39
2019-10-29arm64: capabilities: Restrict KPTI detection to boot-time CPUsSuzuki K Poulose1-0/+9
2019-10-29arm64: capabilities: Introduce weak features based on local CPUSuzuki K Poulose1-0/+8
2019-10-29arm64: capabilities: Filter the entries based on a given maskSuzuki K Poulose1-0/+1
2019-10-29arm64: capabilities: Add flags to handle the conflicts on late CPUSuzuki K Poulose1-0/+68
2019-10-29arm64: capabilities: Prepare for fine grained capabilitiesSuzuki K Poulose1-6/+99
2019-10-29arm64: capabilities: Move errata processing codeSuzuki K Poulose1-7/+0
2019-10-29arm64: capabilities: Update prototype for enable call backDave Martin2-3/+9
2019-10-29arm64: Introduce sysreg_clear_set()Mark Rutland1-0/+11
2019-10-29arm64: add PSR_AA32_* definitionsMark Rutland1-1/+56
2019-10-29arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland1-10/+10
2019-10-29arm64: Expose Arm v8.4 featuresSuzuki K Poulose2-0/+7
2019-10-29arm64: v8.4: Support for new floating point multiplication instructionsDongjiu Geng2-0/+3
2019-10-29arm64: Expose support for optional ARMv8-A featuresSuzuki K Poulose2-0/+9
2019-10-29arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse1-2/+63
2019-10-07arm64: fix unreachable code issue with cmpxchgArnd Bergmann1-3/+3
2019-08-25arm64/mm: fix variable 'pud' set but not usedQian Cai1-2/+2
2019-08-25arm64/efi: fix variable 'si' set but not usedQian Cai1-1/+5
2019-08-09arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon1-3/+4
2019-08-04arm64: compat: Provide definition for COMPAT_SIGMINSTKSZWill Deacon1-0/+1
2019-07-03arm64: insn: Fix ldadd instruction encodingJean-Philippe Brucker1-1/+1
2019-07-03bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann1-0/+8
2019-07-03arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon1-1/+3
2019-05-31arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino1-0/+1
2019-05-31arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai1-1/+2