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
/
kernel
/
async.c
Age
Commit message (
Expand
)
Author
2024-02-09
async: Use a dedicated unbound workqueue with raised min_active
Tejun Heo
2024-01-10
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-01-03
async: Introduce async_schedule_dev_nocall()
Rafael J. Wysocki
2024-01-03
async: Split async_schedule_node_domain()
Rafael J. Wysocki
2023-12-20
sched.h: move pid helpers to pid.h
Kent Overstreet
2022-02-03
Revert "module, async: async_synchronize_full() on module init iff async is u...
Igor Pylypiv
2021-05-07
kernel/async.c: remove async_unregister_domain()
Rasmus Villemoes
2021-05-07
kernel/async.c: stop guarding pr_debug() statements
Rasmus Villemoes
2021-05-06
kernel/async.c: fix pr_debug statement
Rasmus Villemoes
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-01-31
async: Add support for queueing on specific NUMA node
Alexander Duyck
2018-02-06
kernel/async.c: revert "async: simplify lowest_in_progress()"
Rasmus Villemoes
2017-05-23
async: Adjust system_state checks
Thomas Gleixner
2015-11-19
async: export current_is_async()
Lukas Wunner
2014-10-09
kernel/async.c: switch to pr_foo()
Ionut Alexa
2013-03-12
async: rename and redefine async_func_ptr
Lai Jiangshan
2013-03-12
async: simplify lowest_in_progress()
Lai Jiangshan
2013-01-25
async: initialise list heads to fix crash
James Hogan
2013-01-23
async: replace list of active domains with global list of pending items
Tejun Heo
2013-01-23
async: keep pending tasks on async_domain and remove async_pending
Tejun Heo
2013-01-23
async: use ULLONG_MAX for infinity cookie value
Tejun Heo
2013-01-23
async: bring sanity to the use of words domain and running
Tejun Heo
2013-01-23
Merge branch 'master' into for-3.9-async
Tejun Heo
2013-01-22
async: fix __lowest_in_progress()
Tejun Heo
2013-01-18
workqueue: implement current_is_async()
Tejun Heo
2013-01-16
module, async: async_synchronize_full() on module init iff async is used
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
2012-01-13
kernel/async: remove redundant declaration.
Rusty Russell
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-09-15
async: uninitialized warning corrections
Vitaliy Ivanov
2011-06-14
async: Fixed an include coding style issue
Paul McQuade
2010-07-14
async: use workqueue for worker pool
Tejun Heo
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-06-08
async: Fix lack of boot-time console due to insufficient synchronization
Linus Torvalds
2009-05-24
async: make sure independent async domains can't accidentally entangle
James Bottomley
2009-03-28
async: remove the temporary (2.6.29) "async is off by default" code
Arjan van de Ven
2009-02-08
async: use list_move_tail
Stefan Richter
2009-02-08
async: Rename _special -> _domain for clarity.
Cornelia Huck
2009-02-08
async: Add some documentation.
Cornelia Huck
2009-02-08
async: Handle kthread_run() return codes.
Cornelia Huck
2009-02-08
async: Fix running list handling.
Cornelia Huck
2009-02-05
kernel/async.c: fix printk warnings
Andrew Morton
2009-01-12
async: fix __lowest_in_progress()
Arjan van de Ven
2009-01-09
async: make async a command line option for now
Arjan van de Ven
2009-01-08
async: make async_synchronize_full() more serializing
Arjan van de Ven
2009-01-07
async: don't do the initcall stuff post boot
Arjan van de Ven
2009-01-07
async: Asynchronous function calls to speed up kernel boot
Arjan van de Ven