summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/file.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-311-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-2/+9
* powerpc/spufs: Use simple_write_to_bufferAkinobu Mita2011-01-211-20/+7
* powerpc/spufs: Use llseek in all file operationsArnd Bergmann2010-10-131-0/+18
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc/spufs: Fix test in spufs_switch_log_read()roel kluin2009-11-241-1/+1
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-7/+7
* tracing: Remove markersChristoph Hellwig2009-09-181-1/+0
* powerpc/sputrace: Use the generic event tracerChristoph Hellwig2009-08-201-0/+1
* powerpc/spufs: Fix incorrect buffer offset in regs writeJeremy Kerr2009-03-111-1/+1
* powerpc/spufs: Check file offset before calculating write size in fixed-sized...Jeremy Kerr2009-03-111-4/+6
* powerpc/spufs: Constify context contents and coredump callback constantsJeremy Kerr2009-02-231-4/+4
* powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell2009-01-131-3/+3
* powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt2008-12-211-18/+9
* powerpc/spufs: Fix spinning in spufs_ps_fault on signalJeremy Kerr2008-11-211-0/+3
* 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-211-53/+80
* spufs: use new vm_ops->access to allow local state access from gdbBenjamin Herrenschmidt2008-07-241-0/+23
* powerpc/spufs: only add ".ctx" file with "debug" mount optionJeremy Kerr2008-07-091-1/+4
* powerpc/spufs: add sizes for context filesJeremy Kerr2008-07-091-17/+19
* powerpc/spufs: allow spufs files to specify sizesJeremy Kerr2008-07-091-2/+2
* powerpc/spufs: avoid magic numbers for mapping sizesJeremy Kerr2008-07-091-12/+12
* powerpc/spufs: provide context debug fileLuke Browning2008-07-091-0/+54
* spufs: Convert nopfn to faultNick Piggin2008-06-301-48/+50
* [POWERPC] spufs: Fix compile errorFUJITA Tomonori2008-05-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufsPaul Mackerras2008-04-301-0/+166
|\
| * [POWERPC] spufs: add context switch notification logChristoph Hellwig2008-04-301-0/+166
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-211-4/+4
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufsPaul Mackerras2008-04-181-2/+2
| |\
| | * [POWERPC] spufs: add newline to signal{1,2}_type filesJeremy Kerr2008-03-281-2/+2
| * | [POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-011-2/+2
| |/
* | arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
|/
* [POWERPC] spufs: fix context destruction during psmap faultJeremy Kerr2008-02-271-1/+11
* Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-02-081-20/+29
|\
| * [POWERPC] spufs: Fix state_mutex leaksChristoph Hellwig2008-02-081-20/+29
* | libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig2008-02-081-1/+1
* | libfs: allow error return from simple attributesChristoph Hellwig2008-02-081-4/+4
|/
* [POWERPC] spufs: Add marker-based tracing facilityChristoph Hellwig2008-02-061-0/+6
* [POWERPC] spufs: Don't leak kernel stack through an empty {i,m}box_info readJeremy Kerr2007-12-211-10/+10
* [POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig2007-12-211-48/+161
* [POWERPC] spufs: add enchanced simple attr macrosChristoph Hellwig2007-12-211-24/+154
* [POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous sche...Luke Browning2007-12-211-0/+9
* [POWERPC] spufs: block fault handlers in spu_acquire_runnableArnd Bergmann2007-12-211-7/+18
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-031-2/+2
|\
| * [POWERPC] spufs: fix mismerge, making context signal{1,2} files readable againJeremy Kerr2007-09-261-2/+2
OpenPOWER on IntegriCloud