aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-27Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds25-102/+246
2020-01-22arm64: acpi: fix DAIF manipulation with pNMIMark Rutland1-1/+10
2020-01-22irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocationMarc Zyngier1-0/+1
2020-01-22Merge branch 'for-next/rng' into for-next/coreWill Deacon5-2/+84
2020-01-22Merge branch 'for-next/errata' into for-next/coreWill Deacon3-6/+6
2020-01-22Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon2-11/+16
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for-next/e0pd', 'for-next/entry', 'for-next/kbuild', 'for-next/kexec/cleanup', 'for-next/kexec/file-kdump', 'for-next/misc', 'for-next/nofpsimd', 'for-next/perf' and 'for-next/scs' into for-next/coreWill Deacon21-84/+132
2020-01-22arm64: Use v8.5-RNG entropy for KASLR seedMark Brown1-0/+8
2020-01-22arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson5-1/+75
2020-01-17arm64: entry: cleanup el0 svc handler namingMark Rutland1-2/+2
2020-01-17arm64: assembler: remove smp_dmb macroMark Rutland1-7/+0
2020-01-17arm64: assembler: remove inherit_daif macroMark Rutland1-6/+0
2020-01-17arm64: Use macros instead of hard-coded constants for MAIR_EL1Catalin Marinas1-0/+12
2020-01-17arm64: Add KRYO{3,4}XX CPU cores to spectre-v2 safe listSai Prakash Ranjan1-0/+4
2020-01-16arm64: fix alternatives with LLVM's integrated assemblerSami Tolvanen1-11/+21
2020-01-16arm64: lse: fix LSE atomics with LLVM's integrated assemblerSami Tolvanen2-3/+22
2020-01-16arm64: Implement optimised checksum routineRobin Murphy1-0/+3
2020-01-16arm64: Workaround for Cortex-A55 erratum 1530923Steven Price1-2/+2
2020-01-16arm64: Rename WORKAROUND_1319367 to SPECULATIVE_AT_NVHESteven Price1-1/+1
2020-01-16arm64: Rename WORKAROUND_1165522 to SPECULATIVE_AT_VHESteven Price3-3/+3
2020-01-15arm64: Use a variable to store non-global mappings decisionMark Brown2-85/+6
2020-01-15arm64: Don't use KPTI where we have E0PDMark Brown1-0/+11
2020-01-15arm64: Factor out checks for KASLR in KPTI code into separate functionMark Brown1-17/+45
2020-01-15arm64: Add initial support for E0PDMark Brown3-1/+5
2020-01-15arm64: Move the LSE gas support detection to KconfigCatalin Marinas2-4/+4
2020-01-15arm64: Introduce ID_ISAR6 CPU registerAnshuman Khandual2-0/+10
2020-01-15arm64: cpufeature: Export matrix and other features to userspaceSteven Price3-0/+26
2020-01-14arm64: fpsimd: Make sure SVE setup is complete before SIMD is usedSuzuki K Poulose1-2/+6
2020-01-14arm64: Introduce system_capabilities_finalized() markerSuzuki K Poulose2-1/+6
2020-01-14arm64: compat: vdso: Remove unused VDSO_HAS_32BIT_FALLBACKVincenzo Frascino1-1/+0
2020-01-14arm64: compat: vdso: Expose BUILD_VDSO32Vincenzo Frascino1-0/+1
2020-01-11Merge tag 'clone3-tls-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-1/+1
2020-01-10Revert "arm64: kexec: make dtb_mem always enabled"Will Deacon1-2/+2
2020-01-08arm64: Remove __exception_text_start and __exception_text_end from asm/section.hPrabhakar Kushwaha1-1/+0
2020-01-08arm64: asm: Remove ENDPIPROC()Mark Brown1-12/+0
2020-01-08arm64: kexec_file: add crash dump supportAKASHI Takahiro1-0/+4
2020-01-08arm64: hibernate: add PUD_SECT_RDONLYPavel Tatashin1-0/+1
2020-01-08arm64: kexec: make dtb_mem always enabledPavel Tatashin1-2/+2
2020-01-08arm64: asm: Add new-style position independent function annotationsMark Brown2-0/+17
2020-01-07arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headersAmanieu d'Antras2-1/+1
2020-01-06arm64: Revert support for execute-only user mappingsCatalin Marinas2-10/+5
2019-12-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-1/+8
2019-12-06arm64: KVM: Invoke compute_layout() before alternatives are appliedSebastian Andrzej Siewior1-0/+1
2019-12-06arm64: Validate tagged addresses in access_ok() called from kernel threadsCatalin Marinas1-1/+6
2019-12-04arm64: insn: consistently handle exit textMark Rutland1-0/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-2/+0
2019-11-26asm-generic: Make msi.h a mandatory include/asm headerMichal Simek1-1/+0