index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
wait.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: remove wait bookmarks
Matthew Wilcox (Oracle)
2023-10-18
1
-50
/
+10
*
sched: add a few helpers to wake up tasks on the current cpu
Andrei Vagin
2023-07-17
1
-0
/
+5
*
sched/wait: Fix a kthread_park race with wait_woken()
Arve Hjønnevåg
2023-06-16
1
-6
/
+1
*
wait: Return number of exclusive waiters awaken
Gabriel Krisman Bertazi
2022-11-16
1
-7
/
+11
*
sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...
Ingo Molnar
2022-02-23
1
-1
/
+0
*
wait: add wake_up_pollfree()
Eric Biggers
2021-12-09
1
-0
/
+7
*
rq-qos: fix missed wake-ups in rq_qos_throttle try two
Jan Kara
2021-06-08
1
-2
/
+7
*
sched/wait: Add add_wait_queue_priority()
David Woodhouse
2020-11-15
1
-1
/
+16
*
list: add "list_del_init_careful()" to go with "list_empty_careful()"
Linus Torvalds
2020-08-02
1
-1
/
+1
*
Add wake_up_interruptible_sync_poll_locked()
David Howells
2019-10-31
1
-0
/
+23
*
Remove the nr_exclusive argument from __wake_up_sync_key()
David Howells
2019-10-23
1
-10
/
+4
*
sched/wait: Deduplicate code with do-while
Pavel Begunkov
2019-06-24
1
-6
/
+2
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
kernel/sched/: remove caller signal_pending branch predictions
Davidlohr Bueso
2019-01-04
1
-1
/
+1
*
sched/wait: assert the wait_queue_head lock is held in __wake_up_common
Christoph Hellwig
2018-08-22
1
-0
/
+2
*
sched/Documentation: Update wake_up() & co. memory-barrier guarantees
Andrea Parri
2018-07-17
1
-4
/
+4
*
sched/core: Use smp_mb() in wake_woken_function()
Andrea Parri
2018-07-17
1
-26
/
+21
*
sched/headers: Simplify and clean up header usage in the scheduler
Ingo Molnar
2018-03-04
1
-8
/
+1
*
sched: Clean up and harmonize the coding style of the scheduler code base
Ingo Molnar
2018-03-03
1
-0
/
+4
*
sched/wait: Fix add_wait_queue() behavioral change
Omar Sandoval
2017-12-06
1
-1
/
+1
*
sched/wait: Introduce wakeup boomark in wake_up_page_bit
Tim Chen
2017-09-14
1
-0
/
+7
*
sched/wait: Break up long wake list walk
Tim Chen
2017-09-14
1
-15
/
+63
*
Minor page waitqueue cleanups
Linus Torvalds
2017-08-27
1
-3
/
+4
*
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
2017-06-20
1
-12
/
+12
*
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...
Ingo Molnar
2017-06-20
1
-257
/
+0
*
sched/wait: Standardize wait_bit_queue naming
Ingo Molnar
2017-06-20
1
-21
/
+20
*
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
Ingo Molnar
2017-06-20
1
-21
/
+20
*
sched/wait: Standardize internal naming of wait-queue heads
Ingo Molnar
2017-06-20
1
-77
/
+77
*
sched/wait: Standardize internal naming of wait-queue entries
Ingo Molnar
2017-06-20
1
-49
/
+49
*
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-21
/
+21
*
sched/headers: fix up header file dependency on <linux/sched/signal.h>
Linus Torvalds
2017-03-08
1
-0
/
+39
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
mm: remove per-zone hashtable of bitlock waitqueues
Linus Torvalds
2016-10-27
1
-10
/
+0
*
sched/wait: Introduce init_wait_entry()
Oleg Nesterov
2016-09-30
1
-3
/
+9
*
sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()
Oleg Nesterov
2016-09-30
1
-43
/
+21
*
sched/wait: Avoid abort_exclusive_wait() in ___wait_event()
Oleg Nesterov
2016-09-30
1
-10
/
+25
*
sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()
Oleg Nesterov
2016-09-30
1
-5
/
+3
*
sched/wait: Fix the signal handling fix
Peter Zijlstra
2015-12-13
1
-10
/
+10
*
sched/wait: Fix signal handling in bit wait helpers
Peter Zijlstra
2015-12-04
1
-8
/
+8
*
userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...
Andrea Arcangeli
2015-09-22
1
-4
/
+3
*
userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key
Andrea Arcangeli
2015-09-04
1
-3
/
+4
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-06-22
1
-2
/
+2
|
\
|
*
sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...
Jason Low
2015-05-08
1
-2
/
+2
*
|
locking/arch: Rename set_mb() to smp_store_mb()
Peter Zijlstra
2015-05-19
1
-2
/
+2
|
/
*
sched/wait: Fix a kthread race with wait_woken()
Peter Zijlstra
2014-11-04
1
-1
/
+6
*
sched/wait: Provide infrastructure to deal with nested blocking
Peter Zijlstra
2014-10-28
1
-0
/
+61
*
SCHED: add some "wait..on_bit...timeout()" interfaces.
NeilBrown
2014-09-25
1
-0
/
+36
*
sched: Allow wait_on_bit_action() functions to support a timeout
NeilBrown
2014-07-16
1
-8
/
+8
*
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2014-07-16
1
-0
/
+18
[next]