summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt2013-05-061-1/+1
* cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-022-10/+9Star
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-042-7/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-181-1/+4
|\
| * powerpc/powermac/cpufreq_32: Set non-infinite transition time for 7447A driverAndreas Schwab2012-11-151-1/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \
| * | Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
| |/
* / drivers/of: Constify device_node->name and ->path_component_nameGrant Likely2012-11-171-1/+1
|/
* Merge branch 'merge' into nextBenjamin Herrenschmidt2012-05-091-3/+3
|\
| * powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely2012-04-301-3/+3
* | i2c/powermac: Register i2c devices from device-treeBenjamin Herrenschmidt2012-04-301-0/+1
|/
* powerpc/pmac: Don't add_timer() twiceBenjamin Herrenschmidt2012-04-231-0/+9
* irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely2012-04-121-1/+1
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-295-4/+2Star
|\
| * Disintegrate asm/system.h for PowerPCDavid Howells2012-03-285-4/+2Star
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-3/+0Star
|\ \ | |/ |/|
| * powerpc/PCI: make pci_probe_only default to 0Bjorn Helgaas2012-02-241-3/+0Star
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-222-24/+19Star
|\ \
| * | powerpc/pmac: Use string library in nvram codeAkinobu Mita2012-03-071-23/+19Star
| * | powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett2012-02-231-1/+0Star
| |/
* | irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely2012-02-161-12/+1Star
* | irq_domain/powerpc: constify irq_domain_opsGrant Likely2012-02-162-2/+2
* | irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-162-5/+3Star
* | irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-142-10/+10
|/
* 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-221-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/+6Star
* | | powerpc/mpic: Add in-core support for cascaded MPICsKyle Moffett2011-12-071-31/+5Star
* | | powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett2011-12-071-1/+1
* | | powerpc: Consolidate mpic_alloc() OF address translationKyle Moffett2011-12-071-7/+1Star
* | | 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/+2Star
|/
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-11-011-1/+0Star
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-11-012-2/+2
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-11-013-0/+3
* powerpc: Fix device-tree matching for Apple U4 bridgeBenjamin Herrenschmidt2011-09-301-0/+14
* Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-271-3/+3
|\
| * powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring2011-07-121-3/+3
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-272-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-262-4/+1Star
|\ \
| * | powerpc: Move free_initmem to common codeDave Carroll2011-06-301-3/+0Star
| * | 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/+5Star
|\ \
| * | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-103-7/+5Star
| |/
* / 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/+11Star
|\