1. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  2. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  3. 602ddc7 mm/PPC: prepare for killing free_all_bootmem_node() by Jiang Liu · 11 years ago
  4. 369a9d8 mm/ppc: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  5. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  6. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 11 years ago
  7. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  8. 2415cf1 mm/hugetlb: use already existing interface huge_page_shift by Wanpeng Li · 11 years ago
  9. 24a72ac Merge tag 'v3.10' into next by Benjamin Herrenschmidt · 11 years ago
  10. dd02321 powerpc/numa: Do not update sysfs cpu registration from invalid context by Nathan Fontenot · 11 years ago
  11. 061d19f powerpc: Delete __cpuinit usage from all users by Paul Gortmaker · 11 years ago
  12. b5aef68 Merge 3.10-rc7 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  13. 1a52728 powerpc: Optimize hugepage invalidate by Aneesh Kumar K.V · 11 years ago
  14. 437d496 powerpc/THP: Enable THP on PPC64 by Aneesh Kumar K.V · 11 years ago
  15. d8e355a powerpc: split hugepage when using subpage protection by Aneesh Kumar K.V · 11 years ago
  16. a00e7be powerpc: disable assert_pte_locked for collapse_huge_page by Aneesh Kumar K.V · 11 years ago
  17. 7888b4d powerpc: Prevent gcc to re-read the pagetables by Aneesh Kumar K.V · 11 years ago
  18. 0ac52dd powerpc: Make linux pagetable walk safe with THP enabled by Aneesh Kumar K.V · 11 years ago
  19. 6d492ec powerpc/THP: Add code to handle HPTE faults for hugepages by Aneesh Kumar K.V · 11 years ago
  20. c367714 powerpc: Update gup_pmd_range to handle transparent hugepages by Aneesh Kumar K.V · 11 years ago
  21. 12bc9f6 powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte by Aneesh Kumar K.V · 11 years ago
  22. ac52ae4 powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepages by Aneesh Kumar K.V · 11 years ago
  23. 2940999 powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common code by Aneesh Kumar K.V · 11 years ago
  24. 074c2ea powerpc/THP: Implement transparent hugepages for ppc64 by Aneesh Kumar K.V · 11 years ago
  25. f940f52 powerpc/THP: Double the PMD table size for THP by Aneesh Kumar K.V · 11 years ago
  26. db3d853 powerpc/mm: handle hugepage size correctly when invalidating hpte entries by Aneesh Kumar K.V · 11 years ago
  27. d5d8ec8 powerpc/mm: Make mmap_64.c compile on 32bit powerpc by Daniel Walker · 11 years ago
  28. 39a421f powerpc/mm/nohash: Ignore NULL stale_map entries by Scott Wood · 11 years ago
  29. 8bbd9f0 powerpc: Fix bad pmd error with book3E config by Aneesh Kumar K.V · 11 years ago
  30. bb07b00 Merge 3.10-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  31. 40b3136 Finally eradicate CONFIG_HOTPLUG by Stephen Rothwell · 11 years ago
  32. 0608d69 powerpc/mm: Always invalidate tlb on hpte invalidate and update by Aneesh Kumar K.V · 11 years ago
  33. ba12eed powerpc: Exception hooks for context tracking subsystem by Li Zhong · 11 years ago
  34. 83d5e64 powerpc: Fix build errors STRICT_MM_TYPECHECKS by Aneesh Kumar K.V · 11 years ago
  35. c2fd22d powerpc/tm: Fix null pointer deference in flush_hash_page by Michael Neuling · 11 years ago
  36. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  37. 1f6aaac powerpc: Update tlbie/tlbiel as per ISA doc by Aneesh Kumar K.V · 11 years ago
  38. 3dc4fec powerpc: Print page size info during boot by Aneesh Kumar K.V · 11 years ago
  39. d8139eb powerpc: print both base and actual page size on hash failure by Aneesh Kumar K.V · 11 years ago
  40. 7e74c39 powerpc: Fix hpte_decode to use the correct decoding for page sizes by Aneesh Kumar K.V · 11 years ago
  41. b1022fb powerpc: Decode the pte-lp-encoding bits correctly. by Aneesh Kumar K.V · 11 years ago
  42. 74f227b powerpc: Use encode avpn where we need only avpn values by Aneesh Kumar K.V · 11 years ago
  43. 5c1f6ee powerpc: Reduce PTE table memory wastage by Aneesh Kumar K.V · 11 years ago
  44. e2b3d20 powerpc: Switch 16GB and 16MB explicit hugepages to a different page table format by Aneesh Kumar K.V · 11 years ago
  45. cf9427b powerpc: New hugepage directory format by Aneesh Kumar K.V · 11 years ago
  46. cc3665a powerpc: Don't hard code the size of pte page by Aneesh Kumar K.V · 11 years ago
  47. 601abdc3 powerpc/pseries: Correct builds break when CONFIG_SMP not defined by Nathan Fontenot · 11 years ago
  48. 9f3a90e powerpc: Fix build failure after merge of the cgroup tree by Stephen Rothwell · 11 years ago
  49. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  50. bc23100 Merge remote-tracking branch 'kumar/next' into next by Benjamin Herrenschmidt · 11 years ago
  51. fba2369 mm: use vm_unmapped_area() on powerpc architecture by Michel Lespinasse · 11 years ago
  52. 34d0717 mm: remove free_area_cache use in powerpc architecture by Michel Lespinasse · 11 years ago
  53. f9d531b powerpc/mm/numa: use setup_nr_node_ids() instead of opencoding. by Cody P Schafer · 11 years ago
  54. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 11 years ago
  55. 7db6f78 mm/PPC: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  56. 5d585e5 mm/ppc: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  57. e04fa61 powerpc/pseries: Add /proc interface to control topology updates by Nathan Fontenot · 11 years ago
  58. b7abef0 powerpc/pseries: RE-enable Virtual Processor Home Node updating by Jesse Larrew · 11 years ago
  59. 176bbf1 powerpc/pseries: Update NUMA VDSO information when updating CPU maps by Jesse Larrew · 11 years ago
  60. 30c0535 powerpc/pseries: Use stop machine to update cpu maps by Nathan Fontenot · 11 years ago
  61. 5d88aa8 powerpc/pseries: Update CPU maps when device tree is updated by Jesse Larrew · 11 years ago
  62. 8002b0c powerpc/pseries: Update numa.c to use updated firmware_has_feature() by Nathan Fontenot · 11 years ago
  63. 016af59 powerpc: Try to insert the hptes repeatedly in kernel_map_linear_page() by Li Zhong · 11 years ago
  64. b170bd3 powerpc: Split the code trying to insert hpte repeatedly as an helper function by Li Zhong · 11 years ago
  65. 2c3c069 powerpc: Move the setting of rflags out of loop in __hash_page_huge by Li Zhong · 11 years ago
  66. 55671f3 powerpc: fix annotation of fake_numa_create_new_node() by Stephen Rothwell · 11 years ago
  67. 7122bee powerpc: fix numa distance for form0 device tree by Vaidyanathan Srinivasan · 11 years ago
  68. aac3d0c powerpc: Fix typo "CONFIG_ICSWX_PID" by Paul Bolle · 11 years ago
  69. 8040bda powerpc: place EXPORT_SYMBOL macro right after declaration by Valentina Manea · 11 years ago
  70. af81d78 powerpc: Rename USER_ESID_BITS* to ESID_BITS* by Aneesh Kumar K.V · 11 years ago
  71. c60ac56 powerpc: Update kernel VSID range by Aneesh Kumar K.V · 11 years ago
  72. 1393811 powerpc: Fix STAB initialization by Benjamin Herrenschmidt · 11 years ago
  73. 1b29187 powerpc/fsl-booke: Support detection of page sizes on e6500 by Kumar Gala · 11 years ago
  74. 5ce1a70 Merge branch 'akpm' (more incoming from Andrew) by Linus Torvalds · 12 years ago
  75. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 12 years ago
  76. 46723bf memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap by Yasuaki Ishimatsu · 12 years ago
  77. 24d335c memory-hotplug: introduce new arch_remove_memory() for removing page table by Wen Congyang · 12 years ago
  78. 9d3cae2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  79. bc2a940 powerpc: Hook in new transactional memory code by Michael Neuling · 12 years ago
  80. eda8eeb powerpc/mm: Fix hash computation function by Aneesh Kumar K.V · 12 years ago
  81. 4e8309b powerpc/mm: Eliminate unneeded for_each_memblock by Cody P Schafer · 12 years ago
  82. 9422de3 powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers by Michael Neuling · 12 years ago
  83. 1fbe9cf powerpc: Build kernel with -mcmodel=medium by Anton Blanchard · 12 years ago
  84. cad5cef POWERPC: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  85. 16e024f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  86. f6e858a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  87. c2d23f9 mm, oom: remove statically defined arch functions of same name by David Rientjes · 12 years ago
  88. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  89. de1bb03 Merge branch 'dt' into next by Benjamin Herrenschmidt · 12 years ago
  90. 1afc149 powerpc/47x: Use the new ppc-opcode infrastructure by Tony Breeds · 12 years ago
  91. f594972 powerpc+of: Move of_drconf_cell struct definition to asm/prom.h by Nathan Fontenot · 12 years ago
  92. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  93. 5f3d2f2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  94. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  95. 8e16699 powerpc: Remove tlb batching hack for nighthawk by Michael Ellerman · 12 years ago
  96. 9e184e0 userns: On ppc convert current_uid from a kuid before printing. by Eric W. Biederman · 12 years ago
  97. caa1d63 Merge remote-tracking branch 'kumar/next' into next by Benjamin Herrenschmidt · 12 years ago
  98. 78f1dbd powerpc/mm: Make some of the PGTABLE_RANGE dependency explicit by Aneesh Kumar K.V · 12 years ago
  99. f033d65 powerpc/mm: Update VSID allocation documentation by Aneesh Kumar K.V · 12 years ago
  100. 048ee09 powerpc/mm: Add 64TB support by Aneesh Kumar K.V · 12 years ago