summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | workqueue: use worker_set/clr_flags() only from worker itselfTejun Heo2010-07-021-19/+28
| * | | | workqueue: implement cpu intensive workqueueTejun Heo2010-06-291-1/+15
| * | | | workqueue: implement high priority workqueueTejun Heo2010-06-291-6/+64
| * | | | workqueue: implement several utility APIsTejun Heo2010-06-291-1/+107
| * | | | workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueuesTejun Heo2010-06-291-17/+25
| * | | | workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo2010-06-291-50/+13
| * | | | workqueue: implement concurrency managed dynamic worker poolTejun Heo2010-06-292-113/+836
| * | | | workqueue: implement worker_{set|clr}_flags()Tejun Heo2010-06-291-8/+40
| * | | | workqueue: use shared worklist and pool all workers per cpuTejun Heo2010-06-291-32/+99
| * | | | workqueue: implement WQ_NON_REENTRANTTejun Heo2010-06-291-3/+29
| * | | | workqueue: carry cpu number in work data once execution startsTejun Heo2010-06-291-59/+104
| * | | | workqueue: add find_worker_executing_work() and track current_cwqTejun Heo2010-06-291-0/+56
| * | | | workqueue: make single thread workqueue shared worker pool friendlyTejun Heo2010-06-291-35/+100
| * | | | workqueue: reimplement CPU hotplugging support using trusteeTejun Heo2010-06-291-16/+277
| * | | | workqueue: implement worker statesTejun Heo2010-06-291-41/+173
| * | | | workqueue: introduce global cwq and unify cwq locksTejun Heo2010-06-291-62/+98
| * | | | workqueue: reimplement workqueue freeze using max_activeTejun Heo2010-06-292-12/+172
| * | | | workqueue: implement per-cwq active work limitTejun Heo2010-06-291-2/+37
| * | | | workqueue: reimplement work flushing using linked worksTejun Heo2010-06-291-21/+131
| * | | | workqueue: introduce workerTejun Heo2010-06-291-61/+150
| * | | | workqueue: reimplement workqueue flushing using color coded worksTejun Heo2010-06-291-52/+303
| * | | | workqueue: update cwq alignementTejun Heo2010-06-291-5/+55
| * | | | workqueue: kill cpu_populated_mapTejun Heo2010-06-291-114/+59
| * | | | workqueue: temporarily remove workqueue tracingTejun Heo2010-06-292-22/+3
| * | | | workqueue: separate out process_one_work()Tejun Heo2010-06-291-39/+61
| * | | | workqueue: define masks for work flags and conditionalize STATIC flagsTejun Heo2010-06-291-6/+6
| * | | | workqueue: merge feature parameters into flagsTejun Heo2010-06-291-10/+7
| * | | | workqueue: misc/cosmetic updatesTejun Heo2010-06-291-47/+84
| * | | | workqueue: kill RT workqueueTejun Heo2010-06-291-6/+0
| * | | | kthread: implement kthread_data()Tejun Heo2010-06-291-0/+15
| * | | | kthread: implement kthread_workerTejun Heo2010-06-291-0/+149
| * | | | Merge branch 'sched-wq' of ../wq into cmwq-baseTejun Heo2010-06-135-80/+170
| |\ \ \ \
* | \ \ \ \ Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-1/+1
|\ \ \ \ \ \
| * | | | | | irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell2010-07-291-1/+1
* | | | | | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-067-92/+57
|\ \ \ \ \ \ \
| * | | | | | | kgdb: Do not access xtime directlyThomas Gleixner2010-07-291-1/+3
| * | | | | | | clocksource: Add __clocksource_updatefreq_hz/khz methodsJohn Stultz2010-07-271-5/+24
| * | | | | | | timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz2010-07-271-2/+2
| * | | | | | | hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz2010-07-272-5/+9
| * | | | | | | timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz2010-07-271-3/+6
| * | | | | | | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-275-73/+10
| * | | | | | | time: Implement timespec_addJohn Stultz2010-07-271-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-063-12/+35
|\ \ \ \ \ \ \
| * | | | | | | timer: Added usleep_range timerPatrick Pannuto2010-08-041-0/+22
| * | | | | | | Revert "timer: Added usleep[_range] timer"Thomas Gleixner2010-08-041-22/+0
| * | | | | | | clockevents: Remove the per cpu tick skewArjan van de Ven2010-08-021-5/+0
| * | | | | | | posix_timer: Move copy_to_user(created_timer_id) down in timer_create()Andrey Vagin2010-07-231-5/+6
| * | | | | | | timer: Added usleep[_range] timerPatrick Pannuto2010-07-231-0/+22
| * | | | | | | timers: Document meaning of deferrable timerJ. Bruce Fields2010-07-231-2/+7
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-062-2/+13
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud