summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * kcmp selftests: make run_tests fixDave Young2012-12-181-2/+2
| * mem-hotplug selftests: print failure status instead of cause make errorDave Young2012-12-181-1/+1
| * cpu-hotplug selftests: print failure status instead of cause make errorDave Young2012-12-181-1/+1
| * mqueue selftests: print failure status instead of cause make errorDave Young2012-12-181-2/+2
| * vm selftests: print failure status instead of cause make errorDave Young2012-12-181-1/+1
| * ubifs: use prandom_bytesAkinobu Mita2012-12-181-5/+3
| * mtd: nandsim: use prandom_bytesAkinobu Mita2012-12-181-4/+1
| * bnx2x: use prandom_bytes()Akinobu Mita2012-12-181-4/+1
| * prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita2012-12-182-0/+51
| * random32: rename random32 to prandomAkinobu Mita2012-12-185-37/+45
| * aoe: fix use after free in aoedev_by_aoeaddr()Dan Carpenter2012-12-181-0/+1
| * aoe: update internal version number to 81Ed Cashin2012-12-181-2/+1
| * aoe: identify source of runt AoE packetsEd Cashin2012-12-181-3/+7
| * aoe: allow comma separator in aoe_iflist valueEd Cashin2012-12-182-2/+2