index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-01
powerpc: various straight conversions from module.h --> export.h
Paul Gortmaker
1
-1
/
+1
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-07-26
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-12
/
+18
2011-07-12
KVM: PPC: Add support for Book3S processors in hypervisor mode
Paul Mackerras
1
-0
/
+1
2011-07-08
powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKE
Becky Bruce
1
-0
/
+4
2011-06-29
powerpc/book3e-64: Reraise doorbell when masked by soft-irq-disable
Scott Wood
1
-8
/
+0
2011-06-20
powerpc: Avoid extra indirect function call in sending IPIs
Paul Mackerras
1
-4
/
+14
2011-05-26
powerpc/cell: Use common smp ipi actions
Milton Miller
1
-1
/
+1
2011-05-20
Merge remote branch 'origin/master' into merge
Benjamin Herrenschmidt
1
-2
/
+2
2011-05-19
Merge branch 'merge' into next
Benjamin Herrenschmidt
1
-2
/
+2
2011-05-19
powerpc: Use bytes instead of bitops in smp ipi multiplexing
Milton Miller
1
-13
/
+18
2011-05-19
powerpc: Add kconfig for muxed smp ipi support
Milton Miller
1
-0
/
+2
2011-05-19
powerpc: Consolidate ipi message mux and demux
Milton Miller
1
-31
/
+63
2011-05-19
powerpc: Remove call sites of MSG_ALL_BUT_SELF
Milton Miller
1
-6
/
+13
2011-05-19
powerpc/4xx: Fix regression in SMP on 476
kerstin jonsson
1
-2
/
+2
2011-05-04
powerpc: Convert old cpumask API into new one
KOSAKI Motohiro
1
-2
/
+2
2011-04-20
powerpc/smp: smp_ops->kick_cpu() should be able to fail
Michael Ellerman
1
-2
/
+8
2011-04-14
sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()
Peter Zijlstra
1
-2
/
+2
2011-04-01
powerpc/smp: Increase vdso_data->processorCount, not just decrease it
Benjamin Herrenschmidt
1
-0
/
+4
2011-04-01
powerpc/smp: Create idle threads on demand and properly reset them
Benjamin Herrenschmidt
1
-22
/
+78
2011-04-01
powerpc/smp: Don't expose per-cpu "cpu_state" array
Benjamin Herrenschmidt
1
-1
/
+6
2011-04-01
powerpc/smp: Add a smp_ops->bringup_up() done callback
Benjamin Herrenschmidt
1
-0
/
+4
2011-04-01
powerpc/pmac/smp: Rename fixup_irqs() to migrate_irqs() and use it on ppc32
Benjamin Herrenschmidt
1
-1
/
+1
2011-04-01
powerpc/smp: Remove unused smp_ops->cpu_enable()
Benjamin Herrenschmidt
1
-10
/
+0
2011-04-01
powerpc/smp: Remove unused generic_cpu_enable()
Benjamin Herrenschmidt
1
-22
/
+0
2011-04-01
powerpc/smp: Fix generic_mach_cpu_die()
Benjamin Herrenschmidt
1
-2
/
+1
2011-04-01
powerpc/smp: soft-replugged CPUs must go back to start_secondary
Benjamin Herrenschmidt
1
-2
/
+7
2010-11-29
powerpc: Cleanup APIs for cpu/thread/core mappings
Vaidyanathan Srinivasan
1
-3
/
+16
2010-09-02
powerpc: Account time using timebase rather than PURR
Paul Mackerras
1
-5
/
+0
2010-09-02
powerpc: Move arch_sd_sibling_asym_packing() to smp.c
Michael Neuling
1
-0
/
+9
2010-08-24
powerpc: Silence __cpu_up() under normal operation
Signed-off-by: Darren Hart
1
-2
/
+2
2010-07-31
powerpc/smp: remove the incorrect decrementer initial codes for AP
Tiejun Chen
1
-8
/
+0
2010-07-09
powerpc: Clean up obsolete code relating to decrementer and timebase
Paul Mackerras
1
-2
/
+0
2010-05-21
powerpc: Use common cpu_die (fixes SMP+SUSPEND build)
Milton Miller
1
-0
/
+6
2010-05-06
powerpc/cpumask: Update some comments
Anton Blanchard
1
-1
/
+1
2010-05-06
powerpc/cpumask: Dynamically allocate cpu_sibling_map and cpu_core_map cpumasks
Anton Blanchard
1
-18
/
+24
2010-05-06
powerpc/cpumask: Convert fixup_irqs to new cpumask API
Anton Blanchard
1
-2
/
+2
2010-05-06
powerpc/cpumask: Convert smp_cpus_done to new cpumask API
Anton Blanchard
1
-3
/
+6
2010-05-05
powerpc/47x: Base ppc476 support
Dave Kleikamp
1
-0
/
+8
2010-04-07
powerpc: Use set_cpus_allowed_ptr
Julia Lawall
1
-2
/
+2
2010-01-15
powerpc: Move cpu hotplug driver lock from pseries to powerpc
Nathan Fontenot
1
-0
/
+12
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-1
/
+1
2009-12-09
powerpc: stop_this_cpu: remove the cpu from the online map.
Valentine Barshak
1
-0
/
+3
2009-10-29
percpu: make percpu symbols in powerpc unique
Tejun Heo
1
-1
/
+1
2009-09-24
cpumask: Use accessors for cpu_*_mask: powerpc
Rusty Russell
1
-4
/
+4
2009-09-24
cpumask: arch_send_call_function_ipi_mask: powerpc
Rusty Russell
1
-2
/
+2
2009-09-11
powerpc/85xx: Fix SMP compile error and allow NULL for smp_ops
Kumar Gala
1
-3
/
+7
2009-08-27
powerpc/pseries: Reduce the polling interval in __cpu_up()
Gautham R Shenoy
1
-3
/
+2
2009-06-26
powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMP
Benjamin Herrenschmidt
1
-1
/
+2
2009-01-02
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+0
[next]