aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/wait.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-09wait: add wake_up_pollfree()Eric Biggers1-0/+7
2021-06-08rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara1-2/+7
2020-11-15sched/wait: Add add_wait_queue_priority()David Woodhouse1-1/+16
2020-08-02list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds1-1/+1
2019-10-31Add wake_up_interruptible_sync_poll_locked()David Howells1-0/+23
2019-10-23Remove the nr_exclusive argument from __wake_up_sync_key()David Howells1-10/+4
2019-06-24sched/wait: Deduplicate code with do-whilePavel Begunkov1-6/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-01-04kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2018-08-22sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig1-0/+2
2018-07-17sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri1-4/+4
2018-07-17sched/core: Use smp_mb() in wake_woken_function()Andrea Parri1-26/+21
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-8/+1
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-0/+4
2017-12-06sched/wait: Fix add_wait_queue() behavioral changeOmar Sandoval1-1/+1
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen1-0/+7
2017-09-14sched/wait: Break up long wake list walkTim Chen1-15/+63
2017-08-27Minor page waitqueue cleanupsLinus Torvalds1-3/+4
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-12/+12
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h>Ingo Molnar1-257/+0
2017-06-20sched/wait: Standardize wait_bit_queue namingIngo Molnar1-21/+20
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar1-21/+20
2017-06-20sched/wait: Standardize internal naming of wait-queue headsIngo Molnar1-77/+77
2017-06-20sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar1-49/+49
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-21/+21
2017-03-08sched/headers: fix up header file dependency on <linux/sched/signal.h>Linus Torvalds1-0/+39
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds1-10/+0
2016-09-30sched/wait: Introduce init_wait_entry()Oleg Nesterov1-3/+9
2016-09-30sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()Oleg Nesterov1-43/+21
2016-09-30sched/wait: Avoid abort_exclusive_wait() in ___wait_event()Oleg Nesterov1-10/+25
2016-09-30sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()Oleg Nesterov1-5/+3
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra1-10/+10
2015-12-04sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra1-8/+8
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key"Andrea Arcangeli1-4/+3
2015-09-04userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli1-3/+4
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra1-2/+2
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()Jason Low1-2/+2
2014-11-04sched/wait: Fix a kthread race with wait_woken()Peter Zijlstra1-1/+6
2014-10-28sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra1-0/+61
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown1-0/+36
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown1-8/+8
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-0/+18
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2013-11-06sched: Move wait code from core.c to wait.cPeter Zijlstra1-0/+103
2013-11-06sched: Move wait.c into kernel/sched/Peter Zijlstra1-0/+401