1. 194159f mm: remove MIGRATE_ISOLATE check in hotpath by Minchan Kim · 11 years ago
  2. c60514b mm: increase totalram_pages when free pages allocated by bootmem allocator by Jiang Liu · 11 years ago
  3. 306f2e9 mm: set zone->present_pages to number of existing pages in the zone by Jiang Liu · 11 years ago
  4. b40da04 mm: use zone->present_pages instead of zone->managed_pages where appropriate by Jiang Liu · 11 years ago
  5. f7210e6 mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map in memblock_overlaps_region(). by Tang Chen · 11 years ago
  6. 01a178a acpi, memory-hotplug: support getting hotplug info from SRAT by Tang Chen · 11 years ago
  7. 27168d3 acpi, memory-hotplug: extend movablemem_map ranges to the end of node by Tang Chen · 11 years ago
  8. e8d1955 acpi, memory-hotplug: parse SRAT before memblock is ready by Tang Chen · 11 years ago
  9. fb06bc8e page_alloc: bootmem limit with movablecore_map by Tang Chen · 11 years ago
  10. 42f47e2 page_alloc: make movablemem_map have higher priority by Tang Chen · 11 years ago
  11. 6981ec3 page_alloc: introduce zone_movable_limit[] to keep movable limit for nodes by Tang Chen · 11 years ago
  12. 34b71f1 page_alloc: add movable_memmap kernel parameter by Tang Chen · 11 years ago
  13. 4d59a75 x86: get pg_data_t's memory from other node by Yasuaki Ishimatsu · 11 years ago
  14. aa00d89 sched: do not use cpu_to_node() to find an offlined cpu's node. by Tang Chen · 11 years ago
  15. e13fe86 cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node by Wen Congyang · 11 years ago
  16. 76bba14 cpu-hotplug, memory-hotplug: try offlining the node when hotremoving a cpu by Wen Congyang · 11 years ago
  17. 90b30cd memory-hotplug: export the function try_offline_node() by Wen Congyang · 11 years ago
  18. c4c6052 cpu_hotplug: clear apicid to node when the cpu is hotremoved by Wen Congyang · 11 years ago
  19. d3eb157 mempolicy: fix is_valid_nodemask() by Lai Jiangshan · 11 years ago
  20. 8a356ce memory-hotplug: consider compound pages when free memmap by Wen Congyang · 11 years ago
  21. a1e565a memory-hotplug: do not allocate pgdat if it was not freed when offline. by Tang Chen · 11 years ago
  22. d822b86 memory-hotplug: free node_data when a node is offlined by Wen Congyang · 11 years ago
  23. 60a5a19 memory-hotplug: remove sysfs file of node by Tang Chen · 11 years ago
  24. 815121d memory_hotplug: clear zone when removing the memory by Yasuaki Ishimatsu · 11 years ago
  25. 5fc1d66 memory-hotplug: integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP. by Tang Chen · 11 years ago
  26. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 11 years ago
  27. bbcab87 memory-hotplug: remove page table of x86_64 architecture by Tang Chen · 11 years ago
  28. ae9aae9 memory-hotplug: common APIs to support page tables hot-remove by Wen Congyang · 11 years ago
  29. cd09968 memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section() by Tang Chen · 11 years ago
  30. 46723bf memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap by Yasuaki Ishimatsu · 11 years ago
  31. 24d335c memory-hotplug: introduce new arch_remove_memory() for removing page table by Wen Congyang · 11 years ago
  32. 46c66c4 memory-hotplug: remove /sys/firmware/memmap/X sysfs by Yasuaki Ishimatsu · 11 years ago
  33. bbc76be memory-hotplug: remove redundant codes by Wen Congyang · 11 years ago
  34. 6677e3e memory-hotplug: check whether all memory blocks are offlined or not when removing memory by Yasuaki Ishimatsu · 11 years ago
  35. 993c1aa memory-hotplug: try to offline the memory twice to avoid dependence by Wen Congyang · 11 years ago
  36. a864b9d mm: memory_hotplug: no need to check res twice in add_memory by Sasha Levin · 11 years ago
  37. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 11 years ago
  38. 1869305 mm: introduce VM_POPULATE flag to better deal with racy userspace programs by Michel Lespinasse · 11 years ago
  39. cea10a1 mm: directly use __mlock_vma_pages_range() in find_extend_vma() by Michel Lespinasse · 11 years ago
  40. c22c0d6 mm: remove flags argument to mmap_region by Michel Lespinasse · 11 years ago
  41. 81909b8 mm: use mm_populate() for mremap() of VM_LOCKED vmas by Michel Lespinasse · 11 years ago
  42. 128557f mm: use mm_populate() when adjusting brk with MCL_FUTURE in effect by Michel Lespinasse · 11 years ago
  43. a1ea954 mm: use mm_populate() for blocking remap_file_pages() by Michel Lespinasse · 11 years ago
  44. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 11 years ago
  45. 940e7da mm: remap_file_pages() fixes by Michel Lespinasse · 11 years ago
  46. dafcb73 mm: avoid calling pgdat_balanced() needlessly by Zlatko Calusic · 11 years ago
  47. 7103f16 mm: compaction: make __compact_pgdat() and compact_pgdat() return void by Andrew Morton · 11 years ago
  48. 1998cc0 mm: make madvise(MADV_WILLNEED) support swap file prefetch by Shaohua Li · 11 years ago
  49. a394cb8 memcg,vmscan: do not break out targeted reclaim without reclaimed pages by Michal Hocko · 11 years ago
  50. 4ca3a69 mm/ksm.c: use new hashtable implementation by Sasha Levin · 11 years ago
  51. 43b5fbb mm/huge_memory.c: use new hashtable implementation by Sasha Levin · 11 years ago
  52. a9aacbc mm: compaction: do not accidentally skip pageblocks in the migrate scanner by Mel Gorman · 11 years ago
  53. 62b726c mm/vmscan.c:__zone_reclaim(): replace max_t() with max() by Andrew Morton · 11 years ago
  54. 90ae8d6 mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned long by Andrew Morton · 11 years ago
  55. af34770 mm: reduce rmap overhead for ex-KSM page copies created on swap faults by Johannes Weiner · 11 years ago
  56. 9b4f98c mm: vmscan: compaction works against zones, not lruvecs by Johannes Weiner · 11 years ago
  57. 9a26511 mm: vmscan: clean up get_scan_count() by Johannes Weiner · 11 years ago
  58. 11d16c2 mm: vmscan: improve comment on low-page cache handling by Johannes Weiner · 11 years ago
  59. 10316b3 mm: vmscan: clarify how swappiness, highest priority, memcg interact by Johannes Weiner · 11 years ago
  60. d778df5 mm: vmscan: save work scanning (almost) empty LRU lists by Johannes Weiner · 11 years ago
  61. 7c5bd70 mm: memcg: only evict file pages when we have plenty by Johannes Weiner · 11 years ago
  62. 2a6f512 CMA: make putback_lru_pages() call conditional by Srinivas Pandruvada · 11 years ago
  63. ffb22af mm/hugetlb.c: convert to pr_foo() by Andrew Morton · 11 years ago
  64. d045197 mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo() by Andrew Morton · 11 years ago
  65. 58cf188 memcg, oom: provide more precise dump info while memcg oom happening by Sha Zhengju · 11 years ago
  66. df85579 drivers/md/persistent-data/dm-transaction-manager.c: rename HASH_SIZE by Andrew Morton · 11 years ago
  67. 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  68. cb715a8 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  69. 27ea6df Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  70. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  71. 48a732d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  72. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  73. 7c2db36 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  74. a47a376 rtc: rtc-davinci: use devm_*() functions by Jingoo Han · 11 years ago
  75. c1879fe rtc: rtc-max8997: use devm_request_threaded_irq() by Jingoo Han · 11 years ago
  76. 83a72c8 rtc: rtc-max8907: use devm_request_threaded_irq() by Jingoo Han · 11 years ago
  77. 27239a1 rtc: rtc-da9052: use devm_request_threaded_irq() by Jingoo Han · 11 years ago
  78. fd5231c rtc: rtc-wm831x: use devm_request_threaded_irq() by Jingoo Han · 11 years ago
  79. 6d77bdc rtc: rtc-tps80031: use devm_request_threaded_irq() by Jingoo Han · 11 years ago
  80. 14b149e rtc: rtc-lp8788: use devm_request_threaded_irq() by Jingoo Han · 11 years ago
  81. 3b759d7 rtc: rtc-coh901331: use devm_clk_get() by Jingoo Han · 11 years ago
  82. 0db29c1 rtc: rtc-vt8500: use devm_*() functions by Jingoo Han · 11 years ago
  83. 190ab4a rtc: rtc-tps6586x: use devm_request_threaded_irq() by Jingoo Han · 11 years ago
  84. 9510853 rtc: rtc-imxdi: use devm_clk_get() by Jingoo Han · 11 years ago
  85. ee44335 rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug() by Jingoo Han · 11 years ago
  86. 79d1340 rtc: rtc-pcf8583: use dev_warn() instead of printk() by Jingoo Han · 11 years ago
  87. d959f73 rtc: rtc-sun4v: use pr_warn() instead of printk() by Jingoo Han · 11 years ago
  88. d75dcd3 rtc: rtc-vr41xx: use dev_info() instead of printk() by Jingoo Han · 11 years ago
  89. aa16190 rtc: rtc-rs5c313: use pr_err() instead of printk() by Jingoo Han · 11 years ago
  90. 6588208 rtc: rtc-at91rm9200: use dev_dbg()/dev_err() instead of printk()/pr_debug() by Jingoo Han · 11 years ago
  91. 0c6516e rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug() by Jingoo Han · 11 years ago
  92. 0fae823 rtc: rtc-ds2404: use dev_err() instead of printk() by Jingoo Han · 11 years ago
  93. 34650f9 rtc: rtc-efi: use dev_err()/dev_warn()/pr_err() instead of printk() by Jingoo Han · 11 years ago
  94. 3cebeb5 rtc: max77686: use dev_info() instead of printk() by Jingoo Han · 11 years ago
  95. c100a5e rtc: use dev_warn()/dev_dbg()/pr_err() instead of printk() by Jingoo Han · 11 years ago
  96. 0cc0c38 drivers/rtc/rtc-sa1100.c: move clock enable/disable to probe/remove by Chao Xie · 11 years ago
  97. 5e0b270 rtc: max8997: add driver for max8997 rtc by Jonghwa Lee · 11 years ago
  98. d4a48c2 drivers/rtc/rtc-s3c.c: use dev_dbg() instaed of pr_debug() by Jingoo Han · 11 years ago
  99. a8876c1 arm: mvebu: add RTC support for Armada 370 and Armada XP by Gregory CLEMENT · 11 years ago
  100. b06eef4 drivers/rtc/rtc-pl031.c: add wakeup support by Rob Herring · 11 years ago