summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-1/+1
|\
| * Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-1/+1
| |\
| | * driver-core: remove sysdev.h usage.Kay Sievers2011-12-211-1/+1
* | | powerpc/pmac: Fix SMP kernels on pre-core99 UP machinesBenjamin Herrenschmidt2011-12-161-1/+1
* | | powerpc/pmac: Simplify old pmac PIC interrupt handlingBenjamin Herrenschmidt2011-12-161-28/+6
* | | powerpc/mpic: Add in-core support for cascaded MPICsKyle Moffett2011-12-071-31/+5
* | | powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett2011-12-071-1/+1
* | | powerpc: Consolidate mpic_alloc() OF address translationKyle Moffett2011-12-071-7/+1
* | | powerpc: Mark IPI interrupts IRQF_NO_THREADThomas Gleixner2011-11-251-2/+2
* | | powerpc/powermac: Add missing of_node_putJulia Lawall2011-11-251-2/+6
|/ /
* | powerpc/irq: Remove IRQF_DISABLEDYong Zhang2011-11-082-3/+2
|/
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-312-2/+2
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-313-0/+3
* powerpc: Fix device-tree matching for Apple U4 bridgeBenjamin Herrenschmidt2011-09-291-0/+14
* Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-261-3/+3
|\
| * powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring2011-07-121-3/+3
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-262-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-252-4/+1
|\ \
| * | powerpc: Move free_initmem to common codeDave Carroll2011-06-301-3/+0
| * | powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras2011-06-201-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-253-7/+5
|\ \
| * | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-103-7/+5
| |/
* | pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt2011-06-081-1/+2
|/
* powerpc/pmac: Don't register pmac PIC syscore ops when HW not presentBenjamin Herrenschmidt2011-05-311-1/+2
* Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-201-31/+11
|\
| * PM / PowerPC: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki2011-05-111-31/+11
* | powerpc/psurge: Create a irq_host for secondary cpusMilton Miller2011-05-193-13/+46
* | powerpc: Add kconfig for muxed smp ipi supportMilton Miller2011-05-193-7/+16
* | powerpc: Consolidate ipi message mux and demuxMilton Miller2011-05-191-21/+6
* | powerpc: Remove powermac/pic.hMilton Miller2011-05-191-11/+0
* | powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller2011-05-191-14/+3
* | powerpc/irq: Stop exporting irq_mapGrant Likely2011-05-041-6/+6
* | powerpc/smp: smp_ops->kick_cpu() should be able to failMichael Ellerman2011-04-201-3/+7
|/
* powerpc/powermac: Build fix with SMP and CPU hotplugBenjamin Herrenschmidt2011-04-181-3/+5
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-073-3/+3
|\
| * Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* | powerpc/pmac/smp: Remove no-longer needed preempt workaroundBenjamin Herrenschmidt2011-04-011-7/+0
* | powerpc/smp: Don't expose per-cpu "cpu_state" arrayBenjamin Herrenschmidt2011-04-011-4/+8
* | powerpc/pmac/smp: Fix CPU hotplug crashes on some machinesBenjamin Herrenschmidt2011-04-011-16/+55
* | powerpc/pmac/smp: Properly NAP offlined CPU on G5Benjamin Herrenschmidt2011-04-011-6/+8
* | powerpc/pmac/smp: Remove HMT changes for PowerMac offline codeBenjamin Herrenschmidt2011-04-011-4/+0
* | powerpc/pmac/smp: Consolidate 32-bit and 64-bit PowerMac cpu_die in one fileBenjamin Herrenschmidt2011-04-013-60/+55
* | powerpc/pmac/smp: Fixup smp_core99_cpu_disable() and use it on 64-bitBenjamin Herrenschmidt2011-04-011-12/+5
* | powerpc/pmac/smp: Fix 32-bit PowerMac cpu_dieBenjamin Herrenschmidt2011-04-011-20/+5
* | powerpc/smp: Remove unused smp_ops->cpu_enable()Benjamin Herrenschmidt2011-04-011-2/+0
|/
* powerpc: Convert to new irq_* function namesThomas Gleixner2011-03-292-7/+7
* powerpc: mac: pic: Use irqd_is_level_type()Thomas Gleixner2011-03-291-1/+1
* powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner2011-03-291-2/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-03-181-23/+25
|\
OpenPOWER on IntegriCloud