summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-29sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall
2013-10-29sched: Guarantee new group-entities always have weightPaul Turner
2013-10-29sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall
2013-10-29sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall
2013-10-29sched: Fix race on toggling cfs_bandwidth_usedBen Segall
2013-10-28sched: Remove extra put_online_cpus() inside sched_setaffinity()Michael wang
2013-10-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-10-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-10-26sched/rt: Fix task_tick_rt() commentLi Bin
2013-10-26Merge tag 'pm+acpi-3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-10-25PM / hibernate: Move software_resume to late_initcall_syncRuss Dill
2013-10-23clockevents: Sanitize ticks to nsec conversionThomas Gleixner
2013-10-22Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-10-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2013-10-18mutex: Avoid gcc version dependent __builtin_constant_p() usageTetsuo Handa
2013-10-17perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian
2013-10-16sched/wait: Introduce prepare_to_wait_event()Oleg Nesterov
2013-10-16sched: Remove get_online_cpus() usagePeter Zijlstra
2013-10-16sched: Fix race in migrate_swap_stop()Peter Zijlstra
2013-10-16sched/rt: Add missing rmb()Peter Zijlstra
2013-10-14sched/fair: Fix trivial typos in commentsKamalesh Babulal
2013-10-13cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar
2013-10-12sched: Remove bogus parameter in structured commentRamkumar Ramachandra
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar
2013-10-09sched/numa: Reflow task_numa_group() to avoid a compiler warningPeter Zijlstra
2013-10-09sched/numa: Retry task_numa_migrate() periodicallyRik van Riel
2013-10-09sched/numa: Use unsigned longs for numa group fault statsMel Gorman
2013-10-09sched/numa: Skip some page migrations after a shared faultRik van Riel
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel
2013-10-09sched/numa: Take false sharing into account when adapting scan rateMel Gorman
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel
2013-10-09sched/numa: Avoid migrating tasks that are placed on their preferred nodePeter Zijlstra
2013-10-09sched/numa: Fix task or group comparisonRik van Riel
2013-10-09sched/numa: Decide whether to favour task or group weights based on swap cand...Rik van Riel
2013-10-09sched/numa: Add debuggingIngo Molnar
2013-10-09sched/numa: Prevent parallel updates to group stats during placementMel Gorman
2013-10-09sched/numa: Call task_numa_free() from do_execve()Rik van Riel
2013-10-09sched/numa: Use group fault statistics in numa placementMel Gorman
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra
2013-10-09sched/numa: Fix placement of workloads spread across multiple nodesRik van Riel
2013-10-09sched/numa: Favor placing a task on the preferred nodeMel Gorman
2013-10-09sched/numa: Use a system-wide search to find swap/migration candidatesMel Gorman