summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-06-29workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo
2010-06-29workqueue: implement concurrency managed dynamic worker poolTejun Heo
2010-06-29workqueue: implement worker_{set|clr}_flags()Tejun Heo
2010-06-29workqueue: use shared worklist and pool all workers per cpuTejun Heo
2010-06-29workqueue: implement WQ_NON_REENTRANTTejun Heo
2010-06-29workqueue: carry cpu number in work data once execution startsTejun Heo
2010-06-29workqueue: add find_worker_executing_work() and track current_cwqTejun Heo
2010-06-29workqueue: make single thread workqueue shared worker pool friendlyTejun Heo
2010-06-29workqueue: reimplement CPU hotplugging support using trusteeTejun Heo
2010-06-29workqueue: implement worker statesTejun Heo
2010-06-29workqueue: introduce global cwq and unify cwq locksTejun Heo
2010-06-29workqueue: reimplement workqueue freeze using max_activeTejun Heo
2010-06-29workqueue: implement per-cwq active work limitTejun Heo
2010-06-29workqueue: reimplement work flushing using linked worksTejun Heo
2010-06-29workqueue: introduce workerTejun Heo
2010-06-29workqueue: reimplement workqueue flushing using color coded worksTejun Heo
2010-06-29workqueue: update cwq alignementTejun Heo
2010-06-29workqueue: kill cpu_populated_mapTejun Heo
2010-06-29workqueue: temporarily remove workqueue tracingTejun Heo
2010-06-29workqueue: separate out process_one_work()Tejun Heo
2010-06-29workqueue: define masks for work flags and conditionalize STATIC flagsTejun Heo
2010-06-29workqueue: merge feature parameters into flagsTejun Heo
2010-06-29workqueue: misc/cosmetic updatesTejun Heo
2010-06-29workqueue: kill RT workqueueTejun Heo
2010-06-29acpi: use queue_work_on() instead of binding workqueue worker to cpu0Tejun Heo
2010-06-29kthread: implement kthread_data()Tejun Heo
2010-06-29ivtv: use kthread_worker instead of workqueueTejun Heo
2010-06-29kthread: implement kthread_workerTejun Heo
2010-06-13Merge branch 'sched-wq' of ../wq into cmwq-baseTejun Heo
2010-06-11Linux 2.6.35-rc3Linus Torvalds
2010-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-06-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu
2010-06-11PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby
2010-06-11Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes
2010-06-11PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas
2010-06-11Btrfs: The file argument for fsync() is never nullDan Carpenter
2010-06-11Btrfs: handle ERR_PTR from posix_acl_from_xattr()Dan Carpenter
2010-06-11Btrfs: avoid BUG when dropping root and reference in same transactionSage Weil
2010-06-11Btrfs: prohibit a operation of changing acl's mask when noacl mount option usedShi Weihua
2010-06-11Btrfs: should add a permission check for setfaclShi Weihua
2010-06-11Btrfs: btrfs_lookup_dir_item() can return ERR_PTRDan Carpenter
2010-06-11Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRsDan Carpenter
2010-06-11Btrfs: unwind after btrfs_start_transaction() errorsDan Carpenter
2010-06-11Btrfs: btrfs_iget() returns ERR_PTRDan Carpenter
2010-06-11Btrfs: handle kzalloc() failure in open_ctree()Dan Carpenter
2010-06-11Btrfs: handle error returns from btrfs_lookup_dir_item()Dan Carpenter
2010-06-11Btrfs: Fix BUG_ON for fs converted from extNYan, Zheng