aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/smp.c
AgeCommit message (Expand)Author
2014-01-30arm64: FIQs are unusedNicolas Pitre
2013-12-19Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstreamCatalin Marinas
2013-12-19arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon
2013-12-16arm64: enable generic clockevent broadcastLorenzo Pieralisi
2013-11-25arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas
2013-11-07ARM64: /proc/interrupts: display IPIs of online CPUs onlySudeep KarkadaNagesha
2013-11-04arm64: move enabling of GIC before CPUs are set onlineMarc Zyngier
2013-10-25arm64: add CPU_HOTPLUG infrastructureMark Rutland
2013-10-25arm64: read enable-method for CPU0Mark Rutland
2013-10-25arm64: factor out spin-table boot methodMark Rutland
2013-10-25arm64: reorganise smp_enable_opsMark Rutland
2013-08-30arm64: delay: don't bother reporting bogomips in /proc/cpuinfoWill Deacon
2013-07-19Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds
2013-07-19arm64: Only enable local interrupts after the CPU is marked onlineCatalin Marinas
2013-07-14arm64: delete __cpuinit usage from all usersPaul Gortmaker
2013-04-30Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-04-25arm64: Survive invalid cpu enable-methodsMark Rutland
2013-04-25arm64: smp: honour #address-size when parsing CPU reg propertyWill Deacon
2013-04-08arm64: Use generic idle loopThomas Gleixner
2013-03-20arm64: kernel: initialise cpu_logical_map from the DTJavi Merino
2013-03-20arm64: kernel: make the pen of the secondary a 64-bit unsigned valueJavi Merino
2013-01-29arm64: SMP: enable PSCI boot methodMarc Zyngier
2013-01-29arm64: SMP: rework the SMP code to be enabling method agnosticMarc Zyngier
2012-11-08arm64: smp: add missing completion for secondary bootWill Deacon
2012-10-16arm64: Remove duplicate inclusion of mmu_context.h in smp.cSachin Kamat
2012-09-17arm64: SMP supportCatalin Marinas