summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-10-16sched/wait: Add ___wait_cond_timeout() to wait_event*_timeout() tooOleg Nesterov1-3/+3
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar5-1/+54
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-0/+15
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+15
2013-10-10random: allow architectures to optionally define random_get_entropy()Theodore Ts'o1-0/+14
2013-10-09sched/numa: Skip some page migrations after a shared faultRik van Riel1-1/+4
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel1-1/+0
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman2-4/+0
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel1-0/+9
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel1-0/+1
2013-10-09sched/numa: Add debuggingIngo Molnar1-0/+6
2013-10-09sched/numa: Call task_numa_free() from do_execve()Rik van Riel1-0/+4
2013-10-09sched/numa: Use group fault statistics in numa placementMel Gorman1-0/+1
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel1-1/+1
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra1-2/+5
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman1-0/+5
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra2-0/+14
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra3-53/+63
2013-10-09sched/numa: Introduce migrate_swap()Peter Zijlstra1-0/+2
2013-10-09stop_machine: Introduce stop_two_cpus()Peter Zijlstra1-0/+1
2013-10-09sched/numa: Retry migration of tasks to CPU on a preferred nodeMel Gorman1-0/+1
2013-10-09mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman1-0/+1
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman3-35/+86
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman1-3/+4
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman1-2/+3
2013-10-09sched/numa: Favour moving tasks towards the preferred nodeMel Gorman1-0/+1
2013-10-09sched/numa: Update NUMA hinting faults once per scanMel Gorman1-0/+13
2013-10-09sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman1-0/+1
2013-10-09sched/numa: Track NUMA hinting faults on per-node basisMel Gorman1-0/+2
2013-10-09sched/numa: Set the scan rate proportional to the memory usage of the task be...Mel Gorman1-0/+1
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman1-10/+0
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar37-98/+151
2013-10-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+23
2013-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+1
2013-10-04Merge tag 'iommu-fixes-v3.12-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2013-10-04sched/wait: Clean up wait.h details a bitIngo Molnar1-64/+60
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2-63/+60
2013-10-04sched/wait: Collapse __wait_event_hrtimeout()Peter Zijlstra1-13/+2
2013-10-04sched/wait: Collapse __wait_event_killable()Peter Zijlstra1-16/+1
2013-10-04sched/wait: Collapse __wait_event_interruptible_tty()Peter Zijlstra1-17/+4
2013-10-04sched/wait: Collapse __wait_event_interruptible_lock_irq_timeout()Peter Zijlstra1-19/+6
2013-10-04sched/wait: Collapse __wait_event_interruptible_lock_irq()Peter Zijlstra1-20/+6
2013-10-04sched/wait: Collapse __wait_event_lock_irq()Peter Zijlstra1-14/+6
2013-10-04sched/wait: Collapse __wait_event_interruptible_exclusive()Peter Zijlstra1-20/+2
2013-10-04sched/wait: Collapse __wait_event_interruptible_timeout()Peter Zijlstra1-15/+3
2013-10-04sched/wait: Collapse __wait_event_interruptible()Peter Zijlstra1-15/+2
2013-10-04sched/wait: Collapse __wait_event_timeout()Peter Zijlstra1-11/+3
2013-10-04sched/wait: Collapse __wait_event()Peter Zijlstra1-11/+2
2013-10-04sched/wait: Introduce ___wait_event()Peter Zijlstra1-0/+36
2013-10-04sched/wait: Change the wait_exclusive control flowPeter Zijlstra1-4/+5