summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/spufs/file.c
AgeCommit message (Expand)Author
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-05-05powerpc/spufs: simplify spufs core dumpingChristoph Hellwig
2020-05-05powerpc/spufs: stop using access_okChristoph Hellwig
2020-05-05powerpc/spufs: fix copy_to_user while atomicJeremy Kerr
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-07-04powerpc/cell: set no_llseek in spufs_cntl_fopsGeliang Tang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-01-14powerpc/spufs: use struct_size() in kmalloc()Gustavo A. R. Silva
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-05-14powerpc/cell/spufs: Change return type to vm_fault_tSouptick Joarder
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-21powerpc/spufs: use timespec64 for timestampsArnd Bergmann
2017-11-27ppc: annotate ->poll() instancesAl Viro
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-15powerpc/spufs: Get rid of broken fasync stuffAl Viro
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-06-14powerpc: Various typo fixesMichael Ellerman
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-08-18powerpc/cell: Drop support for 64K local store on 4K kernelsMichael Ellerman
2014-07-23powerpc: cell: Use ktime_get_ns()Thomas Gleixner
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-04-30mm: remove free_area_cache use in powerpc architectureMichel Lespinasse
2013-04-09spufs: don't bother with fops->ownerAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-01-21powerpc/spufs: Use simple_write_to_bufferAkinobu Mita
2010-10-13powerpc/spufs: Use llseek in all file operationsArnd Bergmann
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-24powerpc/spufs: Fix test in spufs_switch_log_read()roel kluin
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-18tracing: Remove markersChristoph Hellwig
2009-08-20powerpc/sputrace: Use the generic event tracerChristoph Hellwig
2009-03-11powerpc/spufs: Fix incorrect buffer offset in regs writeJeremy Kerr
2009-03-11powerpc/spufs: Check file offset before calculating write size in fixed-sized...Jeremy Kerr
2009-02-23powerpc/spufs: Constify context contents and coredump callback constantsJeremy Kerr
2009-01-13powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell
2008-12-21powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt
2008-11-21powerpc/spufs: Fix spinning in spufs_ps_fault on signalJeremy Kerr
2008-10-21powerpc/spufs: Use kmalloc rather than kzalloc for switch log bufferJeremy Kerr
2008-10-21powerpc/spufs: Don't spu_acquire_saved unnecessarily in regs readJeremy Kerr