aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-25sched: s/sched_latency/sched_min_granularityIngo Molnar1-2/+2
2007-08-25sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar3-7/+7
2007-08-25sched: adaptive scheduler granularityPeter Zijlstra3-17/+85
2007-08-25sched: fix CONFIG_SCHED_DEBUG dependency of lockdep sysctlsPeter Zijlstra1-9/+9
2007-08-24sched: fix startup penalty calculationIngo Molnar1-1/+1
2007-08-24sched: simplify bonus calculation #2Peter Zijlstra1-2/+1
2007-08-24sched: simplify bonus calculation #1Peter Zijlstra1-2/+1
2007-08-24sched: tidy up and simplify the bonus balanceIngo Molnar1-4/+10
2007-08-24sched: optimize task_tick_rt() a bitDmitry Adamushko1-3/+8
2007-08-24sched: simplify can_migrate_task()Sven-Thorsten Dietrich1-6/+0
2007-08-24sched: remove HZ dependency from the granularity defaultIngo Molnar2-8/+7
2007-08-24sched: CONFIG_SCHED_GROUP_FAIR=y fixletBruce Ashfield1-1/+1
2007-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2-18/+53
2007-08-23Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-2/+1
2007-08-23sched: tweak the sched_runtime_limit tunableIngo Molnar1-1/+1
2007-08-23sched: skip updating rq's next_balance under null SDSuresh Siddha1-2/+12
2007-08-23sched: fix broken SMT/MC optimizationsSuresh Siddha1-1/+1
2007-08-23sched: fix sysctl directory permissionsEric W. Biederman1-4/+5
2007-08-23sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar2-10/+34
2007-08-22signalfd: fix interaction with posix-timersOleg Nesterov1-2/+2
2007-08-22posix-timers: fix creation raceOleg Nesterov1-1/+1
2007-08-22posix-timers: fix deletion raceThomas Gleixner1-3/+4
2007-08-22free_irq(): fix DEBUG_SHIRQ handlingAndrew Morton1-0/+2
2007-08-22futex_unlock_pi() hurts my brain and may cause application deadlockjohn stultz1-0/+1
2007-08-22kernel/auditsc.c: fix an off-by-oneAdrian Bunk1-1/+1
2007-08-22Fix Off-by-one in /sys/module/*/refcntAlexey Dobriyan1-2/+1
2007-08-21fix - ensure we don't use bootconsoles after init has been releasedRobin Getz1-4/+6
2007-08-20ensure we don't use bootconsoles after init has been releasedRobin Getz1-0/+11
2007-08-19Remove double inclusion of linux/capability.hChristian Heim1-1/+0
2007-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2-30/+30
2007-08-12genirq: suppress resend of level interruptsThomas Gleixner1-1/+6
2007-08-12genirq: cleanup mismerge artifactThomas Gleixner1-4/+1
2007-08-12sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/Oleg Nesterov1-1/+1
2007-08-12sched: fix sleeper bonusIngo Molnar1-6/+6
2007-08-12sched: make global code staticAdrian Bunk1-23/+23
2007-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds3-7/+17
2007-08-11fix compilation with gcc 4.2Peter Chubb2-2/+7
2007-08-11timer: remove clockevents_unregister_notifierMiao Xie1-10/+0
2007-08-11Hibernation: do not try to mark invalid PFNs as nosaveRafael J. Wysocki1-1/+2
2007-08-11Fix missing numa_zonelist_order sysctlLee Schermerhorn1-1/+1
2007-08-10sched debug: dont print kernel address in /proc/sched_debugIngo Molnar1-1/+1
2007-08-10sched: fix typo in the FAIR_GROUP_SCHED branchIngo Molnar1-4/+3
2007-08-10sched: improve rq-clock overflow logicIngo Molnar1-2/+13
2007-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds5-322/+303
2007-08-09Revert "genirq: temporary fix for level-triggered IRQ resend"Linus Torvalds1-9/+0
2007-08-09sched: refine negative nice level granularityIngo Molnar1-6/+10
2007-08-09sched: fix update_stats_enqueue() reniced codepathIngo Molnar1-1/+2
2007-08-09sched: round a bit betterIngo Molnar1-7/+11
2007-08-09sched: make the multiplication table more accurateIngo Molnar1-13/+16
2007-08-09sched: optimize update_rq_clock() calls in the load-balancerIngo Molnar1-6/+8