index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
async.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel/async.c: revert "async: simplify lowest_in_progress()"
Rasmus Villemoes
2018-02-06
1
-8
/
+12
*
async: Adjust system_state checks
Thomas Gleixner
2017-05-23
1
-4
/
+4
*
async: export current_is_async()
Lukas Wunner
2015-11-19
1
-0
/
+1
*
kernel/async.c: switch to pr_foo()
Ionut Alexa
2014-10-09
1
-4
/
+4
*
async: rename and redefine async_func_ptr
Lai Jiangshan
2013-03-12
1
-10
/
+10
*
async: simplify lowest_in_progress()
Lai Jiangshan
2013-03-12
1
-12
/
+8
*
async: initialise list heads to fix crash
James Hogan
2013-01-25
1
-0
/
+2
*
async: replace list of active domains with global list of pending items
Tejun Heo
2013-01-23
1
-34
/
+29
*
async: keep pending tasks on async_domain and remove async_pending
Tejun Heo
2013-01-23
1
-49
/
+14
*
async: use ULLONG_MAX for infinity cookie value
Tejun Heo
2013-01-23
1
-5
/
+6
*
async: bring sanity to the use of words domain and running
Tejun Heo
2013-01-23
1
-34
/
+34
*
Merge branch 'master' into for-3.9-async
Tejun Heo
2013-01-23
1
-7
/
+23
|
\
|
*
async: fix __lowest_in_progress()
Tejun Heo
2013-01-22
1
-7
/
+20
|
*
module, async: async_synchronize_full() on module init iff async is used
Tejun Heo
2013-01-16
1
-0
/
+3
*
|
workqueue: implement current_is_async()
Tejun Heo
2013-01-18
1
-0
/
+14
|
/
*
[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