summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-06-27sched: fix sched_balance_self() smp group balancingPeter Zijlstra1-0/+3
2008-06-27sched: fix newidle smp group balancingPeter Zijlstra1-0/+13
2008-06-27sched: simplify the group load balancerPeter Zijlstra2-229/+72
2008-06-27sched: no need to aggregate task_weightPeter Zijlstra2-16/+2
2008-06-27sched: dont micro manage share lossesPeter Zijlstra1-23/+3
2008-06-27sched: kill task_group balancingSrivatsa Vaddagiri1-13/+2
2008-06-27sched: update aggregate when holding the RQsPeter Zijlstra1-0/+20
2008-06-27sched: fix sched_domain aggregationPeter Zijlstra2-65/+60
2008-06-27sched: add full schedstats to /proc/sched_debugPeter Zijlstra1-2/+17
2008-06-27sched: fix wakeup granularity and buddy granularityPeter Zijlstra2-8/+8
2008-06-27sched: sched_clock_cpu() based cpu_clock()Peter Zijlstra2-76/+12
2008-06-27sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra4-75/+488
2008-06-27sched: fix calc_delta_asym, #2Peter Zijlstra1-3/+6
2008-06-27sched: fix calc_delta_asym()Peter Zijlstra2-1/+28
2008-06-27sched: revert the revert of: weight calculationsPeter Zijlstra3-39/+76
2008-06-27sched: clean up some unused variablesPeter Zijlstra1-2/+0
2008-06-25Merge branch 'linus' into tracing/sysprofIngo Molnar8-69/+174
2008-06-25Merge branch 'linus' into tracing/ftraceIngo Molnar4-30/+83
2008-06-25Merge branch 'linus' into sched/new-API-sched_setschedulerIngo Molnar4-30/+83
2008-06-25Merge branch 'linus' into sched/develIngo Molnar3-29/+81
2008-06-25Merge branch 'linus' into core/softirqIngo Molnar4-30/+83
2008-06-25Merge commit 'v2.6.26-rc8' into x86/xenIngo Molnar8-69/+174
2008-06-24[PATCH] remove useless argument type in audit_filter_user()Peng Haitao2-2/+2
2008-06-24[PATCH] audit: fix kernel-doc parameter notationRandy Dunlap1-0/+1
2008-06-24[PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than oncePeng Haitao1-2/+2
2008-06-24kgdb: sparse fixJason Wessel1-1/+2
2008-06-24lockdep: add lock_class information to lock_chain and output itHuang, Ying3-7/+17
2008-06-23sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Rusty Russell3-14/+38
2008-06-23ftrace: avoid modifying kprobe'd recordsAbhishek Sagar1-4/+31
2008-06-23ftrace: freeze kprobe'd recordsAbhishek Sagar2-1/+74
2008-06-23ftrace: store mcount address in rec->ipAbhishek Sagar1-1/+2
2008-06-23Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-20/+73
2008-06-23futexes: fix fault handling in futex_lock_piThomas Gleixner1-20/+73
2008-06-23Merge branch 'linus' into sched/develIngo Molnar5-10/+24
2008-06-23Merge branch 'linus' into tracing/ftraceIngo Molnar6-39/+91
2008-06-23Merge branch 'linus' into sched/urgentIngo Molnar4-10/+18
2008-06-23Merge branch 'linus' into core/softirqIngo Molnar6-39/+91
2008-06-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-10/+18
2008-06-20sched: refactor wait_for_completion_timeout()Oleg Nesterov1-18/+6
2008-06-20softirq: remove irqs_disabled warning from local_bh_enableJohannes Berg1-37/+11
2008-06-20sched: fix wait_for_completion_timeout() spurious failure under heavy loadRoland Dreier1-0/+10
2008-06-20lockdep: add lock_class information to lock_chain and output itHuang, Ying3-3/+132
2008-06-20sched: rt: dont stop the period timer when there are tasks wanting to runPeter Zijlstra1-1/+2
2008-06-20sched: rt: dont stop the period timer when there are tasks wanting to runPeter Zijlstra1-1/+2
2008-06-20sched: rt: fix the bandwidth contraint computationsPeter Zijlstra1-3/+8
2008-06-20sched: rt: move some code aroundPeter Zijlstra1-62/+57
2008-06-20sched: rt: fix SMP bandwidth balancing for throttled groupsPeter Zijlstra1-12/+29
2008-06-20sched: debug: add some rt debug outputPeter Zijlstra2-3/+51
2008-06-19sched, delay accounting: fix incorrect delay time when constantly waiting on ...Bharath Ravi1-0/+6
2008-06-19softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel1-5/+10