aboutsummaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-17epoll: autoremove wakers even more aggressivelyGravatar Benjamin Segall 1-0/+22
2022-01-22eventpoll: simplify sysctl declaration with register_sysctl()Gravatar Xiaoming Ni 1-1/+9
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-3/+2
2021-09-08fs/epoll: use a per-cpu counter for user's watches countGravatar Nicholas Piggin 1-8/+10
2021-08-20ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationGravatar Arnd Bergmann 1-3/+2
2021-05-06fs/epoll: restore waking from ep_done_scan()Gravatar Davidlohr Bueso 1-0/+6
2021-03-06fs: eventpoll: fix comments & kernel-doc notationGravatar Randy Dunlap 1-26/+26
2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREGravatar Chris Wilson 1-2/+2
2020-12-19epoll: add syscall epoll_pwait2Gravatar Willem de Bruijn 1-14/+73
2020-12-19epoll: convert internal api to timespec64Gravatar Willem de Bruijn 1-20/+37
2020-12-19epoll: eliminate unnecessary lock for zero timeoutGravatar Soheil Hassas Yeganeh 1-13/+12
2020-12-19epoll: replace gotos with a proper loopGravatar Soheil Hassas Yeganeh 1-21/+21
2020-12-19epoll: pull all code between fetch_events and send_event into the loopGravatar Soheil Hassas Yeganeh 1-20/+21
2020-12-19epoll: simplify and optimize busy loop logicGravatar Soheil Hassas Yeganeh 1-23/+17
2020-12-19epoll: move eavail next to the list_empty_careful checkGravatar Soheil Hassas Yeganeh 1-2/+1
2020-12-19epoll: pull fatal signal checks into ep_send_events()Gravatar Soheil Hassas Yeganeh 1-9/+8
2020-12-19epoll: simplify signal handlingGravatar Soheil Hassas Yeganeh 1-10/+10
2020-12-19epoll: check for events when removing a timed out thread from the wait queueGravatar Soheil Hassas Yeganeh 1-9/+16
2020-12-15Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-415/+302
2020-12-04net: Remove the err argument from sock_from_fileGravatar Florent Revest 1-2/+1
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionGravatar Björn Töpel 1-1/+2
2020-12-01net: Introduce preferred busy-pollingGravatar Björn Töpel 1-1/+1
2020-10-25epoll: take epitem list out of struct fileGravatar Al Viro 1-42/+126
2020-10-25epoll: massage the check list insertionGravatar Al Viro 1-4/+4
2020-10-25lift rcu_read_lock() into reverse_path_check()Gravatar Al Viro 1-2/+2
2020-10-25convert ->f_ep_links/->fllink to hlistGravatar Al Viro 1-9/+9
2020-10-25ep_insert(): move creation of wakeup source past the fl_ep_links insertionGravatar Al Viro 1-11/+9
2020-10-25fold ep_read_events_proc() into the only callerGravatar Al Viro 1-29/+20
2020-10-25take the common part of ep_eventpoll_poll() and ep_item_poll() into helperGravatar Al Viro 1-30/+27
2020-10-25ep_insert(): we only need tep->mtx around the insertion itselfGravatar Al Viro 1-18/+10
2020-10-25ep_insert(): don't open-code ep_remove() on failure exitsGravatar Al Viro 1-37/+14
2020-10-25lift locking/unlocking ep->mtx out of ep_{start,done}_scan()Gravatar Al Viro 1-31/+26
2020-10-25ep_send_events_proc(): fold into the callerGravatar Al Viro 1-40/+20
2020-10-25lift the calls of ep_send_events_proc() into the callersGravatar Al Viro 1-28/+5
2020-10-25lift the calls of ep_read_events_proc() into the callersGravatar Al Viro 1-10/+14
2020-10-25ep_scan_ready_list(): prepare to splitupGravatar Al Viro 1-27/+36
2020-10-25ep_loop_check_proc(): saner calling conventionsGravatar Al Viro 1-22/+16
2020-10-25get rid of ep_push_nested()Gravatar Al Viro 1-25/+4
2020-10-25ep_loop_check_proc(): lift pushing the cookie into callersGravatar Al Viro 1-6/+12
2020-10-25clean reverse_path_check_proc() a bitGravatar Al Viro 1-17/+9
2020-10-25reverse_path_check_proc(): don't bother with cookiesGravatar Al Viro 1-2/+1
2020-10-25reverse_path_check_proc(): sane argumentsGravatar Al Viro 1-7/+5
2020-10-25untangling ep_call_nested(): and there was much rejoicingGravatar Al Viro 1-32/+11
2020-10-25untangling ep_call_nested(): move push/pop of cookie into the callbacksGravatar Al Viro 1-9/+9
2020-10-25untangling ep_call_nested(): take pushing cookie into a helperGravatar Al Viro 1-9/+17
2020-10-25untangling ep_call_nested(): it's all serialized on epmutex.Gravatar Al Viro 1-69/+11
2020-10-25untangling ep_call_nested(): get rid of useless argumentsGravatar Al Viro 1-19/+12
2020-10-25epoll: get rid of epitem->nwaitGravatar Al Viro 1-26/+20
2020-10-25epoll: switch epitem->pwqlist to single-linked listGravatar Al Viro 1-26/+25
2020-09-24ep_create_wakeup_source(): dentry name can change under you...Gravatar Al Viro 1-3/+4