aboutsummaryrefslogtreecommitdiff
path: root/fs/select.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20fs/select: rework stack allocation hack for clangGravatar Arnd Bergmann 1-1/+1
2024-02-02select: Avoid wrap-around instrumentation in do_sys_poll()Gravatar Kees Cook 1-6/+7
2022-01-11select: Fix indefinitely sleeping task in poll_schedule_timeout()Gravatar Jan Kara 1-30/+33
2021-12-29net: Don't include filter.h from net/sock.hGravatar Jakub Kicinski 1-0/+1
2021-09-07Revert "memcg: enable accounting for pollfd and select bits arrays"Gravatar Linus Torvalds 1-2/+2
2021-09-03memcg: enable accounting for pollfd and select bits arraysGravatar Vasily Averin 1-2/+2
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Gravatar Oleg Nesterov 1-6/+4
2021-01-08poll: fix performance regression due to out-of-line __put_user()Gravatar Linus Torvalds 1-3/+11
2020-10-29fs: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-2/+2
2020-05-29pselect6() and friends: take handling the combined 6th/7th args into helperGravatar Al Viro 1-48/+64
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalGravatar Arnd Bergmann 1-5/+5
2019-07-16fs/select.c: use struct_size() in kmalloc()Gravatar Gustavo A. R. Silva 1-3/+3
2019-07-16select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Gravatar Oleg Nesterov 1-33/+13
2019-07-16select: change do_poll() to return -ERESTARTNOHAND rather than -EINTRGravatar Oleg Nesterov 1-23/+7
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskGravatar Oleg Nesterov 1-22/+12
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Gravatar Oleg Nesterov 1-12/+6
2019-02-07y2038: syscalls: rename y2038 compat syscallsGravatar Arnd Bergmann 1-2/+2
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