summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-011-59/+6
|\
| * powerpc/spufs: Get rid of broken fasync stuffAl Viro2017-02-151-59/+6
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-20/+19
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-5/+3
* powerpc: Various typo fixesMichael Ellerman2016-06-141-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* powerpc/cell: Drop support for 64K local store on 4K kernelsMichael Ellerman2015-08-181-55/+0
* powerpc: cell: Use ktime_get_ns()Thomas Gleixner2014-07-231-3/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-021-1/+1
|\
| * mm: remove free_area_cache use in powerpc architectureMichel Lespinasse2013-04-301-1/+1
* | spufs: don't bother with fops->ownerAl Viro2013-04-091-2/+0
|/
* new helper: file_inode(file)Al Viro2013-02-221-3/+3
* 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
OpenPOWER on IntegriCloud