summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* workqueue: rename cpu_workqueue to pool_workqueueTejun Heo2013-02-144-229/+228
* workqueue: reimplement is_chained_work() using current_wq_worker()Tejun Heo2013-02-141-25/+8
* workqueue: fix is_chained_work() regressionTejun Heo2013-02-141-1/+1
* workqueue: pick cwq instead of pool in __queue_work()Lai Jiangshan2013-02-071-16/+13
* workqueue: make get_work_pool_id() cheaperLai Jiangshan2013-02-071-2/+6
* workqueue: move nr_running into worker_poolTejun Heo2013-02-071-41/+22
* workqueue: cosmetic update in try_to_grab_pending()Tejun Heo2013-02-071-21/+17
* workqueue: simplify is-work-item-queued-here testLai Jiangshan2013-02-071-24/+16
* workqueue: make work->data point to pool after try_to_grab_pending()Lai Jiangshan2013-02-071-0/+10
* workqueue: add delayed_work->wq to simplify reentrancy handlingLai Jiangshan2013-02-072-29/+6
* workqueue: make work_busy() test WORK_STRUCT_PENDING firstLai Jiangshan2013-02-071-10/+6
* workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_ENDLai Jiangshan2013-02-072-7/+6
* workqueue: post global_cwq removal cleanupsTejun Heo2013-01-241-52/+52
* workqueue: rename nr_running variablesTejun Heo2013-01-241-4/+5
* workqueue: remove global_cwqTejun Heo2013-01-242-30/+17
* workqueue: remove worker_pool->gcwqTejun Heo2013-01-241-7/+5
* workqueue: replace for_each_worker_pool() with for_each_std_worker_pool()Tejun Heo2013-01-241-22/+17
* workqueue: make freezing/thawing per-poolTejun Heo2013-01-241-26/+20
* workqueue: make hotplug processing per-poolTejun Heo2013-01-241-87/+62
* workqueue: move global_cwq->lock to worker_poolTejun Heo2013-01-241-162/+154
* workqueue: move global_cwq->cpu to worker_poolTejun Heo2013-01-242-22/+22
* workqueue: move busy_hash from global_cwq to worker_poolTejun Heo2013-01-241-52/+59
* workqueue: record pool ID instead of CPU in work->data when off-queueTejun Heo2013-01-242-53/+76
* workqueue: add worker_pool->idTejun Heo2013-01-241-0/+21
* workqueue: introduce WORK_OFFQ_CPU_NONETejun Heo2013-01-242-3/+11
* workqueue: make GCWQ_FREEZING a pool flagTejun Heo2013-01-241-13/+15
* workqueue: make GCWQ_DISASSOCIATED a pool flagTejun Heo2013-01-241-31/+35
* workqueue: use std_ prefix for the standard per-cpu poolsTejun Heo2013-01-241-11/+11
* workqueue: unexport work_cpu()Tejun Heo2013-01-242-3/+2
* workqueue: implement current_is_async()Tejun Heo2013-01-183-0/+26
* workqueue: move struct worker definition to workqueue_internal.hTejun Heo2013-01-182-31/+38
* workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo2013-01-184-11/+20
* workqueue: set PF_WQ_WORKER on rescuersTejun Heo2013-01-181-7/+28
* workqueue: fix find_worker_executing_work() brekage from hashtable conversionTejun Heo2012-12-191-1/+1
* workqueue: consider work function when searching for busy work itemsTejun Heo2012-12-181-8/+31
* workqueue: use new hashtable implementationSasha Levin2012-12-181-71/+15
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-18185-1339/+3447
|\
| * scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler2012-12-181-1/+2
| * docs: update documentation about /proc/<pid>/fdinfo/<fd> fanotify outputCyrill Gorcunov2012-12-181-11/+17
| * fs, fanotify: add @mflags field to fanotify outputCyrill Gorcunov2012-12-181-5/+9
| * docs: add documentation about /proc/<pid>/fdinfo/<fd> outputCyrill Gorcunov2012-12-181-0/+82
| * fs, notify: add procfs fdinfo helperCyrill Gorcunov2012-12-185-1/+207
| * fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov2012-12-182-5/+16
| * fs, exportfs: escape nil dereference if no s_export_op presentCyrill Gorcunov2012-12-181-1/+1
| * fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-184-1/+50
| * fs, eventfd: add procfs fdinfo helperCyrill Gorcunov2012-12-181-0/+20
| * procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov2012-12-182-2/+4
| * tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_testDave Jones2012-12-181-2/+4
| * breakpoint selftests: print failure status instead of cause make errorDave Young2012-12-181-1/+1
| * kcmp selftests: print fail status instead of cause make errorDave Young2012-12-181-1/+1