summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-11fs/select: add vmalloc fallback for select(2)Vlastimil Babka1-3/+11
2016-05-20fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani4-44/+54
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz9-21/+26
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 Zijlstra18-33/+29
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski84-194/+62
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds159-2491/+2099
2013-10-30Revert "select: use freezable blocking call"Rafael J. Wysocki1-2/+1
2013-10-25file->f_op is never NULL...Al Viro29-97/+74
2013-07-11net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir15-14/+14
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1181-21775/+73998
2013-07-09net/fs: change busy poll time accountingEliezer Tamir2-48/+38
2013-07-09net: rename low latency sockets functions to busy pollEliezer Tamir7-61/+80
2013-07-02net: convert lls to use time_in_range()Eliezer Tamir3-13/+27
2013-07-01net: avoid calling sched_clock when LLS is offEliezer Tamir2-6/+22
2013-06-25net: poll/select low latency socket supportEliezer Tamir7-22/+91
2013-05-12select: use freezable blocking callColin Cross1-1/+3
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams22-57/+81
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-09-27make get_file() return its argumentAl Viro16-38/+23
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer7-32/+12
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro5-14/+4
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds91-2180/+1561
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds100-100/+100
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil5-33/+66
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker32-32/+30
2012-02-22sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds3-3/+3
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells6-47/+37
2011-03-21select: remove unused MAX_SELECT_SECONDSNamhyung Kim2-6/+0
2011-01-13fs/select.c: fix information leak to userspaceVasiliy Kulikov1-0/+2
2010-10-28epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer3-17/+22
2010-10-28select: rename estimate_accuracy() to select_estimate_accuracy()Andrew Morton1-3/+3
2010-03-12Add generic sys_old_select()Christoph Hellwig27-152/+52
2010-03-06fs: use rlimit helpersJiri Slaby8-12/+12
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan26-1/+27
2009-09-23poll/select: avoid arithmetic overflow in __estimate_accuracy()Guillaume Knispel1-4/+10
2009-08-16poll/select: initialize triggered field of struct poll_wqueuesGuillaume Knispel1-0/+1
2009-06-17poll: avoid extra wakeups in select/pollEric Dumazet2-4/+39
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens7-17/+24
2009-01-14[CVE-2009-0029] System call wrappers part 23Heiko Carstens3-16/+16
2009-01-14[CVE-2009-0029] Make sys_pselect7 staticHeiko Carstens2-7/+7
2009-01-13Fix timeouts in sys_pselect7Bernd Schmidt1-1/+1
2009-01-06poll: allow f_op->poll to sleepTejun Heo4-21/+76
2008-10-26select: deal with math overflow from borderline valid userland dataArjan van de Ven2-4/+6
2008-09-07hrtimer: fix signed/unsigned bug in slack estimatorArjan van de Ven1-5/+8
2008-09-07hrtimer: incorporate feedback from Peter ZijlstraArjan van de Ven2-4/+3
2008-09-06hrtimer: make select() and poll() use the hrtimer range featureArjan van de Ven1-2/+62
2008-09-06select: switch select() and poll() over to hrtimersArjan van de Ven3-294/+111
2008-09-06select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersThomas Gleixner3-0/+128
2008-06-22Fix performance regression on lmbench select benchmarkLinus Torvalds1-1/+1
[next]