summaryrefslogtreecommitdiffstats
path: root/fs/select.c
AgeCommit message (Expand)AuthorLines
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-7/+4
2018-12-06pselect6: use __kernel_timespecDeepa Dinamani-13/+81
2018-12-06ppoll: use __kernel_timespecDeepa Dinamani-55/+111
2018-12-06signal: Add restore_user_sigmask()Deepa Dinamani-52/+8
2018-12-06signal: Add set_user_sigmask()Deepa Dinamani-38/+12
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann-10/+10
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-23/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig-0/+23
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig-15/+8
2018-05-26fs: cleanup do_pollfdChristoph Hellwig-25/+23
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig-2/+1
2018-04-02fs: add do_compat_select() helper; remove in-kernel call to compat syscallDominik Brodowski-5/+12
2018-04-02fs: add kern_select() helper; remove in-kernel call to sys_select()Dominik Brodowski-3/+9
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-5/+5
2017-11-29make kernel-side POLL... arch-independentAl Viro-2/+2
2017-11-28annotate poll(2) gutsAl Viro-6/+10
2017-11-27annotate poll_table_struct ->_keyAl Viro-2/+2
2017-11-27annotate poll-related wait keysAl Viro-1/+1
2017-11-27anntotate the places where ->poll() return values goAl Viro-2/+3
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-42/+26
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-19get_compat_sigset()Al Viro-6/+2
2017-09-19select: Use get/put_timespec64Deepa Dinamani-36/+24
2017-08-28fs/select: Fix memory corruption in compat_get_fd_set()Helge Deller-5/+1
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-39/+5
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-2/+2
2017-06-09select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()Al Viro-39/+5
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko-4/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-8/+8
2017-04-17move compat select-related syscalls to fs/select.cAl Viro-2/+419
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck-8/+8
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-10-11fs/select: add vmalloc fallback for select(2)Vlastimil Babka-3/+11
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani-30/+37
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz-4/+4
2016-01-06poll: plug an unused argument to do_pollMateusz Guzik-3/+3
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra-3/+3
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2013-10-30Revert "select: use freezable blocking call"Rafael J. Wysocki-2/+1
2013-10-24file->f_op is never NULL...Al Viro-2/+2
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-5/+57
2013-07-09net/fs: change busy poll time accountingEliezer Tamir-11/+20
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir-23/+37
2013-07-02net: convert lls to use time_in_range()Eliezer Tamir-4/+6
2013-07-01net: avoid calling sched_clock when LLS is offEliezer Tamir-4/+7