summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-291-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-281-1/+0
|\ \
| * | Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+0
* | | powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell2012-03-281-2/+0
|/ /
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-213-3/+3
|\ \
| * | powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt2012-03-212-2/+1
| * | 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-201-5/+5
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-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/+6
* | 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/+13
|\
| * switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro2012-01-031-2/+2
| * switch spufs guts to umode_tAl Viro2012-01-033-11/+11
| * vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* | 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-211-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/+0
* | | 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/+7
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0629-20/+22
|\
| * powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-319-10/+0
| * powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-319-9/+9
| * powerpc: fix implicit notifier use in converting to export.hPaul Gortmaker2011-10-311-1/+2
| * powerpc: cell/beat_wrapper.h is implicitly using memcpy functionsPaul Gortmaker2011-10-311-0/+1
| * powerpc: Fix up implicit sched.h usersPaul Gortmaker2011-10-311-0/+1
| * powerpc: Fix up modules that should be including module.hPaul Gortmaker2011-10-314-0/+4
| * powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-315-0/+5
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-061-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-181-4/+4
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-263-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-201-2/+9
* | switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro2011-07-203-32/+21
|/
* powerpc/cell: Rename ipi functions to match current abstractionsMilton Miller2011-05-263-10/+10
* powerpc/cell: Use common smp ipi actionsMilton Miller2011-05-261-32/+13
* Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-202-11/+19
|\
OpenPOWER on IntegriCloud