summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-1/+1
|\
| * powerpc/cell: set no_llseek in spufs_cntl_fopsGeliang Tang2019-07-041-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1Star
|/
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* powerpc/spufs: use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-141-3/+2Star
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-8/+8
* powerpc/cell/spufs: Change return type to vm_fault_tSouptick Joarder2018-05-141-15/+18
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-5/+5
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-3/+3
|\
| * powerpc/spufs: use timespec64 for timestampsArnd Bergmann2018-01-211-3/+3
* | ppc: annotate ->poll() instancesAl Viro2017-11-271-8/+8
|/
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-011-59/+6Star
|\
| * powerpc/spufs: Get rid of broken fasync stuffAl Viro2017-02-151-59/+6Star
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-20/+19Star
|/
* 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-151-5/+3Star
* powerpc: Various typo fixesMichael Ellerman2016-06-141-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* powerpc/cell: Drop support for 64K local store on 4K kernelsMichael Ellerman2015-08-181-55/+0Star
* powerpc: cell: Use ktime_get_ns()Thomas Gleixner2014-07-231-3/+1Star
* 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/+0Star
|/
* new helper: file_inode(file)Al Viro2013-02-231-3/+3
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-11-011-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-2/+9
* powerpc/spufs: Use simple_write_to_bufferAkinobu Mita2011-01-211-20/+7Star
* powerpc/spufs: Use llseek in all file operationsArnd Bergmann2010-10-131-0/+18
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-281-2/+1Star
* 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-021-1/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-7/+7
* tracing: Remove markersChristoph Hellwig2009-09-181-1/+0Star
* 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/+9Star
* 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