aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAge
* Update PAI to support multiGPUs (todo: klitirqd)Glenn Elliott2012-04-15
* Merge branch 'wip-pai' into wip-gpu-interruptsGlenn Elliott2012-03-04
|\
| * Some cleanup of PAIwip-paiGlenn Elliott2012-03-04
| * PAI implementation, C-RM, C-FIFO.Glenn Elliott2012-01-11
| * Full patch for klitirqd with Nvidia GPU support.Glenn Elliott2011-06-02
* | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-24
|\ \
| * | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-24
* | | workqueue: fix deadlock in worker_maybe_bind_and_lock()Tejun Heo2011-04-29
|/ /
* | kthread: use kthread_create_on_node()Eric Dumazet2011-03-22
* | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-16
|\ \
| * | workqueue: fix build failure introduced by s/freezeable/freezable/Tejun Heo2011-02-21
| * | Merge branch 'master' into for-2.6.39Tejun Heo2011-02-21
| |\ \
| * | | workqueue: add system_freezeable_wqTejun Heo2011-02-09
* | | | debugobjects: Add hint for better object identificationStanislaw Gruszka2011-03-08
| |/ / |/| |
* | | workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies longTejun Heo2011-02-16
* | | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-16
* | | workqueue: wake up a worker when a rescuer is leaving a gcwqTejun Heo2011-02-14
|/ /
* | workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noopTejun Heo2011-01-11
* | workqueue: relax lockdep annotation on flush_work()Tejun Heo2011-01-11
* | workqueue: allow chained queueing during destructionTejun Heo2010-12-20
* | workqueue: It is likely that WORKER_NOT_RUNNING is trueSteven Rostedt2010-12-14
* | workqueue: check the allocation of system_unbound_wqHitoshi Mitake2010-11-26
* | workqueues: s/ON_STACK/ONSTACK/Andrew Morton2010-10-26
* | MN10300: Fix the PERCPU() alignment to allow for workqueuesDavid Howells2010-10-25
* | workqueue: remove in_workqueue_context()Tejun Heo2010-10-19
* | workqueue: Clarify that schedule_on_each_cpu is synchronousTejun Heo2010-10-19
* | workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo2010-10-11
* | workqueue: fix HIGHPRI handling in keep_working()Tejun Heo2010-10-11
* | workqueue: add queue_work and activate_work trace pointsTejun Heo2010-10-05
* | workqueue: prepare for more tracepointsTejun Heo2010-10-05
* | workqueue: implement flush[_delayed]_work_sync()Tejun Heo2010-09-19
* | workqueue: factor out start_flush_work()Tejun Heo2010-09-19
* | workqueue: cleanup flush/cancel functionsTejun Heo2010-09-19
|/
* workqueue: add documentationTejun Heo2010-09-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-09-07
|\
| * workqueue: use zalloc_cpumask_var() for gcwq->mayday_maskTejun Heo2010-08-31
| * workqueue: fix GCWQ_DISASSOCIATED initializationTejun Heo2010-08-31
| * workqueue: fix cwq->nr_active underflowTejun Heo2010-08-25
| * workqueue: improve destroy_workqueue() debuggabilityTejun Heo2010-08-24
| * workqueue: mark lock acquisition on worker_maybe_bind_and_lock()Namhyung Kim2010-08-23
| * workqueue: annotate lock context changeNamhyung Kim2010-08-23
| * workqueue: free rescuer on destroy_workqueueXiaotian Feng2010-08-16
* | workqueue: Add basic tracepoints to track workqueue executionArjan van de Ven2010-08-21
|/
* workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_...Tejun Heo2010-08-09
* workqueue: add missing __percpu markup in kernel/workqueue.cNamhyung Kim2010-08-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-07
|\
| * workqueue: mark init_workqueues() as early_initcall()Suresh Siddha2010-08-01
| * workqueue: explain for_each_*cwq_cpu() iteratorsTejun Heo2010-08-01
| * workqueue: fix how cpu number is stored in work->dataTejun Heo2010-07-22
| * workqueue: fix mayday_mask handling on UPTejun Heo2010-07-20