summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell
Commit message (Expand)AuthorAgeFilesLines
* powerpc/spufs: fix missed stop-and-signal eventLuke Browning2008-06-161-0/+5
* powerpc/spufs: synchronize interaction between spu exception handling and tim...Luke Browning2008-06-162-19/+37
* powerpc/spufs: remove class_0_dsisr from spu exception handlingLuke Browning2008-06-162-7/+0
* powerpc/spufs: wait for stable spu status in spu_stopped()Luke Browning2008-06-161-5/+13
* celleb_scc_pciex endianness misannotationsAl Viro2008-06-041-2/+3
* [POWERPC] cell: Fix section mismatches in io-workarounds codeIshizaki Kou2008-05-152-6/+6
* [POWERPC] spufs: Fix compile errorFUJITA Tomonori2008-05-151-0/+1
* [POWERPC] spufs: Fix pointer reference in find_victimLuke Browning2008-05-151-1/+1
* Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2008-05-093-4/+3
|\
| * [PATCH] split linux/file.hAl Viro2008-05-011-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-307-21/+226
| |\
| * | powerpc: use non-racy method for proc entries creationDenis V. Lunev2008-04-292-4/+2
* | | [POWERPC] spufs: lockdep annotations for spufs_dir_closeChristoph Hellwig2008-05-081-1/+1
* | | [POWERPC] spufs: don't requeue victim contex in find_victim if it's not in sp...Christoph Hellwig2008-05-081-1/+2
* | | [POWERPC] spufs: spu_create should send inotify IM_CREATE eventChristoph Hellwig2008-05-061-2/+6
* | | [POWERPC] spufs: handle faults while the context switch pending flag is setLuke Browning2008-05-052-9/+18
* | | [POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptionsLuke Browning2008-05-054-26/+49
* | | [POWERPC] spufs: try to route SPU interrupts to local nodeLuke Browning2008-05-054-3/+26
* | | [POWERPC] spufs: set SPU_CONTEXT_SWITCH_PENDING before synchronising SPU irqsLuke Browning2008-05-051-2/+8
* | | [POWERPC] spufs: don't acquire state_mutex interruptible while performing cal...Jeremy Kerr2008-05-051-4/+2
* | | [POWERPC] spufs: update master runcntl with context lock heldJeremy Kerr2008-05-051-1/+2
* | | [POWERPC] spufs: fix post-stopped update of MFC_CNTL registerJeremy Kerr2008-05-051-4/+9
* | | [POWERPC] spufs: fix save of mfc_cntl registerJeremy Kerr2008-05-051-6/+7
* | | [POWERPC] spufs: don't touch suspend bits when purging DMA queueJeremy Kerr2008-05-051-1/+3
* | | [POWERPC] cell: Fix lost interrupts due to fasteoi handlerJeremy Kerr2008-05-051-2/+51
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufsPaul Mackerras2008-04-307-21/+226
|\ \ | |/ |/|
| * [POWERPC] spufs: add .gitignore for spu_save_dump.h & spu_restore_dump.hKumar Gala2008-04-301-0/+2
| * [POWERPC] spufs: trace spu_acquire_saved eventsJulio M. Merino Vidal2008-04-301-0/+2
| * [POWERPC] spufs: fix marker name for find_victimJulio M. Merino Vidal2008-04-301-1/+1
| * [POWERPC] spufs: add marker for destroy_spu_contextJulio M. Merino Vidal2008-04-301-0/+1
| * [POWERPC] spufs: add sputrace marker parameter namesJulio M. Merino Vidal2008-04-302-20/+20
| * [POWERPC] spufs: add context switch notification logChristoph Hellwig2008-04-305-0/+200
* | celleb_scc_pciex __iomem annotationsAl Viro2008-04-281-9/+9
* | [POWERPC] celleb: Add support for PCI ExpressIshizaki Kou2008-04-245-0/+639
* | [POWERPC] celleb: Move miscellaneous files for BeatIshizaki Kou2008-04-248-4/+847
* | [POWERPC] celleb: Move a file for SPU on BeatIshizaki Kou2008-04-242-0/+208
* | [POWERPC] celleb: Move files for Beat mmu and iommuIshizaki Kou2008-04-243-1/+559
* | [POWERPC] celleb: Move files for Beat hvcall interfacesIshizaki Kou2008-04-245-2/+743
* | [POWERPC] celleb: Move the SCC related code for cellebIshizaki Kou2008-04-245-1/+783
* | [POWERPC] celleb: Move the files for celleb base supportIshizaki Kou2008-04-245-1/+827
* | [POWERPC] celleb: Consolidate io-workarounds codeIshizaki Kou2008-04-241-0/+6
* | [POWERPC] cell: Generalize io-workarounds codeIshizaki Kou2008-04-245-261/+376
* | [POWERPC] Use of_get_next_parent() in platforms/cell/axon_msi.cMichael Ellerman2008-04-241-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-2110-32/+40
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufsPaul Mackerras2008-04-184-5/+13
| |\
| | * [POWERPC] spufs: fix incorrect file descriptors in SPU coredump note namesGerhard Stenzel2008-03-281-2/+6
| | * [POWERPC] spufs: save MFC command channel before purging MFC queueJeremy Kerr2008-03-281-1/+1
| | * [POWERPC] spufs: reacquire LS pointer in spu_process_callbackJeremy Kerr2008-03-281-0/+4
| | * [POWERPC] spufs: add newline to signal{1,2}_type filesJeremy Kerr2008-03-281-2/+2
| * | [POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-018-26/+26
OpenPOWER on IntegriCloud