summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2013-10-09sched/numa: Introduce migrate_swap()Peter Zijlstra
2013-10-09stop_machine: Introduce stop_two_cpus()Peter Zijlstra
2013-10-09sched/numa: Do not trap hinting faults for shared librariesMel Gorman
2013-10-09sched/numa: Increment numa_migrate_seq when task runs in correct locationRik van Riel
2013-10-09sched/numa: Retry migration of tasks to CPU on a preferred nodeMel Gorman
2013-10-09sched/numa: Avoid overloading CPUs on a preferred NUMA nodeMel Gorman
2013-10-09mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman
2013-10-09sched/numa: Do not migrate memory immediately after switching nodeRik van Riel
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman
2013-10-09sched/numa: Remove check that skips small VMAsMel Gorman
2013-10-09sched/numa: Check current->mm before allocating NUMA faultsMel Gorman
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman
2013-10-09sched/numa: Reschedule task on preferred NUMA node once selectedMel Gorman
2013-10-09sched/numa: Resist moving tasks towards nodes with fewer hinting faultsMel Gorman
2013-10-09sched/numa: Favour moving tasks towards the preferred nodeMel Gorman
2013-10-09sched/numa: Update NUMA hinting faults once per scanMel Gorman
2013-10-09sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman
2013-10-09sched/numa: Track NUMA hinting faults on per-node basisMel Gorman
2013-10-09sched/numa: Slow scan rate if no NUMA hinting faults are being recordedMel Gorman
2013-10-09sched/numa: Set the scan rate proportional to the memory usage of the task be...Mel Gorman
2013-10-09sched/numa: Initialise numa_next_scan properlyMel Gorman
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman
2013-10-09sched/numa: Continue PTE scanning even if migrate rate limitedPeter Zijlstra
2013-10-09sched/numa: Mitigate chance that same task always updates PTEsPeter Zijlstra
2013-10-09sched/numa: Fix commentsPeter Zijlstra
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar
2013-10-06sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer
2013-10-04Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-10-02Merge branch 'irq/urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-10-01irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker
2013-09-30pidns: fix free_pid() to handle the first fork failureOleg Nesterov
2013-09-30kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa
2013-09-30PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki
2013-09-28Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare
2013-09-28Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar
2013-09-27arm: Fix build error with context tracking callsFrederic Weisbecker
2013-09-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-09-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-09-25sched: Prepare for per-cpu preempt_countPeter Zijlstra
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra
2013-09-25sched: Create more preempt_count accessorsPeter Zijlstra
2013-09-25sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra
2013-09-25sched, idle: Fix the idle polling state logicPeter Zijlstra
2013-09-25sched, rcu: Make RCU use resched_cpu()Peter Zijlstra