aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-6/+6
* fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig2018-05-261-6/+6
* fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-0/+12
* fs: unexport poll_schedule_timeoutChristoph Hellwig2018-05-261-2/+0
* unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro2018-02-111-0/+24
* preparation to switching ->poll() to returning EPOLL...Al Viro2018-02-011-1/+2
* annotate poll_table_entry->keyAl Viro2017-11-271-1/+1
* annotate poll_table_struct ->_keyAl Viro2017-11-271-4/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* move compat select-related syscalls to fs/select.cAl Viro2017-04-171-56/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2016-05-191-5/+6
* timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-171-1/+1
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-5/+1
* poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil2012-03-231-6/+31
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* poll: fix a typo in commentNamhyung Kim2010-12-101-1/+1
* epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer2010-10-271-0/+2
* sysctl extern cleanup: pollDave Young2010-03-121-0/+2
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-1/+1
* poll: avoid extra wakeups in select/pollEric Dumazet2009-06-161-0/+3
* poll: allow f_op->poll to sleepTejun Heo2009-01-061-3/+12
* select: switch select() and poll() over to hrtimersArjan van de Ven2008-09-051-3/+3
* select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersThomas Gleixner2008-09-051-0/+2
* [PATCH] make osf_select() use core_sys_select()Al Viro2008-05-011-0/+2
* Fix select on /proc files without ->pollAlexey Dobriyan2007-09-111-0/+2
* [PATCH] severing poll.h -> mm.hAl Viro2006-12-041-1/+2
* [PATCH] Optimize select/poll by putting small data sets on the stackAndi Kleen2006-03-281-0/+17
* [PATCH] Add pselect/ppoll system call implementationDavid Woodhouse2006-01-181-1/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+99