summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Merge branch 'for-next/kexec' into aarch64/for-next/coreWill Deacon12-17/+545
2018-12-10Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon8-16/+123
2018-12-10arm64: smp: Handle errors reported by the firmwareSuzuki K Poulose1-0/+1
2018-12-10arm64: smp: Rework early feature mismatched detectionWill Deacon3-19/+19
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon8-30/+41
2018-12-10arm64: mm: Allow forcing all userspace addresses to 52-bitSteve Capper3-1/+25
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper8-10/+43
2018-12-10arm64: mm: Prevent mismatched 52-bit VA supportSteve Capper2-0/+31
2018-12-10arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper5-0/+39
2018-12-10arm64: mm: Define arch_get_mmap_end, arch_get_mmap_baseSteve Capper1-0/+7
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper3-4/+10
2018-12-10arm64: kasan: Increase stack size for KASAN_EXTRAQian Cai1-1/+6
2018-12-10Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds5-43/+12
2018-12-10arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon2-12/+21
2018-12-10arm64: Add configuration/documentation for Cortex-A76 erratum 1165522Marc Zyngier1-0/+12
2018-12-10arm64: KVM: Handle ARM erratum 1165522 in TLB invalidationMarc Zyngier1-15/+51
2018-12-10arm64: KVM: Add synchronization on translation regime change for erratum 1165522Marc Zyngier2-0/+27
2018-12-10arm64: KVM: Force VHE for systems affected by erratum 1165522Marc Zyngier3-1/+14
2018-12-10arm64: Add TCR_EPD{0,1} definitionsMarc Zyngier1-0/+4
2018-12-10arm64: KVM: Install stage-2 translation before enabling trapsMarc Zyngier1-2/+2
2018-12-10KVM: arm64: Rework detection of SVE, !VHE systemsMarc Zyngier1-3/+3
2018-12-10arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptibleMarc Zyngier1-10/+25
2018-12-10arm64: remove arm64ksyms.cMark Rutland2-31/+1
2018-12-10arm64: frace: use asm EXPORT_SYMBOL()Mark Rutland2-5/+4
2018-12-10arm64: string: use asm EXPORT_SYMBOL()Mark Rutland12-20/+14
2018-12-10arm64: uaccess: use asm EXPORT_SYMBOL()Mark Rutland5-10/+11
2018-12-10arm64: page: use asm EXPORT_SYMBOL()Mark Rutland3-3/+2
2018-12-10arm64: smccc: use asm EXPORT_SYMBOL()Mark Rutland2-5/+4
2018-12-10arm64: tishift: use asm EXPORT_SYMBOL()Mark Rutland2-7/+5
2018-12-10arm64: add EXPORT_SYMBOL_NOKASAN()Mark Rutland1-0/+9
2018-12-10arm64: move memstart_addr export inlineMark Rutland2-3/+2
2018-12-10arm64: remove bitop exportsMark Rutland1-8/+0
2018-12-09Merge tag 'mvebu-fixes-4.20-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2-31/+0
2018-12-08Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6
2018-12-07arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraintWill Deacon1-1/+1
2018-12-07arm64: percpu: Rewrite per-cpu ops to allow use of LSE atomicsWill Deacon1-230/+160
2018-12-07arm64: Avoid masking "old" for LSE cmpxchg() implementationWill Deacon3-4/+12
2018-12-07arm64: Avoid redundant type conversions in xchg() and cmpxchg()Will Deacon3-107/+108
2018-12-07arm64: hibernate: Avoid sending cross-calling with interrupts disabledWill Deacon1-1/+1
2018-12-07arm64: kexec_file: forbid kdump via kexec_file_load()James Morse1-0/+4
2018-12-07arm64: preempt: Provide our own implementation of asm/preempt.hWill Deacon3-2/+101
2018-12-06arm64: hugetlb: Register hugepages during arch initAllen Pais1-11/+22
2018-12-06arm64: crypto: add NEON accelerated XOR implementationJackie Liu4-1/+263
2018-12-06arm64/neon: add workaround for ambiguous C99 stdint.h typesJackie Liu1-0/+39
2018-12-06arm64: entry: Remove confusing commentWill Deacon1-4/+0
2018-12-06arm64: entry: Place an SB sequence following an ERET instructionWill Deacon3-0/+7
2018-12-06arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon8-3/+40
2018-12-06arm64: kexec_file: Refactor setup_dtb() to consolidate error checkingWill Deacon1-30/+34
2018-12-06arm64: kexec_file: add kaslr supportAKASHI Takahiro1-1/+18
2018-12-06arm64: kexec_file: add kernel signature verification supportAKASHI Takahiro2-5/+42