summaryrefslogtreecommitdiff
path: root/fs/select.c
AgeCommit message (Expand)AuthorFilesLines
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