index
:
kernel_samsung_smdk4412.git
ath9k
master
migrate_3.2
qmi
replicant-6.0
replicant-6.0-old
upstreaming
kernel for Galaxy S3
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s
Tejun Heo
2012-12-17
1
-2
/
+2
*
workqueue: exit rescuer_thread() as TASK_RUNNING
Mike Galbraith
2012-12-10
1
-1
/
+3
*
workqueue: add missing smp_wmb() in process_one_work()
Tejun Heo
2012-10-13
1
-0
/
+2
*
workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomic
Lai Jiangshan
2012-10-02
1
-3
/
+6
*
workqueue: reimplement work_on_cpu() using system_wq
Tejun Heo
2012-10-02
1
-17
/
+8
*
workqueue: perform cpu down operations from low priority cpu_notifier()
Tejun Heo
2012-08-09
1
-1
/
+37
*
workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...
Tejun Heo
2012-06-01
1
-2
/
+7
*
Block: use a freezable workqueue for disk-event polling
Alan Stern
2012-03-19
1
-1
/
+6
*
workqueue: lock cwq access in drain_workqueue
Thomas Tuttle
2011-10-03
1
-1
/
+6
*
Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2011-05-24
1
-3
/
+1
|
\
|
*
percpu: Always align percpu output section to PAGE_SIZE
Tejun Heo
2011-03-24
1
-3
/
+1
*
|
workqueue: fix deadlock in worker_maybe_bind_and_lock()
Tejun Heo
2011-04-29
1
-1
/
+7
|
/
*
kthread: use kthread_create_on_node()
Eric Dumazet
2011-03-22
1
-2
/
+4
*
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2011-03-16
1
-1
/
+5
|
\
|
*
workqueue: fix build failure introduced by s/freezeable/freezable/
Tejun Heo
2011-02-21
1
-5
/
+5
|
*
Merge branch 'master' into for-2.6.39
Tejun Heo
2011-02-21
1
-13
/
+24
|
|
\
|
*
|
workqueue: add system_freezeable_wq
Tejun Heo
2011-02-09
1
-1
/
+5
*
|
|
debugobjects: Add hint for better object identification
Stanislaw Gruszka
2011-03-08
1
-0
/
+6
|
|
/
|
/
|
*
|
workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies long
Tejun Heo
2011-02-16
1
-1
/
+3
*
|
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
2011-02-16
1
-12
/
+12
*
|
workqueue: wake up a worker when a rescuer is leaving a gcwq
Tejun Heo
2011-02-14
1
-0
/
+9
|
/
*
workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noop
Tejun Heo
2011-01-11
1
-1
/
+5
*
workqueue: relax lockdep annotation on flush_work()
Tejun Heo
2011-01-11
1
-2
/
+12
*
workqueue: allow chained queueing during destruction
Tejun Heo
2010-12-20
1
-1
/
+59
*
workqueue: It is likely that WORKER_NOT_RUNNING is true
Steven Rostedt
2010-12-14
1
-2
/
+2
*
workqueue: check the allocation of system_unbound_wq
Hitoshi Mitake
2010-11-26
1
-1
/
+2
*
workqueues: s/ON_STACK/ONSTACK/
Andrew Morton
2010-10-26
1
-1
/
+1
*
MN10300: Fix the PERCPU() alignment to allow for workqueues
David Howells
2010-10-25
1
-1
/
+3
*
workqueue: remove in_workqueue_context()
Tejun Heo
2010-10-19
1
-15
/
+0
*
workqueue: Clarify that schedule_on_each_cpu is synchronous
Tejun Heo
2010-10-19
1
-4
/
+6
*
workqueue: add and use WQ_MEM_RECLAIM flag
Tejun Heo
2010-10-11
1
-0
/
+7
*
workqueue: fix HIGHPRI handling in keep_working()
Tejun Heo
2010-10-11
1
-1
/
+3
*
workqueue: add queue_work and activate_work trace points
Tejun Heo
2010-10-05
1
-0
/
+3
*
workqueue: prepare for more tracepoints
Tejun Heo
2010-10-05
1
-3
/
+3
*
workqueue: implement flush[_delayed]_work_sync()
Tejun Heo
2010-09-19
1
-0
/
+56
*
workqueue: factor out start_flush_work()
Tejun Heo
2010-09-19
1
-27
/
+37
*
workqueue: cleanup flush/cancel functions
Tejun Heo
2010-09-19
1
-81
/
+94
*
workqueue: add documentation
Tejun Heo
2010-09-13
1
-10
/
+17
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2010-09-07
1
-15
/
+38
|
\
|
*
workqueue: use zalloc_cpumask_var() for gcwq->mayday_mask
Tejun Heo
2010-08-31
1
-1
/
+1
|
*
workqueue: fix GCWQ_DISASSOCIATED initialization
Tejun Heo
2010-08-31
1
-2
/
+3
|
*
workqueue: fix cwq->nr_active underflow
Tejun Heo
2010-08-25
1
-10
/
+20
|
*
workqueue: improve destroy_workqueue() debuggability
Tejun Heo
2010-08-24
1
-1
/
+6
|
*
workqueue: mark lock acquisition on worker_maybe_bind_and_lock()
Namhyung Kim
2010-08-23
1
-0
/
+1
|
*
workqueue: annotate lock context change
Namhyung Kim
2010-08-23
1
-0
/
+6
|
*
workqueue: free rescuer on destroy_workqueue
Xiaotian Feng
2010-08-16
1
-1
/
+1
*
|
workqueue: Add basic tracepoints to track workqueue execution
Arjan van de Ven
2010-08-21
1
-0
/
+9
|
/
*
workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_...
Tejun Heo
2010-08-09
1
-1
/
+1
*
workqueue: add missing __percpu markup in kernel/workqueue.c
Namhyung Kim
2010-08-08
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2010-08-07
1
-405
/
+2755
|
\
[next]