aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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 Capper5-6/+12
2018-12-10mm: mmap: Allow for "high" userspace addressesSteve Capper1-7/+18
2018-12-10arm64: kasan: Increase stack size for KASAN_EXTRAQian Cai1-1/+6
2018-12-10arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon2-12/+21
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-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: preempt: Provide our own implementation of asm/preempt.hWill Deacon3-2/+101
2018-12-07preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon3-3/+5
2018-12-06arm64: hugetlb: Register hugepages during arch initAllen Pais1-11/+22
2018-12-06arm64: crypto: add NEON accelerated XOR implementationJackie Liu4-1/+263