index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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