summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-07-23fscache: drop references to slow-workTejun Heo1-1/+0
2010-07-23fscache: convert operation to use workqueue instead of slow-workTejun Heo1-26/+11
2010-07-23fscache: convert object to use workqueue instead of slow-workTejun Heo1-3/+6
2010-07-23workqueue: fix how cpu number is stored in work->dataTejun Heo1-6/+8
2010-07-02workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND insteadTejun Heo1-4/+3
2010-07-02workqueue: implement unbound workqueueTejun Heo1-1/+14
2010-07-02workqueue: prepare for WQ_UNBOUND implementationTejun Heo1-3/+7
2010-07-02libata: take advantage of cmwq and remove concurrency limitationsTejun Heo1-0/+1
2010-06-29workqueue: implement cpu intensive workqueueTejun Heo1-0/+1
2010-06-29workqueue: implement high priority workqueueTejun Heo1-0/+1
2010-06-29workqueue: implement several utility APIsTejun Heo1-1/+10
2010-06-29workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueuesTejun Heo1-11/+29
2010-06-29workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo1-1/+3
2010-06-29workqueue: implement concurrency managed dynamic worker poolTejun Heo1-3/+5
2010-06-29workqueue: implement WQ_NON_REENTRANTTejun Heo1-0/+1
2010-06-29workqueue: carry cpu number in work data once execution startsTejun Heo1-2/+5
2010-06-29workqueue: make single thread workqueue shared worker pool friendlyTejun Heo1-3/+3
2010-06-29workqueue: reimplement CPU hotplugging support using trusteeTejun Heo1-0/+2
2010-06-29workqueue: reimplement workqueue freeze using max_activeTejun Heo1-0/+7
2010-06-29workqueue: implement per-cwq active work limitTejun Heo1-9/+9
2010-06-29workqueue: reimplement work flushing using linked worksTejun Heo1-1/+3
2010-06-29workqueue: reimplement workqueue flushing using color coded worksTejun Heo1-2/+19
2010-06-29workqueue: update cwq alignementTejun Heo1-1/+4
2010-06-29workqueue: temporarily remove workqueue tracingTejun Heo1-92/+0
2010-06-29workqueue: define masks for work flags and conditionalize STATIC flagsTejun Heo1-8/+21
2010-06-29workqueue: merge feature parameters into flagsTejun Heo1-10/+15
2010-06-29workqueue: misc/cosmetic updatesTejun Heo1-0/+5
2010-06-29workqueue: kill RT workqueueTejun Heo1-11/+9
2010-06-29kthread: implement kthread_data()Tejun Heo1-0/+1
2010-06-29kthread: implement kthread_workerTejun Heo1-0/+64
2010-06-13Merge branch 'sched-wq' of ../wq into cmwq-baseTejun Heo4-1/+33
2010-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+4
2010-06-11net: deliver skbs on inactive slaves to exact matchesJohn Fastabend1-1/+4
2010-06-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2010-06-09misc: Fix allocation 'borrowed' by vhost_netAlan Cox1-1/+6
2010-06-09Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-0/+1
2010-06-09writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner2-13/+1
2010-06-09tracing: Fix null pointer deref with SEND_SIG_FORCEDOleg Nesterov1-1/+2
2010-06-08sched: add hooks for workqueueTejun Heo1-0/+1
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo2-0/+22
2010-06-08sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo2-1/+10
2010-06-08drm/radeon/kms/evergreen: set accel_enabledAlex Deucher1-0/+1
2010-06-08ahci: add pci quirk for JMB362Tejun Heo1-0/+1
2010-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+3
2010-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2010-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-34/+10
2010-06-05module: Make module sysfs functions private.Rusty Russell1-33/+0
2010-06-05module: fix kdb's illicit use of struct module_use.Rusty Russell1-0/+7
2010-06-05module: Make the 'usage' lists be two-wayLinus Torvalds1-1/+3
2010-06-05net: check for refcount if pop a stacked dst_entrySteffen Klassert1-3/+3