index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
powermac
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-09
of: add 'of_' prefix to machine_is_compatible()
Grant Likely
1
-6
/
+6
2009-09-24
cpumask: Use accessors for cpu_*_mask: powerpc
Rusty Russell
1
-3
/
+3
2009-08-20
powerpc/pmac: Fix PowerSurge SMP IPI allocation
Benjamin Herrenschmidt
1
-1
/
+1
2009-06-26
powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMP
Benjamin Herrenschmidt
1
-64
/
+102
2009-03-30
cpumask: remove references to struct irqaction's mask field.
Rusty Russell
1
-1
/
+0
2009-01-13
powerpc/powermac: Fix occasional SMP boot failure
Benjamin Herrenschmidt
1
-1
/
+1
2008-12-16
powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_index
Nathan Lynch
1
-1
/
+1
2008-09-15
powerpc: Make the 64-bit kernel as a position-independent executable
Paul Mackerras
1
-2
/
+2
2008-07-01
powerpc: Allow create_branch() to return errors
Michael Ellerman
1
-3
/
+2
2008-07-01
powerpc: Move code patching code into arch/powerpc/lib/code-patching.c
Michael Ellerman
1
-0
/
+1
2007-06-14
[POWERPC] Fix per-cpu allocation on oldworld SMP powermacs
Paul Mackerras
1
-1
/
+0
2007-05-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
1
-5
/
+13
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-05-07
[POWERPC] Rename device_is_compatible to of_device_is_compatible
Stephen Rothwell
1
-3
/
+3
2007-05-07
[POWERPC] powermac: Support G5 CPU hotplug
Johannes Berg
1
-2
/
+10
2007-04-24
[POWERPC] Remove old interface find_devices
Stephen Rothwell
1
-1
/
+4
2007-04-12
[POWERPC] Rename get_property to of_get_property: arch/powerpc
Stephen Rothwell
1
-3
/
+3
2007-02-07
[POWERPC] powermac: local_irq_disable() is redundant after local_irq_save()
Jiri Kosina
1
-1
/
+0
2006-10-10
[POWERPC] Fix secondary CPU startup on old "powersurge" SMP powermacs
Paul Mackerras
1
-1
/
+6
2006-10-07
[POWERPC] Fix up after irq changes
Olaf Hering
1
-4
/
+4
2006-09-23
[PATCH] more fallout from get_property returning pointer to const
Al Viro
1
-1
/
+1
2006-07-31
[POWERPC] powermac: Constify & voidify get_property()
Jeremy Kerr
1
-4
/
+3
2006-07-03
[PATCH] irq-flags: POWERPC: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-23
[PATCH] more for_each_cpu() conversions
Andrew Morton
1
-3
/
+1
2006-03-03
powerpc32: Fix timebase synchronization on 32-bit powermacs
Paul Mackerras
1
-1
/
+1
2006-01-09
[PATCH] 3/5 powerpc: Add platform functions interpreter
Benjamin Herrenschmidt
1
-14
/
+34
2006-01-09
[PATCH] 1/5 powerpc: Rework PowerMac i2c part 1
Benjamin Herrenschmidt
1
-37
/
+38
2006-01-09
[PATCH] powerpc: Experimental support for new G5 Macs (#2)
Benjamin Herrenschmidt
1
-151
/
+168
2006-01-09
[PATCH] powerpc: Fixups for kernel linked at 32 MB
Michael Ellerman
1
-9
/
+7
2005-11-19
powerpc: Fix bug in timebase synchronization on 32-bit SMP powermac
Paul Mackerras
1
-2
/
+4
2005-11-10
powerpc: Fixes for 32-bit powermac SMP
Paul Mackerras
1
-20
/
+31
2005-10-22
powerpc: Merge in 64-bit powermac support.
Paul Mackerras
1
-190
/
+340
2005-10-19
ppc: Minor smp changes for consistency with ppc64
Paul Mackerras
1
-3
/
+2
2005-10-10
powerpc: rename powermac files to remove pmac_ prefix
Paul Mackerras
1
-0
/
+716