Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-05-15 | Add wait_on_atomic_t() and wake_up_atomic_t() | David Howells | 1 | -0/+24 |
2013-05-08 | wait: add wait_event_hrtimeout() | Kent Overstreet | 1 | -0/+86 |
2012-11-30 | wait: add wait_event_lock_irq() interface | Lukas Czerner | 1 | -0/+164 |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells | 1 | -19/+1 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2012-03-01 | sched/wait: Add __wake_up_all_locked() API | Thomas Gleixner | 1 | -2/+3 |
2011-12-21 | lockdep/waitqueues: Add better annotation | Peter Zijlstra | 1 | -2/+2 |
2010-10-05 | wait: using uninitialized member of wait queue | Evgeny Kuznetsov | 1 | -0/+1 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 1 | -0/+149 |
2010-05-21 | wait_event_interruptible_locked() interface | Michal Nazarewicz | 1 | -0/+149 |
2010-05-11 | sched, wait: Use wrapper functions | Changli Gao | 1 | -20/+15 |