aboutsummaryrefslogtreecommitdiff
path: root/include/linux/poll.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-14fs/select: avoid clang stack usage warningGravatar Arnd Bergmann 1-0/+4
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-6/+6
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsGravatar Christoph Hellwig 1-6/+6
2018-05-26fs: add new vfs_poll and file_can_poll helpersGravatar Christoph Hellwig 1-0/+12
2018-05-26fs: unexport poll_schedule_timeoutGravatar Christoph Hellwig 1-2/+0
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Gravatar Al Viro 1-0/+24
2018-02-01preparation to switching ->poll() to returning EPOLL...Gravatar Al Viro 1-1/+2
2017-11-27annotate poll_table_entry->keyGravatar Al Viro 1-1/+1
2017-11-27annotate poll_table_struct ->_keyGravatar Al Viro 1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-1/+1
2017-04-17move compat select-related syscalls to fs/select.cGravatar Al Viro 1-56/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsGravatar Deepa Dinamani 1-5/+6
2016-03-17timer: convert timer_slack_ns from unsigned long to u64Gravatar John Stultz 1-1/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-5/+1
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsGravatar Hans Verkuil 1-6/+31
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-12-10poll: fix a typo in commentGravatar Namhyung Kim 1-1/+1
2010-10-27epoll: make epoll_wait() use the hrtimer range featureGravatar Shawn Bohrer 1-0/+2
2010-03-12sysctl extern cleanup: pollGravatar Dave Young 1-0/+2
2009-10-04headers: remove sched.h from poll.hGravatar Alexey Dobriyan 1-1/+1
2009-06-16poll: avoid extra wakeups in select/pollGravatar Eric Dumazet 1-0/+3
2009-01-06poll: allow f_op->poll to sleepGravatar Tejun Heo 1-3/+12
2008-09-05select: switch select() and poll() over to hrtimersGravatar Arjan van de Ven 1-3/+3
2008-09-05select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersGravatar Thomas Gleixner 1-0/+2
2008-05-01[PATCH] make osf_select() use core_sys_select()Gravatar Al Viro 1-0/+2
2007-09-11Fix select on /proc files without ->pollGravatar Alexey Dobriyan 1-0/+2
2006-12-04[PATCH] severing poll.h -> mm.hGravatar Al Viro 1-1/+2
2006-03-28[PATCH] Optimize select/poll by putting small data sets on the stackGravatar Andi Kleen 1-0/+17
2006-01-18[PATCH] Add pselect/ppoll system call implementationGravatar David Woodhouse 1-1/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+99