summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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/+59Star
| * | | | workqueue: temporarily remove workqueue tracingTejun Heo2010-06-292-22/+3Star
| * | | | 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/+7Star
| * | | | workqueue: misc/cosmetic updatesTejun Heo2010-06-291-47/+84
| * | | | workqueue: kill RT workqueueTejun Heo2010-06-291-6/+0Star
| * | | | 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/+57Star
|\ \ \ \ \ \ \
| * | | | | | | 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/+10Star
| * | | | | | | 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/+0Star
| * | | | | | | clockevents: Remove the per cpu tick skewArjan van de Ven2010-08-021-5/+0Star
| * | | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | cgroupfs: create /sys/fs/cgroup to mount cgroupfs onGreg KH2010-08-051-1/+12
| * | | | | | | hotplug: Support kernel/hotplug sysctl variable when !CONFIG_NETIan Abbott2010-08-051-1/+1
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-0620-376/+800
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-08-052-11/+1Star
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sched: Revert nohz_ratelimit() for nowPeter Zijlstra2010-07-172-11/+1Star
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | sched: Use correct macro to display sched_child_runs_first in /proc/sched_debugJosh Hunt2010-07-211-1/+1
| * | | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2010-07-2113-59/+87
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sched: No need for bootmem special casesPekka Enberg2010-07-173-19/+10Star
| * | | | | | | | | sched: Reduce update_group_power() callsPeter Zijlstra2010-07-171-6/+6
| * | | | | | | | | sched: Update rq->clock for nohz balanced cpusSuresh Siddha2010-07-171-0/+1
| * | | | | | | | | sched: Fix spelling of siblingMichael Neuling2010-06-291-1/+1
| * | | | | | | | | sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo2010-06-222-5/+5
| * | | | | | | | | sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check()Oleg Nesterov2010-06-181-1/+4