summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-0613-124/+289
|\
| * MAINTAINERS: Update timer related entriesThomas Gleixner2010-12-141-0/+16
| * timers: Use this_cpu_readChristoph Lameter2010-12-121-2/+2
| * timerqueue: Make timerqueue_getnext() static inlineThomas Gleixner2010-12-112-15/+14
| * hrtimer: fix timerqueue conversion flubJohn Stultz2010-12-101-5/+2
| * hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz2010-12-103-77/+49
| * timers: Fixup allmodconfig build issueJohn Stultz2010-12-101-2/+5
| * timers: Rename timerlist infrastructure to timerqueueJohn Stultz2010-12-104-58/+58
| * timers: Introduce timerlist infrastructure.John Stultz2010-12-023-1/+156
| * hrtimer: Remove stale comment on curr_timerYong Zhang2010-11-101-1/+0
| * timer: Warn when del_timer_sync() is called in hardirq contextYong Zhang2010-10-221-1/+5
| * timer: Del_timer_sync() can be used in softirq contextYong Zhang2010-10-221-5/+3
| * timer: Make try_to_del_timer_sync() the same on SMP and UPYong Zhang2010-10-222-16/+5
| * posix-timers: Annotate lock_timer()Namhyung Kim2010-10-211-2/+8
| * timer: Permit statically-declared work with deferrable timersPhil Carmody2010-10-213-14/+34
| * time: Use ARRAY_SIZE macro in timecompare.cNikitas Angelinas2010-10-211-2/+3
| * timer: Initialize the field slack of timer_listChangli Gao2010-10-211-0/+1
| * timer_list: Remove alignment padding on 64 bit when CONFIG_TIMER_STATSRichard Kennedy2010-10-211-1/+1
| * time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen2010-10-211-2/+7
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-0629-597/+930
|\ \
| * | sched: Change wait_for_completion_*_timeout() to return a signed longNeilBrown2011-01-052-6/+6
| * | Merge commit 'v2.6.37' into sched/coreIngo Molnar2011-01-05424-3094/+4332
| |\ \
| * | | sched, autogroup: Fix reference leakMike Galbraith2011-01-041-1/+1
| * | | sched, autogroup: Fix potential access to freed memoryMike Galbraith2011-01-041-8/+17
| * | | sched: Remove redundant CONFIG_CGROUP_SCHED ifdefYong Zhang2011-01-041-4/+0
| * | | sched: Fix interactivity bug by charging unaccounted run-time on entity re-we...Paul Turner2010-12-191-1/+5
| * | | sched: Move periodic share updates to entity_tick()Paul Turner2010-12-191-4/+17
| * | | Merge commit 'v2.6.37-rc6' into sched/coreIngo Molnar2010-12-19268-1596/+2188
| |\ \ \
| * | | | printk: Use this_cpu_{read|write} api on printk_pendingEric Dumazet2010-12-081-4/+4
| * | | | sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli2010-12-083-1/+12
| * | | | Merge branch 'linus' into sched/coreIngo Molnar2010-12-08656-6997/+15300
| |\ \ \ \
| * | | | | sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith2010-11-3011-49/+409
| * | | | | sched: Fix unregister_fair_sched_group()Paul Turner2010-11-301-2/+1
| * | | | | sched: Remove unused argument dest_cpu to migrate_task()Nikanth Karthikesan2010-11-261-5/+3
| * | | | | mutexes, sched: Introduce arch_mutex_cpu_relax()Gerald Schaefer2010-11-266-2/+13
| * | | | | Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar2010-11-26412-1329/+2474
| |\ \ \ \ \
| * | | | | | sched: Add some clock info to sched_debugPeter Zijlstra2010-11-232-5/+28
| * | | | | | cpu: Remove incorrect BUG_ONPeter Zijlstra2010-11-231-1/+4
| * | | | | | cpu: Remove unused variableDhaval Giani2010-11-231-1/+0
| * | | | | | sched: Fix UP build breakagePeter Zijlstra2010-11-231-1/+1
| * | | | | | sched: Make task dump print all 15 chars of proc commErik Gilling2010-11-231-1/+1
| * | | | | | sched: Update tg->shares after cpu.shares writePaul Turner2010-11-181-31/+11
| * | | | | | sched: Allow update_cfs_load() to update global loadPaul Turner2010-11-181-15/+29
| * | | | | | sched: Implement demand based update_cfs_load()Paul Turner2010-11-182-1/+20
| * | | | | | sched: Update shares on idle_balancePaul Turner2010-11-181-0/+1
| * | | | | | sched: Add sysctl_sched_shares_windowPaul Turner2010-11-183-1/+16
| * | | | | | sched: Introduce hierarchal order on shares update listPaul Turner2010-11-181-10/+16
| * | | | | | sched: Fix update_cfs_load() synchronizationPaul Turner2010-11-182-13/+22
| * | | | | | sched: Fix load corruption from update_cfs_shares()Paul Turner2010-11-181-8/+8
| * | | | | | sched: Make tg_shares_up() walk on-demandPeter Zijlstra2010-11-182-67/+58