summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Allow forcing all userspace addresses to 52-bitSteve Capper2018-12-103-1/+25
* arm64: mm: introduce 52-bit userspace supportSteve Capper2018-12-108-10/+43
* arm64: mm: Prevent mismatched 52-bit VA supportSteve Capper2018-12-102-0/+31
* arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper2018-12-105-0/+39
* arm64: mm: Define arch_get_mmap_end, arch_get_mmap_baseSteve Capper2018-12-101-0/+7
* arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper2018-12-105-6/+12
* mm: mmap: Allow for "high" userspace addressesSteve Capper2018-12-101-7/+18
* arm64: kasan: Increase stack size for KASAN_EXTRAQian Cai2018-12-101-1/+6
* arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon2018-12-102-12/+21
* arm64: remove arm64ksyms.cMark Rutland2018-12-102-31/+1
* arm64: frace: use asm EXPORT_SYMBOL()Mark Rutland2018-12-102-5/+4
* arm64: string: use asm EXPORT_SYMBOL()Mark Rutland2018-12-1012-20/+14
* arm64: uaccess: use asm EXPORT_SYMBOL()Mark Rutland2018-12-105-10/+11
* arm64: page: use asm EXPORT_SYMBOL()Mark Rutland2018-12-103-3/+2
* arm64: smccc: use asm EXPORT_SYMBOL()Mark Rutland2018-12-102-5/+4
* arm64: tishift: use asm EXPORT_SYMBOL()Mark Rutland2018-12-102-7/+5
* arm64: add EXPORT_SYMBOL_NOKASAN()Mark Rutland2018-12-101-0/+9
* arm64: move memstart_addr export inlineMark Rutland2018-12-102-3/+2
* arm64: remove bitop exportsMark Rutland2018-12-101-8/+0
* arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraintWill Deacon2018-12-071-1/+1
* arm64: percpu: Rewrite per-cpu ops to allow use of LSE atomicsWill Deacon2018-12-071-230/+160
* arm64: Avoid masking "old" for LSE cmpxchg() implementationWill Deacon2018-12-073-4/+12
* arm64: Avoid redundant type conversions in xchg() and cmpxchg()Will Deacon2018-12-073-107/+108
* arm64: preempt: Provide our own implementation of asm/preempt.hWill Deacon2018-12-073-2/+101
* preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon2018-12-073-3/+5
* arm64: hugetlb: Register hugepages during arch initAllen Pais2018-12-061-11/+22
* arm64: crypto: add NEON accelerated XOR implementationJackie Liu2018-12-064-1/+263
* arm64/neon: add workaround for ambiguous C99 stdint.h typesJackie Liu2018-12-061-0/+39
* arm64: entry: Remove confusing commentWill Deacon2018-12-061-4/+0
* arm64: entry: Place an SB sequence following an ERET instructionWill Deacon2018-12-063-0/+7
* arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon2018-12-068-3/+40
* arm64: capabilities: Batch cpu_enable callbacksSuzuki K Poulose2018-12-062-26/+47
* arm64: capabilities: Use linear array for detection and verificationSuzuki K Poulose2018-12-061-25/+17
* arm64: capabilities: Optimize this_cpu_has_capSuzuki K Poulose2018-12-061-22/+9
* arm64: capabilities: Speed up capability lookupSuzuki K Poulose2018-12-061-2/+30
* arm64: capabilities: Merge duplicate entries for Qualcomm erratum 1003Suzuki K Poulose2018-12-061-9/+16
* arm64: capabilities: Merge duplicate Cavium erratum entriesSuzuki K Poulose2018-12-062-26/+25
* arm64: capabilities: Merge entries for ARM64_WORKAROUND_CLEAN_CACHESuzuki K Poulose2018-12-063-12/+24
* arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel2018-12-042-5/+6
* arm64/lib: improve CRC32 performance for deep pipelinesArd Biesheuvel2018-11-301-5/+49
* arm64: ftrace: always pass instrumented pc in x0Mark Rutland2018-11-302-4/+4
* arm64: ftrace: remove return_regs macrosMark Rutland2018-11-301-20/+15
* arm64: ftrace: don't adjust the LR valueMark Rutland2018-11-301-1/+0
* arm64: ftrace: enable graph FP testMark Rutland2018-11-302-2/+2
* arm64: ftrace: use GLOBAL()Mark Rutland2018-11-301-4/+2
* linkage: add generic GLOBAL() macroMark Rutland2018-11-301-0/+6
* arm64: drop linker script hack to hide __efistub_ symbolsArd Biesheuvel2018-11-301-28/+18
* arm64: io: Ensure value passed to __iormb() is held in a 64-bit registerWill Deacon2018-11-291-1/+2
* arm64: tlbi: Set MAX_TLBI_OPS to PTRS_PER_PTEWill Deacon2018-11-271-2/+2
* arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel2018-11-274-53/+88