summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* arm64: smp: make of_parse_and_init_cpus staticJisheng Zhang2015-11-121-1/+1
* arm64: Delay cpu feature capability checksSuzuki K. Poulose2015-10-211-0/+7
* arm64: Delay cpuinfo_store_boot_cpuSuzuki K. Poulose2015-10-211-0/+1
* arm64: Delay ELF HWCAP initialisation until all CPUs are upSuzuki K. Poulose2015-10-211-0/+1
* arm64: Make the CPU information more clearSuzuki K. Poulose2015-10-211-1/+2
* arm64: fix a migrating irq bug when hotplug cpuYang Yingliang2015-10-091-1/+2
* arm64: mm: kill mm_cpumask usageWill Deacon2015-10-071-7/+0
* arm64: flush: use local TLB and I-cache invalidationWill Deacon2015-10-071-1/+1
* arm64: remove dead-code depending on CONFIG_UP_LATE_INITJonas Rabenstein2015-07-291-1/+14
* ACPI / ARM64 : use the new BAD_MADT_GICC_ENTRY macroAl Stone2015-07-071-1/+1
* ARM64 / SMP: Switch pr_err() to pr_debug() for disabled GICC entryHanjun Guo2015-07-031-4/+4
* ARM64: smp: Fix suspicious RCU usage with ipi tracepointsStephen Boyd2015-06-251-2/+2
* Merge branch 'arm64/psci-rework' of git://git.kernel.org/pub/scm/linux/kernel...Catalin Marinas2015-06-051-3/+7
|\
| * arm64: smp: consistently use error codesMark Rutland2015-05-271-3/+7
* | arm64: Use common outgoing-CPU-notification codePaul E. McKenney2015-05-211-4/+2
|/
* ARM64: kernel: unify ACPI and DT cpus initializationLorenzo Pieralisi2015-05-191-43/+148
* ARM64: kernel: make cpu_ops hooks DT agnosticLorenzo Pieralisi2015-05-191-11/+28
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-241-1/+1
|\
| * ARM64 / ACPI: Parse MADT for SMP initializationHanjun Guo2015-03-251-1/+1
* | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-1/+1
|\ \
| * | arm64: fix up obsolete cpu function usage.Rusty Russell2015-03-051-1/+1
| |/
* | arm64: mm: increase VA range of identity mapArd Biesheuvel2015-03-231-0/+1
* | arm64: apply alternatives for !SMP kernelsMark Rutland2015-03-171-1/+1
|/
* smp, ARM64: Kill SMP single function call interruptJiang Liu2015-01-231-9/+1
* arm64: add module support for alternatives fixupsAndre Przywara2014-12-041-1/+1
* arm64: add alternative runtime patchingAndre Przywara2014-11-251-0/+2
* arm64: Tell irq work about self IPI supportFrederic Weisbecker2014-09-131-1/+1
* Merge tag 'trace-ipi-tracepoints' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-091-26/+39
|\
| * ARM64: add IPI tracepointsNicolas Pitre2014-08-071-26/+39
* | arm64: cpuinfo: record cpu system register valuesMark Rutland2014-07-181-0/+6
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-061-0/+19
|\
| * arm64: Support arch_irq_work_raise() via self IPIsLarry Bassel2014-05-161-0/+19
* | ARM: Check if a CPU has gone offlineAshwin Chaugule2014-05-151-0/+22
|/
* arm64: topology: Implement basic CPU topology supportMark Brown2014-03-041-0/+11
* arm64: enable processor debug state for secondary cpusVijaya Kumar K2014-02-261-0/+1
* arm64: FIQs are unusedNicolas Pitre2014-01-301-2/+0
* Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstreamCatalin Marinas2013-12-191-0/+17
|\
| * arm64: enable generic clockevent broadcastLorenzo Pieralisi2013-12-161-0/+17
* | arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon2013-12-191-2/+4
|/
* arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas2013-11-251-0/+1
* ARM64: /proc/interrupts: display IPIs of online CPUs onlySudeep KarkadaNagesha2013-11-071-1/+1
* arm64: move enabling of GIC before CPUs are set onlineMarc Zyngier2013-11-041-5/+5
* arm64: add CPU_HOTPLUG infrastructureMark Rutland2013-10-251-0/+96
* arm64: read enable-method for CPU0Mark Rutland2013-10-251-17/+1
* arm64: factor out spin-table boot methodMark Rutland2013-10-251-60/+5
* arm64: reorganise smp_enable_opsMark Rutland2013-10-251-30/+9
* arm64: delay: don't bother reporting bogomips in /proc/cpuinfoWill Deacon2013-08-301-5/+1
* Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2013-07-191-7/+8
|\
| * arm64: Only enable local interrupts after the CPU is marked onlineCatalin Marinas2013-07-191-7/+8