index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
async.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-06
kernel/async.c: revert "async: simplify lowest_in_progress()"
Rasmus Villemoes
1
-8
/
+12
2017-05-23
async: Adjust system_state checks
Thomas Gleixner
1
-4
/
+4
2015-11-19
async: export current_is_async()
Lukas Wunner
1
-0
/
+1
2014-10-09
kernel/async.c: switch to pr_foo()
Ionut Alexa
1
-4
/
+4
2013-03-12
async: rename and redefine async_func_ptr
Lai Jiangshan
1
-10
/
+10
2013-03-12
async: simplify lowest_in_progress()
Lai Jiangshan
1
-12
/
+8
2013-01-25
async: initialise list heads to fix crash
James Hogan
1
-0
/
+2
2013-01-23
async: replace list of active domains with global list of pending items
Tejun Heo
1
-34
/
+29
2013-01-23
async: keep pending tasks on async_domain and remove async_pending
Tejun Heo
1
-49
/
+14
2013-01-23
async: use ULLONG_MAX for infinity cookie value
Tejun Heo
1
-5
/
+6
2013-01-23
async: bring sanity to the use of words domain and running
Tejun Heo
1
-34
/
+34
2013-01-23
Merge branch 'master' into for-3.9-async
Tejun Heo
1
-7
/
+23
2013-01-22
async: fix __lowest_in_progress()
Tejun Heo
1
-7
/
+20
2013-01-18
workqueue: implement current_is_async()
Tejun Heo
1
-0
/
+14
2013-01-16
module, async: async_synchronize_full() on module init iff async is used
Tejun Heo
1
-0
/
+3
2012-07-20
[SCSI] async: make async_synchronize_full() flush all work regardless of domain
Dan Williams
1
-2
/
+41
2012-07-20
[SCSI] async: introduce 'async_domain' type
Dan Williams
1
-18
/
+17
2012-01-13
kernel/async: remove redundant declaration.
Rusty Russell
1
-2
/
+0
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-09-15
async: uninitialized warning corrections
Vitaliy Ivanov
1
-2
/
+2
2011-06-14
async: Fixed an include coding style issue
Paul McQuade
1
-5
/
+7
2010-07-14
async: use workqueue for worker pool
Tejun Heo
1
-119
/
+22
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-06-08
async: Fix lack of boot-time console due to insufficient synchronization
Linus Torvalds
1
-10
/
+5
2009-05-24
async: make sure independent async domains can't accidentally entangle
James Bottomley
1
-8
/
+12
2009-03-28
async: remove the temporary (2.6.29) "async is off by default" code
Arjan van de Ven
1
-13
/
+5
2009-02-08
async: use list_move_tail
Stefan Richter
1
-2
/
+1
2009-02-08
async: Rename _special -> _domain for clarity.
Cornelia Huck
1
-19
/
+22
2009-02-08
async: Add some documentation.
Cornelia Huck
1
-0
/
+47
2009-02-08
async: Handle kthread_run() return codes.
Cornelia Huck
1
-2
/
+9
2009-02-08
async: Fix running list handling.
Cornelia Huck
1
-2
/
+2
2009-02-05
kernel/async.c: fix printk warnings
Andrew Morton
1
-4
/
+8
2009-01-12
async: fix __lowest_in_progress()
Arjan van de Ven
1
-5
/
+16
2009-01-09
async: make async a command line option for now
Arjan van de Ven
1
-2
/
+14
2009-01-08
async: make async_synchronize_full() more serializing
Arjan van de Ven
1
-1
/
+3
2009-01-07
async: don't do the initcall stuff post boot
Arjan van de Ven
1
-4
/
+4
2009-01-07
async: Asynchronous function calls to speed up kernel boot
Arjan van de Ven
1
-0
/
+321