Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b300667b33b2b5a2c8e5f8f22826befb3d7f4f2b
/
kernel
/
async.c
a065c0f
kernel/async.c: remove async_unregister_domain()
by Rasmus Villemoes
· 3 years, 8 months ago
07416af
kernel/async.c: stop guarding pr_debug() statements
by Rasmus Villemoes
· 3 years, 8 months ago
8ba9d40
kernel/async.c: fix pr_debug statement
by Rasmus Villemoes
· 3 years, 8 months ago
3f649ab
treewide: Remove uninitialized_var() usage
by Kees Cook
· 4 years, 7 months ago
b886d83c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
by Thomas Gleixner
· 6 years ago
d75f773
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
by Sakari Ailus
· 6 years ago
6be9238
async: Add support for queueing on specific NUMA node
by Alexander Duyck
· 6 years ago
4f7e988
kernel/async.c: revert "async: simplify lowest_in_progress()"
by Rasmus Villemoes
· 7 years ago
b4def42
async: Adjust system_state checks
by Thomas Gleixner
· 8 years ago
581da2c
async: export current_is_async()
by Lukas Wunner
· 9 years ago
27fb10e
kernel/async.c: switch to pr_foo()
by Ionut Alexa
· 10 years ago
362f2b0
async: rename and redefine async_func_ptr
by Lai Jiangshan
· 12 years ago
92266d6
async: simplify lowest_in_progress()
by Lai Jiangshan
· 12 years ago
a0327ff
async: initialise list heads to fix crash
by James Hogan
· 12 years ago
9fdb04c
async: replace list of active domains with global list of pending items
by Tejun Heo
· 12 years ago
5272279
async: keep pending tasks on async_domain and remove async_pending
by Tejun Heo
· 12 years ago
c68eee1
async: use ULLONG_MAX for infinity cookie value
by Tejun Heo
· 12 years ago
8723d503
async: bring sanity to the use of words domain and running
by Tejun Heo
· 12 years ago
c14afb8
Merge branch 'master' into for-3.9-async
by Tejun Heo
· 12 years ago
f56c319
async: fix __lowest_in_progress()
by Tejun Heo
· 12 years ago
84b233a
workqueue: implement current_is_async()
by Tejun Heo
· 12 years ago
774a122
module, async: async_synchronize_full() on module init iff async is used
by Tejun Heo
· 12 years ago
a468348
[SCSI] async: make async_synchronize_full() flush all work regardless of domain
by Dan Williams
· 12 years ago
2955b47
[SCSI] async: introduce 'async_domain' type
by Dan Williams
· 12 years ago
6d6a55e
kernel/async: remove redundant declaration.
by Rusty Russell
· 13 years ago
9984de1
kernel: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 14 years ago
124ff4e
async: uninitialized warning corrections
by Vitaliy Ivanov
· 13 years ago
84c1502
async: Fixed an include coding style issue
by Paul McQuade
· 14 years ago
083b804
async: use workqueue for worker pool
by Tejun Heo
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
3af968e
async: Fix lack of boot-time console due to insufficient synchronization
by Linus Torvalds
· 16 years ago
d5a877e
async: make sure independent async domains can't accidentally entangle
by James Bottomley
· 16 years ago
9710794
async: remove the temporary (2.6.29) "async is off by default" code
by Arjan van de Ven
· 16 years ago
f7de7621f
async: use list_move_tail
by Stefan Richter
· 16 years ago
766ccb9
async: Rename _special -> _domain for clarity.
by Cornelia Huck
· 16 years ago
f30d5b3
async: Add some documentation.
by Cornelia Huck
· 16 years ago
86532d8
async: Handle kthread_run() return codes.
by Cornelia Huck
· 16 years ago
7a89bbc
async: Fix running list handling.
by Cornelia Huck
· 16 years ago
58763a2
kernel/async.c: fix printk warnings
by Andrew Morton
· 16 years ago
37a76bd
async: fix __lowest_in_progress()
by Arjan van de Ven
· 16 years ago
cdb80f6
async: make async a command line option for now
by Arjan van de Ven
· 16 years ago
33b04b9
async: make async_synchronize_full() more serializing
by Arjan van de Ven
· 16 years ago
ad160d2
async: don't do the initcall stuff post boot
by Arjan van de Ven
· 16 years ago
22a9d64
async: Asynchronous function calls to speed up kernel boot
by Arjan van de Ven
· 16 years ago