summaryrefslogtreecommitdiff
path: root/fs/select.c
AgeCommit message (Expand)Author
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-19get_compat_sigset()Al Viro
2017-09-19select: Use get/put_timespec64Deepa Dinamani
2017-08-28fs/select: Fix memory corruption in compat_get_fd_set()Helge Deller
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-09select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()Al Viro
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-17move compat select-related syscalls to fs/select.cAl Viro
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-11fs/select: add vmalloc fallback for select(2)Vlastimil Babka
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
2016-01-06poll: plug an unused argument to do_pollMateusz Guzik
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-30Revert "select: use freezable blocking call"Rafael J. Wysocki
2013-10-24file->f_op is never NULL...Al Viro
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-09net/fs: change busy poll time accountingEliezer Tamir
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir
2013-07-02net: convert lls to use time_in_range()Eliezer Tamir
2013-07-01net: avoid calling sched_clock when LLS is offEliezer Tamir
2013-06-25net: poll/select low latency socket supportEliezer Tamir
2013-05-12select: use freezable blocking callColin Cross
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26make get_file() return its argumentAl Viro
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker
2012-02-21sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells
2011-03-21select: remove unused MAX_SELECT_SECONDSNamhyung Kim
2011-01-13fs/select.c: fix information leak to userspaceVasiliy Kulikov
2010-10-27epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer
2010-10-27select: rename estimate_accuracy() to select_estimate_accuracy()Andrew Morton
2010-03-12Add generic sys_old_select()Christoph Hellwig
2010-03-06fs: use rlimit helpersJiri Slaby
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan
2009-09-23poll/select: avoid arithmetic overflow in __estimate_accuracy()Guillaume Knispel