1. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 8 years ago
  2. 9ea46abe sparc64: Take ctx_alloc_lock properly in hugetlb_setup(). by David S. Miller · 8 years ago
  3. 24e49ee sparc64: Reduce TLB flushes during hugepte changes by Nitin Gupta · 8 years ago
  4. c5b8b5b sparc64: recognize and support Sonoma CPU type by Khalid Aziz · 8 years ago
  5. 35d98e9 arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM by Toshi Kani · 9 years ago
  6. 36beca6 sparc64: Fix numa node distance initialization by Nitin Gupta · 9 years ago
  7. 52708d6 sparc64: Fix numa distance values by Nitin Gupta · 9 years ago
  8. fc6daaf mm/memblock: add extra "flags" to memblock to allow selection of memory based on attribute by Tony Luck · 9 years ago
  9. f407a82 Merge branch 'linus' into sched/core, to resolve conflict by Ingo Molnar · 9 years ago
  10. 494e5b6 sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTE by Khalid Aziz · 9 years ago
  11. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  12. 3c08158 sparc: Fix /proc/kcore by David S. Miller · 10 years ago
  13. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  14. d195b71 sparc64: Kill unnecessary tables and increase MAX_BANKS. by David S. Miller · 10 years ago
  15. bb4e6e8 sparc64: Adjust vmalloc region size based upon available virtual address bits. by David S. Miller · 10 years ago
  16. 7c0fa0f sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53. by David S. Miller · 10 years ago
  17. c06240c sparc64: Use kernel page tables for vmemmap. by David S. Miller · 10 years ago
  18. 0dd5b7b sparc64: Fix physical memory management regressions with large max_phys_bits. by David S. Miller · 10 years ago
  19. 8c82dc0 sparc64: Adjust KTSB assembler to support larger physical addresses. by David S. Miller · 10 years ago
  20. 4397bed sparc64: Define VA hole at run time, rather than at compile time. by David S. Miller · 10 years ago
  21. ac55c76 sparc64: Switch to 4-level page tables. by David S. Miller · 10 years ago
  22. 473ad7f sparc64: Fix reversed start/end in flush_tlb_kernel_range() by David S. Miller · 10 years ago
  23. 7c21d53 sparc64: mem boot option correction by bob picco · 10 years ago
  24. 3dee9df sparc64: find_node adjustment by bob picco · 10 years ago
  25. 5b6ff9d sparc64: Fix up merge thinko. by David S. Miller · 10 years ago
  26. e9011d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by David S. Miller · 10 years ago
  27. 4ca9a23 sparc64: Guard against flushing openfirmware mappings. by David S. Miller · 10 years ago
  28. 18f3813 sparc64: Do not insert non-valid PTEs into the TSB hash table. by David S. Miller · 10 years ago
  29. f6d4fb5 sparc64 - add mem to iomem resource by bob picco · 11 years ago
  30. c4222e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 10 years ago
  31. 48d3721 sparc64: fix sparse warnings in int_64.c by Sam Ravnborg · 10 years ago
  32. 59dec13 sparc64: fix sparse warnings in init_64.c by Sam Ravnborg · 10 years ago
  33. 0eef331 sparc64: Use 'ILOG2_4MB' instead of constant '22'. by David S. Miller · 10 years ago
  34. e7e8de5 memblock: make memblock_set_node() support different memblock_type by Tang Chen · 11 years ago
  35. 6a328f3 sparc64: merge fix by Stephen Rothwell · 11 years ago
  36. 1b27227 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 11 years ago
  37. 1ae9ae5 sparc: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  38. a7b9403 sparc64: Encode huge PMDs using PTE encoding. by David S. Miller · 11 years ago
  39. 2b77933 sparc64: Move to 64-bit PGDs and PMDs. by David S. Miller · 11 years ago
  40. 37b3a8f sparc64: Move from 4MB to 8MB huge pages. by David S. Miller · 11 years ago
  41. b2d4383 sparc64: Make PAGE_OFFSET variable. by David S. Miller · 11 years ago
  42. 922631b sparc64: Use PAGE_OFFSET instead of a magic constant. by David S. Miller · 11 years ago
  43. 2066aad sparc: delete __cpuinit/__CPUINIT usage from all users by Paul Gortmaker · 11 years ago
  44. dceccbe mm/SPARC: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  45. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  46. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  47. 771a37f sparc64 address-congruence property by bob picco · 11 years ago
  48. 70affe4 mm/SPARC: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  49. 048c9ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by David S. Miller · 11 years ago
  50. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 11 years ago
  51. 07df841 sparc64: Do not save/restore interrupts in get_new_mmu_context() by Kirill Tkhai · 11 years ago
  52. ce835e5 sparc64: Do not change num_physpages during initmem freeing by Tkhai Kirill · 12 years ago
  53. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 12 years ago
  54. 46723bf memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap by Yasuaki Ishimatsu · 12 years ago
  55. 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  56. 0fbebed sparc64: Fix tsb_grow() in atomic context. by David S. Miller · 12 years ago
  57. bcd896b sparc64: Handle hugepage TSB being NULL. by David S. Miller · 12 years ago
  58. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 12 years ago
  59. 7c9503b SPARC: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  60. 961f8fa sparc, mm: Remove calling of free_all_bootmem_node() by Yinghai Lu · 12 years ago
  61. dff933d sparc64: clear syscall_noerror on the entry to syscall, not on the exit by Al Viro · 12 years ago
  62. 9e695d2 sparc64: Support transparent huge pages. by David Miller · 12 years ago
  63. c460bec sparc64: Eliminate PTE table memory wastage. by David Miller · 12 years ago
  64. 15b9350 sparc64: Only support 4MB huge pages and 8KB base pages. by David Miller · 12 years ago
  65. 5da444a sparc: fix format string argument for prom_printf() by Akinobu Mita · 12 years ago
  66. c69ad0a sparc64: Use cpu_pgsz_mask for linear kernel mapping config. by David S. Miller · 12 years ago
  67. ce33fdc sparc64: Probe cpu page size support more portably. by David S. Miller · 12 years ago
  68. 4f93d21 sparc64: Support 2GB and 16GB page sizes for kernel linear mappings. by David S. Miller · 12 years ago
  69. 2856cc2 sparc64: Be less verbose during vmemmap population. by David S. Miller · 12 years ago
  70. aa6f079 sparc: fix build fail in mm/init_64.c when NEED_MULTIPLE_NODES is off by Paul Gortmaker · 12 years ago
  71. 799d40cc sparc64: Do not set max_mapnr. by David S. Miller · 12 years ago
  72. 5ed56f1 sparc64: Use node local allocations for IRQ stacks. by David S. Miller · 12 years ago
  73. 625d693 sparc64: Convert over to NO_BOOTMEM. by David S. Miller · 12 years ago
  74. d550bbd Disintegrate asm/system.h for Sparc by David Howells · 13 years ago
  75. 2a4814d sparc: Use HAVE_MEMBLOCK_NODE_MAP by Tejun Heo · 13 years ago
  76. 1aadc05 memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users by Tejun Heo · 13 years ago
  77. fe091c2 memblock: Kill memblock_init() by Tejun Heo · 13 years ago
  78. d4bbf7e Merge branch 'master' into x86/memblock by Tejun Heo · 13 years ago
  79. f4142cb sparc64: Force the execute bit in OpenFirmware's translation entries. by David S. Miller · 13 years ago
  80. 0785a8e sparc: Fix build with DEBUG_PAGEALLOC enabled. by David S. Miller · 13 years ago
  81. 9076d0e sparc: Access kernel TSB using physical addressing when possible. by David S. Miller · 13 years ago
  82. f9b18db memblock: Don't allow archs to override memblock_nid_range() by Tejun Heo · 13 years ago
  83. 6cb79b3 sparc: Remove unnecessary semicolons by Joe Perches · 13 years ago
  84. fb1fece sparc: convert old cpumask API into new one by KOSAKI Motohiro · 13 years ago
  85. 51f00a4 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  86. c7fc2de memblock, bootmem: Round pfn properly for memory and reserved regions by Yinghai Lu · 14 years ago
  87. 8d12556 of/sparc: convert various prom_* functions to use phandle by Andres Salomon · 14 years ago
  88. 9d1e249 memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid() by Benjamin Herrenschmidt · 14 years ago
  89. 35a1f0b memblock: Remove nid_range argument, arch provides memblock_nid_range() instead by Benjamin Herrenschmidt · 14 years ago
  90. 08b8479 memblock/sparc: Use new accessors by Benjamin Herrenschmidt · 14 years ago
  91. e3239ff memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region by Benjamin Herrenschmidt · 14 years ago
  92. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  93. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  94. 33cd9df sparc64: Fix array size reported by vmemmap_populate() by Ben Hutchings · 14 years ago
  95. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  96. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  97. 1a78ced sparc64: Fix D-cache flushing on swapin from SW devices. by David S. Miller · 15 years ago
  98. d8ed1d4 sparc64: Validate linear D-TLB misses. by David S. Miller · 15 years ago
  99. b99c6eb sparc64: Fix UP bootup regression. by David S. Miller · 15 years ago
  100. 6ac5c61 sparc: replace uses of CPU_MASK_ALL_PTR by Stephen Rothwell · 15 years ago