index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
relay.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-30
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-12
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-01
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-14
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-04-30
relay: use macro PAGE_ALIGN instead of FIX_SIZE
zhangwei(Jovi)
1
-4
/
+1
2013-04-30
kernel/relay.c: move FIX_SIZE macro into relay.c
zhangwei(Jovi)
1
-0
/
+3
2013-04-30
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-22
new helper: file_inode(file)
Al Viro
1
-2
/
+2
2012-06-13
splice: fix racy pipe->buffers uses
Eric Dumazet
1
-2
/
+3
2012-02-10
relay: prevent integer overflow in relay_open()
Dan Carpenter
1
-2
/
+8
2012-01-03
switch debugfs to umode_t
Al Viro
1
-1
/
+1
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2010-11-05
Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...
Jesper Juhl
1
-11
/
+4
2010-05-27
kernel/: convert cpu notifier to return encapsulate errno value
Akinobu Mita
1
-1
/
+1
2010-05-21
pipe: add support for shrinking and growing pipes
Jens Axboe
1
-5
/
+10
2010-03-06
splice: comparing unsigned int < 0
Dan Carpenter
1
-2
/
+3
2009-12-16
const: constify remaining pipe_buf_operations
Alexey Dobriyan
1
-1
/
+1
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
1
-1
/
+1
2009-04-05
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2009-04-02
relay: fix for possible loss/corruption of produced subbufs
Aravind Srinivasan
1
-3
/
+5
2009-04-02
Merge branch 'tracing/core-v2' into tracing-for-linus
Ingo Molnar
1
-3
/
+1
2009-02-18
timers: add mod_timer_pending()
Ingo Molnar
1
-1
/
+1
2009-02-03
Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...
Ingo Molnar
1
-1
/
+3
2009-01-18
relay: fix lock imbalance in relay_late_setup_files
Jiri Slaby
1
-1
/
+3
2008-12-30
relayfs: replace BUG() with WARN_ON() in relay_late_setup_files()
Ingo Molnar
1
-3
/
+1
2008-12-10
relayfs: fix infinite loop with splice()
Tom Zanussi
1
-5
/
+2
2008-11-18
relay: fix cpu offline problem
Lai Jiangshan
1
-5
/
+4
2008-08-05
relay: fix "full buffer with exactly full last subbuffer" accounting problem
Tom Zanussi
1
-1
/
+11
2008-07-26
relay: add buffer-only channels; useful for early logging
Eduard - Gabriel Munteanu
1
-29
/
+141
2008-05-28
splice: fix sendfile() issue with relay
Tom Zanussi
1
-1
/
+1
2008-05-08
Revert "relay: fix splice problem"
Jens Axboe
1
-1
/
+1
2008-04-29
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-1
/
+1
2008-04-29
relayfs: support larger relay buffer
Masami Hiramatsu
1
-3
/
+32
2008-04-29
relay: fix splice problem
Tom Zanussi
1
-1
/
+1
2008-03-26
relay: set an spd_release() hook for splice
Jens Axboe
1
-0
/
+5
2008-03-26
set relay file can not be read by pread(2)
Lai Jiangshan
1
-1
/
+1
2008-03-17
relay: fix subbuf_splice_actor() adding too many pages
Jens Axboe
1
-2
/
+3
2008-02-06
relay: nopage
Nick Piggin
1
-15
/
+9
2008-02-04
vm audit: add VM_DONTEXPAND to mmap for drivers that need it
Nick Piggin
1
-0
/
+1
2007-10-18
whitespace fixes: relayfs
Daniel Walker
1
-3
/
+3
2007-07-31
Fix a use after free bug in kernel->userspace relay file support
Jesper Juhl
1
-1
/
+2
2007-07-19
kernel/relay.c: make functions static
Adrian Bunk
1
-7
/
+6
2007-07-13
relay: fixup kerneldoc comment
Tom Zanussi
1
-1
/
+1
2007-07-13
relay: fix bogus cast in subbuf_splice_actor()
Tom Zanussi
1
-1
/
+3
2007-07-10
pipe: change the ->pin() operation to ->confirm()
Jens Axboe
1
-1
/
+1
[next]