aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-05Merge branch 'arm64/psci-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linuxCatalin Marinas1-3/+7
2015-05-27arm64: smp: consistently use error codesMark Rutland1-3/+7
2015-05-21arm64: Use common outgoing-CPU-notification codePaul E. McKenney1-4/+2
2015-05-19ARM64: kernel: unify ACPI and DT cpus initializationLorenzo Pieralisi1-43/+148
2015-05-19ARM64: kernel: make cpu_ops hooks DT agnosticLorenzo Pieralisi1-11/+28
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-03-25ARM64 / ACPI: Parse MADT for SMP initializationHanjun Guo1-1/+1
2015-03-23arm64: mm: increase VA range of identity mapArd Biesheuvel1-0/+1
2015-03-17arm64: apply alternatives for !SMP kernelsMark Rutland1-1/+1
2015-03-05arm64: fix up obsolete cpu function usage.Rusty Russell1-1/+1
2015-01-23smp, ARM64: Kill SMP single function call interruptJiang Liu1-9/+1
2014-12-04arm64: add module support for alternatives fixupsAndre Przywara1-1/+1
2014-11-25arm64: add alternative runtime patchingAndre Przywara1-0/+2
2014-09-13arm64: Tell irq work about self IPI supportFrederic Weisbecker1-1/+1
2014-08-09Merge tag 'trace-ipi-tracepoints' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-26/+39
2014-08-07ARM64: add IPI tracepointsNicolas Pitre1-26/+39
2014-07-18arm64: cpuinfo: record cpu system register valuesMark Rutland1-0/+6
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into nextLinus Torvalds1-0/+19
2014-05-16arm64: Support arch_irq_work_raise() via self IPIsLarry Bassel1-0/+19
2014-05-15ARM: Check if a CPU has gone offlineAshwin Chaugule1-0/+22
2014-03-04arm64: topology: Implement basic CPU topology supportMark Brown1-0/+11
2014-02-26arm64: enable processor debug state for secondary cpusVijaya Kumar K1-0/+1
2014-01-30arm64: FIQs are unusedNicolas Pitre1-2/+0
2013-12-19Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstreamCatalin Marinas1-0/+17
2013-12-19arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon1-2/+4
2013-12-16arm64: enable generic clockevent broadcastLorenzo Pieralisi1-0/+17
2013-11-25arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas1-0/+1
2013-11-07ARM64: /proc/interrupts: display IPIs of online CPUs onlySudeep KarkadaNagesha1-1/+1
2013-11-04arm64: move enabling of GIC before CPUs are set onlineMarc Zyngier1-5/+5
2013-10-25arm64: add CPU_HOTPLUG infrastructureMark Rutland1-0/+96
2013-10-25arm64: read enable-method for CPU0Mark Rutland1-17/+1
2013-10-25arm64: factor out spin-table boot methodMark Rutland1-60/+5
2013-10-25arm64: reorganise smp_enable_opsMark Rutland1-30/+9
2013-08-30arm64: delay: don't bother reporting bogomips in /proc/cpuinfoWill Deacon1-5/+1
2013-07-19Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-7/+8
2013-07-19arm64: Only enable local interrupts after the CPU is marked onlineCatalin Marinas1-7/+8
2013-07-14arm64: delete __cpuinit usage from all usersPaul Gortmaker1-4/+4
2013-04-30Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-16/+97
2013-04-25arm64: Survive invalid cpu enable-methodsMark Rutland1-4/+4
2013-04-25arm64: smp: honour #address-size when parsing CPU reg propertyWill Deacon1-1/+4
2013-04-08arm64: Use generic idle loopThomas Gleixner1-1/+1
2013-03-20arm64: kernel: initialise cpu_logical_map from the DTJavi Merino1-7/+85
2013-03-20arm64: kernel: make the pen of the secondary a 64-bit unsigned valueJavi Merino1-5/+5
2013-01-29arm64: SMP: enable PSCI boot methodMarc Zyngier1-0/+1
2013-01-29arm64: SMP: rework the SMP code to be enabling method agnosticMarc Zyngier1-22/+46
2012-11-08arm64: smp: add missing completion for secondary bootWill Deacon1-2/+1
2012-10-16arm64: Remove duplicate inclusion of mmu_context.h in smp.cSachin Kamat1-1/+0
2012-09-17arm64: SMP supportCatalin Marinas1-0/+469