index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
powermac
/
smp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/smp: smp_ops->kick_cpu() should be able to fail
Michael Ellerman
2011-04-20
1
-3
/
+7
*
powerpc/powermac: Build fix with SMP and CPU hotplug
Benjamin Herrenschmidt
2011-04-18
1
-3
/
+5
*
powerpc/pmac/smp: Remove no-longer needed preempt workaround
Benjamin Herrenschmidt
2011-04-01
1
-7
/
+0
*
powerpc/smp: Don't expose per-cpu "cpu_state" array
Benjamin Herrenschmidt
2011-04-01
1
-4
/
+8
*
powerpc/pmac/smp: Fix CPU hotplug crashes on some machines
Benjamin Herrenschmidt
2011-04-01
1
-16
/
+55
*
powerpc/pmac/smp: Properly NAP offlined CPU on G5
Benjamin Herrenschmidt
2011-04-01
1
-6
/
+8
*
powerpc/pmac/smp: Remove HMT changes for PowerMac offline code
Benjamin Herrenschmidt
2011-04-01
1
-4
/
+0
*
powerpc/pmac/smp: Consolidate 32-bit and 64-bit PowerMac cpu_die in one file
Benjamin Herrenschmidt
2011-04-01
1
-3
/
+55
*
powerpc/pmac/smp: Fixup smp_core99_cpu_disable() and use it on 64-bit
Benjamin Herrenschmidt
2011-04-01
1
-12
/
+5
*
powerpc/pmac/smp: Fix 32-bit PowerMac cpu_die
Benjamin Herrenschmidt
2011-04-01
1
-20
/
+5
*
powerpc/smp: Remove unused smp_ops->cpu_enable()
Benjamin Herrenschmidt
2011-04-01
1
-2
/
+0
*
powerpc: Use common cpu_die (fixes SMP+SUSPEND build)
Milton Miller
2010-05-21
1
-2
/
+3
*
powerpc/cpumask: Update some comments
Anton Blanchard
2010-05-06
1
-2
/
+2
*
of: add 'of_' prefix to machine_is_compatible()
Grant Likely
2010-02-09
1
-6
/
+6
*
cpumask: Use accessors for cpu_*_mask: powerpc
Rusty Russell
2009-09-24
1
-3
/
+3
*
powerpc/pmac: Fix PowerSurge SMP IPI allocation
Benjamin Herrenschmidt
2009-08-20
1
-1
/
+1
*
powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMP
Benjamin Herrenschmidt
2009-06-26
1
-64
/
+102
*
cpumask: remove references to struct irqaction's mask field.
Rusty Russell
2009-03-30
1
-1
/
+0
*
powerpc/powermac: Fix occasional SMP boot failure
Benjamin Herrenschmidt
2009-01-13
1
-1
/
+1
*
powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_index
Nathan Lynch
2008-12-16
1
-1
/
+1
*
powerpc: Make the 64-bit kernel as a position-independent executable
Paul Mackerras
2008-09-15
1
-2
/
+2
*
powerpc: Allow create_branch() to return errors
Michael Ellerman
2008-07-01
1
-3
/
+2
*
powerpc: Move code patching code into arch/powerpc/lib/code-patching.c
Michael Ellerman
2008-07-01
1
-0
/
+1
*
[POWERPC] Fix per-cpu allocation on oldworld SMP powermacs
Paul Mackerras
2007-06-14
1
-1
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
2007-05-08
1
-5
/
+13
|
\
|
*
[POWERPC] Rename device_is_compatible to of_device_is_compatible
Stephen Rothwell
2007-05-07
1
-3
/
+3
|
*
[POWERPC] powermac: Support G5 CPU hotplug
Johannes Berg
2007-05-07
1
-2
/
+10
*
|
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
|
/
*
[POWERPC] Remove old interface find_devices
Stephen Rothwell
2007-04-24
1
-1
/
+4
*
[POWERPC] Rename get_property to of_get_property: arch/powerpc
Stephen Rothwell
2007-04-13
1
-3
/
+3
*
[POWERPC] powermac: local_irq_disable() is redundant after local_irq_save()
Jiri Kosina
2007-02-07
1
-1
/
+0
*
[POWERPC] Fix secondary CPU startup on old "powersurge" SMP powermacs
Paul Mackerras
2006-10-10
1
-1
/
+6
*
[POWERPC] Fix up after irq changes
Olaf Hering
2006-10-07
1
-4
/
+4
*
[PATCH] more fallout from get_property returning pointer to const
Al Viro
2006-09-23
1
-1
/
+1
*
[POWERPC] powermac: Constify & voidify get_property()
Jeremy Kerr
2006-07-31
1
-4
/
+3
*
[PATCH] irq-flags: POWERPC: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-1
/
+1
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] more for_each_cpu() conversions
Andrew Morton
2006-03-23
1
-3
/
+1
*
powerpc32: Fix timebase synchronization on 32-bit powermacs
Paul Mackerras
2006-03-03
1
-1
/
+1
*
[PATCH] 3/5 powerpc: Add platform functions interpreter
Benjamin Herrenschmidt
2006-01-09
1
-14
/
+34
*
[PATCH] 1/5 powerpc: Rework PowerMac i2c part 1
Benjamin Herrenschmidt
2006-01-09
1
-37
/
+38
*
[PATCH] powerpc: Experimental support for new G5 Macs (#2)
Benjamin Herrenschmidt
2006-01-09
1
-151
/
+168
*
[PATCH] powerpc: Fixups for kernel linked at 32 MB
Michael Ellerman
2006-01-09
1
-9
/
+7
*
powerpc: Fix bug in timebase synchronization on 32-bit SMP powermac
Paul Mackerras
2005-11-19
1
-2
/
+4
*
powerpc: Fixes for 32-bit powermac SMP
Paul Mackerras
2005-11-10
1
-20
/
+31
*
powerpc: Merge in 64-bit powermac support.
Paul Mackerras
2005-10-22
1
-190
/
+340
*
ppc: Minor smp changes for consistency with ppc64
Paul Mackerras
2005-10-19
1
-3
/
+2
*
powerpc: rename powermac files to remove pmac_ prefix
Paul Mackerras
2005-10-10
1
-0
/
+716