summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-10-09sched/numa: Do not migrate memory immediately after switching nodeRik van Riel2-3/+17
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman1-3/+9
2013-10-09sched/numa: Remove check that skips small VMAsMel Gorman1-4/+0
2013-10-09sched/numa: Check current->mm before allocating NUMA faultsMel Gorman1-2/+4
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman1-11/+35
2013-10-09sched/numa: Reschedule task on preferred NUMA node once selectedMel Gorman3-1/+65
2013-10-09sched/numa: Resist moving tasks towards nodes with fewer hinting faultsMel Gorman2-0/+41
2013-10-09sched/numa: Favour moving tasks towards the preferred nodeMel Gorman4-5/+75
2013-10-09sched/numa: Update NUMA hinting faults once per scanMel Gorman2-3/+14
2013-10-09sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman2-2/+16
2013-10-09sched/numa: Track NUMA hinting faults on per-node basisMel Gorman3-1/+25
2013-10-09sched/numa: Slow scan rate if no NUMA hinting faults are being recordedMel Gorman1-0/+12
2013-10-09sched/numa: Set the scan rate proportional to the memory usage of the task be...Mel Gorman1-12/+76
2013-10-09sched/numa: Initialise numa_next_scan properlyMel Gorman2-2/+9
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman3-24/+1
2013-10-09sched/numa: Continue PTE scanning even if migrate rate limitedPeter Zijlstra1-8/+0
2013-10-09sched/numa: Mitigate chance that same task always updates PTEsPeter Zijlstra1-1/+7
2013-10-09sched/numa: Fix commentsPeter Zijlstra1-4/+4
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar13-19/+139
2013-10-06sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer1-2/+1
2013-10-04Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+12
2013-10-02Merge branch 'irq/urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-3/+12
2013-10-01irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker1-3/+12
2013-09-30pidns: fix free_pid() to handle the first fork failureOleg Nesterov1-0/+5
2013-09-30kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa1-0/+4
2013-09-30PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki2-1/+12
2013-09-28Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds1-0/+12
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare1-3/+3
2013-09-28Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar1-0/+12
2013-09-27arm: Fix build error with context tracking callsFrederic Weisbecker1-0/+12
2013-09-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+5
2013-09-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+21
2013-09-25sched: Prepare for per-cpu preempt_countPeter Zijlstra1-2/+0
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra3-25/+20
2013-09-25sched: Create more preempt_count accessorsPeter Zijlstra1-4/+3
2013-09-25sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra2-5/+22
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra3-8/+8
2013-09-25sched, idle: Fix the idle polling state logicPeter Zijlstra1-5/+4
2013-09-25sched, rcu: Make RCU use resched_cpu()Peter Zijlstra2-9/+16
2013-09-25sched: Micro-optimize by dropping unnecessary task_rq() callsMichael S. Tsirkin2-25/+27
2013-09-24kernel/reboot.c: re-enable the function of variable reboot_defaultChuansheng Liu1-1/+8
2013-09-24audit: fix endless wait in audit_log_start()Konstantin Khlebnikov1-2/+3
2013-09-24watchdog: update watchdog_thresh properlyMichal Hocko1-3/+50
2013-09-24watchdog: update watchdog attributes atomicallyMichal Hocko1-2/+5
2013-09-20sched/balancing: Periodically decay max cost of idle balanceJason Low1-7/+31
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low3-1/+21
2013-09-20sched: Reduce overestimating rq->avg_idleJason Low1-3/+4
2013-09-20sched/balancing: Prevent the reselection of a previous env.dst_cpu if some ta...Vladimir Davydov1-3/+3
2013-09-20Merge branch 'sched/urgent' into sched/coreIngo Molnar49-571/+498
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov1-1/+1