1. 04bb2f9 sched/numa: Adjust scan rate in task_numa_placement by Rik van Riel · 11 years ago
  2. 3e6a941 sched/numa: Take false sharing into account when adapting scan rate by Mel Gorman · 11 years ago
  3. dabe1d9 sched/numa: Be more careful about joining numa groups by Rik van Riel · 11 years ago
  4. 0ec8aa0 sched/numa: Avoid migrating tasks that are placed on their preferred node by Peter Zijlstra · 11 years ago
  5. ca28aa53 sched/numa: Fix task or group comparison by Rik van Riel · 11 years ago
  6. 887c290 sched/numa: Decide whether to favour task or group weights based on swap candidate relationships by Rik van Riel · 11 years ago
  7. b32e86b sched/numa: Add debugging by Ingo Molnar · 11 years ago
  8. 7dbd13e sched/numa: Prevent parallel updates to group stats during placement by Mel Gorman · 11 years ago
  9. 8272701 sched/numa: Call task_numa_free() from do_execve() by Rik van Riel · 11 years ago
  10. 83e1d2c sched/numa: Use group fault statistics in numa placement by Mel Gorman · 11 years ago
  11. 5e1576e sched/numa: Stay on the same node if CLONE_VM by Rik van Riel · 11 years ago
  12. 0f19c17 mm: numa: Do not batch handle PMD pages by Mel Gorman · 11 years ago
  13. 6688cc0 mm: numa: Do not group on RO pages by Peter Zijlstra · 11 years ago
  14. 7851a45 mm: numa: Copy cpupid on page migration by Rik van Riel · 11 years ago
  15. e29cf08 sched/numa: Report a NUMA task group ID by Mel Gorman · 11 years ago
  16. 8c8a743 sched/numa: Use {cpu, pid} to create task groups for shared faults by Peter Zijlstra · 11 years ago
  17. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
  18. e1dda8a sched/numa: Fix placement of workloads spread across multiple nodes by Rik van Riel · 11 years ago
  19. 2c8a50a sched/numa: Favor placing a task on the preferred node by Mel Gorman · 11 years ago
  20. fb13c7e sched/numa: Use a system-wide search to find swap/migration candidates by Mel Gorman · 11 years ago
  21. ac66f54 sched/numa: Introduce migrate_swap() by Peter Zijlstra · 11 years ago
  22. 1be0bd77 stop_machine: Introduce stop_two_cpus() by Peter Zijlstra · 11 years ago
  23. 25cbbef mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faults by Mel Gorman · 11 years ago
  24. 4591ce4f sched/numa: Do not trap hinting faults for shared libraries by Mel Gorman · 11 years ago
  25. 06ea5e0 sched/numa: Increment numa_migrate_seq when task runs in correct location by Rik van Riel · 11 years ago
  26. 6b9a746 sched/numa: Retry migration of tasks to CPU on a preferred node by Mel Gorman · 11 years ago
  27. 58d081b sched/numa: Avoid overloading CPUs on a preferred NUMA node by Mel Gorman · 11 years ago
  28. fc314724 mm: numa: Limit NUMA scanning to migrate-on-fault VMAs by Mel Gorman · 11 years ago
  29. 6fe6b2d sched/numa: Do not migrate memory immediately after switching node by Rik van Riel · 11 years ago
  30. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
  31. 073b5be sched/numa: Remove check that skips small VMAs by Mel Gorman · 11 years ago
  32. 1bc115d mm: numa: Scan pages with elevated page_mapcount by Mel Gorman · 11 years ago
  33. 9ff1d9f sched/numa: Check current->mm before allocating NUMA faults by Mel Gorman · 11 years ago
  34. ac8e895 sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults by Mel Gorman · 11 years ago
  35. e6628d5 sched/numa: Reschedule task on preferred NUMA node once selected by Mel Gorman · 11 years ago
  36. 7a0f308 sched/numa: Resist moving tasks towards nodes with fewer hinting faults by Mel Gorman · 11 years ago
  37. 3a7053b sched/numa: Favour moving tasks towards the preferred node by Mel Gorman · 11 years ago
  38. 745d614 sched/numa: Update NUMA hinting faults once per scan by Mel Gorman · 11 years ago
  39. 688b758 sched/numa: Select a preferred node with the most numa hinting faults by Mel Gorman · 11 years ago
  40. f809ca9 sched/numa: Track NUMA hinting faults on per-node basis by Mel Gorman · 11 years ago
  41. f307cd1 sched/numa: Slow scan rate if no NUMA hinting faults are being recorded by Mel Gorman · 11 years ago
  42. 598f0ec sched/numa: Set the scan rate proportional to the memory usage of the task being scanned by Mel Gorman · 11 years ago
  43. 7e8d16b sched/numa: Initialise numa_next_scan properly by Mel Gorman · 11 years ago
  44. b726b7d Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node" by Mel Gorman · 11 years ago
  45. 9e645ab6 sched/numa: Continue PTE scanning even if migrate rate limited by Peter Zijlstra · 11 years ago
  46. 19a78d1 sched/numa: Mitigate chance that same task always updates PTEs by Peter Zijlstra · 11 years ago
  47. a1a4618 mm: numa: Do not migrate or account for hinting faults on the zero page by Mel Gorman · 11 years ago
  48. f123d74 mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning by Mel Gorman · 11 years ago
  49. e920e14 mm: Do not flush TLB during protection change if !pte_present && !migration_entry by Mel Gorman · 11 years ago
  50. afcae26 mm: Account for a THP NUMA hinting update as one PTE update by Mel Gorman · 11 years ago
  51. a54a407 mm: Close races between THP migration and PMD numa clearing by Mel Gorman · 11 years ago
  52. 8191acb mm: numa: Sanitize task_numa_fault() callsites by Mel Gorman · 11 years ago
  53. b891663 mm: Prevent parallel splits during THP migration by Mel Gorman · 11 years ago
  54. ff9042b mm: Wait for THP migrations to complete during NUMA hinting faults by Mel Gorman · 11 years ago
  55. 0c3a775 mm: numa: Do not account for a hinting fault if we raced by Mel Gorman · 11 years ago
  56. c69307d sched/numa: Fix comments by Peter Zijlstra · 11 years ago
  57. 10fc05d mm: numa: Document automatic NUMA balancing sysctls by Mel Gorman · 11 years ago
  58. 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 11 years ago
  59. d0e639c9 Linux 3.12-rc4 by Linus Torvalds · 11 years ago
  60. 2433c8f net: Update the sysctl permissions handler to test effective uid/gid by Eric W. Biederman · 11 years ago
  61. 13caa8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  62. 831ae3c Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  63. 6bfa687 sched/rt: Remove redundant nr_cpus_allowed test by Shawn Bohrer · 11 years ago
  64. e62063d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  65. 85f6d2d Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  66. 4ed5476 Merge tag 'usb-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  67. e3757a1 Merge tag 'tty-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  68. 20fa786 Merge tag 'staging-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  69. b208c2f btrfs: Fix crash due to not allocating integrity data for a bioset by Darrick J. Wong · 11 years ago
  70. 1329dfc Merge branch 'for-linus' into for-linus-3.12 by Chris Mason · 11 years ago
  71. a5c984c Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  72. 95167aa Merge tag 'pci-v3.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  73. 67d470e Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero" by Bjorn Helgaas · 11 years ago
  74. 7dee8df Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  75. 3dbecf0 Merge tag 'xfs-for-linus-v3.12-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  76. ab35406 selinux: remove 'flags' parameter from avc_audit() by Linus Torvalds · 11 years ago
  77. cb4fbe5 selinux: avc_has_perm_flags has no more users by Linus Torvalds · 11 years ago
  78. 1357272 Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishing by Ilya Dryomov · 11 years ago
  79. 964fb15 Btrfs: eliminate races in worker stopping code by Ilya Dryomov · 11 years ago
  80. 385fe0b Btrfs: fix crash of compressed writes by Liu Bo · 11 years ago
  81. 60e7cd3 Btrfs: fix transid verify errors when recovering log tree by Josef Bacik · 11 years ago
  82. 19e4983 selinux: remove 'flags' parameter from inode_has_perm by Linus Torvalds · 11 years ago
  83. b2a42f7 xfs: Use kmem_free() instead of free() by Thierry Reding · 11 years ago
  84. 9b3b77f xfs: fix memory leak in xlog_recover_add_to_trans by tinguely@sgi.com · 11 years ago
  85. 6d31349 xfs: dirent dtype presence is dependent on directory magic numbers by Dave Chinner · 11 years ago
  86. 89c6c89 xfs: lockdep needs to know about 3 dquot-deep nesting by Dave Chinner · 11 years ago
  87. 15c83d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  88. 8e1a254 Merge tag 'iommu-fixes-v3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  89. 0d45dab Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  90. 0bfdbf0 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  91. 413df1c Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  92. 7f467cb Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  93. fb869b6 sched/wait: Clean up wait.h details a bit by Ingo Molnar · 11 years ago
  94. fcaaba6 dmaengine: imx-dma: fix callback path in tasklet by Michael Grzeschik · 11 years ago
  95. 5a276fa dmaengine: imx-dma: fix lockdep issue between irqhandler and tasklet by Michael Grzeschik · 11 years ago
  96. edc530f dmaengine: imx-dma: fix slow path issue in prep_dma_cyclic by Michael Grzeschik · 11 years ago
  97. c2eb505 MAINTAINERS, sched: Update file pattern by Peter Zijlstra · 11 years ago
  98. 35a2af9 sched/wait: Make the __wait_event*() interface more friendly by Peter Zijlstra · 11 years ago
  99. ebdc195 sched/wait: Collapse __wait_event_hrtimeout() by Peter Zijlstra · 11 years ago
  100. cf7361f sched/wait: Collapse __wait_event_killable() by Peter Zijlstra · 11 years ago