index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
async.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
module, async: async_synchronize_full() on module init iff async is used
Tejun Heo
2013-01-16
1
-0
/
+3
*
[SCSI] async: make async_synchronize_full() flush all work regardless of domain
Dan Williams
2012-07-20
1
-2
/
+41
*
[SCSI] async: introduce 'async_domain' type
Dan Williams
2012-07-20
1
-18
/
+17
*
kernel/async: remove redundant declaration.
Rusty Russell
2012-01-13
1
-2
/
+0
*
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
*
async: uninitialized warning corrections
Vitaliy Ivanov
2011-09-15
1
-2
/
+2
*
async: Fixed an include coding style issue
Paul McQuade
2011-06-14
1
-5
/
+7
*
async: use workqueue for worker pool
Tejun Heo
2010-07-14
1
-119
/
+22
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
async: Fix lack of boot-time console due to insufficient synchronization
Linus Torvalds
2009-06-08
1
-10
/
+5
*
async: make sure independent async domains can't accidentally entangle
James Bottomley
2009-05-24
1
-8
/
+12
*
async: remove the temporary (2.6.29) "async is off by default" code
Arjan van de Ven
2009-03-28
1
-13
/
+5
*
async: use list_move_tail
Stefan Richter
2009-02-08
1
-2
/
+1
*
async: Rename _special -> _domain for clarity.
Cornelia Huck
2009-02-08
1
-19
/
+22
*
async: Add some documentation.
Cornelia Huck
2009-02-08
1
-0
/
+47
*
async: Handle kthread_run() return codes.
Cornelia Huck
2009-02-08
1
-2
/
+9
*
async: Fix running list handling.
Cornelia Huck
2009-02-08
1
-2
/
+2
*
kernel/async.c: fix printk warnings
Andrew Morton
2009-02-05
1
-4
/
+8
*
async: fix __lowest_in_progress()
Arjan van de Ven
2009-01-12
1
-5
/
+16
*
async: make async a command line option for now
Arjan van de Ven
2009-01-09
1
-2
/
+14
*
async: make async_synchronize_full() more serializing
Arjan van de Ven
2009-01-08
1
-1
/
+3
*
async: don't do the initcall stuff post boot
Arjan van de Ven
2009-01-07
1
-4
/
+4
*
async: Asynchronous function calls to speed up kernel boot
Arjan van de Ven
2009-01-07
1
-0
/
+321