| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel/relay.c: change return type to vm_fault_t | Souptick Joarder | 2018-06-15 | 1 | -1/+1 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 1 | -1/+2 |
* | kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE | David Rientjes | 2018-02-22 | 1 | -1/+1 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -2/+2 |
* | kernel/relay.c: revert "kernel/relay.c: fix potential memory leak" | Eric Biggers | 2018-02-07 | 1 | -1/+0 |
* | ipc, kernel, mm: annotate ->poll() instances | Al Viro | 2017-11-27 | 1 | -2/+2 |
* | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-05-02 | 1 | -1/+0 |
|\ |
|
| * | splice_pipe_desc: kill ->flags | Al Viro | 2016-12-27 | 1 | -1/+0 |
* | | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-28 | 1 | -1/+1 |
* | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-25 | 1 | -2/+2 |
|/ |
|
* | relay: check array offset before using it | Dan Carpenter | 2016-12-15 | 1 | -2/+2 |
* | relay: Use irq_work instead of plain timer for deferred wakeup | Peter Zijlstra | 2016-10-12 | 1 | -10/+14 |
* | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-10-08 | 1 | -58/+20 |
|\ |
|
| * | relay: simplify relay_file_read() | Al Viro | 2016-10-06 | 1 | -58/+20 |
* | | relayfs: Convert to hotplug state machine | Richard Weinberger | 2016-09-06 | 1 | -45/+13 |
* | | relay: Use per CPU constructs for the relay channel buffer pointers | Akash Goel | 2016-09-06 | 1 | -32/+42 |
|/ |
|
* | relay: add global mode support for buffer-only channels | Akash Goel | 2016-08-03 | 1 | -2/+32 |
* | kernel/relay.c: fix potential memory leak | Zhouyi Zhou | 2016-06-09 | 1 | -0/+1 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 1 | -2/+2 |
* | kernel/relay.c: use kvfree() in relay_free_page_array() | Pekka Enberg | 2015-07-01 | 1 | -4/+1 |
* | VFS: kernel/: d_inode() annotations | David Howells | 2015-04-15 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-04-12 | 1 | -3/+1 |
|\ |
|
| * | missing bits of "splice: fix racy pipe->buffers uses" | Al Viro | 2014-04-12 | 1 | -1/+1 |
| * | pipe: kill ->map() and ->unmap() | Al Viro | 2014-04-02 | 1 | -2/+0 |
* | | treewide: Fix typo in Documentation/DocBook | Masanari Iida | 2014-02-19 | 1 | -1/+1 |
|/ |
|
* | kernel: delete __cpuinit usage from all core kernel files | Paul Gortmaker | 2013-07-15 | 1 | -1/+1 |
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-05-08 | 1 | -1/+1 |
|\ |
|
| * | relay: move remove_buf_file inside relay_close_buf | Dmitry Monakhov | 2013-04-30 | 1 | -1/+1 |
* | | relay: use macro PAGE_ALIGN instead of FIX_SIZE | zhangwei(Jovi) | 2013-05-01 | 1 | -4/+1 |
* | | kernel/relay.c: move FIX_SIZE macro into relay.c | zhangwei(Jovi) | 2013-05-01 | 1 | -0/+3 |
* | | kernel/relay.c: remove unused function argument actor | zhangwei(Jovi) | 2013-05-01 | 1 | -8/+4 |
|/ |
|
* | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -2/+2 |
* | splice: fix racy pipe->buffers uses | Eric Dumazet | 2012-06-13 | 1 | -2/+3 |
* | relay: prevent integer overflow in relay_open() | Dan Carpenter | 2012-02-10 | 1 | -2/+8 |
* | switch debugfs to umode_t | Al Viro | 2012-01-04 | 1 | -1/+1 |
* | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall... | Jesper Juhl | 2010-11-05 | 1 | -11/+4 |
* | kernel/: convert cpu notifier to return encapsulate errno value | Akinobu Mita | 2010-05-27 | 1 | -1/+1 |
* | pipe: add support for shrinking and growing pipes | Jens Axboe | 2010-05-21 | 1 | -5/+10 |
* | splice: comparing unsigned int < 0 | Dan Carpenter | 2010-03-06 | 1 | -2/+3 |
* | const: constify remaining pipe_buf_operations | Alexey Dobriyan | 2009-12-16 | 1 | -1/+1 |
* | const: mark struct vm_struct_operations | Alexey Dobriyan | 2009-09-27 | 1 | -1/+1 |
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-04-05 | 1 | -3/+1 |
|\ |
|
| * | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 2009-04-02 | 1 | -3/+1 |
| |\ |
|
| | * | Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing... | Ingo Molnar | 2009-02-03 | 1 | -1/+3 |
| | |\ |
|
| | * | | relayfs: replace BUG() with WARN_ON() in relay_late_setup_files() | Ingo Molnar | 2008-12-30 | 1 | -3/+1 |
* | | | | relay: fix for possible loss/corruption of produced subbufs | Aravind Srinivasan | 2009-04-03 | 1 | -3/+5 |
|/ / / |
|
* | / | timers: add mod_timer_pending() | Ingo Molnar | 2009-02-18 | 1 | -1/+1 |
| |/
|/| |
|
* | | relay: fix lock imbalance in relay_late_setup_files | Jiri Slaby | 2009-01-18 | 1 | -1/+3 |
|/ |
|
* | relayfs: fix infinite loop with splice() | Tom Zanussi | 2008-12-10 | 1 | -5/+2 |