index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
eventpoll.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-02
eventpoll: defer struct eventpoll free to RCU grace period
Nicholas Carlini
1
-1
/
+5
2026-02-25
Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+3
2026-02-24
eventpoll: Fix integer overflow in ep_loop_check_proc()
Jann Horn
1
-2
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-11-28
eventpoll: convert do_epoll_create() to FD_PREPARE()
Christian Brauner
1
-22
/
+10
2025-09-05
eventpoll: Replace rwlock with spinlock
Nam Cao
1
-113
/
+26
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-14
/
+44
2025-07-23
eventpoll: fix sphinx documentation build warning
Jann Horn
1
-3
/
+1
2025-07-16
eventpoll: Fix semi-unbounded recursion
Jann Horn
1
-14
/
+46
2025-07-11
Revert "eventpoll: Fix priority inversion problem"
Linus Torvalds
1
-134
/
+324
2025-07-09
eventpoll: don't decrement ep refcount while still holding the ep mutex
Linus Torvalds
1
-7
/
+5
2025-07-01
eventpoll: Fix priority inversion problem
Nam Cao
1
-324
/
+134
2025-05-02
fs/eventpoll: fix endless busy loop after timeout has expired
Max Kellermann
1
-3
/
+4
2025-04-17
eventpoll: Set epoll timeout if it's in the future
Joe Damato
1
-1
/
+9
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-4
/
+4
2025-03-24
Merge tag 'vfs-6.15-rc1.eventpoll' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-24
/
+63
2025-02-27
epoll: simplify ep_busy_loop by removing always 0 argument
Lin Feng
1
-4
/
+4
2025-02-20
eventpoll: add epoll_sendevents() helper
Jens Axboe
1
-0
/
+20
2025-02-20
eventpoll: abstract out ep_try_send_events() helper
Jens Axboe
1
-10
/
+18
2025-02-20
eventpoll: abstract out parameter sanity checking
Jens Axboe
1
-14
/
+25
2025-02-17
net: use napi_id_valid helper
Stefano Jordhani
1
-4
/
+4
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-2
/
+34
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-27
/
+11
2024-11-18
Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-1
/
+1
2024-11-11
eventpoll: Control irq suspension for prefer_busy_poll
Martin Karsten
1
-1
/
+31
2024-11-11
eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
Martin Karsten
1
-1
/
+3
2024-11-03
fdget(), more trivial conversions
Al Viro
1
-11
/
+4
2024-11-03
fdget(), trivial conversions
Al Viro
1
-16
/
+7
2024-10-30
fs: port files to file_ref
Christian Brauner
1
-1
/
+1
2024-10-22
epoll: Add synchronous wakeup support for ep_poll_callback
Xuewen Yan
1
-1
/
+4
2024-10-22
epoll: annotate racy check
Christian Brauner
1
-2
/
+4
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-15
/
+15
2024-08-30
eventpoll: Annotate data-race of busy_poll_usecs
Martin Karsten
1
-1
/
+1
2024-08-30
eventpoll: Don't re-zero eventpoll fields
Joe Damato
1
-5
/
+0
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-15
/
+15
2024-05-05
epoll: be better about file lifetimes
Linus Torvalds
1
-1
/
+37
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-7
/
+124
2024-02-22
eventpoll: prefer kfree_rcu() in __ep_remove()
Dmitry Antipov
1
-7
/
+1
2024-02-14
eventpoll: Add epoll ioctl for epoll_params
Joe Damato
1
-0
/
+73
2024-02-14
eventpoll: Add per-epoll prefer busy poll option
Joe Damato
1
-2
/
+5
2024-02-14
eventpoll: Add per-epoll busy poll packet budget
Joe Damato
1
-1
/
+8
2024-02-14
eventpoll: support busy poll per epoll instance
Joe Damato
1
-5
/
+39
2024-02-06
epoll: Remove ep_scan_ready_list() in comments
Huang Xiaojia
1
-4
/
+4
2023-12-28
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2023-10-18
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-3
/
+3
2023-07-26
epoll: simplify ep_alloc()
Zhen Lei
1
-10
/
+2
2023-06-26
Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-1
/
+1
2023-06-12
epoll: ep_autoremove_wake_function should use list_del_init_careful
Benjamin Segall
1
-1
/
+5
[next]