summaryrefslogtreecommitdiffstats
path: root/fs/select.c
AgeCommit message (Expand)AuthorLines
2022-01-11select: Fix indefinitely sleeping task in poll_schedule_timeout()Jan Kara-30/+33
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+1
2021-09-07Revert "memcg: enable accounting for pollfd and select bits arrays"Linus Torvalds-2/+2
2021-09-03memcg: enable accounting for pollfd and select bits arraysVasily Averin-2/+2
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov-6/+4
2021-01-08poll: fix performance regression due to out-of-line __put_user()Linus Torvalds-3/+11
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva-2/+2
2020-05-29pselect6() and friends: take handling the combined 6th/7th args into helperAl Viro-48/+64
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann-5/+5
2019-07-16fs/select.c: use struct_size() in kmalloc()Gustavo A. R. Silva-3/+3
2019-07-16select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Oleg Nesterov-33/+13
2019-07-16select: change do_poll() to return -ERESTARTNOHAND rather than -EINTROleg Nesterov-23/+7
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov-22/+12
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov-12/+6
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