aboutsummaryrefslogtreecommitdiffstats
path: root/fs/select.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20fs/select: rework stack allocation hack for clangArnd Bergmann1-1/+1
2024-02-02select: Avoid wrap-around instrumentation in do_sys_poll()Kees Cook1-6/+7
2022-01-11select: Fix indefinitely sleeping task in poll_schedule_timeout()Jan Kara1-30/+33
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-09-07Revert "memcg: enable accounting for pollfd and select bits arrays"Linus Torvalds1-2/+2
2021-09-03memcg: enable accounting for pollfd and select bits arraysVasily Averin1-2/+2
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov1-6/+4
2021-01-08poll: fix performance regression due to out-of-line __put_user()Linus Torvalds1-3/+11
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-05-29pselect6() and friends: take handling the combined 6th/7th args into helperAl Viro1-48/+64
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann1-5/+5
2019-07-16fs/select.c: use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+3
2019-07-16select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Oleg Nesterov1-33/+13
2019-07-16select: change do_poll() to return -ERESTARTNOHAND rather than -EINTROleg Nesterov1-23/+7
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov1-22/+12
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov1-12/+6
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-7/+4
2018-12-06pselect6: use __kernel_timespecDeepa Dinamani1-13/+81
2018-12-06ppoll: use __kernel_timespecDeepa Dinamani1-55/+111
2018-12-06signal: Add restore_user_sigmask()Deepa Dinamani1-52/+8
2018-12-06signal: Add set_user_sigmask()Deepa Dinamani1-38/+12
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-10/+10
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-23/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig1-0/+23
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig1-15/+8
2018-05-26fs: cleanup do_pollfdChristoph Hellwig1-25/+23
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig1-2/+1
2018-04-02fs: add do_compat_select() helper; remove in-kernel call to compat syscallDominik Brodowski1-5/+12
2018-04-02fs: add kern_select() helper; remove in-kernel call to sys_select()Dominik Brodowski1-3/+9
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-5/+5
2017-11-29make kernel-side POLL... arch-independentAl Viro1-2/+2
2017-11-28annotate poll(2) gutsAl Viro1-6/+10
2017-11-27annotate poll_table_struct ->_keyAl Viro1-2/+2
2017-11-27annotate poll-related wait keysAl Viro1-1/+1
2017-11-27anntotate the places where ->poll() return values goAl Viro1-2/+3
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-42/+26
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-19get_compat_sigset()Al Viro1-6/+2
2017-09-19select: Use get/put_timespec64Deepa Dinamani1-36/+24
2017-08-28fs/select: Fix memory corruption in compat_get_fd_set()Helge Deller1-5/+1
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-39/+5
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-06-09select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()Al Viro1-39/+5
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 <lin...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/vir...Linus 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...Linus Torvalds1-1/+1
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus 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
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 Ven1-3/+2
2008-09-05hrtimer: make select() and poll() use the hrtimer range featureArjan van de Ven1-2/+62
2008-09-05select: switch select() and poll() over to hrtimersArjan van de Ven1-175/+88
2008-09-05select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersThomas Gleixner1-0/+75
2008-06-22Fix performance regression on lmbench select benchmarkLinus Torvalds1-1/+1
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-05-01[PATCH] make osf_select() use core_sys_select()Al Viro1-1/+1
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath1-4/+4
2008-04-30signals: add set_restore_sigmaskRoland McGrath1-2/+2
2008-04-21trivial: small cleanupsPavel Machek1-1/+1
2008-02-06make sys_poll() wait at least timeout msKarsten Wiese1-1/+1
2007-10-19fs/select, remove unused macrosJiri Slaby1-5/+0
2007-10-17Use ERESTART_RESTARTBLOCK if poll() is interrupted by a signalChris Wright1-1/+30
2007-10-17do_poll: return -EINTR when signalledOleg Nesterov1-7/+7
2007-10-17do_sys_poll: simplify playing with on-stack dataOleg Nesterov1-56/+36
2007-09-11Fix select on /proc files without ->pollAlexey Dobriyan1-2/+0
2007-05-09Style fix in fs/select.cWANG Cong1-2/+2
2007-05-08ROUND_UP macro cleanup in fs/(select|compat|readdir).cMilind Arun Choudhary1-4/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov1-5/+5
2006-09-29[PATCH] enforce RLIMIT_NOFILE in poll()Chris Snook1-7/+1
2006-06-25[PATCH] fs: sys_poll with timeout -1 bug fixFrode Isaksen1-2/+5
2006-06-23[PATCH] Poll cleanups/microoptimizationsVadim Lobanov1-32/+51
2006-04-11[PATCH] select: don't overflow if (SELECT_STACK_ALLOC % sizeof(long) != 0)Mitchell Blank Jr1-7/+9
2006-04-11[PATCH] select() warning fixesAndrew Morton1-7/+7
2006-03-31[PATCH] avoid unaligned access when accessing poll stackJes Sorensen1-3/+5
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-03-28[PATCH] use fget_light() in select/pollEric Dumazet1-4/+6
2006-03-28[PATCH] Optimize select/poll by putting small data sets on the stackAndi Kleen1-42/+64
2006-02-17[PATCH] select: time comparison fixesAndrew Morton1-3/+3
2006-02-11[PATCH] select: fix returned timevalAndrew Morton1-9/+23
2006-02-07[PATCH] fix __user annotations in fs/select.cAl Viro1-2/+2
2006-01-18[PATCH] Add pselect/ppoll system call implementationDavid Woodhouse1-57/+291
2005-09-09[PATCH] files: lock-free fd look-upDipankar Sarma1-3/+10
2005-09-09[PATCH] files: break up files structDipankar Sarma1-3/+9
2005-05-05[PATCH] make some things staticAdrian Bunk1-2/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+534