index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
eventpoll.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
9 days
1
-2
/
+34
|
\
|
*
eventpoll: Control irq suspension for prefer_busy_poll
Martin Karsten
2024-11-12
1
-1
/
+31
|
*
eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
Martin Karsten
2024-11-12
1
-1
/
+3
*
|
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
12 days
1
-27
/
+11
|
\
\
|
*
|
fdget(), more trivial conversions
Al Viro
2024-11-03
1
-11
/
+4
|
*
|
fdget(), trivial conversions
Al Viro
2024-11-03
1
-16
/
+7
|
|
/
*
|
Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
12 days
1
-1
/
+1
|
\
\
|
*
|
fs: port files to file_ref
Christian Brauner
2024-10-30
1
-1
/
+1
|
|
/
*
|
epoll: Add synchronous wakeup support for ep_poll_callback
Xuewen Yan
2024-10-22
1
-1
/
+4
*
|
epoll: annotate racy check
Christian Brauner
2024-10-22
1
-2
/
+4
|
/
*
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-23
1
-15
/
+15
|
\
|
*
introduce fd_file(), convert all accessors to it.
Al Viro
2024-08-13
1
-15
/
+15
*
|
eventpoll: Annotate data-race of busy_poll_usecs
Martin Karsten
2024-08-30
1
-1
/
+1
*
|
eventpoll: Don't re-zero eventpoll fields
Joe Damato
2024-08-30
1
-5
/
+0
|
/
*
epoll: be better about file lifetimes
Linus Torvalds
2024-05-05
1
-1
/
+37
*
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-03-13
1
-7
/
+124
|
\
|
*
eventpoll: Add epoll ioctl for epoll_params
Joe Damato
2024-02-14
1
-0
/
+73
|
*
eventpoll: Add per-epoll prefer busy poll option
Joe Damato
2024-02-14
1
-2
/
+5
|
*
eventpoll: Add per-epoll busy poll packet budget
Joe Damato
2024-02-14
1
-1
/
+8
|
*
eventpoll: support busy poll per epoll instance
Joe Damato
2024-02-14
1
-5
/
+39
*
|
eventpoll: prefer kfree_rcu() in __ep_remove()
Dmitry Antipov
2024-02-22
1
-7
/
+1
*
|
epoll: Remove ep_scan_ready_list() in comments
Huang Xiaojia
2024-02-06
1
-4
/
+4
|
/
*
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2023-12-28
1
-1
/
+0
*
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
2023-10-18
1
-3
/
+3
*
epoll: simplify ep_alloc()
Zhen Lei
2023-07-26
1
-10
/
+2
*
Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2023-06-26
1
-1
/
+1
|
\
|
*
fs: use correct __poll_t type
Min-Hua Chen
2023-05-15
1
-1
/
+1
*
|
epoll: ep_autoremove_wake_function should use list_del_init_careful
Benjamin Segall
2023-06-12
1
-1
/
+5
|
/
*
Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-04-28
1
-82
/
+133
|
\
|
*
epoll: rename global epmutex
Davidlohr Bueso
2023-04-19
1
-11
/
+11
|
*
epoll: use refcount to reduce ep_mutex contention
Paolo Abeni
2023-04-08
1
-72
/
+123
*
|
Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-25
1
-0
/
+13
|
\
\
|
*
|
Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
Palmer Dabbelt
2023-03-10
1
-0
/
+13
|
|
/
*
/
eventpoll: align comment with nested epoll limitation
Changcheng Liu
2023-03-13
1
-2
/
+2
|
/
*
eventpoll: add EPOLL_URING_WAKE poll wakeup flag
Jens Axboe
2022-11-21
1
-8
/
+10
*
epoll: use try_cmpxchg in list_add_tail_lockless
Uros Bizjak
2022-09-12
1
-1
/
+1
*
epoll: autoremove wakers even more aggressively
Benjamin Segall
2022-07-18
1
-0
/
+22
*
eventpoll: simplify sysctl declaration with register_sysctl()
Xiaoming Ni
2022-01-22
1
-1
/
+9
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-09-09
1
-3
/
+2
|
\
|
*
ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulation
Arnd Bergmann
2021-08-20
1
-3
/
+2
*
|
fs/epoll: use a per-cpu counter for user's watches count
Nicholas Piggin
2021-09-08
1
-8
/
+10
|
/
*
fs/epoll: restore waking from ep_done_scan()
Davidlohr Bueso
2021-05-07
1
-0
/
+6
*
fs: eventpoll: fix comments & kernel-doc notation
Randy Dunlap
2021-03-07
1
-26
/
+26
*
kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE
Chris Wilson
2021-02-16
1
-2
/
+2
*
epoll: add syscall epoll_pwait2
Willem de Bruijn
2020-12-19
1
-14
/
+73
*
epoll: convert internal api to timespec64
Willem de Bruijn
2020-12-19
1
-20
/
+37
*
epoll: eliminate unnecessary lock for zero timeout
Soheil Hassas Yeganeh
2020-12-19
1
-13
/
+12
*
epoll: replace gotos with a proper loop
Soheil Hassas Yeganeh
2020-12-19
1
-21
/
+21
*
epoll: pull all code between fetch_events and send_event into the loop
Soheil Hassas Yeganeh
2020-12-19
1
-20
/
+21
*
epoll: simplify and optimize busy loop logic
Soheil Hassas Yeganeh
2020-12-19
1
-23
/
+17
[next]