aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* workqueue: simplify is-work-item-queued-here testLai Jiangshan2013-02-06
* workqueue: make work->data point to pool after try_to_grab_pending()Lai Jiangshan2013-02-06
* workqueue: add delayed_work->wq to simplify reentrancy handlingLai Jiangshan2013-02-06
* workqueue: make work_busy() test WORK_STRUCT_PENDING firstLai Jiangshan2013-02-06
* workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_ENDLai Jiangshan2013-02-06
* workqueue: post global_cwq removal cleanupsTejun Heo2013-01-24
* workqueue: rename nr_running variablesTejun Heo2013-01-24
* workqueue: remove global_cwqTejun Heo2013-01-24
* workqueue: remove worker_pool->gcwqTejun Heo2013-01-24
* workqueue: replace for_each_worker_pool() with for_each_std_worker_pool()Tejun Heo2013-01-24
* workqueue: make freezing/thawing per-poolTejun Heo2013-01-24
* workqueue: make hotplug processing per-poolTejun Heo2013-01-24
* workqueue: move global_cwq->lock to worker_poolTejun Heo2013-01-24
* workqueue: move global_cwq->cpu to worker_poolTejun Heo2013-01-24
* workqueue: move busy_hash from global_cwq to worker_poolTejun Heo2013-01-24
* workqueue: record pool ID instead of CPU in work->data when off-queueTejun Heo2013-01-24
* workqueue: add worker_pool->idTejun Heo2013-01-24
* workqueue: introduce WORK_OFFQ_CPU_NONETejun Heo2013-01-24
* workqueue: make GCWQ_FREEZING a pool flagTejun Heo2013-01-24
* workqueue: make GCWQ_DISASSOCIATED a pool flagTejun Heo2013-01-24
* workqueue: use std_ prefix for the standard per-cpu poolsTejun Heo2013-01-24
* workqueue: unexport work_cpu()Tejun Heo2013-01-24
* workqueue: implement current_is_async()Tejun Heo2013-01-18
* workqueue: move struct worker definition to workqueue_internal.hTejun Heo2013-01-18
* workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo2013-01-18
* workqueue: set PF_WQ_WORKER on rescuersTejun Heo2013-01-17
* workqueue: fix find_worker_executing_work() brekage from hashtable conversionTejun Heo2012-12-19
* workqueue: consider work function when searching for busy work itemsTejun Heo2012-12-18
* workqueue: use new hashtable implementationSasha Levin2012-12-18
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-17
|\
| * scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler2012-12-17
| * docs: update documentation about /proc/<pid>/fdinfo/<fd> fanotify outputCyrill Gorcunov2012-12-17
| * fs, fanotify: add @mflags field to fanotify outputCyrill Gorcunov2012-12-17
| * docs: add documentation about /proc/<pid>/fdinfo/<fd> outputCyrill Gorcunov2012-12-17
| * fs, notify: add procfs fdinfo helperCyrill Gorcunov2012-12-17
| * fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov2012-12-17
| * fs, exportfs: escape nil dereference if no s_export_op presentCyrill Gorcunov2012-12-17
| * fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-17
| * fs, eventfd: add procfs fdinfo helperCyrill Gorcunov2012-12-17
| * procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov2012-12-17
| * tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_testDave Jones2012-12-17
| * breakpoint selftests: print failure status instead of cause make errorDave Young2012-12-17
| * kcmp selftests: print fail status instead of cause make errorDave Young2012-12-17
| * kcmp selftests: make run_tests fixDave Young2012-12-17
| * mem-hotplug selftests: print failure status instead of cause make errorDave Young2012-12-17
| * cpu-hotplug selftests: print failure status instead of cause make errorDave Young2012-12-17
| * mqueue selftests: print failure status instead of cause make errorDave Young2012-12-17
| * vm selftests: print failure status instead of cause make errorDave Young2012-12-17
| * ubifs: use prandom_bytesAkinobu Mita2012-12-17
| * mtd: nandsim: use prandom_bytesAkinobu Mita2012-12-17