index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
relay.c
Age
Commit message (
Expand
)
Author
2010-05-27
kernel/: convert cpu notifier to return encapsulate errno value
Akinobu Mita
2010-05-21
pipe: add support for shrinking and growing pipes
Jens Axboe
2010-03-06
splice: comparing unsigned int < 0
Dan Carpenter
2009-12-16
const: constify remaining pipe_buf_operations
Alexey Dobriyan
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
2009-04-05
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-04-02
relay: fix for possible loss/corruption of produced subbufs
Aravind Srinivasan
2009-04-02
Merge branch 'tracing/core-v2' into tracing-for-linus
Ingo Molnar
2009-02-18
timers: add mod_timer_pending()
Ingo Molnar
2009-02-03
Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...
Ingo Molnar
2009-01-18
relay: fix lock imbalance in relay_late_setup_files
Jiri Slaby
2008-12-30
relayfs: replace BUG() with WARN_ON() in relay_late_setup_files()
Ingo Molnar
2008-12-10
relayfs: fix infinite loop with splice()
Tom Zanussi
2008-11-18
relay: fix cpu offline problem
Lai Jiangshan
2008-08-05
relay: fix "full buffer with exactly full last subbuffer" accounting problem
Tom Zanussi
2008-07-26
relay: add buffer-only channels; useful for early logging
Eduard - Gabriel Munteanu
2008-05-28
splice: fix sendfile() issue with relay
Tom Zanussi
2008-05-08
Revert "relay: fix splice problem"
Jens Axboe
2008-04-29
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2008-04-29
relayfs: support larger relay buffer
Masami Hiramatsu
2008-04-29
relay: fix splice problem
Tom Zanussi
2008-03-26
relay: set an spd_release() hook for splice
Jens Axboe
2008-03-26
set relay file can not be read by pread(2)
Lai Jiangshan
2008-03-17
relay: fix subbuf_splice_actor() adding too many pages
Jens Axboe
2008-02-06
relay: nopage
Nick Piggin
2008-02-04
vm audit: add VM_DONTEXPAND to mmap for drivers that need it
Nick Piggin
2007-10-18
whitespace fixes: relayfs
Daniel Walker
2007-07-31
Fix a use after free bug in kernel->userspace relay file support
Jesper Juhl
2007-07-19
kernel/relay.c: make functions static
Adrian Bunk
2007-07-13
relay: fixup kerneldoc comment
Tom Zanussi
2007-07-13
relay: fix bogus cast in subbuf_splice_actor()
Tom Zanussi
2007-07-10
pipe: change the ->pin() operation to ->confirm()
Jens Axboe
2007-07-10
relay: use splice_to_pipe() instead of open-coding the pipe loop
Jens Axboe
2007-07-10
splice: divorce the splice structure/function definitions from the pipe header
Jens Axboe
2007-07-10
splice: relay support
Tom Zanussi
2007-06-28
relayfs: fix overwrites
Masami Hiramatsu
2007-06-28
relay file read: start-pos fix
David Wilder
2007-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
2007-05-09
relay: use plain timer instead of delayed work
Tom Zanussi
2007-05-09
Fix occurrences of "the the "
Michael Opdenacker
2007-03-01
[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
Randy Dunlap
2007-02-11
[PATCH] Numerous fixes to kernel-doc info in source files.
Robert P. J. Day
2007-02-11
[PATCH] Relay: add CPU hotplug support
Mathieu Desnoyers
2006-12-22
[PATCH] relay: remove inlining
Andrew Morton
2006-12-22
[PATCH] fix kernel-doc warnings in 2.6.20-rc1
Randy Dunlap
2006-12-13
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
Robert P. J. Day
2006-12-08
[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_path
Josef "Jeff" Sipek
2006-12-07
[PATCH] struct seq_operations and struct file_operations constification
Helge Deller
2006-11-22
WorkStruct: make allyesconfig
David Howells
[next]