aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-02workqueue: fix race condition in flush_workqueue()Tejun Heo1-0/+4
2010-07-02workqueue: use worker_set/clr_flags() only from worker itselfTejun Heo1-19/+28
2010-06-29workqueue: implement cpu intensive workqueueTejun Heo2-1/+16
2010-06-29workqueue: implement high priority workqueueTejun Heo2-6/+65
2010-06-29workqueue: implement several utility APIsTejun Heo2-2/+117
2010-06-29workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueuesTejun Heo2-28/+54
2010-06-29workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo4-53/+18
2010-06-29workqueue: implement concurrency managed dynamic worker poolTejun Heo3-116/+841
2010-06-29workqueue: implement worker_{set|clr}_flags()Tejun Heo1-8/+40
2010-06-29workqueue: use shared worklist and pool all workers per cpuTejun Heo1-32/+99
2010-06-29workqueue: implement WQ_NON_REENTRANTTejun Heo2-3/+30
2010-06-29workqueue: carry cpu number in work data once execution startsTejun Heo2-61/+109
2010-06-29workqueue: add find_worker_executing_work() and track current_cwqTejun Heo1-0/+56
2010-06-29workqueue: make single thread workqueue shared worker pool friendlyTejun Heo2-38/+103
2010-06-29workqueue: reimplement CPU hotplugging support using trusteeTejun Heo2-16/+279
2010-06-29workqueue: implement worker statesTejun Heo1-41/+173
2010-06-29workqueue: introduce global cwq and unify cwq locksTejun Heo1-62/+98
2010-06-29workqueue: reimplement workqueue freeze using max_activeTejun Heo3-12/+179
2010-06-29workqueue: implement per-cwq active work limitTejun Heo2-11/+46
2010-06-29workqueue: reimplement work flushing using linked worksTejun Heo2-22/+134
2010-06-29workqueue: introduce workerTejun Heo1-61/+150
2010-06-29workqueue: reimplement workqueue flushing using color coded worksTejun Heo2-54/+322
2010-06-29workqueue: update cwq alignementTejun Heo2-6/+59
2010-06-29workqueue: kill cpu_populated_mapTejun Heo1-114/+59
2010-06-29workqueue: temporarily remove workqueue tracingTejun Heo3-114/+3
2010-06-29workqueue: separate out process_one_work()Tejun Heo1-39/+61
2010-06-29workqueue: define masks for work flags and conditionalize STATIC flagsTejun Heo2-14/+27
2010-06-29workqueue: merge feature parameters into flagsTejun Heo2-20/+22
2010-06-29workqueue: misc/cosmetic updatesTejun Heo2-47/+89
2010-06-29workqueue: kill RT workqueueTejun Heo2-17/+9
2010-06-29acpi: use queue_work_on() instead of binding workqueue worker to cpu0Tejun Heo1-29/+11
2010-06-29kthread: implement kthread_data()Tejun Heo2-0/+16
2010-06-29ivtv: use kthread_worker instead of workqueueTejun Heo4-27/+24
2010-06-29kthread: implement kthread_workerTejun Heo2-0/+213
2010-06-13Merge branch 'sched-wq' of ../wq into cmwq-baseTejun Heo9-81/+203
2010-06-11Linux 2.6.35-rc3Linus Torvalds1-1/+1
2010-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-28/+103
2010-06-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds3-0/+8
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds9-17/+41
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds9-130/+17
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu4-0/+5
2010-06-11PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby1-0/+7
2010-06-11Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes3-125/+0
2010-06-11PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas1-5/+5
2010-06-11Btrfs: The file argument for fsync() is never nullDan Carpenter1-1/+1
2010-06-11Btrfs: handle ERR_PTR from posix_acl_from_xattr()Dan Carpenter1-0/+2
2010-06-11Btrfs: avoid BUG when dropping root and reference in same transactionSage Weil1-3/+0
2010-06-11Btrfs: prohibit a operation of changing acl's mask when noacl mount option usedShi Weihua1-0/+3
2010-06-11Btrfs: should add a permission check for setfaclShi Weihua1-0/+3
2010-06-11Btrfs: btrfs_lookup_dir_item() can return ERR_PTRDan Carpenter1-1/+1