Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3e2a56e6f639492311e0a8533f0a7aed60816308
/
kernel
/
sched
/
wait.c
11c7aa0
rq-qos: fix missed wake-ups in rq_qos_throttle try two
by Jan Kara
· 3 years, 7 months ago
c4d51a5
sched/wait: Add add_wait_queue_priority()
by David Woodhouse
· 4 years, 2 months ago
c6fe44d
list: add "list_del_init_careful()" to go with "list_empty_careful()"
by Linus Torvalds
· 4 years, 5 months ago
f94df98
Add wake_up_interruptible_sync_poll_locked()
by David Howells
· 5 years ago
ce4dd44
Remove the nr_exclusive argument from __wake_up_sync_key()
by David Howells
· 5 years ago
016190a
sched/wait: Deduplicate code with do-while
by Pavel Begunkov
· 6 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
34ec35a
kernel/sched/: remove caller signal_pending branch predictions
by Davidlohr Bueso
· 6 years ago
e05a8e4
sched/wait: assert the wait_queue_head lock is held in __wake_up_common
by Christoph Hellwig
· 6 years ago
7696f99
sched/Documentation: Update wake_up() & co. memory-barrier guarantees
by Andrea Parri
· 6 years ago
76e079f
sched/core: Use smp_mb() in wake_woken_function()
by Andrea Parri
· 6 years ago
325ea10
sched/headers: Simplify and clean up header usage in the scheduler
by Ingo Molnar
· 7 years ago
97fb7a0
sched: Clean up and harmonize the coding style of the scheduler code base
by Ingo Molnar
· 7 years ago
c6b9d9a
sched/wait: Fix add_wait_queue() behavioral change
by Omar Sandoval
· 7 years ago
11a19c7
sched/wait: Introduce wakeup boomark in wake_up_page_bit
by Tim Chen
· 7 years ago
2554db9
sched/wait: Break up long wake list walk
by Tim Chen
· 7 years ago
3510ca2
Minor page waitqueue cleanups
by Linus Torvalds
· 7 years ago
2055da9
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
by Ingo Molnar
· 8 years ago
5dd43ce
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h>
by Ingo Molnar
· 8 years ago
76c85dd
sched/wait: Standardize wait_bit_queue naming
by Ingo Molnar
· 8 years ago
2141713
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
by Ingo Molnar
· 8 years ago
9d9d676
sched/wait: Standardize internal naming of wait-queue heads
by Ingo Molnar
· 8 years ago
50816c4
sched/wait: Standardize internal naming of wait-queue entries
by Ingo Molnar
· 8 years ago
ac6424b
sched/wait: Rename wait_queue_t => wait_queue_entry_t
by Ingo Molnar
· 8 years ago
bd0f9b3
sched/headers: fix up header file dependency on <linux/sched/signal.h>
by Linus Torvalds
· 8 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
9dcb8b6
mm: remove per-zone hashtable of bitlock waitqueues
by Linus Torvalds
· 8 years ago
0176bea
sched/wait: Introduce init_wait_entry()
by Oleg Nesterov
· 8 years ago
eaf9ef5
sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()
by Oleg Nesterov
· 8 years ago
b1ea06a
sched/wait: Avoid abort_exclusive_wait() in ___wait_event()
by Oleg Nesterov
· 8 years ago
38a3e1f
sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()
by Oleg Nesterov
· 8 years ago
dfd01f0
sched/wait: Fix the signal handling fix
by Peter Zijlstra
· 9 years ago
6898563
sched/wait: Fix signal handling in bit wait helpers
by Peter Zijlstra
· 9 years ago
ac5be6b
userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key"
by Andrea Arcangeli
· 9 years ago
5136015
userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key
by Andrea Arcangeli
· 9 years ago
23b7776
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
b92b8b3
locking/arch: Rename set_mb() to smp_store_mb()
by Peter Zijlstra
· 10 years ago
316c1608d
sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()
by Jason Low
· 10 years ago
cb6538e
sched/wait: Fix a kthread race with wait_woken()
by Peter Zijlstra
· 10 years ago
61ada52
sched/wait: Provide infrastructure to deal with nested blocking
by Peter Zijlstra
· 10 years ago
cbbce82
SCHED: add some "wait..on_bit...timeout()" interfaces.
by NeilBrown
· 10 years ago
c122132
sched: Allow wait_on_bit_action() functions to support a timeout
by NeilBrown
· 10 years ago
7431620
sched: Remove proliferation of wait_on_bit() action functions
by NeilBrown
· 10 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
b414587
sched: Move wait code from core.c to wait.c
by Peter Zijlstra
· 11 years ago
7a6354e
sched: Move wait.c into kernel/sched/
by Peter Zijlstra
· 11 years ago
[Renamed from kernel/wait.c]
c2d8164
sched/wait: Introduce prepare_to_wait_event()
by Oleg Nesterov
· 11 years ago
2203547
kernel: fix new kernel-doc warning in wait.c
by Randy Dunlap
· 11 years ago
42577ca
Fix __wait_on_atomic_t() to call the action func if the counter != 0
by David Howells
· 11 years ago
cb65537
Add wait_on_atomic_t() and wake_up_atomic_t()
by David Howells
· 12 years ago
6d49e35
propagate name change to comments in kernel source
by Nadia Yvette Chambers
· 12 years ago
f07fdec
lockdep/waitqueues: Add better annotation
by Peter Zijlstra
· 13 years ago
9984de1
kernel: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ee2f154
docbook: add more wait/wake/completion to device-drivers docbook
by Randy Dunlap
· 14 years ago
2fc3911
locking, sched: Give waitqueue spinlocks their own lockdep classes
by Peter Zijlstra
· 15 years ago
78ddb08
wait: don't use __wake_up_common()
by Johannes Weiner
· 16 years ago
777c6c5
wait: prevent exclusive waiter starvation
by Johannes Weiner
· 16 years ago
a25d644
wait: kill is_sync_wait()
by Tejun Heo
· 16 years ago
7ad5b3a
kernel: remove fastcall in kernel/*
by Harvey Harrison
· 17 years ago
e64d66c
wait: Use TASK_NORMAL
by Matthew Wilcox
· 17 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 18 years ago
21d71f5
[PATCH] uninline init_waitqueue_head()
by Ingo Molnar
· 18 years ago
eb4542b
[PATCH] lockdep: annotate waitqueues
by Ingo Molnar
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago