summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-10mm: mmap: Allow for "high" userspace addressesSteve 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: 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: 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: capabilities: Batch cpu_enable callbacksSuzuki K Poulose
2018-12-06arm64: capabilities: Use linear array for detection and verificationSuzuki K Poulose
2018-12-06arm64: capabilities: Optimize this_cpu_has_capSuzuki K Poulose
2018-12-06arm64: capabilities: Speed up capability lookupSuzuki K Poulose
2018-12-06arm64: capabilities: Merge duplicate entries for Qualcomm erratum 1003Suzuki K Poulose
2018-12-06arm64: capabilities: Merge duplicate Cavium erratum entriesSuzuki K Poulose
2018-12-06arm64: capabilities: Merge entries for ARM64_WORKAROUND_CLEAN_CACHESuzuki K Poulose
2018-12-04arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel
2018-11-30arm64/lib: improve CRC32 performance for deep pipelinesArd Biesheuvel
2018-11-30arm64: ftrace: always pass instrumented pc in x0Mark Rutland
2018-11-30arm64: ftrace: remove return_regs macrosMark Rutland
2018-11-30arm64: ftrace: don't adjust the LR valueMark Rutland
2018-11-30arm64: ftrace: enable graph FP testMark Rutland
2018-11-30arm64: ftrace: use GLOBAL()Mark Rutland
2018-11-30linkage: add generic GLOBAL() macroMark Rutland
2018-11-30arm64: drop linker script hack to hide __efistub_ symbolsArd Biesheuvel
2018-11-29arm64: io: Ensure value passed to __iormb() is held in a 64-bit registerWill Deacon
2018-11-27arm64: tlbi: Set MAX_TLBI_OPS to PTRS_PER_PTEWill Deacon
2018-11-27arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel
2018-11-27arm64/insn: add support for emitting ADR/ADRP instructionsArd Biesheuvel
2018-11-27arm64: Use a raw spinlock in __install_bp_hardening_cb()James Morse
2018-11-27arm64: acpi: Prepare for longer MADTsJeremy Linton
2018-11-27arm64: io: Ensure calls to delay routines are ordered against prior readX()Will Deacon
2018-11-26arm64: mm: Don't wait for completion of TLB invalidation when page agingAlex Van Brunt
2018-11-20arm64/module: use plt section indices for relocationsJessica Yu