index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
relay.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-13
relay: remove redundant assignment to pointer buf
Colin Ian King
1
-1
/
+1
2020-12-16
relay: allow the use of const callback structs
Jani Nikula
1
-27
/
+10
2020-12-16
relay: make create_buf_file and remove_buf_file callbacks mandatory
Jani Nikula
1
-25
/
+1
2020-12-16
relay: require non-NULL callbacks in relay_open()
Jani Nikula
1
-12
/
+2
2020-12-16
relay: remove unused buf_mapped and buf_unmapped callbacks
Jani Nikula
1
-34
/
+0
2020-10-16
kernel/relay.c: drop unneeded initialization
Sudip Mukherjee
1
-1
/
+1
2020-08-21
kernel/relay.c: fix memleak on destroy relay channel
Wei Yongjun
1
-0
/
+1
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-1
/
+1
2020-06-05
kernel/relay.c: fix read_pos error when multiple readers
Pengcheng Yang
1
-10
/
+7
2020-06-05
kernel/relay.c: handle alloc_percpu returning NULL in relay_open
Daniel Axtens
1
-0
/
+5
2020-06-04
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-4
/
+3
2020-05-20
fs: rename pipe_buf ->steal to ->try_steal
Christoph Hellwig
1
-3
/
+3
2020-05-20
fs: make the pipe_buf_operations ->confirm operation optional
Christoph Hellwig
1
-1
/
+0
2020-04-21
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
1
-1
/
+1
2019-03-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2019-02-01
pipe: stop using ->can_merge
Jann Horn
1
-1
/
+0
2019-01-31
relay: check return of create_buf_file() properly
Greg Kroah-Hartman
1
-1
/
+3
2018-06-15
kernel/relay.c: change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+2
2018-02-22
kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE
David Rientjes
1
-1
/
+1
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-02-07
kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
Eric Biggers
1
-1
/
+0
2017-11-28
ipc, kernel, mm: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-05-02
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+0
2017-02-28
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-2
/
+2
2016-12-27
splice_pipe_desc: kill ->flags
Al Viro
1
-1
/
+0
2016-12-15
relay: check array offset before using it
Dan Carpenter
1
-2
/
+2
2016-10-12
relay: Use irq_work instead of plain timer for deferred wakeup
Peter Zijlstra
1
-10
/
+14
2016-10-08
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-58
/
+20
2016-10-06
relay: simplify relay_file_read()
Al Viro
1
-58
/
+20
2016-09-06
relayfs: Convert to hotplug state machine
Richard Weinberger
1
-45
/
+13
2016-09-06
relay: Use per CPU constructs for the relay channel buffer pointers
Akash Goel
1
-32
/
+42
2016-08-03
relay: add global mode support for buffer-only channels
Akash Goel
1
-2
/
+32
2016-06-10
kernel/relay.c: fix potential memory leak
Zhouyi Zhou
1
-0
/
+1
2016-01-23
wrappers for ->i_mutex access
Al Viro
1
-2
/
+2
2015-07-01
kernel/relay.c: use kvfree() in relay_free_page_array()
Pekka Enberg
1
-4
/
+1
2015-04-15
VFS: kernel/: d_inode() annotations
David Howells
1
-2
/
+2
2014-04-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+1
2014-04-12
missing bits of "splice: fix racy pipe->buffers uses"
Al Viro
1
-1
/
+1
2014-04-02
pipe: kill ->map() and ->unmap()
Al Viro
1
-2
/
+0
2014-02-19
treewide: Fix typo in Documentation/DocBook
Masanari Iida
1
-1
/
+1
2013-07-15
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
1
-1
/
+1
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2013-05-01
relay: use macro PAGE_ALIGN instead of FIX_SIZE
zhangwei(Jovi)
1
-4
/
+1
2013-05-01
kernel/relay.c: move FIX_SIZE macro into relay.c
zhangwei(Jovi)
1
-0
/
+3
2013-05-01
kernel/relay.c: remove unused function argument actor
zhangwei(Jovi)
1
-8
/
+4
2013-04-30
relay: move remove_buf_file inside relay_close_buf
Dmitry Monakhov
1
-1
/
+1
2013-02-23
new helper: file_inode(file)
Al Viro
1
-2
/
+2
2012-06-13
splice: fix racy pipe->buffers uses
Eric Dumazet
1
-2
/
+3
[next]