summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-312-2/+0
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-318-8/+8
* powerpc: Fix up implicit sched.h usersPaul Gortmaker2011-10-311-0/+1
* powerpc: Fix up implicit stat.h usersPaul Gortmaker2011-10-311-0/+1
* powerpc: Fix up modules that should be including module.hPaul Gortmaker2011-10-312-0/+2
* powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-312-0/+2
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-317-0/+7
* Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2011-10-301-8/+17
|\
| * Merge commit 'v3.1-rc9' into fbdev-nextFlorian Tobias Schandinat2011-10-151-2/+3
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...Florian Tobias Schandinat2011-08-291-8/+17
| |\ \
| | * \ Merge branch 'fbdev/stable-updates'Paul Mundt2011-07-132-23/+23
| | |\ \
| | * | | drivers/video: use strings to specify the Freescale DIU monitor portTimur Tabi2011-07-131-8/+17
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-261-12/+12
|\ \ \ \ \
| * | | | | locking, powerpc: Annotate uic->lock as rawThomas Gleixner2011-09-131-12/+12
| | |_|_|/ | |/| | |
* | | | | doc: fix broken referencesPaul Bolle2011-09-271-1/+1
|/ / / /
* | | | arch/powerpc/sysdev/fsl_rio.c: correct IECSR register clear valueLiu Gang-B341822011-08-251-2/+3
|/ / /
* | | powerpc/4xx: Fix build of PCI code on 405Benjamin Herrenschmidt2011-08-051-2/+3
* | | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-263-4/+4
|\ \ \
| * | | powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring2011-07-123-4/+4
| | |/ | |/|
* | | 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-257-163/+438
|\ \ \
| * | | powerpc/4xx: Move PCIE printk to proper functionJosh Boyer2011-07-121-3/+2
| * | | powerpc/4xx: Add check_link to struct ppc4xx_pciex_hwopsTony Breeds2011-07-121-65/+83
| * | | Merge remote branch 'origin/master' into nextBenjamin Herrenschmidt2011-06-303-26/+26
| |\ \ \ | | |/ /
| * | | powerpc/85xx: Add host-pci(e) bridge only for RCPrabhakar Kushwaha2011-06-271-0/+13
| * | | powerpc: add Freescale hypervisor partition control functionsTimur Tabi2011-06-272-0/+30
| * | | powerpc: introduce the ePAPR embedded hypervisor vmpic driverAshish Kalra2011-06-272-0/+303
| * | | powerpc: make irq_choose_cpu() available to all PIC driversStuart Yoder2011-06-221-36/+0
| * | | powerpc/fsl_pci: Simplify matching logic for PCI_FIXUP_HEADERKumar Gala2011-06-221-61/+9
| * | | powerpc/mpic: Support compiling with DEBUG enabledDmitry Eremin-Solenikov2011-06-201-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-2515-28/+28
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-nextJiri Kosina2011-07-112-23/+23
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-1015-28/+28
| | |_|/ | |/| |
* | | | KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras2011-07-121-0/+9
| |/ / |/| |
* | | arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-06-291-6/+5
* | | powerpc/e500: fix breakage with fsl_rio_mcheck_exceptionScott Wood2011-06-221-17/+18
|/ /
* | powerpc/85xx: fix race bug of calling request_irq after enable elbc interruptsShaohui Xie2011-06-031-3/+3
|/
* Merge remote branch 'kumar/merge' into mergeBenjamin Herrenschmidt2011-05-272-22/+87
|\
| * powerpc/fsl_rio: Error interrupt handler for sRIO on MPC85xxShaohui Xie2011-05-201-8/+77
| * powerpc/fsl_rio: move machine_check handlerShaohui Xie2011-05-201-12/+3
| * powerpc/fsl_lbc: Add workaround for ELBC-A001 erratumShengzhou Liu2011-05-201-2/+7
* | powerpc/4xx: Adding PCIe MSI supportRupjyoti Sarmah2011-05-263-0/+284
|/
* Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-202-49/+35
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-192-49/+35
| |\
| | * PM / PowerPC: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki2011-05-112-49/+35
* | | Merge remote branch 'kumar/next' into nextBenjamin Herrenschmidt2011-05-201-7/+122
|\ \ \
| * | | powerpc/mpic: add the mpic global timer supportScott Wood2011-05-191-6/+86
| * | | powerpc/mpic: parse 4-cell intspec types other than zeroScott Wood2011-05-191-1/+36
| * | | Merge remote branch 'benh/merge' into benh-nextKumar Gala2011-05-191-2/+5
| |\ \ \ | | |/ /
* | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2011-05-191-2/+5
|\ \ \ \ | | |/ / | |/| |
OpenPOWER on IntegriCloud