summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/file.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/cell: Code cleanup for spufs_mfc_flushKunwu Chan2024-05-071-16/+4
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-7/+7
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-3/+3
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* powerpc/spufs: simplify spufs core dumpingChristoph Hellwig2020-05-051-115/+88
* powerpc/spufs: stop using access_okChristoph Hellwig2020-05-051-34/+8
* powerpc/spufs: fix copy_to_user while atomicJeremy Kerr2020-05-051-38/+75
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-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/+1
|/
* *: 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/+2
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-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/+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