summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.26-rc9' into sched/develIngo Molnar2008-07-078-6/+55
|\
| * Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-07-051-0/+1
| |\
| | * softlockup: print a module list on being stuckArjan van de Ven2008-07-051-0/+1
| * | security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan2008-07-041-0/+21
| * | Christoph has movedChristoph Lameter2008-07-041-1/+1
| * | hrtimer: prevent migration for raising softirqSteven Rostedt2008-07-031-0/+8
| * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-021-0/+3
| |\ \
| | * | sched: fix divide error when trying to configure rt_period to zeroRaistlin2008-07-011-0/+3
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-07-021-1/+15
| |\ \ \ | | | |/ | | |/|
| | * | rcu: fix hotplug vs rcu raceGautham R Shenoy2008-07-011-1/+15
| * | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-06-301-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | sched: fix cpu hotplugDmitry Adamushko2008-06-291-0/+1
| * | | Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-06-292-4/+5
| |\ \ \ | | |/ / | |/| |
| | * | [PATCH] remove useless argument type in audit_filter_user()Peng Haitao2008-06-242-2/+2
| | * | [PATCH] audit: fix kernel-doc parameter notationRandy Dunlap2008-06-241-0/+1
| | * | [PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than oncePeng Haitao2008-06-241-2/+2
* | | | sched: fix accounting in task delay accounting & migrationAnkita Garg2008-07-042-9/+34
* | | | sched: add avg-overlap support to RT tasksGregory Haskins2008-07-042-19/+16
* | | | sched: terminate newidle balancing once at least one task has moved overGregory Haskins2008-07-041-0/+4
* | | | sched: fix warningVegard Nossum2008-06-301-1/+3
* | | | sched: build fixIngo Molnar2008-06-301-5/+7
* | | | sched: sched_clock_cpu() based cpu_clock(), lockdep fixIngo Molnar2008-06-291-2/+2
* | | | sched: export cpu_clockIngo Molnar2008-06-271-0/+1
* | | | sched: make sched_{rt,fair}.c ifdefs more readableDhaval Giani2008-06-272-8/+8
* | | | sched: bias effective_load() error towards failing wake_affine().Peter Zijlstra2008-06-272-0/+29
* | | | sched: incremental effective_load()Peter Zijlstra2008-06-272-3/+21
* | | | sched: correct wakeup weight calculationsPeter Zijlstra2008-06-272-22/+30
* | | | sched: fix mult overflowSrivatsa Vaddagiri2008-06-271-4/+4
* | | | sched: update shares on wakeupPeter Zijlstra2008-06-273-2/+39
* | | | sched: fix shares boost logicPeter Zijlstra2008-06-271-0/+3
* | | | sched: disable source/target_load biasPeter Zijlstra2008-06-272-2/+3
* | | | sched: optimize effective_load()Peter Zijlstra2008-06-271-4/+4
* | | | sched: remove prio preference from balance decisionsPeter Zijlstra2008-06-271-9/+3
* | | | sched: fix task_h_load()Peter Zijlstra2008-06-271-9/+40
* | | | sched: fix load scaling in group balancingPeter Zijlstra2008-06-271-4/+6
* | | | sched: hierarchical load vs find_busiest_groupPeter Zijlstra2008-06-271-3/+23
* | | | sched: hierarchical load vs affine wakeupsPeter Zijlstra2008-06-271-2/+21
* | | | sched: persistent average load per taskPeter Zijlstra2008-06-271-13/+12
* | | | sched: fix sched_balance_self() smp group balancingPeter Zijlstra2008-06-271-0/+3
* | | | sched: fix newidle smp group balancingPeter Zijlstra2008-06-271-0/+13
* | | | sched: simplify the group load balancerPeter Zijlstra2008-06-272-229/+72
* | | | sched: no need to aggregate task_weightPeter Zijlstra2008-06-272-16/+2
* | | | sched: dont micro manage share lossesPeter Zijlstra2008-06-271-23/+3
* | | | sched: kill task_group balancingSrivatsa Vaddagiri2008-06-271-13/+2
* | | | sched: update aggregate when holding the RQsPeter Zijlstra2008-06-271-0/+20
* | | | sched: fix sched_domain aggregationPeter Zijlstra2008-06-272-65/+60
* | | | sched: add full schedstats to /proc/sched_debugPeter Zijlstra2008-06-271-2/+17
* | | | sched: fix wakeup granularity and buddy granularityPeter Zijlstra2008-06-272-8/+8
* | | | sched: sched_clock_cpu() based cpu_clock()Peter Zijlstra2008-06-272-76/+12
* | | | sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra2008-06-274-75/+488