index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
eventpoll.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-13
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-19
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
2023-05-15
fs: use correct __poll_t type
Min-Hua Chen
1
-1
/
+1
2023-04-28
Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-82
/
+133
2023-04-25
Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+13
2023-04-19
epoll: rename global epmutex
Davidlohr Bueso
1
-11
/
+11
2023-04-08
epoll: use refcount to reduce ep_mutex contention
Paolo Abeni
1
-72
/
+123
2023-03-13
eventpoll: align comment with nested epoll limitation
Changcheng Liu
1
-2
/
+2
2023-03-10
Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
Palmer Dabbelt
1
-0
/
+13
2022-11-21
eventpoll: add EPOLL_URING_WAKE poll wakeup flag
Jens Axboe
1
-8
/
+10
2022-09-12
epoll: use try_cmpxchg in list_add_tail_lockless
Uros Bizjak
1
-1
/
+1
2022-07-18
epoll: autoremove wakers even more aggressively
Benjamin Segall
1
-0
/
+22
2022-01-22
eventpoll: simplify sysctl declaration with register_sysctl()
Xiaoming Ni
1
-1
/
+9
2021-09-09
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-3
/
+2
2021-09-08
fs/epoll: use a per-cpu counter for user's watches count
Nicholas Piggin
1
-8
/
+10
2021-08-20
ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulation
Arnd Bergmann
1
-3
/
+2
2021-05-07
fs/epoll: restore waking from ep_done_scan()
Davidlohr Bueso
1
-0
/
+6
2021-03-07
fs: eventpoll: fix comments & kernel-doc notation
Randy Dunlap
1
-26
/
+26
2021-02-16
kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE
Chris Wilson
1
-2
/
+2
2020-12-19
epoll: add syscall epoll_pwait2
Willem de Bruijn
1
-14
/
+73
2020-12-19
epoll: convert internal api to timespec64
Willem de Bruijn
1
-20
/
+37
2020-12-19
epoll: eliminate unnecessary lock for zero timeout
Soheil Hassas Yeganeh
1
-13
/
+12
2020-12-19
epoll: replace gotos with a proper loop
Soheil Hassas Yeganeh
1
-21
/
+21
2020-12-19
epoll: pull all code between fetch_events and send_event into the loop
Soheil Hassas Yeganeh
1
-20
/
+21
2020-12-19
epoll: simplify and optimize busy loop logic
Soheil Hassas Yeganeh
1
-23
/
+17
2020-12-19
epoll: move eavail next to the list_empty_careful check
Soheil Hassas Yeganeh
1
-2
/
+1
2020-12-19
epoll: pull fatal signal checks into ep_send_events()
Soheil Hassas Yeganeh
1
-9
/
+8
2020-12-19
epoll: simplify signal handling
Soheil Hassas Yeganeh
1
-10
/
+10
2020-12-19
epoll: check for events when removing a timed out thread from the wait queue
Soheil Hassas Yeganeh
1
-9
/
+16
2020-12-16
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-415
/
+302
2020-12-05
net: Remove the err argument from sock_from_file
Florent Revest
1
-2
/
+1
2020-12-01
net: Add SO_BUSY_POLL_BUDGET socket option
Björn Töpel
1
-1
/
+2
2020-12-01
net: Introduce preferred busy-polling
Björn Töpel
1
-1
/
+1
2020-10-26
epoll: take epitem list out of struct file
Al Viro
1
-42
/
+126
2020-10-26
epoll: massage the check list insertion
Al Viro
1
-4
/
+4
2020-10-26
lift rcu_read_lock() into reverse_path_check()
Al Viro
1
-2
/
+2
2020-10-26
convert ->f_ep_links/->fllink to hlist
Al Viro
1
-9
/
+9
2020-10-26
ep_insert(): move creation of wakeup source past the fl_ep_links insertion
Al Viro
1
-11
/
+9
2020-10-26
fold ep_read_events_proc() into the only caller
Al Viro
1
-29
/
+20
2020-10-26
take the common part of ep_eventpoll_poll() and ep_item_poll() into helper
Al Viro
1
-30
/
+27
[next]