Age | Commit message (Expand) | Author |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-05-05 | powerpc/spufs: simplify spufs core dumping | Christoph Hellwig |
2020-05-05 | powerpc/spufs: stop using access_ok | Christoph Hellwig |
2020-05-05 | powerpc/spufs: fix copy_to_user while atomic | Jeremy Kerr |
2019-07-13 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2019-07-04 | powerpc/cell: set no_llseek in spufs_cntl_fops | Geliang Tang |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 | Thomas Gleixner |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov |
2019-01-14 | powerpc/spufs: use struct_size() in kmalloc() | Gustavo A. R. Silva |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2018-05-14 | powerpc/cell/spufs: Change return type to vm_fault_t | Souptick Joarder |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-02-02 | Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2018-01-21 | powerpc/spufs: use timespec64 for timestamps | Arnd Bergmann |
2017-11-27 | ppc: annotate ->poll() instances | Al Viro |
2017-08-01 | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton |
2017-03-01 | Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang |
2017-02-15 | powerpc/spufs: Get rid of broken fasync stuff | Al Viro |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-12-14 | mm: use vmf->address instead of of vmf->virtual_address | Jan Kara |
2016-06-14 | powerpc: Various typo fixes | Michael Ellerman |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2015-08-18 | powerpc/cell: Drop support for 64K local store on 4K kernels | Michael Ellerman |
2014-07-23 | powerpc: cell: Use ktime_get_ns() | Thomas Gleixner |
2013-05-02 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds |
2013-04-30 | mm: remove free_area_cache use in powerpc architecture | Michel Lespinasse |
2013-04-09 | spufs: don't bother with fops->owner | Al Viro |
2013-02-22 | new helper: file_inode(file) | Al Viro |
2011-10-31 | powerpc: various straight conversions from module.h --> export.h | Paul Gortmaker |
2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik |
2011-01-21 | powerpc/spufs: Use simple_write_to_buffer | Akinobu Mita |
2010-10-13 | powerpc/spufs: Use llseek in all file operations | Arnd Bergmann |
2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-11-24 | powerpc/spufs: Fix test in spufs_switch_log_read() | roel kluin |
2009-10-01 | const: constify remaining file_operations | Alexey Dobriyan |
2009-09-27 | const: mark struct vm_struct_operations | Alexey Dobriyan |
2009-09-18 | tracing: Remove markers | Christoph Hellwig |
2009-08-20 | powerpc/sputrace: Use the generic event tracer | Christoph Hellwig |
2009-03-11 | powerpc/spufs: Fix incorrect buffer offset in regs write | Jeremy Kerr |
2009-03-11 | powerpc/spufs: Check file offset before calculating write size in fixed-sized... | Jeremy Kerr |
2009-02-23 | powerpc/spufs: Constify context contents and coredump callback constants | Jeremy Kerr |
2009-01-13 | powerpc: Cleanup from l64 to ll64 change: arch code | Stephen Rothwell |
2008-12-21 | powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED | Benjamin Herrenschmidt |
2008-11-21 | powerpc/spufs: Fix spinning in spufs_ps_fault on signal | Jeremy Kerr |
2008-10-21 | powerpc/spufs: Use kmalloc rather than kzalloc for switch log buffer | Jeremy Kerr |
2008-10-21 | powerpc/spufs: Don't spu_acquire_saved unnecessarily in regs read | Jeremy Kerr |
2008-10-21 | powerpc/spufs: Don't require full buffer in switch_log read | Jeremy Kerr |