aboutsummaryrefslogtreecommitdiff
path: root/fs/select.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-7/+4
2018-12-06pselect6: use __kernel_timespecGravatar Deepa Dinamani 1-13/+81
2018-12-06ppoll: use __kernel_timespecGravatar Deepa Dinamani 1-55/+111
2018-12-06signal: Add restore_user_sigmask()Gravatar Deepa Dinamani 1-52/+8
2018-12-06signal: Add set_user_sigmask()Gravatar Deepa Dinamani 1-38/+12
2018-08-27y2038: globally rename compat_time to old_time32Gravatar Arnd Bergmann 1-10/+10
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-23/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsGravatar Christoph Hellwig 1-0/+23
2018-05-26fs: add new vfs_poll and file_can_poll helpersGravatar Christoph Hellwig 1-15/+8
2018-05-26fs: cleanup do_pollfdGravatar Christoph Hellwig 1-25/+23
2018-05-26fs: unexport poll_schedule_timeoutGravatar Christoph Hellwig 1-2/+1
2018-04-02fs: add do_compat_select() helper; remove in-kernel call to compat syscallGravatar Dominik Brodowski 1-5/+12
2018-04-02fs: add kern_select() helper; remove in-kernel call to sys_select()Gravatar Dominik Brodowski 1-3/+9
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-5/+5
2017-11-29make kernel-side POLL... arch-independentGravatar Al Viro 1-2/+2
2017-11-28annotate poll(2) gutsGravatar Al Viro 1-6/+10
2017-11-27annotate poll_table_struct ->_keyGravatar Al Viro 1-2/+2
2017-11-27annotate poll-related wait keysGravatar Al Viro 1-1/+1
2017-11-27anntotate the places where ->poll() return values goGravatar Al Viro 1-2/+3
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-42/+26
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-19get_compat_sigset()Gravatar Al Viro 1-6/+2
2017-09-19select: Use get/put_timespec64Gravatar Deepa Dinamani 1-36/+24
2017-08-28fs/select: Fix memory corruption in compat_get_fd_set()Gravatar Helge Deller 1-5/+1
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-39/+5
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-2/+2
2017-06-09select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()Gravatar Al Viro 1-39/+5
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsGravatar Michal Hocko 1-4/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-8/+8
2017-04-17move compat select-related syscalls to fs/select.cGravatar Al Viro 1-2/+419
2017-03-24net: Track start of busy loop instead of when it should endGravatar Alexander Duyck 1-8/+8
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-11fs/select: add vmalloc fallback for select(2)Gravatar Vlastimil Babka 1-3/+11
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsGravatar Deepa Dinamani 1-30/+37
2016-03-17timer: convert timer_slack_ns from unsigned long to u64Gravatar John Stultz 1-4/+4
2016-01-06poll: plug an unused argument to do_pollGravatar Mateusz Guzik 1-3/+3
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Gravatar Peter Zijlstra 1-3/+3
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 1-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2013-10-30Revert "select: use freezable blocking call"Gravatar Rafael J. Wysocki 1-2/+1
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-2/+2
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hGravatar Eliezer Tamir 1-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-5/+57
2013-07-09net/fs: change busy poll time accountingGravatar Eliezer Tamir 1-11/+20
2013-07-08net: rename low latency sockets functions to busy pollGravatar Eliezer Tamir 1-23/+37
2013-07-02net: convert lls to use time_in_range()Gravatar Eliezer Tamir 1-4/+6
2013-07-01net: avoid calling sched_clock when LLS is offGravatar Eliezer Tamir 1-4/+7
2013-06-25net: poll/select low latency socket supportGravatar Eliezer Tamir 1-5/+29