index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
relay.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: relay: remove relay_file_splice_read dead code, doesn't work
Ahelenia ZiemiaĆska
2023-12-29
1
-162
/
+0
*
kernel: relay: remove unnecessary NULL values from relay_open_buf
Li kunyu
2023-08-18
1
-1
/
+1
*
relayfs: fix out-of-bounds access in relay_file_read
Zhang Zhengming
2023-05-02
1
-1
/
+2
*
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
1
-1
/
+1
*
relay: fix type mismatch when allocating memory in relay_create_buf()
Gavrilov Ilia
2022-12-11
1
-2
/
+2
*
relay: use strscpy() is more robust and safer
Xu Panda
2022-12-11
1
-2
/
+2
*
relay: use kvcalloc to alloc page array in relay_alloc_page_array
wuchi
2022-10-03
1
-4
/
+1
*
relay: remove redundant assignment to pointer buf
Colin Ian King
2022-05-12
1
-1
/
+1
*
relay: allow the use of const callback structs
Jani Nikula
2020-12-15
1
-27
/
+10
*
relay: make create_buf_file and remove_buf_file callbacks mandatory
Jani Nikula
2020-12-15
1
-25
/
+1
*
relay: require non-NULL callbacks in relay_open()
Jani Nikula
2020-12-15
1
-12
/
+2
*
relay: remove unused buf_mapped and buf_unmapped callbacks
Jani Nikula
2020-12-15
1
-34
/
+0
*
kernel/relay.c: drop unneeded initialization
Sudip Mukherjee
2020-10-16
1
-1
/
+1
*
kernel/relay.c: fix memleak on destroy relay channel
Wei Yongjun
2020-08-21
1
-0
/
+1
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
kernel/relay.c: fix read_pos error when multiple readers
Pengcheng Yang
2020-06-04
1
-10
/
+7
*
kernel/relay.c: handle alloc_percpu returning NULL in relay_open
Daniel Axtens
2020-06-04
1
-0
/
+5
*
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-06-03
1
-4
/
+3
|
\
|
*
fs: rename pipe_buf ->steal to ->try_steal
Christoph Hellwig
2020-05-20
1
-3
/
+3
|
*
fs: make the pipe_buf_operations ->confirm operation optional
Christoph Hellwig
2020-05-20
1
-1
/
+0
*
|
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
2020-04-20
1
-1
/
+1
|
/
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2019-03-12
1
-1
/
+0
|
\
|
*
pipe: stop using ->can_merge
Jann Horn
2019-02-01
1
-1
/
+0
*
|
relay: check return of create_buf_file() properly
Greg Kroah-Hartman
2019-01-31
1
-1
/
+3
|
/
*
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-12
1
-1
/
+2
*
kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE
David Rientjes
2018-02-21
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-06
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-26
1
-1
/
+0
*
|
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2017-02-27
1
-1
/
+1
*
|
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-24
1
-2
/
+2
|
/
*
relay: check array offset before using it
Dan Carpenter
2016-12-14
1
-2
/
+2
*
relay: Use irq_work instead of plain timer for deferred wakeup
Peter Zijlstra
2016-10-11
1
-10
/
+14
*
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-10-07
1
-58
/
+20
|
\
|
*
relay: simplify relay_file_read()
Al Viro
2016-10-05
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-02
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-22
1
-2
/
+2
*
kernel/relay.c: use kvfree() in relay_free_page_array()
Pekka Enberg
2015-06-30
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-01
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-14
1
-1
/
+1
[next]