aboutsummaryrefslogtreecommitdiffstats
path: root/fs/select.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-4/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+8
2017-04-17move compat select-related syscalls to fs/select.cAl Viro1-2/+419
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck1-8/+8
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-11fs/select: add vmalloc fallback for select(2)Vlastimil Babka1-3/+11
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani1-30/+37
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz1-4/+4
2016-01-06poll: plug an unused argument to do_pollMateusz Guzik1-3/+3
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra1-3/+3
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-10-30Revert "select: use freezable blocking call"Rafael J. Wysocki1-2/+1
2013-10-24file->f_op is never NULL...Al Viro1-2/+2
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+57
2013-07-09net/fs: change busy poll time accountingEliezer Tamir1-11/+20
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir1-23/+37
2013-07-02net: convert lls to use time_in_range()Eliezer Tamir1-4/+6
2013-07-01net: avoid calling sched_clock when LLS is offEliezer Tamir1-4/+7
2013-06-25net: poll/select low latency socket supportEliezer Tamir1-5/+29
2013-05-12select: use freezable blocking callColin Cross1-1/+3
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-0/+1
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-16/+12
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer1-5/+5
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro1-4/+0
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil1-22/+18
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-02-21sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds1-1/+1
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells1-1/+1
2011-03-21select: remove unused MAX_SELECT_SECONDSNamhyung Kim1-3/+0
2011-01-13fs/select.c: fix information leak to userspaceVasiliy Kulikov1-0/+2
2010-10-27epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer1-1/+1
2010-10-27select: rename estimate_accuracy() to select_estimate_accuracy()Andrew Morton1-3/+3
2010-03-12Add generic sys_old_select()Christoph Hellwig1-0/+17
2010-03-06fs: use rlimit helpersJiri Slaby1-1/+1
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-09-23poll/select: avoid arithmetic overflow in __estimate_accuracy()Guillaume Knispel1-4/+10
2009-08-15poll/select: initialize triggered field of struct poll_wqueuesGuillaume Knispel1-0/+1
2009-06-16poll: avoid extra wakeups in select/pollEric Dumazet1-4/+36
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens1-5/+6
2009-01-14[CVE-2009-0029] System call wrappers part 23Heiko Carstens1-4/+4
2009-01-14[CVE-2009-0029] Make sys_pselect7 staticHeiko Carstens1-4/+4
2009-01-13Fix timeouts in sys_pselect7Bernd Schmidt1-1/+1
2009-01-06poll: allow f_op->poll to sleepTejun Heo1-14/+62
2008-10-26select: deal with math overflow from borderline valid userland dataArjan van de Ven1-2/+3