'/>
summaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
AgeCommit message (Expand)Author
2024-05-05epoll: be better about file lifetimesLinus Torvalds
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-02-22eventpoll: prefer kfree_rcu() in __ep_remove()Dmitry Antipov
2024-02-14eventpoll: Add epoll ioctl for epoll_paramsJoe Damato
2024-02-14eventpoll: Add per-epoll prefer busy poll optionJoe Damato
2024-02-14eventpoll: Add per-epoll busy poll packet budgetJoe Damato
2024-02-14eventpoll: support busy poll per epoll instanceJoe Damato
2024-02-06epoll: Remove ep_scan_ready_list() in commentsHuang Xiaojia
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-07-26epoll: simplify ep_alloc()Zhen Lei
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-06-12epoll: ep_autoremove_wake_function should use list_del_init_carefulBenjamin Segall
2023-05-15fs: use correct __poll_t typeMin-Hua Chen
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-18epoll: rename global epmutexDavidlohr Bueso
2023-04-08epoll: use refcount to reduce ep_mutex contentionPaolo Abeni
2023-03-13eventpoll: align comment with nested epoll limitationChangcheng Liu
2023-03-10Move ep_take_care_of_epollwakeup() to fs/eventpoll.cPalmer Dabbelt
2022-11-21eventpoll: add EPOLL_URING_WAKE poll wakeup flagJens Axboe
2022-09-11epoll: use try_cmpxchg in list_add_tail_locklessUros Bizjak
2022-07-17epoll: autoremove wakers even more aggressivelyBenjamin Segall
2022-01-22eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-09-08fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin
2021-08-20ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann
2021-05-06fs/epoll: restore waking from ep_done_scan()Davidlohr Bueso
2021-03-06fs: eventpoll: fix comments & kernel-doc notationRandy Dunlap
2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson