summaryrefslogtreecommitdiffstats
path: root/kernel
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-29kthread: implement kthread_data()Tejun Heo
2010-06-29kthread: implement kthread_workerTejun Heo
2010-06-13Merge branch 'sched-wq' of ../wq into cmwq-baseTejun Heo
2010-06-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-06-08sched: add hooks for workqueueTejun Heo
2010-06-08sched: refactor try_to_wake_up()Tejun Heo
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo
2010-06-08sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo
2010-06-08perf: Fix signed comparison in perf_adjust_period()Peter Zijlstra
2010-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2010-06-05module: fix bne2 "gave up waiting for init of module libcrc32c"Rusty Russell
2010-06-05module: verify_export_symbols under the lockRusty Russell
2010-06-05module: move find_module check to endLinus Torvalds
2010-06-05module: make locking more fine-grained.Rusty Russell
2010-06-05module: Make module sysfs functions private.Rusty Russell
2010-06-05module: move sysfs exposure to end of load_moduleRusty Russell
2010-06-05module: fix kdb's illicit use of struct module_use.Rusty Russell
2010-06-05module: Make the 'usage' lists be two-wayLinus Torvalds
2010-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-06-04kernel/: fix BUG_ON checks for cpu notifier callbacks direct callAkinobu Mita
2010-06-04cgroups: alloc_css_id() increments hierarchy depthGreg Thelen
2010-06-04sys_personality: change sys_personality() to accept "unsigned int" instead of...Oleg Nesterov
2010-06-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-06-03Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-06-03perf: Fix crash in sweventsPeter Zijlstra
2010-06-03pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe