index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
wait.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-19
sched: remove wait bookmarks
Matthew Wilcox (Oracle)
1
-50
/
+10
2023-07-18
sched: add a few helpers to wake up tasks on the current cpu
Andrei Vagin
1
-0
/
+5
2023-06-16
sched/wait: Fix a kthread_park race with wait_woken()
Arve Hjønnevåg
1
-6
/
+1
2022-11-16
wait: Return number of exclusive waiters awaken
Gabriel Krisman Bertazi
1
-7
/
+11
2022-02-23
sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...
Ingo Molnar
1
-1
/
+0
2021-12-09
wait: add wake_up_pollfree()
Eric Biggers
1
-0
/
+7
2021-06-09
rq-qos: fix missed wake-ups in rq_qos_throttle try two
Jan Kara
1
-2
/
+7
2020-11-15
sched/wait: Add add_wait_queue_priority()
David Woodhouse
1
-1
/
+16
2020-08-03
list: add "list_del_init_careful()" to go with "list_empty_careful()"
Linus Torvalds
1
-1
/
+1
2019-10-31
Add wake_up_interruptible_sync_poll_locked()
David Howells
1
-0
/
+23
2019-10-23
Remove the nr_exclusive argument from __wake_up_sync_key()
David Howells
1
-10
/
+4
2019-06-24
sched/wait: Deduplicate code with do-while
Pavel Begunkov
1
-6
/
+2
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-01-05
kernel/sched/: remove caller signal_pending branch predictions
Davidlohr Bueso
1
-1
/
+1
2018-08-22
sched/wait: assert the wait_queue_head lock is held in __wake_up_common
Christoph Hellwig
1
-0
/
+2
2018-07-17
sched/Documentation: Update wake_up() & co. memory-barrier guarantees
Andrea Parri
1
-4
/
+4
2018-07-17
sched/core: Use smp_mb() in wake_woken_function()
Andrea Parri
1
-26
/
+21
2018-03-04
sched/headers: Simplify and clean up header usage in the scheduler
Ingo Molnar
1
-8
/
+1
2018-03-03
sched: Clean up and harmonize the coding style of the scheduler code base
Ingo Molnar
1
-0
/
+4
2017-12-06
sched/wait: Fix add_wait_queue() behavioral change
Omar Sandoval
1
-1
/
+1
2017-09-14
sched/wait: Introduce wakeup boomark in wake_up_page_bit
Tim Chen
1
-0
/
+7
2017-09-14
sched/wait: Break up long wake list walk
Tim Chen
1
-15
/
+63
2017-08-27
Minor page waitqueue cleanups
Linus Torvalds
1
-3
/
+4
2017-06-20
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
1
-12
/
+12
2017-06-20
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...
Ingo Molnar
1
-257
/
+0
2017-06-20
sched/wait: Standardize wait_bit_queue naming
Ingo Molnar
1
-21
/
+20
2017-06-20
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
Ingo Molnar
1
-21
/
+20
2017-06-20
sched/wait: Standardize internal naming of wait-queue heads
Ingo Molnar
1
-77
/
+77
2017-06-20
sched/wait: Standardize internal naming of wait-queue entries
Ingo Molnar
1
-49
/
+49
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-21
/
+21
2017-03-08
sched/headers: fix up header file dependency on <linux/sched/signal.h>
Linus Torvalds
1
-0
/
+39
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2016-10-27
mm: remove per-zone hashtable of bitlock waitqueues
Linus Torvalds
1
-10
/
+0
2016-09-30
sched/wait: Introduce init_wait_entry()
Oleg Nesterov
1
-3
/
+9
2016-09-30
sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()
Oleg Nesterov
1
-43
/
+21
2016-09-30
sched/wait: Avoid abort_exclusive_wait() in ___wait_event()
Oleg Nesterov
1
-10
/
+25
2016-09-30
sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()
Oleg Nesterov
1
-5
/
+3
2015-12-14
sched/wait: Fix the signal handling fix
Peter Zijlstra
1
-10
/
+10
2015-12-04
sched/wait: Fix signal handling in bit wait helpers
Peter Zijlstra
1
-8
/
+8
2015-09-23
userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...
Andrea Arcangeli
1
-4
/
+3
2015-09-05
userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key
Andrea Arcangeli
1
-3
/
+4
2015-06-23
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2015-05-19
locking/arch: Rename set_mb() to smp_store_mb()
Peter Zijlstra
1
-2
/
+2
2015-05-08
sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...
Jason Low
1
-2
/
+2
2014-11-04
sched/wait: Fix a kthread race with wait_woken()
Peter Zijlstra
1
-1
/
+6
2014-10-28
sched/wait: Provide infrastructure to deal with nested blocking
Peter Zijlstra
1
-0
/
+61
2014-09-25
SCHED: add some "wait..on_bit...timeout()" interfaces.
NeilBrown
1
-0
/
+36
2014-07-16
sched: Allow wait_on_bit_action() functions to support a timeout
NeilBrown
1
-8
/
+8
2014-07-16
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
1
-0
/
+18
[next]