aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-25sched: Define structure to store the sched_domain statistics for fbg()Gautham R Shenoy1-86/+121
2009-03-25sched: Create a helper function to calculate sched_group stats for fbg()Gautham R Shenoy1-75/+100
2009-03-25sched: Define structure to store the sched_group statistics for fbg()Gautham R Shenoy1-33/+46
2009-03-25sched: Fix indentations in find_busiest_group() using gotosGautham R Shenoy1-15/+17
2009-03-25sched: Simple helper functions for find_busiest_group()Gautham R Shenoy1-12/+43
2009-03-25Merge branch 'sched/cleanups'; commit 'v2.6.29' into sched/coreIngo Molnar1-0/+8
2009-03-24sched: remove unused fields from struct rqLuis Henriques3-11/+4
2009-03-23fix ptrace slownessMiklos Szeredi1-0/+8
2009-03-23Merge branches 'sched/debug' and 'linus' into sched/coreIngo Molnar1-12/+14
2009-03-18sched: jiffies not printed per CPULuis Henriques1-1/+1
2009-03-18module: fix refptr allocation and release orderMasami Hiramatsu1-12/+14
2009-03-17sched: small optimisation of can_migrate_task()Luis Henriques1-4/+6
2009-03-17sched: fix typos in documentationLuis Henriques1-2/+2
2009-03-13Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar3-14/+17
2009-03-11sched: add avg_overlap decayMike Galbraith1-1/+23
2009-03-10kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersDhaval Giani1-7/+7
2009-03-10sched: optimize ttwu vs group schedulingPeter Zijlstra1-1/+15
2009-03-10Merge branches 'sched/cleanups' and 'linus' into sched/coreIngo Molnar1-0/+1
2009-03-09copy_process: fix CLONE_PARENT && parent_exec_id interactionOleg Nesterov1-6/+5
2009-03-09Fix fixpoint divide exception in acct_update_integralsHeiko Carstens1-1/+5
2009-03-06sched: TIF_NEED_RESCHED -> need_reshed() cleanupLai Jiangshan1-5/+5
2009-03-06Merge branch 'sched/core' into sched/cleanupsIngo Molnar6-8/+31
2009-03-05sched: don't rebalance if attached on NULL domainFrederic Weisbecker1-1/+8
2009-03-05Merge commit 'v2.6.29-rc7' into sched/coreIngo Molnar5-7/+23
2009-03-04rcu: increment quiescent state counter in ksoftirqd()Eric Dumazet1-0/+1
2009-03-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-14/+50
2009-03-03Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-4/+19
2009-03-02x86-64: seccomp: fix 32/64 syscall holeRoland McGrath1-3/+4
2009-03-02sched: kill unused parameter of pick_next_task()Wang Chen1-3/+3
2009-03-02Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar5-31/+84
2009-02-27Fix recursive lock in free_uid()/free_user_ns()David Howells1-4/+17
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani3-13/+49
2009-02-26sched_clock: cleanupsPeter Zijlstra1-11/+20
2009-02-26sched: allow architectures to specify sched_clock_stableIngo Molnar1-25/+20
2009-02-26sched_rt: don't start timer when rt bandwidth disabledHiroshi Shimamoto1-1/+1
2009-02-26cpuacct: add a branch predictionLi Zefan1-1/+1
2009-02-26Merge branches 'sched/cleanups', 'sched/urgent' and 'linus' into sched/coreIngo Molnar16-76/+177
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney4-4/+19
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki3-2/+24
2009-02-21Merge branch 'hibernate'Linus Torvalds4-10/+30
2009-02-21PM: Fix suspend_console and resume_console to use only one semaphoreArve Hjønnevåg1-6/+9
2009-02-21PM: Wait for console in resumeArve Hjønnevåg1-0/+6
2009-02-21PM: Fix pm_notifiers during user mode hibernationAndrey Borzenkov1-4/+4
2009-02-21PM: fix build for CONFIG_PM unsetRafael J. Wysocki2-1/+2
2009-02-21PM/resume: wait for device probing to finishArjan van de Ven1-0/+11
2009-02-19Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-1/+26
2009-02-18tracing: limit the number of loops the ring buffer self test can makeSteven Rostedt1-0/+10
2009-02-18tracing: have function trace select kallsymsSteven Rostedt1-0/+2
2009-02-18tracing: disable tracing while testing ring bufferSteven Rostedt1-0/+9
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3