index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
wait.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+21
2016-01-06
Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...
Ingo Molnar
1
-5
/
+5
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+5
2015-12-14
sched/wait: Fix the signal handling fix
Peter Zijlstra
1
-5
/
+5
2015-11-30
net: Generalise wq_has_sleeper helper
Herbert Xu
1
-0
/
+21
2015-11-23
sched/wait: Document waitqueue_active()
Peter Zijlstra
1
-0
/
+30
2015-09-23
userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...
Andrea Arcangeli
1
-3
/
+2
2015-09-05
userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key
Andrea Arcangeli
1
-2
/
+3
2015-06-29
Merge tag 'md/4.2' of git://neil.brown.name/md
Linus Torvalds
1
-0
/
+13
2015-06-17
wait: introduce wait_event_exclusive_cmd
Yuanhan Liu
1
-0
/
+13
2015-05-08
sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void *
Palmer Dabbelt
1
-7
/
+10
2015-02-13
Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+15
2015-02-04
block: Simplify bsg complete all
Peter Zijlstra
1
-0
/
+15
2015-02-04
sched/wait: Introduce wait_on_bit_timeout()
Johan Hedberg
1
-0
/
+26
2015-02-03
sched/wait: Remove might_sleep() from wait_event_cmd()
Mikulas Patocka
1
-1
/
+0
2014-11-04
sched/wait: Reimplement wait_event_freezable()
Peter Zijlstra
1
-0
/
+57
2014-10-28
sched/wait: Add might_sleep() checks
Peter Zijlstra
1
-0
/
+16
2014-10-28
sched/wait: Provide infrastructure to deal with nested blocking
Peter Zijlstra
1
-1
/
+6
2014-10-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+10
2014-09-25
SCHED: add some "wait..on_bit...timeout()" interfaces.
NeilBrown
1
-1
/
+4
2014-09-05
sched/wait: Document timeout corner case
Scot Doyle
1
-6
/
+10
2014-07-16
sched: Allow wait_on_bit_action() functions to support a timeout
NeilBrown
1
-8
/
+10
2014-07-16
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
1
-4
/
+111
2014-04-19
wait: explain the shadowing and type inconsistencies
Peter Zijlstra
1
-1
/
+13
2014-04-07
sched: remove sleep_on() and friends
Arnd Bergmann
1
-11
/
+0
2014-01-22
sched: Fix warning on make htmldocs caused by wait.h
Masanari Iida
1
-2
/
+2
2013-11-14
wait: add wait_event_cmd()
Shaohua Li
1
-0
/
+25
2013-11-01
sched/wait: Fix __wait_event_interruptible_lock_irq_timeout()
Heiko Carstens
1
-1
/
+1
2013-10-23
sched/wait: Fix build breakage
Thierry Reding
1
-1
/
+1
2013-10-16
sched/wait: Introduce prepare_to_wait_event()
Oleg Nesterov
1
-10
/
+14
2013-10-16
sched/wait: Add ___wait_cond_timeout() to wait_event*_timeout() too
Oleg Nesterov
1
-3
/
+3
2013-10-04
sched/wait: Clean up wait.h details a bit
Ingo Molnar
1
-64
/
+60
2013-10-04
sched/wait: Make the __wait_event*() interface more friendly
Peter Zijlstra
1
-58
/
+55
2013-10-04
sched/wait: Collapse __wait_event_hrtimeout()
Peter Zijlstra
1
-13
/
+2
2013-10-04
sched/wait: Collapse __wait_event_killable()
Peter Zijlstra
1
-16
/
+1
2013-10-04
sched/wait: Collapse __wait_event_interruptible_lock_irq_timeout()
Peter Zijlstra
1
-19
/
+6
2013-10-04
sched/wait: Collapse __wait_event_interruptible_lock_irq()
Peter Zijlstra
1
-20
/
+6
2013-10-04
sched/wait: Collapse __wait_event_lock_irq()
Peter Zijlstra
1
-14
/
+6
2013-10-04
sched/wait: Collapse __wait_event_interruptible_exclusive()
Peter Zijlstra
1
-20
/
+2
2013-10-04
sched/wait: Collapse __wait_event_interruptible_timeout()
Peter Zijlstra
1
-15
/
+3
2013-10-04
sched/wait: Collapse __wait_event_interruptible()
Peter Zijlstra
1
-15
/
+2
2013-10-04
sched/wait: Collapse __wait_event_timeout()
Peter Zijlstra
1
-11
/
+3
2013-10-04
sched/wait: Collapse __wait_event()
Peter Zijlstra
1
-11
/
+2
2013-10-04
sched/wait: Introduce ___wait_event()
Peter Zijlstra
1
-0
/
+36
2013-10-04
sched/wait: Change the wait_exclusive control flow
Peter Zijlstra
1
-4
/
+5
2013-10-04
sched/wait: Change timeout logic
Peter Zijlstra
1
-13
/
+11
2013-10-04
sched/wait: Make the signal_pending() checks consistent
Peter Zijlstra
1
-19
/
+16
2013-08-22
[SCSI] zfcp: fix lock imbalance by reworking request queue locking
Martin Peschke
1
-0
/
+57
2013-07-02
Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+24
2013-05-25
wait: fix false timeouts when using wait_event_timeout()
Imre Deak
1
-5
/
+11
[next]