summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-10-16sched/wait: Introduce prepare_to_wait_event()Oleg Nesterov
2013-10-16sched/wait: Add ___wait_cond_timeout() to wait_event*_timeout() tooOleg Nesterov
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-10-10random: allow architectures to optionally define random_get_entropy()Theodore Ts'o
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: Be more careful about joining numa groupsRik van Riel
2013-10-09sched/numa: Add debuggingIngo Molnar
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: Introduce migrate_swap()Peter Zijlstra
2013-10-09stop_machine: Introduce stop_two_cpus()Peter Zijlstra
2013-10-09sched/numa: Retry migration of tasks to CPU on a preferred nodeMel Gorman
2013-10-09mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel 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: Set the scan rate proportional to the memory usage of the task be...Mel Gorman
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar
2013-10-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-10-04Merge tag 'iommu-fixes-v3.12-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-10-04sched/wait: Clean up wait.h details a bitIngo Molnar
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra
2013-10-04sched/wait: Collapse __wait_event_hrtimeout()Peter Zijlstra
2013-10-04sched/wait: Collapse __wait_event_killable()Peter Zijlstra
2013-10-04sched/wait: Collapse __wait_event_interruptible_tty()Peter Zijlstra
2013-10-04sched/wait: Collapse __wait_event_interruptible_lock_irq_timeout()Peter Zijlstra
2013-10-04sched/wait: Collapse __wait_event_interruptible_lock_irq()Peter Zijlstra
2013-10-04sched/wait: Collapse __wait_event_lock_irq()Peter Zijlstra
2013-10-04sched/wait: Collapse __wait_event_interruptible_exclusive()Peter Zijlstra
2013-10-04sched/wait: Collapse __wait_event_interruptible_timeout()Peter Zijlstra
2013-10-04sched/wait: Collapse __wait_event_interruptible()Peter Zijlstra
2013-10-04sched/wait: Collapse __wait_event_timeout()Peter Zijlstra
2013-10-04sched/wait: Collapse __wait_event()Peter Zijlstra
2013-10-04sched/wait: Introduce ___wait_event()Peter Zijlstra