summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* powerpc/cell/axon-msi: Fix MSI after kexecArnd Bergmann2008-12-161-0/+3
* powerpc/cell: Fix GDB watchpoints, againArnd Bergmann2008-11-301-2/+7
* powerpc/cell/axon-msi: Retry on missing interruptArnd Bergmann2008-11-301-5/+31
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spuf...Paul Mackerras2008-11-241-0/+3
|\
| * powerpc/spufs: Fix spinning in spufs_ps_fault on signalJeremy Kerr2008-11-211-0/+3
* | powerpc/cell: Fix compile error in ras.cAlexey Dobriyan2008-11-051-0/+1
* | powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson2008-10-311-19/+18Star
* | powerpc: Use is_kdump_kernel()Milton Miller2008-10-311-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-2/+2
|\ \
| * | [PATCH] don't pass bogus flags to LOOKUP_PARENT lookup in spufsAl Viro2008-10-231-2/+2
* | | powerpc: Support for relocatable kdump kernelMohan Kumar M2008-10-221-3/+3
* | | Merge commit 'origin' into masterBenjamin Herrenschmidt2008-10-211-0/+1
|\| |
| * | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-0/+1
| |\ \
| | * | sputrace: use marker_synchronize_unregister()Mathieu Desnoyers2008-10-141-0/+1
* | | | powerpc: Use cpu_thread_in_core in smp_init for of_spin_mapMilton Miller2008-10-211-7/+3Star
| |_|/ |/| |
* | | powerpc/spufs: Explain conditional decrement of aff_sched_countAndre Detsch2008-10-211-0/+5
* | | powerpc/spufs: Improve search of node for contexts with SPU affinityAndre Detsch2008-10-211-6/+13
* | | powerpc/spufs: Use kmalloc rather than kzalloc for switch log bufferJeremy Kerr2008-10-211-1/+2
* | | powerpc/spufs: Don't spu_acquire_saved unnecessarily in regs readJeremy Kerr2008-10-211-0/+5
* | | powerpc/spufs: Don't require full buffer in switch_log readJeremy Kerr2008-10-211-19/+27
* | | powerpc/spufs: Use state_mutex for switch_log locking, and prevent multiple o...Jeremy Kerr2008-10-213-56/+81
* | | powerpc/spufs: sputrace: Don't block until the read buffer is fullJeremy Kerr2008-10-211-0/+5
* | | powerpc/spufs: sputrace: Only enable logging on open(), prevent multiple openersJeremy Kerr2008-10-211-3/+29
|/ /
* | Merge commit 'origin'Benjamin Herrenschmidt2008-10-151-1/+1
|\ \
| * | vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
| |/
* | Merge commit 'jk/jk-merge'Benjamin Herrenschmidt2008-10-101-4/+7
|\ \
| * | powerpc/spufs: add a missing mutex_unlockKou Ishizaki2008-10-101-0/+2
| * | powerpc/spufs: use inc_nlinkJeremy Kerr2008-10-101-4/+4
| * | powerpc/spufs: set nlink count for spufs root correctlyJeremy Kerr2008-10-101-0/+1
| |/
* / powerpc: Drop archdata numa_nodeBecky Bruce2008-09-241-3/+3
|/
* powerpc/spufs: Fix possible scheduling of a context to multiple SPEsAndre Detsch2008-09-081-1/+2
* powerpc/spufs: Fix race for a free SPUJeremy Kerr2008-09-051-4/+19
* powerpc/spufs: Fix multiple get_spu_context()Jeremy Kerr2008-09-051-1/+2
* powerpc/spufs: Remove invalid semicolon after if statementIlpo Järvinen2008-08-191-1/+1
* powerpc/spufs: reference context while dropping state mutex in schedulerJeremy Kerr2008-08-141-1/+8
* powerpc/spufs: fix npc setting for NOSCHED contextsJeremy Kerr2008-08-131-7/+8
* cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called alreadyThomas Renninger2008-07-301-0/+6
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-262-2/+2
* powerpc/pseries: iommu enablement for CMORobert Jennings2008-07-251-1/+2
* powerpc/cell: Fixed IOMMU mapping uses weak ordering for a pcie endpointMark Nelson2008-07-251-1/+12
* Merge commit 'jk/jk-merge'Benjamin Herrenschmidt2008-07-252-14/+24
|\
| * powerpc/spufs: better placement of spu affinity reference contextAndre Detsch2008-07-241-0/+17
| * powerpc/spufs: fix aff_mutex and cbe_spu_info[n].list_mutex deadlockAndre Detsch2008-07-241-12/+6Star
| * powerpc/spufs: correct kcalloc usageMilton Miller2008-07-231-2/+1Star
* | spufs: use new vm_ops->access to allow local state access from gdbBenjamin Herrenschmidt2008-07-241-0/+23
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-228-33/+496
|\|
| * powerpc/cell: Add DMA_ATTR_WEAK_ORDERING dma attribute and use in Cell IOMMU ...Mark Nelson2008-07-221-5/+108
| * powerpc/dma: Use the struct dma_attrs in iommu codeMark Nelson2008-07-221-2/+3
| * powerpc/cell: Add support for power button of future IBM cell bladesChristian Krafft2008-07-223-0/+127