index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
select.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-12
fs/select: add vmalloc fallback for select(2)
Vlastimil Babka
1
-3
/
+11
2016-05-20
fs: poll/select/recvmmsg: use timespec64 for timeout events
Deepa Dinamani
1
-30
/
+37
2016-03-18
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-13
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-25
file->f_op is never NULL...
Al Viro
1
-2
/
+2
2013-07-11
net: rename include/net/ll_poll.h to include/net/busy_poll.h
Eliezer Tamir
1
-1
/
+1
2013-07-10
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-09
net: rename low latency sockets functions to busy poll
Eliezer Tamir
1
-23
/
+37
2013-07-03
net: convert lls to use time_in_range()
Eliezer Tamir
1
-4
/
+6
2013-07-02
net: avoid calling sched_clock when LLS is off
Eliezer Tamir
1
-4
/
+7
2013-06-26
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-27
switch simple cases of fget_light to fdget
Al Viro
1
-16
/
+12
2012-09-27
make get_file() return its argument
Al Viro
1
-2
/
+1
2012-07-27
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-30
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-24
poll: add poll_requested_events() and poll_does_not_wait() functions
Hans Verkuil
1
-22
/
+18
2012-02-29
fs: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2012-02-22
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
2011-03-21
select: remove unused MAX_SELECT_SECONDS
Namhyung Kim
1
-3
/
+0
2011-01-13
fs/select.c: fix information leak to userspace
Vasiliy Kulikov
1
-0
/
+2
2010-10-28
epoll: make epoll_wait() use the hrtimer range feature
Shawn Bohrer
1
-1
/
+1
2010-10-28
select: rename estimate_accuracy() to select_estimate_accuracy()
Andrew Morton
1
-3
/
+3
2010-03-13
Add generic sys_old_select()
Christoph Hellwig
1
-0
/
+17
2010-03-06
fs: use rlimit helpers
Jiri Slaby
1
-1
/
+1
2009-10-05
headers: remove sched.h from poll.h
Alexey Dobriyan
1
-0
/
+1
2009-09-23
poll/select: avoid arithmetic overflow in __estimate_accuracy()
Guillaume Knispel
1
-4
/
+10
2009-08-16
poll/select: initialize triggered field of struct poll_wqueues
Guillaume Knispel
1
-0
/
+1
2009-06-17
poll: avoid extra wakeups in select/poll
Eric Dumazet
1
-4
/
+36
2009-01-14
[CVE-2009-0029] System call wrappers part 32
Heiko Carstens
1
-5
/
+6
2009-01-14
[CVE-2009-0029] System call wrappers part 23
Heiko Carstens
1
-4
/
+4
2009-01-14
[CVE-2009-0029] Make sys_pselect7 static
Heiko Carstens
1
-4
/
+4
2009-01-14
Fix timeouts in sys_pselect7
Bernd Schmidt
1
-1
/
+1
2009-01-07
poll: allow f_op->poll to sleep
Tejun Heo
1
-14
/
+62
2008-10-26
select: deal with math overflow from borderline valid userland data
Arjan van de Ven
1
-2
/
+3
2008-09-08
hrtimer: fix signed/unsigned bug in slack estimator
Arjan van de Ven
1
-5
/
+8
2008-09-08
hrtimer: incorporate feedback from Peter Zijlstra
Arjan van de Ven
1
-3
/
+2
2008-09-06
hrtimer: make select() and poll() use the hrtimer range feature
Arjan van de Ven
1
-2
/
+62
2008-09-06
select: switch select() and poll() over to hrtimers
Arjan van de Ven
1
-175
/
+88
2008-09-06
select: add poll_select_set_timeout() and poll_select_copy_remaining() helpers
Thomas Gleixner
1
-0
/
+75
2008-06-22
Fix performance regression on lmbench select benchmark
Linus Torvalds
1
-1
/
+1
[next]