index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
eventpoll.c
Age
Commit message (
Expand
)
Author
2023-06-21
epoll: ep_autoremove_wake_function should use list_del_init_careful
Benjamin Segall
2023-01-24
eventpoll: add EPOLL_URING_WAKE poll wakeup flag
Jens Axboe
2022-08-17
epoll: autoremove wakers even more aggressively
Benjamin Segall
2021-09-09
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-09-08
fs/epoll: use a per-cpu counter for user's watches count
Nicholas Piggin
2021-08-20
ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulation
Arnd Bergmann
2021-05-06
fs/epoll: restore waking from ep_done_scan()
Davidlohr Bueso
2021-03-06
fs: eventpoll: fix comments & kernel-doc notation
Randy Dunlap
2021-02-16
kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE
Chris Wilson
2020-12-19
epoll: add syscall epoll_pwait2
Willem de Bruijn
2020-12-19
epoll: convert internal api to timespec64
Willem de Bruijn
2020-12-19
epoll: eliminate unnecessary lock for zero timeout
Soheil Hassas Yeganeh
2020-12-19
epoll: replace gotos with a proper loop
Soheil Hassas Yeganeh
2020-12-19
epoll: pull all code between fetch_events and send_event into the loop
Soheil Hassas Yeganeh
2020-12-19
epoll: simplify and optimize busy loop logic
Soheil Hassas Yeganeh
2020-12-19
epoll: move eavail next to the list_empty_careful check
Soheil Hassas Yeganeh
2020-12-19
epoll: pull fatal signal checks into ep_send_events()
Soheil Hassas Yeganeh
2020-12-19
epoll: simplify signal handling
Soheil Hassas Yeganeh
2020-12-19
epoll: check for events when removing a timed out thread from the wait queue
Soheil Hassas Yeganeh
2020-12-15
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2020-12-04
net: Remove the err argument from sock_from_file
Florent Revest
2020-12-01
net: Add SO_BUSY_POLL_BUDGET socket option
Björn Töpel
2020-12-01
net: Introduce preferred busy-polling
Björn Töpel
2020-10-25
epoll: take epitem list out of struct file
Al Viro
2020-10-25
epoll: massage the check list insertion
Al Viro
2020-10-25
lift rcu_read_lock() into reverse_path_check()
Al Viro
2020-10-25
convert ->f_ep_links/->fllink to hlist
Al Viro
2020-10-25
ep_insert(): move creation of wakeup source past the fl_ep_links insertion
Al Viro
2020-10-25
fold ep_read_events_proc() into the only caller
Al Viro
2020-10-25
take the common part of ep_eventpoll_poll() and ep_item_poll() into helper
Al Viro
2020-10-25
ep_insert(): we only need tep->mtx around the insertion itself
Al Viro
2020-10-25
ep_insert(): don't open-code ep_remove() on failure exits
Al Viro
2020-10-25
lift locking/unlocking ep->mtx out of ep_{start,done}_scan()
Al Viro
2020-10-25
ep_send_events_proc(): fold into the caller
Al Viro
2020-10-25
lift the calls of ep_send_events_proc() into the callers
Al Viro
2020-10-25
lift the calls of ep_read_events_proc() into the callers
Al Viro
2020-10-25
ep_scan_ready_list(): prepare to splitup
Al Viro
2020-10-25
ep_loop_check_proc(): saner calling conventions
Al Viro
2020-10-25
get rid of ep_push_nested()
Al Viro
2020-10-25
ep_loop_check_proc(): lift pushing the cookie into callers
Al Viro
2020-10-25
clean reverse_path_check_proc() a bit
Al Viro
2020-10-25
reverse_path_check_proc(): don't bother with cookies
Al Viro
2020-10-25
reverse_path_check_proc(): sane arguments
Al Viro
2020-10-25
untangling ep_call_nested(): and there was much rejoicing
Al Viro
2020-10-25
untangling ep_call_nested(): move push/pop of cookie into the callbacks
Al Viro
2020-10-25
untangling ep_call_nested(): take pushing cookie into a helper
Al Viro
2020-10-25
untangling ep_call_nested(): it's all serialized on epmutex.
Al Viro
2020-10-25
untangling ep_call_nested(): get rid of useless arguments
Al Viro
2020-10-25
epoll: get rid of epitem->nwait
Al Viro
2020-10-25
epoll: switch epitem->pwqlist to single-linked list
Al Viro
[next]