summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt2012-07-101-5/+6
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely2012-04-302-6/+4Star
|/
* irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely2012-04-122-2/+2
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-051-7/+9
|\
| * PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-7/+9
* | powerpc: Mark const init data with __initconst instead of __initdataUwe Kleine-König2012-04-022-2/+2
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-301-1/+1
|\ \
| * | Wrap accesses to the fd_sets in struct fdtableDavid Howells2012-02-191-1/+1
| |/
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\ \
| * | Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+0Star
* | | powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell2012-03-281-2/+0Star
|/ /
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-223-3/+3
|\ \
| * | powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt2012-03-212-2/+1Star
| * | powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett2012-02-231-1/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-7/+7
|\ \
| * | spufs: make register_filesystem the last potential failure exitAl Viro2012-03-211-5/+5
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+2
| |/
* | irq_domain/powerpc: constify irq_domain_opsGrant Likely2012-02-164-4/+4
* | irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-164-13/+6Star
* | irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-144-33/+33
|/
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-084-14/+13Star
|\
| * switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro2012-01-041-2/+2
| * switch spufs guts to umode_tAl Viro2012-01-043-11/+11
| * vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-073-103/+104
|\ \
| * \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-063-103/+104
| |\ \ | | |/ | |/|
| | * driver-core: remove sysdev.h usage.Kay Sievers2011-12-221-1/+1
| | * cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-212-102/+103
* | | powerpc/mpic: Add in-core support for cascaded MPICsKyle Moffett2011-12-071-23/+0Star
* | | powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett2011-12-071-1/+1
* | | powerpc/cell/iommu: Add missing of_node_putJulia Lawall2011-11-251-0/+2
|/ /
* / powerpc/irq: Remove IRQF_DISABLEDYong Zhang2011-11-085-11/+7Star
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0729-20/+22
|\
| * powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-11-019-10/+0Star
| * powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-11-019-9/+9
| * powerpc: fix implicit notifier use in converting to export.hPaul Gortmaker2011-11-011-1/+2
| * powerpc: cell/beat_wrapper.h is implicitly using memcpy functionsPaul Gortmaker2011-11-011-0/+1
| * powerpc: Fix up implicit sched.h usersPaul Gortmaker2011-11-011-0/+1
| * powerpc: Fix up modules that should be including module.hPaul Gortmaker2011-11-014-0/+4
| * powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-11-015-0/+5
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-071-0/+21
|\ \ | |/ |/|
| * powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller2011-09-201-2/+11
| * powerpc: Override dma_get_required_mask by platform hook and opsMilton Miller2011-09-011-0/+12
* | net: fix IBM EMAC driver after rename.Tony Breeds2011-08-191-4/+4
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-273-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-253-6/+6
|\
| * treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-103-6/+6
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-2/+9