summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell
AgeCommit message (Expand)AuthorFilesLines
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-53/+26
2012-07-29new helper: done_path_create()Al Viro1-3/+1
2012-07-29pull unlock+dput() out into do_spu_create()Al Viro2-16/+11
2012-07-29spufs: pull unlock-and-dput() up into spufs_create()Al Viro1-23/+10
2012-07-29spufs_create_context(): simplify failure exitsAl Viro1-7/+1
2012-07-29move spu_forget() into spufs_rmdir()Al Viro1-6/+5
2012-07-25Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-2/+1
2012-07-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-16/+13
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-10/+8
2012-07-23spufs: shift dget/mntget towards dentry_open()Al Viro1-28/+18
2012-07-10powerpc: Merge STK_REG/PARAM/FRAMESIZEMichael Neuling1-15/+13
2012-07-10powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling1-13/+13
2012-07-10Merge branch 'merge' into nextBenjamin Herrenschmidt1-5/+6
2012-07-10powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt1-5/+6
2012-07-06devicetree: add helper inline for retrieving a node's full nameGrant Likely1-2/+1
2012-07-03powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performanceAnton Blanchard1-1/+0
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-30powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely2-6/+4
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely2-2/+2
2012-04-05Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-7/+9
2012-04-02powerpc: Mark const init data with __initconst instead of __initdataUwe Kleine-König2-2/+2
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2012-03-28PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-7/+9
2012-03-28powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell1-2/+0
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds3-3/+3
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+7
2012-03-21spufs: make register_filesystem the last potential failure exitAl Viro1-5/+5
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro1-2/+2
2012-03-21powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt2-2/+1
2012-02-23powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett1-1/+2
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells1-1/+1
2012-02-16irq_domain/powerpc: constify irq_domain_opsGrant Likely4-4/+4
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely4-13/+6
2012-02-15irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely4-33/+33
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-14/+13
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-103/+104
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman3-103/+104
2012-01-04switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro1-2/+2
2012-01-04switch spufs guts to umode_tAl Viro3-11/+11
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-22driver-core: remove sysdev.h usage.Kay Sievers1-1/+1
2011-12-22cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2-102/+103
2011-12-07powerpc/mpic: Add in-core support for cascaded MPICsKyle Moffett1-23/+0
2011-12-07powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett1-1/+1
2011-11-25powerpc/cell/iommu: Add missing of_node_putJulia Lawall1-0/+2
2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang5-11/+7
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds29-20/+22