Age | Commit message (Expand) | Author | Files | Lines |
2016-02-24 | sched/wait: Fix wait_event_freezable() documentation | Stafford Horne | 1 | -1/+1 |
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 |