summaryrefslogtreecommitdiff
path: root/kernel/sched/wait.c
Commit message (Expand)AuthorAge
* sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-04
* sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-03
* sched/wait: Fix add_wait_queue() behavioral changeOmar Sandoval2017-12-06
* sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen2017-09-14
* sched/wait: Break up long wake list walkTim Chen2017-09-14
* Minor page waitqueue cleanupsLinus Torvalds2017-08-27
* sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-20
* sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-20
* sched/wait: Standardize wait_bit_queue namingIngo Molnar2017-06-20
* sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar2017-06-20
* sched/wait: Standardize internal naming of wait-queue headsIngo Molnar2017-06-20
* sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar2017-06-20
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
* sched/headers: fix up header file dependency on <linux/sched/signal.h>Linus Torvalds2017-03-08
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2016-10-27
* sched/wait: Introduce init_wait_entry()Oleg Nesterov2016-09-30
* sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()Oleg Nesterov2016-09-30
* sched/wait: Avoid abort_exclusive_wait() in ___wait_event()Oleg Nesterov2016-09-30
* sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()Oleg Nesterov2016-09-30
* sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-13
* sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra2015-12-04
* userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli2015-09-22
* userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli2015-09-04
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-22
|\
| * sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-08
* | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-19
|/
* sched/wait: Fix a kthread race with wait_woken()Peter Zijlstra2014-11-04
* sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra2014-10-28
* SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown2014-09-25
* sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown2014-07-16
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-16
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
* sched: Move wait code from core.c to wait.cPeter Zijlstra2013-11-06
* sched: Move wait.c into kernel/sched/Peter Zijlstra2013-11-06