index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
async.h
Age
Commit message (
Expand
)
Author
2024-02-09
async: Use a dedicated unbound workqueue with raised min_active
Tejun Heo
2024-01-03
async: Introduce async_schedule_dev_nocall()
Rafael J. Wysocki
2021-05-07
kernel/async.c: remove async_unregister_domain()
Rasmus Villemoes
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-01-31
async: Add support for queueing on specific NUMA node
Alexander Duyck
2013-03-12
async: rename and redefine async_func_ptr
Lai Jiangshan
2013-03-12
async: remove unused @node from struct async_domain
Lai Jiangshan
2013-01-23
async: keep pending tasks on async_domain and remove async_pending
Tejun Heo
2013-01-23
async: bring sanity to the use of words domain and running
Tejun Heo
2013-01-18
workqueue: implement current_is_async()
Tejun Heo
2012-07-20
[SCSI] async: make async_synchronize_full() flush all work regardless of domain
Dan Williams
2012-07-20
[SCSI] async: introduce 'async_domain' type
Dan Williams
2009-02-08
async: Rename _special -> _domain for clarity.
Cornelia Huck
2009-01-07
async: Asynchronous function calls to speed up kernel boot
Arjan van de Ven