aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/poll.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14fs/select: avoid clang stack usage warningArnd Bergmann1-0/+4
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-6/+6
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig1-6/+6
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig1-0/+12
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig1-2/+0
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro1-0/+24
2018-02-01preparation to switching ->poll() to returning EPOLL...Al Viro1-1/+2
2017-11-27annotate poll_table_entry->keyAl Viro1-1/+1
2017-11-27annotate poll_table_struct ->_keyAl Viro1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-04-17move compat select-related syscalls to fs/select.cAl Viro1-56/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani1-5/+6
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz1-1/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-5/+1
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil1-6/+31
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-10poll: fix a typo in commentNamhyung Kim1-1/+1
2010-10-27epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer1-0/+2
2010-03-12sysctl extern cleanup: pollDave Young1-0/+2
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-1/+1
2009-06-16poll: avoid extra wakeups in select/pollEric Dumazet1-0/+3
2009-01-06poll: allow f_op->poll to sleepTejun Heo1-3/+12
2008-09-05select: switch select() and poll() over to hrtimersArjan van de Ven1-3/+3
2008-09-05select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersThomas Gleixner1-0/+2
2008-05-01[PATCH] make osf_select() use core_sys_select()Al Viro1-0/+2
2007-09-11Fix select on /proc files without ->pollAlexey Dobriyan1-0/+2
2006-12-04[PATCH] severing poll.h -> mm.hAl Viro1-1/+2
2006-03-28[PATCH] Optimize select/poll by putting small data sets on the stackAndi Kleen1-0/+17
2006-01-18[PATCH] Add pselect/ppoll system call implementationDavid Woodhouse1-1/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+99