summaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds9 days1-2/+34
|\
| * eventpoll: Control irq suspension for prefer_busy_pollMartin Karsten2024-11-121-1/+31
| * eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is setMartin Karsten2024-11-121-1/+3
* | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds12 days1-27/+11
|\ \
| * | fdget(), more trivial conversionsAl Viro2024-11-031-11/+4
| * | fdget(), trivial conversionsAl Viro2024-11-031-16/+7
| |/
* | Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds12 days1-1/+1
|\ \
| * | fs: port files to file_refChristian Brauner2024-10-301-1/+1
| |/
* | epoll: Add synchronous wakeup support for ep_poll_callbackXuewen Yan2024-10-221-1/+4
* | epoll: annotate racy checkChristian Brauner2024-10-221-2/+4
|/
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-15/+15
|\
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-15/+15
* | eventpoll: Annotate data-race of busy_poll_usecsMartin Karsten2024-08-301-1/+1
* | eventpoll: Don't re-zero eventpoll fieldsJoe Damato2024-08-301-5/+0
|/
* epoll: be better about file lifetimesLinus Torvalds2024-05-051-1/+37
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-131-7/+124
|\
| * eventpoll: Add epoll ioctl for epoll_paramsJoe Damato2024-02-141-0/+73
| * eventpoll: Add per-epoll prefer busy poll optionJoe Damato2024-02-141-2/+5
| * eventpoll: Add per-epoll busy poll packet budgetJoe Damato2024-02-141-1/+8
| * eventpoll: support busy poll per epoll instanceJoe Damato2024-02-141-5/+39
* | eventpoll: prefer kfree_rcu() in __ep_remove()Dmitry Antipov2024-02-221-7/+1
* | epoll: Remove ep_scan_ready_list() in commentsHuang Xiaojia2024-02-061-4/+4
|/
* fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
* treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-3/+3
* epoll: simplify ep_alloc()Zhen Lei2023-07-261-10/+2
* Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-06-261-1/+1
|\
| * fs: use correct __poll_t typeMin-Hua Chen2023-05-151-1/+1
* | epoll: ep_autoremove_wake_function should use list_del_init_carefulBenjamin Segall2023-06-121-1/+5
|/
* Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-281-82/+133
|\
| * epoll: rename global epmutexDavidlohr Bueso2023-04-191-11/+11
| * epoll: use refcount to reduce ep_mutex contentionPaolo Abeni2023-04-081-72/+123
* | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-0/+13
|\ \
| * | Move ep_take_care_of_epollwakeup() to fs/eventpoll.cPalmer Dabbelt2023-03-101-0/+13
| |/
* / eventpoll: align comment with nested epoll limitationChangcheng Liu2023-03-131-2/+2
|/
* eventpoll: add EPOLL_URING_WAKE poll wakeup flagJens Axboe2022-11-211-8/+10
* epoll: use try_cmpxchg in list_add_tail_locklessUros Bizjak2022-09-121-1/+1
* epoll: autoremove wakers even more aggressivelyBenjamin Segall2022-07-181-0/+22
* eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni2022-01-221-1/+9
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-091-3/+2
|\
| * ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann2021-08-201-3/+2
* | fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin2021-09-081-8/+10
|/
* fs/epoll: restore waking from ep_done_scan()Davidlohr Bueso2021-05-071-0/+6
* fs: eventpoll: fix comments & kernel-doc notationRandy Dunlap2021-03-071-26/+26
* kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson2021-02-161-2/+2
* epoll: add syscall epoll_pwait2Willem de Bruijn2020-12-191-14/+73
* epoll: convert internal api to timespec64Willem de Bruijn2020-12-191-20/+37
* epoll: eliminate unnecessary lock for zero timeoutSoheil Hassas Yeganeh2020-12-191-13/+12
* epoll: replace gotos with a proper loopSoheil Hassas Yeganeh2020-12-191-21/+21
* epoll: pull all code between fetch_events and send_event into the loopSoheil Hassas Yeganeh2020-12-191-20/+21
* epoll: simplify and optimize busy loop logicSoheil Hassas Yeganeh2020-12-191-23/+17