summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2020-01-27Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-01-24Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2020-01-22arm64: acpi: fix DAIF manipulation with pNMIMark Rutland
2020-01-22irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocationMarc Zyngier
2020-01-22Merge branch 'for-next/rng' into for-next/coreWill Deacon
2020-01-22Merge branch 'for-next/errata' into for-next/coreWill Deacon
2020-01-22Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Will Deacon
2020-01-22arm64: kconfig: Fix alignment of E0PD help textWill Deacon
2020-01-22arm64: Use v8.5-RNG entropy for KASLR seedMark Brown
2020-01-22arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson
2020-01-21arm64: kbuild: remove compressed images on 'make ARCH=arm64 (dist)clean'Dirk Behme
2020-01-21arm64: entry: Avoid empty alternatives entriesJulien Thierry
2020-01-21arm64: Kconfig: select HAVE_FUTEX_CMPXCHGVladimir Murzin
2020-01-17arm64: csum: Fix pathological zero-length callsRobin Murphy
2020-01-17arm64: entry: cleanup sp_el0 manipulationMark Rutland
2020-01-17arm64: entry: cleanup el0 svc handler namingMark Rutland
2020-01-17arm64: entry: mark all entry code as notraceMark Rutland
2020-01-17arm64: assembler: remove smp_dmb macroMark Rutland
2020-01-17arm64: assembler: remove inherit_daif macroMark Rutland
2020-01-17arm64: Use macros instead of hard-coded constants for MAIR_EL1Catalin Marinas
2020-01-17arm64: Add KRYO{3,4}XX CPU cores to spectre-v2 safe listSai Prakash Ranjan
2020-01-16Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2020-01-16arm64: kernel: avoid x18 in __cpu_soft_restartArd Biesheuvel
2020-01-16arm64: kvm: stop treating register x18 as caller saveArd Biesheuvel
2020-01-16arm64/lib: copy_page: avoid x18 register in assembler codeArd Biesheuvel
2020-01-16arm64: mm: avoid x18 in idmap_kpti_install_ng_mappingsSami Tolvanen
2020-01-16arm64: fix alternatives with LLVM's integrated assemblerSami Tolvanen
2020-01-16arm64: lse: fix LSE atomics with LLVM's integrated assemblerSami Tolvanen
2020-01-16arm64: Implement optimised checksum routineRobin Murphy
2020-01-16arm64: context: Free up kernel ASIDs if KPTI is not in useVladimir Murzin
2020-01-16arm64: Workaround for Cortex-A55 erratum 1530923Steven Price
2020-01-16arm64: Rename WORKAROUND_1319367 to SPECULATIVE_AT_NVHESteven Price
2020-01-16arm64: Rename WORKAROUND_1165522 to SPECULATIVE_AT_VHESteven Price
2020-01-15arm64: Use register field helper in kaslr_requires_kpti()Will Deacon
2020-01-15arm64: Simplify early check for broken TX1 when KASLR is enabledWill Deacon
2020-01-15arm64: Turn "broken gas inst" into real config optionVladimir Murzin
2020-01-15arm64: Use a variable to store non-global mappings decisionMark Brown
2020-01-15arm64: Don't use KPTI where we have E0PDMark Brown
2020-01-15arm64: Factor out checks for KASLR in KPTI code into separate functionMark Brown
2020-01-15arm64: Add initial support for E0PDMark Brown
2020-01-15arm64: Move the LSE gas support detection to KconfigCatalin Marinas
2020-01-15arm64: Introduce ID_ISAR6 CPU registerAnshuman Khandual
2020-01-15arm64: cpufeature: Export matrix and other features to userspaceSteven Price
2020-01-14arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanlySuzuki K Poulose
2020-01-14arm64: signal: nofpsimd: Handle fp/simd context for signal framesSuzuki K Poulose
2020-01-14arm64: ptrace: nofpsimd: Fail FP/SIMD regset operationsSuzuki K Poulose
2020-01-14arm64: cpufeature: Set the FP/SIMD compat HWCAP bits properlySuzuki K Poulose