summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* powerpc/476fpe: Add 476fpe SoC codeTony Breeds2011-12-092-1/+63
* powerpc/44x: pci: Setup the dma_window properties for each pci_controllerTony Breeds2011-12-091-0/+6
* powerpc/44x: pci: Add a want_sdr flag into ppc4xx_pciex_hwopsTony Breeds2011-12-091-6/+14
* powerpc/44x: pci: Use PCI_BASE_ADDRESS_MEM_PREFETCH rather than magic value.Tony Breeds2011-12-091-1/+1
* powerpc/xics: Harden xics hypervisor backendAnton Blanchard2011-11-281-11/+27
* Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2011-11-259-1250/+1591
|\
| * powerpc/fsl_msi: add support for the fsl, msi property in PCI nodesTimur Tabi2011-11-242-0/+42
| * powerpc/85xx: Add lbc suspend support for PMJia Hongtao2011-11-241-0/+36
| * fsl-rio: Add two ports and rapidio message units supportLiu Gang2011-11-243-423/+545
| * fsl-rio: Split rio driver into two parts, RapidIO endpoint and message unitLiu Gang2011-11-244-1128/+1267
| * arch/powerpc/sysdev/ehv_pic.c: add missing kfreeJulia Lawall2011-11-241-0/+1
| * powerpc/fsl-lbc: Fix for fsl_upmAlexandre Rusev2011-11-241-0/+1
| * powerpc/qe: Fixup QE_General4 errataJoakim Tjernlund2011-11-241-1/+1
* | powerpc/mpic: Remove extra semicolon.Justin P. Mattock2011-11-251-1/+1
* | powerpc: Mark IPI interrupts IRQF_NO_THREADThomas Gleixner2011-11-251-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Linus Torvalds2011-11-151-1/+1
|\
| * fsl-rio: fix compile errorLiu Gang2011-11-141-1/+1
* | powerpc/irq: Remove IRQF_DISABLEDYong Zhang2011-11-083-6/+3
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0622-10/+21
|\
| * 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 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-0612-447/+385
|\ \
| * | powerpc/85xx: issue 15 EOI after core reset for FSL CoreNet devicesMatthew McClintock2011-11-031-0/+10
| * | powerpc/cpm: Clear muram before it is in use.Hongjun Chen2011-10-221-1/+2
| * | powerpc/fsl_msi: add support for "msi-address-64" propertyTimur Tabi2011-10-142-8/+15
| * | powerpc/fsl_msi: fix support for multiple MSI rangesTimur Tabi2011-10-111-3/+5
| * | gpio: move mpc8xxx/512x gpio driver to drivers/gpioWolfram Sang2011-09-232-396/+0
| * | powerpc/powernv: Add OPAL ICS backendBenjamin Herrenschmidt2011-09-203-6/+247
| * | powerpc/xics: Add __init to marker icp_native_init()Arnaud Lacombe2011-09-201-1/+1
| * | powerpc/4xx/pci: Add __init annotations for *init_port_hw() functions.Tony Breeds2011-09-201-6/+6
| * | powerpc/mpic: Add support for discontiguous coresTimur Tabi2011-09-201-9/+15
| * | Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt2011-08-302-17/+84
| |\ \
| | * | powerpc/4xx: enable and fix pcie gen1/gen2 on the 460sxAyman El-Khashab2011-08-112-17/+84
* | | | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-6/+2
|\ \ \ \
| * \ \ \ Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-192-4/+6
| |\ \ \ \ | | |/ / /
| * | | | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-6/+2
| | |/ / | |/| |
* | | | arch/powerpc/sysdev/fsl_rio.c: release rapidio port I/O region resource if po...Liu Gang2011-11-021-0/+1
| |_|/ |/| |
* | | 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
|/ / / / /
OpenPOWER on IntegriCloud