summaryrefslogtreecommitdiff
path: root/include/linux/poll.h
AgeCommit message (Expand)Author
2019-05-14fs/select: avoid clang stack usage warningArnd Bergmann
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro
2018-02-01preparation to switching ->poll() to returning EPOLL...Al Viro
2017-11-27annotate poll_table_entry->keyAl Viro
2017-11-27annotate poll_table_struct ->_keyAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-04-17move compat select-related syscalls to fs/select.cAl Viro
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil
2011-03-31Fix common misspellingsLucas De Marchi
2010-12-10poll: fix a typo in commentNamhyung Kim
2010-10-27epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer
2010-03-12sysctl extern cleanup: pollDave Young
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan
2009-06-16poll: avoid extra wakeups in select/pollEric Dumazet
2009-01-06poll: allow f_op->poll to sleepTejun Heo
2008-09-05select: switch select() and poll() over to hrtimersArjan van de Ven
2008-09-05select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersThomas Gleixner
2008-05-01[PATCH] make osf_select() use core_sys_select()Al Viro
2007-09-11Fix select on /proc files without ->pollAlexey Dobriyan
2006-12-04[PATCH] severing poll.h -> mm.hAl Viro
2006-03-28[PATCH] Optimize select/poll by putting small data sets on the stackAndi Kleen
2006-01-18[PATCH] Add pselect/ppoll system call implementationDavid Woodhouse
2005-04-16Linux-2.6.12-rc2Linus Torvalds