aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+9
2011-01-21powerpc/spufs: Use simple_write_to_bufferAkinobu Mita1-20/+7
2010-10-13powerpc/spufs: Use llseek in all file operationsArnd Bergmann1-0/+18
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-24powerpc/spufs: Fix test in spufs_switch_log_read()roel kluin1-1/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-7/+7
2009-09-18tracing: Remove markersChristoph Hellwig1-1/+0
2009-08-20powerpc/sputrace: Use the generic event tracerChristoph Hellwig1-0/+1
2009-03-11powerpc/spufs: Fix incorrect buffer offset in regs writeJeremy Kerr1-1/+1
2009-03-11powerpc/spufs: Check file offset before calculating write size in fixed-sized filesJeremy Kerr1-4/+6
2009-02-23powerpc/spufs: Constify context contents and coredump callback constantsJeremy Kerr1-4/+4
2009-01-13powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell1-3/+3
2008-12-21powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt1-18/+9
2008-11-21powerpc/spufs: Fix spinning in spufs_ps_fault on signalJeremy Kerr1-0/+3
2008-10-21powerpc/spufs: Use kmalloc rather than kzalloc for switch log bufferJeremy Kerr1-1/+2
2008-10-21powerpc/spufs: Don't spu_acquire_saved unnecessarily in regs readJeremy Kerr1-0/+5
2008-10-21powerpc/spufs: Don't require full buffer in switch_log readJeremy Kerr1-19/+27
2008-10-21powerpc/spufs: Use state_mutex for switch_log locking, and prevent multiple openersJeremy Kerr1-53/+80
2008-07-24spufs: use new vm_ops->access to allow local state access from gdbBenjamin Herrenschmidt1-0/+23
2008-07-09powerpc/spufs: only add ".ctx" file with "debug" mount optionJeremy Kerr1-1/+4
2008-07-09powerpc/spufs: add sizes for context filesJeremy Kerr1-17/+19
2008-07-09powerpc/spufs: allow spufs files to specify sizesJeremy Kerr1-2/+2
2008-07-09powerpc/spufs: avoid magic numbers for mapping sizesJeremy Kerr1-12/+12
2008-07-09powerpc/spufs: provide context debug fileLuke Browning1-0/+54
2008-06-30spufs: Convert nopfn to faultNick Piggin1-48/+50
2008-05-15[POWERPC] spufs: Fix compile errorFUJITA Tomonori1-0/+1
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufsPaul Mackerras1-0/+166
2008-04-30[POWERPC] spufs: add context switch notification logChristoph Hellwig1-0/+166
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-4/+4
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufsPaul Mackerras1-2/+2
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-03-28[POWERPC] spufs: add newline to signal{1,2}_type filesJeremy Kerr1-2/+2
2008-02-27[POWERPC] spufs: fix context destruction during psmap faultJeremy Kerr1-1/+11
2008-02-08Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-20/+29
2008-02-08libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig1-1/+1
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig1-4/+4
2008-02-08[POWERPC] spufs: Fix state_mutex leaksChristoph Hellwig1-20/+29
2008-02-06[POWERPC] spufs: Add marker-based tracing facilityChristoph Hellwig1-0/+6
2007-12-21[POWERPC] spufs: Don't leak kernel stack through an empty {i,m}box_info readJeremy Kerr1-10/+10
2007-12-21[POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig1-48/+161
2007-12-21[POWERPC] spufs: add enchanced simple attr macrosChristoph Hellwig1-24/+154
2007-12-21[POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous scheduling)Luke Browning1-0/+9
2007-12-21[POWERPC] spufs: block fault handlers in spu_acquire_runnableArnd Bergmann1-7/+18
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-03Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras1-2/+2
2007-09-26[POWERPC] spufs: fix mismerge, making context signal{1,2} files readable againJeremy Kerr1-2/+2