aboutsummaryrefslogtreecommitdiff
path: root/fs/select.c
AgeCommit message (Expand)Author
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
2009-08-15poll/select: initialize triggered field of struct poll_wqueuesGuillaume Knispel
2009-06-16poll: avoid extra wakeups in select/pollEric Dumazet
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 23Heiko Carstens
2009-01-14[CVE-2009-0029] Make sys_pselect7 staticHeiko Carstens
2009-01-13Fix timeouts in sys_pselect7Bernd Schmidt
2009-01-06poll: allow f_op->poll to sleepTejun Heo
2008-10-26select: deal with math overflow from borderline valid userland dataArjan van de Ven
2008-09-07hrtimer: fix signed/unsigned bug in slack estimatorArjan van de Ven
2008-09-07hrtimer: incorporate feedback from Peter ZijlstraArjan van de Ven
2008-09-05hrtimer: make select() and poll() use the hrtimer range featureArjan van de Ven
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-06-22Fix performance regression on lmbench select benchmarkLinus Torvalds
2008-05-01[PATCH] split linux/file.hAl Viro
2008-05-01[PATCH] make osf_select() use core_sys_select()Al Viro
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath
2008-04-30signals: add set_restore_sigmaskRoland McGrath
2008-04-21trivial: small cleanupsPavel Machek
2008-02-06make sys_poll() wait at least timeout msKarsten Wiese
2007-10-19fs/select, remove unused macrosJiri Slaby
2007-10-17Use ERESTART_RESTARTBLOCK if poll() is interrupted by a signalChris Wright
2007-10-17do_poll: return -EINTR when signalledOleg Nesterov
2007-10-17do_sys_poll: simplify playing with on-stack dataOleg Nesterov
2007-09-11Fix select on /proc files without ->pollAlexey Dobriyan
2007-05-09Style fix in fs/select.cWANG Cong
2007-05-08ROUND_UP macro cleanup in fs/(select|compat|readdir).cMilind Arun Choudhary
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov
2006-09-29[PATCH] enforce RLIMIT_NOFILE in poll()Chris Snook
2006-06-25[PATCH] fs: sys_poll with timeout -1 bug fixFrode Isaksen
2006-06-23[PATCH] Poll cleanups/microoptimizationsVadim Lobanov
2006-04-11[PATCH] select: don't overflow if (SELECT_STACK_ALLOC % sizeof(long) != 0)Mitchell Blank Jr
2006-04-11[PATCH] select() warning fixesAndrew Morton
2006-03-31[PATCH] avoid unaligned access when accessing poll stackJes Sorensen
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven
2006-03-28[PATCH] use fget_light() in select/pollEric Dumazet
2006-03-28[PATCH] Optimize select/poll by putting small data sets on the stackAndi Kleen
2006-02-17[PATCH] select: time comparison fixesAndrew Morton
2006-02-11[PATCH] select: fix returned timevalAndrew Morton
2006-02-07[PATCH] fix __user annotations in fs/select.cAl Viro
2006-01-18[PATCH] Add pselect/ppoll system call implementationDavid Woodhouse