aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-23spufs: shift dget/mntget towards dentry_open()Al Viro1-28/+18
2012-07-10powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt1-5/+6
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-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-7/+9
2012-04-02powerpc: Mark const init data with __initconst instead of __initdataUwe Kleine-König2-2/+2
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus 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-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-3/+3
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7
2012-03-20spufs: make register_filesystem the last potential failure exitAl Viro1-5/+5
2012-03-20switch 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-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely4-33/+33
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-14/+13
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-103/+104
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman3-103/+104
2012-01-03switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro1-2/+2
2012-01-03switch spufs guts to umode_tAl Viro3-11/+11
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+1
2011-12-21cpu: 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-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds29-20/+22
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+21
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker9-10/+0
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker9-9/+9
2011-10-31powerpc: fix implicit notifier use in converting to export.hPaul Gortmaker1-1/+2
2011-10-31powerpc: cell/beat_wrapper.h is implicitly using memcpy functionsPaul Gortmaker1-0/+1
2011-10-31powerpc: Fix up implicit sched.h usersPaul Gortmaker1-0/+1
2011-10-31powerpc: Fix up modules that should be including module.hPaul Gortmaker4-0/+4
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker5-0/+5
2011-09-20powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller1-2/+11
2011-09-01powerpc: Override dma_get_required_mask by platform hook and opsMilton Miller1-0/+12
2011-08-18net: fix IBM EMAC driver after rename.Tony Breeds1-4/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma3-3/+3
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-6/+6
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+9