summaryrefslogtreecommitdiffstats
path: root/kernel/relay.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-1/+0Star
|\
| * pipe: stop using ->can_mergeJann Horn2019-02-011-1/+0Star
* | relay: check return of create_buf_file() properlyGreg Kroah-Hartman2019-01-311-1/+3
|/
* kernel/relay.c: change return type to vm_fault_tSouptick Joarder2018-06-151-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
* kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes2018-02-221-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers2018-02-071-1/+0Star
* ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-1/+0Star
|\
| * splice_pipe_desc: kill ->flagsAl Viro2016-12-271-1/+0Star
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-2/+2
|/
* relay: check array offset before using itDan Carpenter2016-12-151-2/+2
* relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra2016-10-121-10/+14
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-081-58/+20Star
|\
| * relay: simplify relay_file_read()Al Viro2016-10-061-58/+20Star
* | relayfs: Convert to hotplug state machineRichard Weinberger2016-09-061-45/+13Star
* | relay: Use per CPU constructs for the relay channel buffer pointersAkash Goel2016-09-061-32/+42
|/
* relay: add global mode support for buffer-only channelsAkash Goel2016-08-031-2/+32
* kernel/relay.c: fix potential memory leakZhouyi Zhou2016-06-091-0/+1
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* kernel/relay.c: use kvfree() in relay_free_page_array()Pekka Enberg2015-07-011-4/+1Star
* VFS: kernel/: d_inode() annotationsDavid Howells2015-04-151-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-3/+1Star
|\
| * missing bits of "splice: fix racy pipe->buffers uses"Al Viro2014-04-121-1/+1
| * pipe: kill ->map() and ->unmap()Al Viro2014-04-021-2/+0Star
* | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
|/
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-151-1/+1
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-1/+1
|\
| * relay: move remove_buf_file inside relay_close_bufDmitry Monakhov2013-04-301-1/+1
* | relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)2013-05-011-4/+1Star
* | kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)2013-05-011-0/+3
* | kernel/relay.c: remove unused function argument actorzhangwei(Jovi)2013-05-011-8/+4Star
|/
* new helper: file_inode(file)Al Viro2013-02-231-2/+2
* splice: fix racy pipe->buffers usesEric Dumazet2012-06-131-2/+3
* relay: prevent integer overflow in relay_open()Dan Carpenter2012-02-101-2/+8
* switch debugfs to umode_tAl Viro2012-01-041-1/+1
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...Jesper Juhl2010-11-051-11/+4Star
* kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-1/+1
* pipe: add support for shrinking and growing pipesJens Axboe2010-05-211-5/+10
* splice: comparing unsigned int < 0Dan Carpenter2010-03-061-2/+3
* const: constify remaining pipe_buf_operationsAlexey Dobriyan2009-12-161-1/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-3/+1Star
|\
| * Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-3/+1Star
| |\
| | * Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar2009-02-031-1/+3
| | |\
| | * | relayfs: replace BUG() with WARN_ON() in relay_late_setup_files()Ingo Molnar2008-12-301-3/+1Star
* | | | relay: fix for possible loss/corruption of produced subbufsAravind Srinivasan2009-04-031-3/+5
|/ / /