1. 5b6ff9d sparc64: Fix up merge thinko. by David S. Miller · 10 years ago
  2. e9011d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by David S. Miller · 10 years ago
  3. 4ca9a23 sparc64: Guard against flushing openfirmware mappings. by David S. Miller · 10 years ago
  4. 18f3813 sparc64: Do not insert non-valid PTEs into the TSB hash table. by David S. Miller · 10 years ago
  5. f6d4fb5 sparc64 - add mem to iomem resource by bob picco · 11 years ago
  6. c4222e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 10 years ago
  7. 48d3721 sparc64: fix sparse warnings in int_64.c by Sam Ravnborg · 10 years ago
  8. 59dec13 sparc64: fix sparse warnings in init_64.c by Sam Ravnborg · 10 years ago
  9. 0eef331 sparc64: Use 'ILOG2_4MB' instead of constant '22'. by David S. Miller · 10 years ago
  10. e7e8de5 memblock: make memblock_set_node() support different memblock_type by Tang Chen · 11 years ago
  11. 6a328f3 sparc64: merge fix by Stephen Rothwell · 11 years ago
  12. 1b27227 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 11 years ago
  13. 1ae9ae5 sparc: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  14. a7b9403 sparc64: Encode huge PMDs using PTE encoding. by David S. Miller · 11 years ago
  15. 2b77933 sparc64: Move to 64-bit PGDs and PMDs. by David S. Miller · 11 years ago
  16. 37b3a8f sparc64: Move from 4MB to 8MB huge pages. by David S. Miller · 11 years ago
  17. b2d4383 sparc64: Make PAGE_OFFSET variable. by David S. Miller · 11 years ago
  18. 922631b sparc64: Use PAGE_OFFSET instead of a magic constant. by David S. Miller · 11 years ago
  19. 2066aad sparc: delete __cpuinit/__CPUINIT usage from all users by Paul Gortmaker · 11 years ago
  20. dceccbe mm/SPARC: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  21. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  22. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  23. 771a37f sparc64 address-congruence property by bob picco · 11 years ago
  24. 70affe4 mm/SPARC: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  25. 048c9ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by David S. Miller · 11 years ago
  26. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 11 years ago
  27. 07df841 sparc64: Do not save/restore interrupts in get_new_mmu_context() by Kirill Tkhai · 11 years ago
  28. ce835e5 sparc64: Do not change num_physpages during initmem freeing by Tkhai Kirill · 12 years ago
  29. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 12 years ago
  30. 46723bf memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap by Yasuaki Ishimatsu · 12 years ago
  31. 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
  32. 0fbebed sparc64: Fix tsb_grow() in atomic context. by David S. Miller · 12 years ago
  33. bcd896b sparc64: Handle hugepage TSB being NULL. by David S. Miller · 12 years ago
  34. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 12 years ago
  35. 7c9503b SPARC: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  36. 961f8fa sparc, mm: Remove calling of free_all_bootmem_node() by Yinghai Lu · 12 years ago
  37. dff933d sparc64: clear syscall_noerror on the entry to syscall, not on the exit by Al Viro · 12 years ago
  38. 9e695d2 sparc64: Support transparent huge pages. by David Miller · 12 years ago
  39. c460bec sparc64: Eliminate PTE table memory wastage. by David Miller · 12 years ago
  40. 15b9350 sparc64: Only support 4MB huge pages and 8KB base pages. by David Miller · 12 years ago
  41. 5da444a sparc: fix format string argument for prom_printf() by Akinobu Mita · 12 years ago
  42. c69ad0a sparc64: Use cpu_pgsz_mask for linear kernel mapping config. by David S. Miller · 12 years ago
  43. ce33fdc sparc64: Probe cpu page size support more portably. by David S. Miller · 12 years ago
  44. 4f93d21 sparc64: Support 2GB and 16GB page sizes for kernel linear mappings. by David S. Miller · 12 years ago
  45. 2856cc2 sparc64: Be less verbose during vmemmap population. by David S. Miller · 12 years ago
  46. aa6f079 sparc: fix build fail in mm/init_64.c when NEED_MULTIPLE_NODES is off by Paul Gortmaker · 12 years ago
  47. 799d40cc sparc64: Do not set max_mapnr. by David S. Miller · 12 years ago
  48. 5ed56f1 sparc64: Use node local allocations for IRQ stacks. by David S. Miller · 12 years ago
  49. 625d693 sparc64: Convert over to NO_BOOTMEM. by David S. Miller · 12 years ago
  50. d550bbd Disintegrate asm/system.h for Sparc by David Howells · 13 years ago
  51. 2a4814d sparc: Use HAVE_MEMBLOCK_NODE_MAP by Tejun Heo · 13 years ago
  52. 1aadc05 memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users by Tejun Heo · 13 years ago
  53. fe091c2 memblock: Kill memblock_init() by Tejun Heo · 13 years ago
  54. d4bbf7e Merge branch 'master' into x86/memblock by Tejun Heo · 13 years ago
  55. f4142cb sparc64: Force the execute bit in OpenFirmware's translation entries. by David S. Miller · 13 years ago
  56. 0785a8e sparc: Fix build with DEBUG_PAGEALLOC enabled. by David S. Miller · 13 years ago
  57. 9076d0e sparc: Access kernel TSB using physical addressing when possible. by David S. Miller · 13 years ago
  58. f9b18db memblock: Don't allow archs to override memblock_nid_range() by Tejun Heo · 13 years ago
  59. 6cb79b3 sparc: Remove unnecessary semicolons by Joe Perches · 13 years ago
  60. fb1fece sparc: convert old cpumask API into new one by KOSAKI Motohiro · 13 years ago
  61. 51f00a4 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  62. c7fc2de memblock, bootmem: Round pfn properly for memory and reserved regions by Yinghai Lu · 14 years ago
  63. 8d12556 of/sparc: convert various prom_* functions to use phandle by Andres Salomon · 14 years ago
  64. 9d1e249 memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid() by Benjamin Herrenschmidt · 14 years ago
  65. 35a1f0b memblock: Remove nid_range argument, arch provides memblock_nid_range() instead by Benjamin Herrenschmidt · 14 years ago
  66. 08b8479 memblock/sparc: Use new accessors by Benjamin Herrenschmidt · 14 years ago
  67. e3239ff memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region by Benjamin Herrenschmidt · 14 years ago
  68. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  69. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  70. 33cd9df sparc64: Fix array size reported by vmemmap_populate() by Ben Hutchings · 15 years ago
  71. 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
  72. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  73. 1a78ced sparc64: Fix D-cache flushing on swapin from SW devices. by David S. Miller · 15 years ago
  74. d8ed1d4 sparc64: Validate linear D-TLB misses. by David S. Miller · 15 years ago
  75. b99c6eb sparc64: Fix UP bootup regression. by David S. Miller · 15 years ago
  76. 6ac5c61 sparc: replace uses of CPU_MASK_ALL_PTR by Stephen Rothwell · 15 years ago
  77. 73fffc0 sparc64: Get rid of real_setup_per_cpu_areas(). by David S. Miller · 16 years ago
  78. b696fdc sparc64: Defer cpu_data() setup until end of per-cpu data initialization. by David S. Miller · 15 years ago
  79. a209450 sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer. by David S. Miller · 16 years ago
  80. 890db40 sparc: Call OF and MD cpu scanning explicitly from paging_init() by David S. Miller · 16 years ago
  81. 01c45381 sparc64: add_node_ranges() must be __init by David S. Miller · 15 years ago
  82. 9a2ed5c sparc64: Fix section mismatch warnings in PCI controller drivers. by David S. Miller · 15 years ago
  83. e305cb8f cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: sparc64 by Rusty Russell · 16 years ago
  84. 917c366 sparc64: move EXPORT_SYMBOL to the symbols definition by Sam Ravnborg · 16 years ago
  85. 9018113 sparc64: Use unsigned long long for u64. by Sam Ravnborg · 16 years ago
  86. ff9aefb sparc64: refactor code in init_64.c by Sam Ravnborg · 16 years ago
  87. 27137e5 sparc,sparc64: unify mm/ by Sam Ravnborg · 16 years ago[Renamed (99%) from arch/sparc64/mm/init.c]
  88. 293666b sparc64: Stop using memory barriers for atomics and locks. by David S. Miller · 16 years ago
  89. 8c29890 sparc64 trivial section misannotations by Al Viro · 16 years ago
  90. af1ee56 sparc64: Kill sparse warnings in mm/init.h by David S. Miller · 16 years ago
  91. 98d86c0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by David S. Miller · 16 years ago
  92. 446139a sparc64: Implement SSTATE purely using notifiers and initcalls. by David S. Miller · 16 years ago
  93. ba4962d sparc64: Clean up CPU chip type probing code. by David S. Miller · 16 years ago
  94. b69416b sparc64: Rewrite central driver. by David S. Miller · 16 years ago
  95. dbb8c35 sparc64: setup_valid_addr_bitmap_from_pavail() should be __init by David S. Miller · 16 years ago
  96. 072bd41 sparc64: Add JBUS NUMA detection. by David S. Miller · 16 years ago
  97. f2b6079 sparc64: Fix cmdline_memory_size handling bugs. by David S. Miller · 16 years ago
  98. c918dcc sparc64: Fix overshoot in nid_range(). by David S. Miller · 16 years ago
  99. 4f70f7a sparc64: Implement IRQ stacks. by David S. Miller · 16 years ago
  100. 471a542 sparc64: use generic show_mem() by Johannes Weiner · 16 years ago