summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra2013-10-092-3/+7
* sched/numa: Fix placement of workloads spread across multiple nodesRik van Riel2013-10-091-6/+5Star
* sched/numa: Favor placing a task on the preferred nodeMel Gorman2013-10-091-19/+35
* sched/numa: Use a system-wide search to find swap/migration candidatesMel Gorman2013-10-093-71/+199
* sched/numa: Introduce migrate_swap()Peter Zijlstra2013-10-096-14/+108
* stop_machine: Introduce stop_two_cpus()Peter Zijlstra2013-10-091-98/+174
* sched/numa: Do not trap hinting faults for shared librariesMel Gorman2013-10-091-0/+10
* sched/numa: Increment numa_migrate_seq when task runs in correct locationRik van Riel2013-10-091-1/+9
* sched/numa: Retry migration of tasks to CPU on a preferred nodeMel Gorman2013-10-091-7/+23
* sched/numa: Avoid overloading CPUs on a preferred NUMA nodeMel Gorman2013-10-091-29/+102
* mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman2013-10-091-1/+1
* sched/numa: Do not migrate memory immediately after switching nodeRik van Riel2013-10-092-3/+17
* sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman2013-10-091-3/+9
* sched/numa: Remove check that skips small VMAsMel Gorman2013-10-091-4/+0Star
* sched/numa: Check current->mm before allocating NUMA faultsMel Gorman2013-10-091-2/+4
* sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman2013-10-091-11/+35
* sched/numa: Reschedule task on preferred NUMA node once selectedMel Gorman2013-10-093-1/+65
* sched/numa: Resist moving tasks towards nodes with fewer hinting faultsMel Gorman2013-10-092-0/+41
* sched/numa: Favour moving tasks towards the preferred nodeMel Gorman2013-10-094-5/+75
* sched/numa: Update NUMA hinting faults once per scanMel Gorman2013-10-092-3/+14
* sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman2013-10-092-2/+16
* sched/numa: Track NUMA hinting faults on per-node basisMel Gorman2013-10-093-1/+25
* sched/numa: Slow scan rate if no NUMA hinting faults are being recordedMel Gorman2013-10-091-0/+12
* sched/numa: Set the scan rate proportional to the memory usage of the task be...Mel Gorman2013-10-091-12/+76
* sched/numa: Initialise numa_next_scan properlyMel Gorman2013-10-092-2/+9
* Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman2013-10-093-24/+1Star
* sched/numa: Continue PTE scanning even if migrate rate limitedPeter Zijlstra2013-10-091-8/+0Star
* sched/numa: Mitigate chance that same task always updates PTEsPeter Zijlstra2013-10-091-1/+7
* sched/numa: Fix commentsPeter Zijlstra2013-10-091-4/+4
* Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-0913-19/+139
|\
| * Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-052-1/+12
| |\
| | * PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki2013-09-302-1/+12
| * | Merge branch 'irq/urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-10-021-3/+12
| |\ \
| | * | irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker2013-10-011-3/+12
| | |/
| * | pidns: fix free_pid() to handle the first fork failureOleg Nesterov2013-09-301-0/+5
| * | kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa2013-09-301-0/+4
| |/
| *---. Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds2013-09-281-0/+12
| |\ \ \
| | * \ \ Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar2013-09-281-0/+12
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | arm: Fix build error with context tracking callsFrederic Weisbecker2013-09-271-0/+12
| | | |/
| * | / kernel/params: fix handling of signed integer typesJean Delvare2013-09-281-3/+3
| |/ /
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-251-4/+5
| |\ \
| * \ \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-251-0/+21
| |\ \ \
| | * | | perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra2013-09-201-0/+21
| * | | | kernel/reboot.c: re-enable the function of variable reboot_defaultChuansheng Liu2013-09-251-1/+8
| * | | | audit: fix endless wait in audit_log_start()Konstantin Khlebnikov2013-09-251-2/+3
| * | | | watchdog: update watchdog_thresh properlyMichal Hocko2013-09-251-3/+50
| * | | | watchdog: update watchdog attributes atomicallyMichal Hocko2013-09-251-2/+5
| | |_|/ | |/| |
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-182-4/+4
| |\ \ \
| | * | | timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2013-09-122-4/+4
* | | | | sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer2013-10-061-2/+1Star