summaryrefslogtreecommitdiffstats
path: root/fs/select.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-42/+26
|\
| * get_compat_sigset()Al Viro2017-09-191-6/+2
| * select: Use get/put_timespec64Deepa Dinamani2017-09-191-36/+24
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* fs/select: Fix memory corruption in compat_get_fd_set()Helge Deller2017-08-281-5/+1
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-061-39/+5
|\
| * select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()Al Viro2017-06-091-39/+5
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
|/
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-8/+8
|\
| * net: Track start of busy loop instead of when it should endAlexander Duyck2017-03-241-8/+8
* | move compat select-related syscalls to fs/select.cAl Viro2017-04-171-2/+419
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs/select: add vmalloc fallback for select(2)Vlastimil Babka2016-10-111-3/+11
* fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2016-05-191-30/+37
* timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-171-4/+4
* poll: plug an unused argument to do_pollMateusz Guzik2016-01-061-3/+3
* locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-191-3/+3
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-2/+2
|\
| * file->f_op is never NULL...Al Viro2013-10-241-2/+2
* | Revert "select: use freezable blocking call"Rafael J. Wysocki2013-10-301-2/+1
|/
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-5/+57
|\
| * net/fs: change busy poll time accountingEliezer Tamir2013-07-091-11/+20
| * net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-081-23/+37
| * net: convert lls to use time_in_range()Eliezer Tamir2013-07-021-4/+6
| * net: avoid calling sched_clock when LLS is offEliezer Tamir2013-07-011-4/+7
| * net: poll/select low latency socket supportEliezer Tamir2013-06-251-5/+29
* | select: use freezable blocking callColin Cross2013-05-121-1/+3
|/
* sched/rt: Move rt specific bits into new header fileClark Williams2013-02-071-0/+1
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-16/+12
* make get_file() return its argumentAl Viro2012-09-261-2/+1
* posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2012-07-261-5/+5
* HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-011-4/+0
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-1/+1
|\
| * Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells2012-02-191-1/+1
* | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\ \
| * | fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
* | | poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil2012-03-231-22/+18
|/ /
* | sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds2012-02-211-1/+1
|/
* select: remove unused MAX_SELECT_SECONDSNamhyung Kim2011-03-211-3/+0
* fs/select.c: fix information leak to userspaceVasiliy Kulikov2011-01-131-0/+2
* epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer2010-10-271-1/+1
* select: rename estimate_accuracy() to select_estimate_accuracy()Andrew Morton2010-10-271-3/+3
* Add generic sys_old_select()Christoph Hellwig2010-03-121-0/+17
* fs: use rlimit helpersJiri Slaby2010-03-061-1/+1
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
* poll/select: avoid arithmetic overflow in __estimate_accuracy()Guillaume Knispel2009-09-231-4/+10
OpenPOWER on IntegriCloud