aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-15sched: simplify sched_slice()Ingo Molnar1-6/+2
2008-03-15sched: fix fair sleepersIngo Molnar1-2/+4
2008-03-15sched: fix overload performance: buddy wakeupsPeter Zijlstra2-1/+27
2008-03-15sched: fix calc_delta_mine()Ingo Molnar1-1/+1
2008-03-15sched: fix update_load_add()/sub()Ingo Molnar1-0/+2
2008-03-15sched: min_vruntime fixPeter Zijlstra1-18/+28
2008-03-15sched: fix race in schedule()Hiroshi Shimamoto1-22/+16
2008-03-13Merge branches 'release' and 'doc' into releaseLen Brown1-1/+1
2008-03-12documentation: Move power-related files to Documentation/power/Randy Dunlap1-1/+1
2008-03-11Hibernation: Fix mark_nosave_pages()Rafael J. Wysocki1-7/+34
2008-03-11keep rd->online and cpu_online_map in syncGregory Haskins1-1/+2
2008-03-11Revert "cpu hotplug: adjust root-domain->online span in response to hotplug event"Gregory Haskins1-7/+11
2008-03-10rcu: move PREEMPT_RCU config option back under PREEMPTPaul E. McKenney1-0/+15
2008-03-10modules: warn about suspicious return values from module's ->init() hookAlexey Dobriyan1-0/+8
2008-03-10modules: fix module waiting for dependent modules' initRusty Russell1-3/+4
2008-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds3-11/+20
2008-03-09cpu hotplug: adjust root-domain->online span in response to hotplug eventGregory Haskins1-11/+7
2008-03-09time: remove obsolete CLOCK_TICK_ADJUSTRoman Zippel2-5/+12
2008-03-09time: don't touch an offlined CPU's ts->tick_stopped in tick_cancel_sched_timer()Karsten Wiese1-1/+1
2008-03-09ntp: use unsigned input for do_div()David Howells1-5/+7
2008-03-08Fix waitid si_code regressionRoland McGrath1-1/+1
2008-03-07sched: don't allow rt_runtime_us to be zero for groups having rt tasksDhaval Giani1-0/+17
2008-03-07sched: rt-group: fixup schedulability constraints calculationPeter Zijlstra1-7/+3
2008-03-07sched: fix the wrong time slice value for SCHED_FIFO tasksMiao Xie1-1/+1
2008-03-07sched: export task_nicePavel Roskin1-1/+1
2008-03-07sched: balance RT task resched only on runqueueSteven Rostedt1-2/+4
2008-03-07sched: retain vruntimePeter Zijlstra2-0/+19
2008-03-05cpusets: fix obsolete commentDavid Rientjes1-2/+2
2008-03-04module: allow ndiswrapper to use GPL-only symbolsPavel Roskin1-1/+8
2008-03-04kprobes: fix a null pointer bug in register_kretprobe()Masami Hiramatsu1-17/+26
2008-03-04markers: don't risk NULL deref in markerJesper Juhl1-4/+5
2008-03-04Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli1-6/+3
2008-03-04Memory Resource Controller use strstrip while parsing argumentsBalbir Singh1-0/+1
2008-03-04cgroup: fix default notify_on_release settingLi Zefan1-1/+3
2008-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-develLinus Torvalds4-350/+70
2008-03-04sched: revert load_balance_monitor() changesPeter Zijlstra4-350/+70
2008-03-04freezer vs stopped or tracedRoland McGrath2-19/+26
2008-03-03exit_notify: fix kill_orphaned_pgrp() usage with mt exitOleg Nesterov1-3/+4
2008-03-03will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkOleg Nesterov1-9/+8
2008-03-03introduce kill_orphaned_pgrp() helperOleg Nesterov1-39/+35
2008-03-01[PATCH] drop EOE records from printkSteve Grubb1-6/+8
2008-03-01[RFC] AUDIT: do not panic when printk loses messagesEric Paris1-1/+4
2008-03-01[PATCH] Audit: Fix the format type for size_t variablesPaul Moore1-1/+1
2008-02-29rcupreempt: remove never-migrates assumption from rcu_process_callbacks()Paul E. McKenney1-2/+4
2008-02-29rcupreempt: fix hibernate/resume in presence of PREEMPT_RCU and hotplugPaul E. McKenney1-1/+2
2008-02-29softlockup: fix task state settingDmitry Adamushko1-6/+7
2008-02-29rcu: add support for dynamic ticks and preempt rcuSteven Rostedt3-4/+224
2008-02-26Merge branch 'v2.6.25-rc3-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdepLinus Torvalds1-4/+4
2008-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2-14/+15
2008-02-26printk: fix possible printk overrunTejun Heo1-1/+1