Age | Commit message (Expand) | Author |
2011-03-22 | kthread: use kthread_create_on_node() | Eric Dumazet |
2011-03-16 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2011-03-08 | debugobjects: Add hint for better object identification | Stanislaw Gruszka |
2011-02-21 | workqueue: fix build failure introduced by s/freezeable/freezable/ | Tejun Heo |
2011-02-21 | Merge branch 'master' into for-2.6.39 | Tejun Heo |
2011-02-16 | workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies long | Tejun Heo |
2011-02-16 | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' | Tejun Heo |
2011-02-14 | workqueue: wake up a worker when a rescuer is leaving a gcwq | Tejun Heo |
2011-02-09 | workqueue: add system_freezeable_wq | Tejun Heo |
2011-01-11 | workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noop | Tejun Heo |
2011-01-11 | workqueue: relax lockdep annotation on flush_work() | Tejun Heo |
2010-12-20 | workqueue: allow chained queueing during destruction | Tejun Heo |
2010-12-14 | workqueue: It is likely that WORKER_NOT_RUNNING is true | Steven Rostedt |
2010-11-26 | workqueue: check the allocation of system_unbound_wq | Hitoshi Mitake |
2010-10-26 | workqueues: s/ON_STACK/ONSTACK/ | Andrew Morton |
2010-10-25 | MN10300: Fix the PERCPU() alignment to allow for workqueues | David Howells |
2010-10-19 | workqueue: remove in_workqueue_context() | Tejun Heo |
2010-10-19 | workqueue: Clarify that schedule_on_each_cpu is synchronous | Tejun Heo |
2010-10-11 | workqueue: add and use WQ_MEM_RECLAIM flag | Tejun Heo |
2010-10-11 | workqueue: fix HIGHPRI handling in keep_working() | Tejun Heo |
2010-10-05 | workqueue: add queue_work and activate_work trace points | Tejun Heo |
2010-10-05 | workqueue: prepare for more tracepoints | Tejun Heo |
2010-09-19 | workqueue: implement flush[_delayed]_work_sync() | Tejun Heo |
2010-09-19 | workqueue: factor out start_flush_work() | Tejun Heo |
2010-09-19 | workqueue: cleanup flush/cancel functions | Tejun Heo |
2010-09-13 | workqueue: add documentation | Tejun Heo |
2010-09-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2010-08-31 | workqueue: use zalloc_cpumask_var() for gcwq->mayday_mask | Tejun Heo |
2010-08-31 | workqueue: fix GCWQ_DISASSOCIATED initialization | Tejun Heo |
2010-08-25 | workqueue: fix cwq->nr_active underflow | Tejun Heo |
2010-08-24 | workqueue: improve destroy_workqueue() debuggability | Tejun Heo |
2010-08-23 | workqueue: mark lock acquisition on worker_maybe_bind_and_lock() | Namhyung Kim |
2010-08-23 | workqueue: annotate lock context change | Namhyung Kim |
2010-08-21 | workqueue: Add basic tracepoints to track workqueue execution | Arjan van de Ven |
2010-08-16 | workqueue: free rescuer on destroy_workqueue | Xiaotian Feng |
2010-08-09 | workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_... | Tejun Heo |
2010-08-08 | workqueue: add missing __percpu markup in kernel/workqueue.c | Namhyung Kim |
2010-08-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2010-08-01 | workqueue: mark init_workqueues() as early_initcall() | Suresh Siddha |
2010-08-01 | workqueue: explain for_each_*cwq_cpu() iterators | Tejun Heo |
2010-07-22 | workqueue: fix how cpu number is stored in work->data | Tejun Heo |
2010-07-20 | workqueue: fix mayday_mask handling on UP | Tejun Heo |
2010-07-20 | workqueue: fix build problem on !CONFIG_SMP | Tejun Heo |
2010-07-14 | workqueue: fix locking in retry path of maybe_create_worker() | Tejun Heo |
2010-07-02 | workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead | Tejun Heo |
2010-07-02 | workqueue: implement unbound workqueue | Tejun Heo |
2010-07-02 | workqueue: prepare for WQ_UNBOUND implementation | Tejun Heo |
2010-07-02 | workqueue: fix worker management invocation without pending works | Tejun Heo |
2010-07-02 | workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq() | Tejun Heo |
2010-07-02 | workqueue: fix race condition in flush_workqueue() | Tejun Heo |