1. 9887090 mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic() by Lin Feng · 11 years ago
  2. 66521d5 mm/memory.c: remove unused code from do_wp_page() by Dominik Dingel · 11 years ago
  3. 816422a asm-generic, mm: pgtable: consolidate zero page helpers by Kirill A. Shutemov · 11 years ago
  4. 56f2fb1 mm/hugetlb.c: fix warning on freeing hwpoisoned hugepage by Naoya Horiguchi · 11 years ago
  5. 5f24ae5 hwpoison, hugetlbfs: fix RSS-counter warning by Naoya Horiguchi · 11 years ago
  6. 8c4894c hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepage by Naoya Horiguchi · 11 years ago
  7. 4128997 mm: protect against concurrent vma expansion by Michel Lespinasse · 11 years ago
  8. c95d26c memcg: do not check for mm in __mem_cgroup_count_vm_event by Michal Hocko · 11 years ago
  9. 220f2ac tmpfs: support SEEK_DATA and SEEK_HOLE (reprise) by Hugh Dickins · 11 years ago
  10. 01cefae mm: provide more accurate estimation of pages occupied by memmap by Jiang Liu · 11 years ago
  11. 02c0ab6 fs/buffer.c: remove redundant initialization in alloc_page_buffers() by Yan Hong · 11 years ago
  12. a3f3c29 fs/buffer.c: do not inline exported function by Yan Hong · 11 years ago
  13. 5aaea51 writeback: fix a typo in comment by Yan Hong · 11 years ago
  14. 9feedc9 mm: introduce new field "managed_pages" to struct zone by Jiang Liu · 11 years ago
  15. c2d23f9 mm, oom: remove statically defined arch functions of same name by David Rientjes · 11 years ago
  16. 0fa84a4 mm, oom: remove redundant sleep in pagefault oom handler by David Rientjes · 11 years ago
  17. efacd02 mm, oom: cleanup pagefault oom handler by David Rientjes · 11 years ago
  18. 09285af memory_hotplug: allow online/offline memory to result movable node by Lai Jiangshan · 11 years ago
  19. 20b2f52 numa: add CONFIG_MOVABLE_NODE for movable-dedicated node by Lai Jiangshan · 11 years ago
  20. 68ae564 mm, memcg: avoid unnecessary function call when memcg is disabled by David Rientjes · 11 years ago
  21. 05b0afd mm: add a reminder comment for __GFP_BITS_SHIFT by Andrew Morton · 11 years ago
  22. 2897b4d mm: WARN_ON_ONCE if f_op->mmap() change vma's start address by Joonsoo Kim · 11 years ago
  23. 44e33e8 res_counter: delete res_counter_write() by Greg Thelen · 11 years ago
  24. 6715ddf hotplug: update nodemasks management by Lai Jiangshan · 11 years ago
  25. 4b0ef1fe page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization by Lai Jiangshan · 11 years ago
  26. 48fb2e2 vmscan: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  27. 3c466d4 init: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  28. aee4faa kthread: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  29. a47b53c vmstat: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  30. 8cebfcd hugetlb: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  31. 01f13bd mempolicy: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  32. 389162c mm,migrate: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  33. bd3a66c oom: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  34. 31aaea4 memcontrol: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  35. 4ff1b2c procfs: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  36. 38d7bee cpuset: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  37. 8219fc4 mm: node_states: introduce N_MEMORY by Lai Jiangshan · 11 years ago
  38. be49a6e mm: use migrate_prep() instead of migrate_prep_local() by Marek Szyprowski · 11 years ago
  39. c8bf2d8 mm: compaction: Fix compiler warning by Thierry Reding · 11 years ago
  40. 3ea41e6 thp: avoid race on multiple parallel page faults to the same page by Kirill A. Shutemov · 11 years ago
  41. 79da540 thp: introduce sysfs knob to disable huge zero page by Kirill A. Shutemov · 11 years ago
  42. d8a8e1f thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events by Kirill A. Shutemov · 11 years ago
  43. 97ae174 thp: implement refcounting for huge zero page by Kirill A. Shutemov · 11 years ago
  44. 78ca0e6 thp: lazy huge zero page allocation by Kirill A. Shutemov · 11 years ago
  45. 8037195 thp: setup huge zero page on non-write page fault by Kirill A. Shutemov · 11 years ago
  46. c5a647d thp: implement splitting pmd for huge zero page by Kirill A. Shutemov · 11 years ago
  47. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 11 years ago
  48. cad7f61 thp: change_huge_pmd(): make sure we don't try to make a page writable by Kirill A. Shutemov · 11 years ago
  49. 93b4796 thp: do_huge_pmd_wp_page(): handle huge zero page by Kirill A. Shutemov · 11 years ago
  50. fc9fe82 thp: copy_huge_pmd(): copy huge zero page by Kirill A. Shutemov · 11 years ago
  51. 479f0ab thp: zap_huge_pmd(): zap huge zero pmd by Kirill A. Shutemov · 11 years ago
  52. 4a6c129 thp: huge zero page: basic preparation by Kirill A. Shutemov · 11 years ago
  53. 3f7dfe2 bootmem: remove alloc_arch_preferred_bootmem() by Joonsoo Kim · 11 years ago
  54. 2d7a695 bootmem: remove not implemented function call, bootmem_arch_preferred_node() by Joonsoo Kim · 11 years ago
  55. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  56. cf4af01 Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  57. d027db1 Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  58. d01e4af Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  59. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  60. 2989950 Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  61. b1286f4 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  62. 6facac1 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  63. 3f1c64f Merge tag 'for-linus-v3.8-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  64. 22a40fd Merge tag 'dlm-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  65. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  66. fef3ff2 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  67. e7b55b8 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  68. 50851c6 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  69. 99b8f42e Merge tag 'regmap-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 years ago
  70. 139353f Merge tag 'please-pull-einj-fix-for-acpi5' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 11 years ago
  71. 251a8cf Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  72. 70f2836 Merge tag 'please-pull-misc-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  73. 97ebe8f Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  74. d07e43d Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  75. 1f53ef1 Thermal: Fix DEFAULT_THERMAL_GOVERNOR by Zhang Rui · 11 years ago
  76. d567c68 Thermal: fix a NULL pointer dereference when generic thermal layer is built as a module by Zhang Rui · 11 years ago
  77. 1ebaf4f Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  78. 743aa45 Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  79. a05a4e2 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  80. e9a5a91 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  81. 74b8423 Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. 5074474 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  83. 0019fab Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  84. b64c5fd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  85. f57d54b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  86. da830e5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  87. 090f8cc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  88. aefb058 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  89. 37ea95a Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  90. de0c276 Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  91. 608ff1a Merge branch 'akpm' (Andrew's patchbomb) by Linus Torvalds · 11 years ago
  92. 74d42d8 memory_hotplug: ensure every online node has NORMAL memory by Lai Jiangshan · 11 years ago
  93. e455a9b memory_hotplug: handle empty zone when online_movable/online_kernel by Lai Jiangshan · 11 years ago
  94. 511c2ab mm, memory-hotplug: dynamic configure movable memory and portion memory by Lai Jiangshan · 11 years ago
  95. fcf07d2 drivers/base/node.c: cleanup node_state_attr[] by Lai Jiangshan · 11 years ago
  96. 81df9bf bootmem: fix wrong call parameter for free_bootmem() by Joonsoo Kim · 11 years ago
  97. e9b2e78 avr32, kconfig: remove HAVE_ARCH_BOOTMEM by Joonsoo Kim · 11 years ago
  98. bc357f4 mm: cma: remove watermark hacks by Marek Szyprowski · 11 years ago
  99. 2e30abd mm: cma: skip watermarks check for already isolated blocks in split_free_page() by Marek Szyprowski · 11 years ago
  100. e1e12d2 mm, oom: fix race when specifying a thread as the oom origin by David Rientjes · 11 years ago