aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-07-04sched: terminate newidle balancing once at least one task has moved overGregory Haskins1-0/+4
2008-07-03hrtimer: prevent migration for raising softirqSteven Rostedt1-0/+8
2008-07-03ftrace: prevent ftrace modifications while being kprobe'd, v2Abhishek Sagar1-1/+8
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe2-0/+2
2008-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2008-07-02Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+15
2008-07-02pm_qos_params: BKL pushdownArnd Bergmann1-1/+6
2008-07-01mmiotrace broken in linux-next (8-bit writes only)Pekka Paalanen1-1/+0
2008-07-01rcu: fix hotplug vs rcu raceGautham R Shenoy1-1/+15
2008-07-01softlockup: fix watchdog task wakeup frequencyJohannes Weiner1-4/+1
2008-07-01sched: fix divide error when trying to configure rt_period to zeroRaistlin1-0/+3
2008-06-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2008-06-30softlockup: fix watchdog task wakeup frequencyJohannes Weiner1-2/+5
2008-06-30generic: per-device coherent dma allocatorDmitry Baryshkov2-0/+128
2008-06-30stacktrace: fix modular build, export print_stack_trace and save_stack_traceIngo Molnar1-0/+2
2008-06-30sched: fix warningVegard Nossum1-1/+3
2008-06-30sched: build fixIngo Molnar1-5/+7
2008-06-29Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds2-4/+5
2008-06-29sched: sched_clock_cpu() based cpu_clock(), lockdep fixIngo Molnar1-2/+2
2008-06-29sched: fix cpu hotplugDmitry Adamushko1-0/+1
2008-06-27backtrace: replace timer with tasklet + completionsVegard Nossum1-11/+26
2008-06-27stacktrace: add saved stack traces to backtrace self-testVegard Nossum1-1/+29
2008-06-27sched: export cpu_clockIngo Molnar1-0/+1
2008-06-27sched: make sched_{rt,fair}.c ifdefs more readableDhaval Giani2-8/+8
2008-06-27sched: bias effective_load() error towards failing wake_affine().Peter Zijlstra2-0/+29
2008-06-27sched: incremental effective_load()Peter Zijlstra2-3/+21
2008-06-27sched: correct wakeup weight calculationsPeter Zijlstra2-22/+30
2008-06-27sched: fix mult overflowSrivatsa Vaddagiri1-4/+4
2008-06-27sched: update shares on wakeupPeter Zijlstra3-2/+39
2008-06-27sched: fix shares boost logicPeter Zijlstra1-0/+3
2008-06-27sched: disable source/target_load biasPeter Zijlstra2-2/+3
2008-06-27sched: optimize effective_load()Peter Zijlstra1-4/+4
2008-06-27sched: remove prio preference from balance decisionsPeter Zijlstra1-9/+3
2008-06-27sched: fix task_h_load()Peter Zijlstra1-9/+40
2008-06-27sched: fix load scaling in group balancingPeter Zijlstra1-4/+6
2008-06-27sched: hierarchical load vs find_busiest_groupPeter Zijlstra1-3/+23
2008-06-27sched: hierarchical load vs affine wakeupsPeter Zijlstra1-2/+21
2008-06-27sched: persistent average load per taskPeter Zijlstra1-13/+12
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