index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
select.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-02
fs: add do_compat_select() helper; remove in-kernel call to compat syscall
Dominik Brodowski
1
-5
/
+12
2018-04-02
fs: add kern_select() helper; remove in-kernel call to sys_select()
Dominik Brodowski
1
-3
/
+9
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-5
/
+5
2017-11-29
make kernel-side POLL... arch-independent
Al Viro
1
-2
/
+2
2017-11-28
annotate poll(2) guts
Al Viro
1
-6
/
+10
2017-11-27
annotate poll_table_struct ->_key
Al Viro
1
-2
/
+2
2017-11-27
annotate poll-related wait keys
Al Viro
1
-1
/
+1
2017-11-27
anntotate the places where ->poll() return values go
Al Viro
1
-2
/
+3
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-42
/
+26
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-19
get_compat_sigset()
Al Viro
1
-6
/
+2
2017-09-19
select: Use get/put_timespec64
Deepa Dinamani
1
-36
/
+24
2017-08-28
fs/select: Fix memory corruption in compat_get_fd_set()
Helge Deller
1
-5
/
+1
2017-07-06
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-39
/
+5
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-2
/
+2
2017-06-09
select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()
Al Viro
1
-39
/
+5
2017-05-08
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
1
-4
/
+1
2017-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-8
/
+8
2017-04-17
move compat select-related syscalls to fs/select.c
Al Viro
1
-2
/
+419
2017-03-24
net: Track start of busy loop instead of when it should end
Alexander Duyck
1
-8
/
+8
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-2
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-11
fs/select: add vmalloc fallback for select(2)
Vlastimil Babka
1
-3
/
+11
2016-05-19
fs: poll/select/recvmmsg: use timespec64 for timeout events
Deepa Dinamani
1
-30
/
+37
2016-03-17
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
1
-4
/
+4
2016-01-06
poll: plug an unused argument to do_poll
Mateusz Guzik
1
-3
/
+3
2015-05-19
locking/arch: Rename set_mb() to smp_store_mb()
Peter Zijlstra
1
-3
/
+3
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-1
/
+1
2013-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2013-10-30
Revert "select: use freezable blocking call"
Rafael J. Wysocki
1
-2
/
+1
2013-10-24
file->f_op is never NULL...
Al Viro
1
-2
/
+2
2013-07-10
net: rename include/net/ll_poll.h to include/net/busy_poll.h
Eliezer Tamir
1
-1
/
+1
2013-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-5
/
+57
2013-07-09
net/fs: change busy poll time accounting
Eliezer Tamir
1
-11
/
+20
2013-07-08
net: rename low latency sockets functions to busy poll
Eliezer Tamir
1
-23
/
+37
2013-07-02
net: convert lls to use time_in_range()
Eliezer Tamir
1
-4
/
+6
2013-07-01
net: avoid calling sched_clock when LLS is off
Eliezer Tamir
1
-4
/
+7
2013-06-25
net: poll/select low latency socket support
Eliezer Tamir
1
-5
/
+29
2013-05-12
select: use freezable blocking call
Colin Cross
1
-1
/
+3
2013-02-07
sched/rt: Move rt specific bits into new header file
Clark Williams
1
-0
/
+1
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
1
-16
/
+12
2012-09-26
make get_file() return its argument
Al Viro
1
-2
/
+1
2012-07-26
posix_types.h: Cleanup stale __NFDBITS and related definitions
Josh Boyer
1
-5
/
+5
2012-06-01
HAVE_RESTORE_SIGMASK is defined on all architectures now
Al Viro
1
-4
/
+0
2012-03-29
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2012-03-23
poll: add poll_requested_events() and poll_does_not_wait() functions
Hans Verkuil
1
-22
/
+18
2012-02-28
fs: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2012-02-21
sys_poll: fix incorrect type for 'timeout' parameter
Linus Torvalds
1
-1
/
+1
2012-02-19
Replace the fd_sets in struct fdtable with an array of unsigned longs
David Howells
1
-1
/
+1
[next]