summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-29sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2-0/+10
2013-10-29sched: Guarantee new group-entities always have weightPaul Turner1-1/+2
2013-10-29sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall1-4/+11
2013-10-29sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall1-3/+11
2013-10-29sched: Fix race on toggling cfs_bandwidth_usedBen Segall3-9/+19
2013-10-28sched: Remove extra put_online_cpus() inside sched_setaffinity()Michael wang1-1/+0
2013-10-26sched/rt: Fix task_tick_rt() commentLi Bin1-2/+2
2013-10-23sched/wait: Fix build breakageThierry Reding1-1/+1
2013-10-16sched/wait: Introduce prepare_to_wait_event()Oleg Nesterov2-10/+38
2013-10-16sched/wait: Add ___wait_cond_timeout() to wait_event*_timeout() tooOleg Nesterov1-3/+3
2013-10-16sched: Remove get_online_cpus() usagePeter Zijlstra3-15/+48
2013-10-16sched: Fix race in migrate_swap_stop()Peter Zijlstra3-9/+22
2013-10-16sched/rt: Add missing rmb()Peter Zijlstra1-1/+9
2013-10-14sched/fair: Fix trivial typos in commentsKamalesh Babulal1-2/+2
2013-10-12sched: Remove bogus parameter in structured commentRamkumar Ramachandra1-1/+0
2013-10-11x86: Apply the asm_volatile_goto() compiler quirkIngo Molnar1-1/+1
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar72-202/+456
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar9-11/+26
2013-10-11bcache: Fix a null ptr deref regressionKent Overstreet1-2/+1
2013-10-11Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+13
2013-10-11Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds3-10/+29
2013-10-11Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-0/+6
2013-10-11kobject: show debug info on delayed kobject releaseFengguang Wu1-1/+1
2013-10-11watchdog: hpwdt: Patch to ignore auxilary iLO devicesMingarelli, Thomas1-0/+6
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-6/+22
2013-10-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-14/+30
2013-10-10Merge tag 'spi-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds7-18/+21
2013-10-10random: allow architectures to optionally define random_get_entropy()Theodore Ts'o2-4/+18
2013-10-10Merge tag 'for-linus-20131008' of git://git.infradead.org/linux-mtdLinus Torvalds2-7/+18
2013-10-10kvm: ppc: booke: check range page invalidation progress on page setupBharat Bhushan1-1/+17
2013-10-10KVM: PPC: Book3S HV: Fix typo in saving DSCRPaul Mackerras1-1/+1
2013-10-10KVM: nVMX: fix shadow on EPTGleb Natapov1-12/+12
2013-10-09hwmon: (applesmc) Always read until end of dataHenrik Rydberg1-0/+13
2013-10-09sched/numa: Reflow task_numa_group() to avoid a compiler warningPeter Zijlstra1-7/+11
2013-10-09sched/numa: Retry task_numa_migrate() periodicallyRik van Riel1-9/+13
2013-10-09sched/numa: Use unsigned longs for numa group fault statsMel Gorman1-29/+20
2013-10-09sched/numa: Skip some page migrations after a shared faultRik van Riel5-3/+75
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel4-39/+1
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman6-37/+4
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel4-29/+105
2013-10-09sched/numa: Take false sharing into account when adapting scan rateMel Gorman1-2/+6
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel3-5/+19
2013-10-09sched/numa: Avoid migrating tasks that are placed on their preferred nodePeter Zijlstra3-12/+142
2013-10-09sched/numa: Fix task or group comparisonRik van Riel1-7/+25
2013-10-09sched/numa: Decide whether to favour task or group weights based on swap cand...Rik van Riel1-23/+36
2013-10-09sched/numa: Add debuggingIngo Molnar3-3/+68
2013-10-09sched/numa: Prevent parallel updates to group stats during placementMel Gorman1-12/+23
2013-10-09sched/numa: Call task_numa_free() from do_execve()Rik van Riel4-6/+13
2013-10-09sched/numa: Use group fault statistics in numa placementMel Gorman2-17/+108
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel3-7/+11