summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-12-11arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon
2018-12-11arm64: kexec_file: include linux/vmalloc.hArnd Bergmann
2018-12-10arm64: mm: EXPORT vabits_user to modulesWill Deacon
2018-12-10Merge branch 'for-next/kexec' into aarch64/for-next/coreWill Deacon
2018-12-10Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon
2018-12-10arm64: smp: Handle errors reported by the firmwareSuzuki K Poulose
2018-12-10arm64: smp: Rework early feature mismatched detectionWill Deacon
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon
2018-12-10arm64: mm: Allow forcing all userspace addresses to 52-bitSteve Capper
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper
2018-12-10arm64: mm: Prevent mismatched 52-bit VA supportSteve Capper
2018-12-10arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper
2018-12-10arm64: mm: Define arch_get_mmap_end, arch_get_mmap_baseSteve Capper
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper
2018-12-10arm64: kasan: Increase stack size for KASAN_EXTRAQian Cai
2018-12-10arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon
2018-12-10arm64: Add configuration/documentation for Cortex-A76 erratum 1165522Marc Zyngier
2018-12-10arm64: KVM: Handle ARM erratum 1165522 in TLB invalidationMarc Zyngier
2018-12-10arm64: KVM: Add synchronization on translation regime change for erratum 1165522Marc Zyngier
2018-12-10arm64: KVM: Force VHE for systems affected by erratum 1165522Marc Zyngier
2018-12-10arm64: Add TCR_EPD{0,1} definitionsMarc Zyngier
2018-12-10arm64: KVM: Install stage-2 translation before enabling trapsMarc Zyngier
2018-12-10KVM: arm64: Rework detection of SVE, !VHE systemsMarc Zyngier
2018-12-10arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptibleMarc Zyngier
2018-12-10arm64: remove arm64ksyms.cMark Rutland
2018-12-10arm64: frace: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: string: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: uaccess: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: page: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: smccc: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: tishift: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: add EXPORT_SYMBOL_NOKASAN()Mark Rutland
2018-12-10arm64: move memstart_addr export inlineMark Rutland
2018-12-10arm64: remove bitop exportsMark Rutland
2018-12-07arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraintWill Deacon
2018-12-07arm64: percpu: Rewrite per-cpu ops to allow use of LSE atomicsWill Deacon
2018-12-07arm64: Avoid masking "old" for LSE cmpxchg() implementationWill Deacon
2018-12-07arm64: Avoid redundant type conversions in xchg() and cmpxchg()Will Deacon
2018-12-07arm64: kexec_file: forbid kdump via kexec_file_load()James Morse
2018-12-07arm64: preempt: Provide our own implementation of asm/preempt.hWill Deacon
2018-12-07preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon
2018-12-06arm64: hugetlb: Register hugepages during arch initAllen Pais
2018-12-06arm64: crypto: add NEON accelerated XOR implementationJackie Liu
2018-12-06arm64/neon: add workaround for ambiguous C99 stdint.h typesJackie Liu
2018-12-06arm64: entry: Remove confusing commentWill Deacon
2018-12-06arm64: entry: Place an SB sequence following an ERET instructionWill Deacon
2018-12-06arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon
2018-12-06arm64: kexec_file: Refactor setup_dtb() to consolidate error checkingWill Deacon
2018-12-06arm64: kexec_file: add kaslr supportAKASHI Takahiro
2018-12-06arm64: kexec_file: add kernel signature verification supportAKASHI Takahiro