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
/
include
/
linux
/
wait.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-18
wait: add wq_has_single_sleeper helper
Josef Bacik
1
-0
/
+13
2019-04-10
docs: Add colon clearing sphinx warning
Tobin C. Harding
1
-1
/
+1
2019-02-11
sched/wait: Use freezable_schedule() when possible
Hugo Lefeuvre
1
-3
/
+3
2018-10-16
scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE usage
Nicholas Bellinger
1
-5
/
+15
2018-02-16
sched/wait: add wait_event_idle() functions.
NeilBrown
1
-0
/
+114
2017-11-28
annotate poll-related wait keys
Al Viro
1
-4
/
+6
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-14
sched/wait: Introduce wakeup boomark in wake_up_page_bit
Tim Chen
1
-0
/
+2
2017-09-14
sched/wait: Break up long wake list walk
Tim Chen
1
-0
/
+1
2017-08-19
wait: add wait_event_killable_timeout()
Luis R. Rodriguez
1
-0
/
+37
2017-07-25
sched/wait: Clean up some documentation warnings
Jonathan Corbet
1
-4
/
+4
2017-06-20
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
1
-10
/
+10
2017-06-20
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...
Ingo Molnar
1
-250
/
+0
2017-06-20
sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h>
Ingo Molnar
1
-323
/
+322
2017-06-20
sched/wait: Improve the bit-wait API parameter names in the API function prot...
Ingo Molnar
1
-15
/
+15
2017-06-20
sched/wait: Standardize wait_bit_queue naming
Ingo Molnar
1
-4
/
+4
2017-06-20
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
Ingo Molnar
1
-3
/
+3
2017-06-20
sched/wait: Standardize internal naming of wait-queue heads
Ingo Molnar
1
-38
/
+38
2017-06-20
sched/wait: Standardize internal naming of wait-queue entries
Ingo Molnar
1
-42
/
+42
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-32
/
+35
2017-03-08
sched/headers: fix up header file dependency on <linux/sched/signal.h>
Linus Torvalds
1
-21
/
+10
2017-03-02
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-1
/
+1
2016-09-30
sched/wait: Introduce init_wait_entry()
Oleg Nesterov
1
-6
/
+3
2016-09-30
sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()
Oleg Nesterov
1
-1
/
+0
2016-09-30
sched/wait: Avoid abort_exclusive_wait() in ___wait_event()
Oleg Nesterov
1
-6
/
+1
2016-09-30
sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()
Oleg Nesterov
1
-3
/
+3
2016-07-19
new helper: wait_event_killable_exclusive()
Al Viro
1
-0
/
+13
2016-02-24
sched/wait: Fix wait_event_freezable() documentation
Stafford Horne
1
-1
/
+1
2016-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+21
2016-01-06
Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...
Ingo Molnar
1
-5
/
+5
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+5
2015-12-14
sched/wait: Fix the signal handling fix
Peter Zijlstra
1
-5
/
+5
2015-11-30
net: Generalise wq_has_sleeper helper
Herbert Xu
1
-0
/
+21
2015-11-23
sched/wait: Document waitqueue_active()
Peter Zijlstra
1
-0
/
+30
2015-09-23
userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...
Andrea Arcangeli
1
-3
/
+2
2015-09-05
userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key
Andrea Arcangeli
1
-2
/
+3
2015-06-29
Merge tag 'md/4.2' of git://neil.brown.name/md
Linus Torvalds
1
-0
/
+13
2015-06-17
wait: introduce wait_event_exclusive_cmd
Yuanhan Liu
1
-0
/
+13
2015-05-08
sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void *
Palmer Dabbelt
1
-7
/
+10
2015-02-13
Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+15
2015-02-04
block: Simplify bsg complete all
Peter Zijlstra
1
-0
/
+15
2015-02-04
sched/wait: Introduce wait_on_bit_timeout()
Johan Hedberg
1
-0
/
+26
2015-02-03
sched/wait: Remove might_sleep() from wait_event_cmd()
Mikulas Patocka
1
-1
/
+0
2014-11-04
sched/wait: Reimplement wait_event_freezable()
Peter Zijlstra
1
-0
/
+57
2014-10-28
sched/wait: Add might_sleep() checks
Peter Zijlstra
1
-0
/
+16
2014-10-28
sched/wait: Provide infrastructure to deal with nested blocking
Peter Zijlstra
1
-1
/
+6
2014-10-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+10
2014-09-25
SCHED: add some "wait..on_bit...timeout()" interfaces.
NeilBrown
1
-1
/
+4
2014-09-05
sched/wait: Document timeout corner case
Scot Doyle
1
-6
/
+10
[next]