summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell2009-01-133-5/+5
* powerpc: Change u64/s64 to a long long integer typeIngo Molnar2009-01-136-12/+12
* powerpc: Fix cpufreq drivers after cpufreq core changesBenjamin Herrenschmidt2009-01-112-3/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-01-086-18/+19
|\
| * powerpc/cell: Fix some u64 vs. long typesIngo Molnar2009-01-083-5/+5
| * powerpc/cell: Use correct types in beat filesIngo Molnar2009-01-082-12/+13
| * powerpc/cell: local_irq_save takes an unsigned longStephen Rothwell2009-01-081-1/+1
* | fix similar typos to successfullColy Li2009-01-081-1/+1
|/
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-309-58/+192
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds2008-12-287-54/+185
| |\
| | * powerpc: Remove default kexec/crash_kernel ops assignmentsAnton Vorontsov2008-12-232-15/+0
| | * powerpc/cell: add QPACE as a separate Cell platformBenjamin Krill2008-12-223-15/+173
| | * powerpc/cell: fix build breakage with CONFIG_SPUFS disabledArnd Bergmann2008-12-221-2/+2
| | * powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt2008-12-211-18/+9
| | * Merge branch 'merge' into nextPaul Mackerras2008-12-161-0/+3
| | |\
| | * \ Merge branch 'merge'Paul Mackerras2008-12-033-7/+41
| | |\ \
| | * | | powerpc: Use of_find_node_with_property() in cell_iommu_fixed_mapping_init()Michael Ellerman2008-11-191-4/+1
| * | | | Merge branch 'next' into for-linusJames Morris2008-12-251-4/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'master' into nextJames Morris2008-12-043-7/+41
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'master' into nextJames Morris2008-11-141-0/+1
| | |\ \ \ | | | | |/ | | | |/|
| | * | | CRED: Pass credentials through dentry_open()David Howells2008-11-141-2/+2
| | * | | CRED: Wrap task credential accesses in the PowerPC archDavid Howells2008-11-141-2/+2
| * | | | powerpc/cell/axon-msi: Fix MSI after kexecArnd Bergmann2008-12-161-0/+3
| | |_|/ | |/| |
* | | | cpumask: powerpc: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}...Rusty Russell2008-12-262-5/+5
|/ / /
* | | powerpc/cell: Fix GDB watchpoints, againArnd Bergmann2008-12-011-2/+7
* | | powerpc/cell/axon-msi: Retry on missing interruptArnd Bergmann2008-12-011-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/+18
* | 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/+3
| |_|/ |/| |
* | | 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
|\ \
OpenPOWER on IntegriCloud