summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-03105-974/+1699
|\
| * arm64: tlbflush.h: add __tlbi() macroMark Rutland2016-09-281-8/+26
| * arm64: Kconfig: remove SMP dependence for NUMAKefeng Wang2016-09-281-1/+0
| * arm64: Kconfig: select OF/ACPI_NUMA under NUMA configKefeng Wang2016-09-261-1/+2
| * arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland2016-09-262-6/+9
| * arm/arm64: arch_timer: Use archdata to indicate vdso suitabilityScott Wood2016-09-237-10/+23
| * arm64: arch_timer: Work around QorIQ Erratum A-008585Scott Wood2016-09-235-3/+169
| * arm64: arch_timer: Add device tree binding for A-008585 erratumScott Wood2016-09-231-0/+6
| * arm64: Correctly bounds check virt_addr_validLaura Abbott2016-09-221-2/+6
| * arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-203-3/+3
| * arm64: pmu: Hoist pmu platform device nameJeremy Linton2016-09-162-1/+3
| * arm64: pmu: Probe default hw/cache countersJeremy Linton2016-09-161-4/+41
| * arm64: pmu: add fallback probe tableMark Salter2016-09-162-2/+13
| * MAINTAINERS: Update ARM PMU PROFILING AND DEBUGGING entryWill Deacon2016-09-161-2/+4
| * arm64: Improve kprobes test for atomic sequenceDavid A. Long2016-09-151-25/+23
| * arm64/kvm: use alternative auto-nopMark Rutland2016-09-122-12/+4
| * arm64: use alternative auto-nopMark Rutland2016-09-123-24/+8
| * arm64: alternative: add auto-nop infrastructureMark Rutland2016-09-121-17/+53
| * arm64: lse: convert lse alternatives NOP padding to use __nopsWill Deacon2016-09-093-56/+39
| * arm64: barriers: introduce nops and __nops macros for NOP sequencesWill Deacon2016-09-092-0/+12
| * arm64: sysreg: replace open-coded mrs_s/msr_s with {read,write}_sysreg_sWill Deacon2016-09-092-5/+16
| * arm64: Remove shadowed asm-generic headersRobin Murphy2016-09-091-4/+0
| * arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose2016-09-097-3/+71
| * arm64: Refactor sysinstr exception handlingSuzuki K Poulose2016-09-092-35/+114
| * arm64: Introduce raw_{d,i}cache_line_sizeSuzuki K Poulose2016-09-093-6/+22
| * arm64: alternative: Add support for patching adrp instructionsSuzuki K Poulose2016-09-091-0/+15
| * arm64: insn: Add helpers for adrp offsetsSuzuki K Poulose2016-09-092-1/+23
| * arm64: alternative: Disallow patching instructions using literalsSuzuki K Poulose2016-09-091-0/+6
| * arm64: Rearrange CPU errata workaround checksSuzuki K Poulose2016-09-094-15/+29
| * arm64: Use consistent naming for errata handlingSuzuki K Poulose2016-09-094-6/+6
| * arm64: Set the safe value for L1 icache policySuzuki K Poulose2016-09-092-3/+4
| * arm64/numa: remove the limitation that cpu0 must bind to node0Zhen Lei2016-09-092-6/+11
| * arm64/numa: remove some useless codeZhen Lei2016-09-091-4/+0
| * arm64/numa: support HAVE_SETUP_PER_CPU_AREAZhen Lei2016-09-092-0/+60
| * arm64: numa: Use pr_fmt()Kefeng Wang2016-09-091-19/+18
| * of_numa: Use pr_fmt()Kefeng Wang2016-09-091-10/+11
| * of_numa: Use of_get_next_parent to simplify codeKefeng Wang2016-09-091-5/+1
| * arm64/numa: avoid inconsistent information to be printedZhen Lei2016-09-092-4/+6
| * of/numa: remove a duplicated warningZhen Lei2016-09-091-7/+2
| * of/numa: add nid check for memory blockZhen Lei2016-09-091-0/+5
| * of/numa: fix a memory@ node can only contains one memory blockZhen Lei2016-09-091-19/+10
| * of/numa: remove a duplicated pr_debug informationZhen Lei2016-09-091-4/+0
| * drivers/perf: arm_pmu: expose a cpumask in sysfsMark Rutland2016-09-092-0/+21
| * drivers/perf: arm_pmu: only use common attr_groupsMark Rutland2016-09-091-2/+1
| * arm: perf: move to common attr_group fieldsMark Rutland2016-09-091-19/+28
| * arm64: perf: move to common attr_group fieldsMark Rutland2016-09-091-12/+24
| * drivers/perf: arm_pmu: add common attr group fieldsMark Rutland2016-09-092-1/+12
| * arm64: simplify contextidr_thread_switchMark Rutland2016-09-091-6/+3
| * arm64: simplify sysreg manipulationMark Rutland2016-09-099-52/+44
| * arm64/kvm: use {read,write}_sysreg()Mark Rutland2016-09-093-28/+15