summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* arm64/numa: remove the limitation that cpu0 must bind to node0Zhen Lei2016-09-091-0/+1
* arm64: Use static keys for CPU featuresCatalin Marinas2016-09-071-0/+5
* arm64: Support hard limit of cpu count by nr_cpusKefeng Wang2016-08-091-4/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-271-2/+8
|\
| * arm64: Honor nosmp kernel command line optionSuzuki K Poulose2016-07-211-0/+7
| * arm64: Fix incorrect per-cpu usage for boot CPUSuzuki K Poulose2016-07-211-1/+1
| * arm64: debug: unmask PSTATE.D earlierWill Deacon2016-07-191-1/+0Star
| * arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse2016-06-271-0/+18
* | Merge branch 'acpi-numa'Rafael J. Wysocki2016-07-251-0/+2
|\ \
| * | arm64, ACPI, NUMA: NUMA support based on SRAT and SLITHanjun Guo2016-05-301-0/+2
| |/
* / arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse2016-06-221-0/+18
|/
* arm64: secondary_start_kernel: Remove unnecessary barrierSuzuki K Poulose2016-05-111-2/+0Star
* arm64: Fix behavior of maxcpus=NSuzuki K Poulose2016-04-251-17/+1Star
* arm64: Reduce verbosity on SMP CPU stopJan Glauber2016-04-191-11/+5Star
* arm64, numa: Add NUMA support for arm64 platforms.Ganapatrao Kulkarni2016-04-151-0/+4
* arm64: vhe: Verify CPU Exception LevelsSuzuki K Poulose2016-04-151-0/+38
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-181-3/+96
|\
| * arm64: Handle early CPU boot failuresSuzuki K Poulose2016-02-251-0/+45
| * arm64: Move cpu_die_early to smp.cSuzuki K Poulose2016-02-241-0/+22
| * arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi2016-02-161-0/+28
| * arm64: unify idmap removalMark Rutland2016-02-161-3/+1Star
* | 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/+0Star
* 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/+2Star
|/
* 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/+1Star
* 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-101-26/+39
|\