aboutsummaryrefslogtreecommitdiff
path: root/fs/select.c
AgeCommit message (Expand)Author
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov
2021-01-08poll: fix performance regression due to out-of-line __put_user()Linus Torvalds
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-05-29pselect6() and friends: take handling the combined 6th/7th args into helperAl Viro
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann
2019-07-16fs/select.c: use struct_size() in kmalloc()Gustavo A. R. Silva
2019-07-16select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Oleg Nesterov
2019-07-16select: change do_poll() to return -ERESTARTNOHAND rather than -EINTROleg Nesterov
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-06pselect6: use __kernel_timespecDeepa Dinamani
2018-12-06ppoll: use __kernel_timespecDeepa Dinamani
2018-12-06signal: Add restore_user_sigmask()Deepa Dinamani
2018-12-06signal: Add set_user_sigmask()Deepa Dinamani
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig
2018-05-26fs: cleanup do_pollfdChristoph Hellwig
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig
2018-04-02fs: add do_compat_select() helper; remove in-kernel call to compat syscallDominik Brodowski
2018-04-02fs: add kern_select() helper; remove in-kernel call to sys_select()Dominik Brodowski
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-29make kernel-side POLL... arch-independentAl Viro
2017-11-28annotate poll(2) gutsAl Viro
2017-11-27annotate poll_table_struct ->_keyAl Viro
2017-11-27annotate poll-related wait keysAl Viro
2017-11-27anntotate the places where ->poll() return values goAl Viro
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-19get_compat_sigset()Al Viro
2017-09-19select: Use get/put_timespec64Deepa Dinamani
2017-08-28fs/select: Fix memory corruption in compat_get_fd_set()Helge Deller
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-09select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()Al Viro
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-17move compat select-related syscalls to fs/select.cAl Viro
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-11fs/select: add vmalloc fallback for select(2)Vlastimil Babka
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz
2016-01-06poll: plug an unused argument to do_pollMateusz Guzik
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra