1. e1b2f134 sparc32: fix sparse warning in fault_32.c by Sam Ravnborg · 10 years ago
  2. ddb7417 sparc32: rename mm/srmmu.h to mm/mm_32.h by Sam Ravnborg · 10 years ago
  3. 151b628 sparc64:tsb.c:use array size macro rather than number by Doug Wilson · 10 years ago
  4. a56b072 sparc32: make copy_to/from_user_page() usable from modular code by Paul Gortmaker · 10 years ago
  5. 8b2abcb sparc: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  6. e7e8de5 memblock: make memblock_set_node() support different memblock_type by Tang Chen · 11 years ago
  7. 6a328f3 sparc64: merge fix by Stephen Rothwell · 11 years ago
  8. 1b27227 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 11 years ago
  9. 1ae9ae5 sparc: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  10. c389a25 mm, thp: do not access mm->pmd_huge_pte directly by Kirill A. Shutemov · 11 years ago
  11. 812cb83 sparc64: Implement HAVE_CONTEXT_TRACKING by Kirill Tkhai · 11 years ago
  12. a7b9403 sparc64: Encode huge PMDs using PTE encoding. by David S. Miller · 11 years ago
  13. 2b77933 sparc64: Move to 64-bit PGDs and PMDs. by David S. Miller · 11 years ago
  14. 37b3a8f sparc64: Move from 4MB to 8MB huge pages. by David S. Miller · 11 years ago
  15. b2d4383 sparc64: Make PAGE_OFFSET variable. by David S. Miller · 11 years ago
  16. bb7b435 sparc64: Document the shift counts used to validate linear kernel addresses. by David S. Miller · 11 years ago
  17. 922631b sparc64: Use PAGE_OFFSET instead of a magic constant. by David S. Miller · 11 years ago
  18. c920745 sparc64: Clean up 64-bit mmap exclusion defines. by David S. Miller · 11 years ago
  19. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  20. 83467ef mm: migrate: check movability of hugepage in unmap_and_move_huge_page() by Naoya Horiguchi · 11 years ago
  21. 2066aad sparc: delete __cpuinit/__CPUINIT usage from all users by Paul Gortmaker · 11 years ago
  22. 961246b [PATCH] sparc32: vm_area_struct access for old Sun SPARCs. by Olivier DANET · 11 years ago
  23. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  24. dceccbe mm/SPARC: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  25. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  26. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  27. 24a72ac Merge tag 'v3.10' into next by Benjamin Herrenschmidt · 11 years ago
  28. 6b0b50b mm/THP: add pmd args to pgtable deposit and withdraw APIs by Aneesh Kumar K.V · 11 years ago
  29. 23a0113 sparc: tsb must be flushed before tlb by Dave Kleikamp · 11 years ago
  30. 771a37f sparc64 address-congruence property by bob picco · 11 years ago
  31. 70affe4 mm/SPARC: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  32. 048c9ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by David S. Miller · 11 years ago
  33. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 11 years ago
  34. 32e1a10 mm/SPARC: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  35. f0af970 sparc64: Fix missing put_cpu_var() in tlb_batch_add_one() when not batching. by David S. Miller · 11 years ago
  36. f36391d sparc64: Fix race in TLB batch processing. by David S. Miller · 11 years ago
  37. 07df841 sparc64: Do not save/restore interrupts in get_new_mmu_context() by Kirill Tkhai · 11 years ago
  38. 9a0ac1b sparc/iommu: fix typo s/265KB/256KB/ by Akinobu Mita · 11 years ago
  39. 54df2db sparc/srmmu: clear trailing edge of bitmap properly by Akinobu Mita · 11 years ago
  40. ce835e5 sparc64: Do not change num_physpages during initmem freeing by Tkhai Kirill · 11 years ago
  41. ec8acf2 swap: add per-partition lock for swapfile by Shaohua Li · 11 years ago
  42. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 11 years ago
  43. 46723bf memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap by Yasuaki Ishimatsu · 11 years ago
  44. 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
  45. 0fbebed sparc64: Fix tsb_grow() in atomic context. by David S. Miller · 11 years ago
  46. bcd896b sparc64: Handle hugepage TSB being NULL. by David S. Miller · 11 years ago
  47. a55ee1f sparc64: Fix gfp_flags setting in tsb_grow(). by David S. Miller · 11 years ago
  48. 89a7791 sparc64: Fix get_user_pages_fast() wrt. THP. by David S. Miller · 11 years ago
  49. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 11 years ago
  50. 7c9503b SPARC: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  51. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  52. 2aea28b mm: use vm_unmapped_area() in hugetlbfs on sparc64 architecture by Michel Lespinasse · 12 years ago
  53. 961f8fa sparc, mm: Remove calling of free_all_bootmem_node() by Yinghai Lu · 12 years ago
  54. d05f06e Merge branch 'arch-frv' into no-rebases by Al Viro · 12 years ago
  55. 916ca14 sparc64: Add global PMU register dumping via sysrq. by David S. Miller · 12 years ago
  56. dff933d sparc64: clear syscall_noerror on the entry to syscall, not on the exit by Al Viro · 12 years ago
  57. f88620b sparc64: Fix deficiencies in sun4v error reporting. by David S. Miller · 12 years ago
  58. 9e695d2 sparc64: Support transparent huge pages. by David Miller · 12 years ago
  59. c460bec sparc64: Eliminate PTE table memory wastage. by David Miller · 12 years ago
  60. 15b9350 sparc64: Only support 4MB huge pages and 8KB base pages. by David Miller · 12 years ago
  61. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  62. 5da444a sparc: fix format string argument for prom_printf() by Akinobu Mita · 12 years ago
  63. c69ad0a sparc64: Use cpu_pgsz_mask for linear kernel mapping config. by David S. Miller · 12 years ago
  64. ce33fdc sparc64: Probe cpu page size support more portably. by David S. Miller · 12 years ago
  65. 4f93d21 sparc64: Support 2GB and 16GB page sizes for kernel linear mappings. by David S. Miller · 12 years ago
  66. 2856cc2 sparc64: Be less verbose during vmemmap population. by David S. Miller · 12 years ago
  67. a0ce3ba0 sparc32: delete dead code in show_mem() by Sam Ravnborg · 12 years ago
  68. 9a4d5b9 sparc32: move kmap_init() to highmem.c by Sam Ravnborg · 12 years ago
  69. d8a1b2b sparc32: move probe_memory() to srmmu.c by Sam Ravnborg · 12 years ago
  70. b585e85 sparc32: centralize all mmu context handling in srmmu.c by Sam Ravnborg · 12 years ago
  71. 59b00c7 sparc32: drop quicklist by Sam Ravnborg · 12 years ago
  72. cc52aea sparc32: drop sparc model check in paging_init by Sam Ravnborg · 12 years ago
  73. c966a33 sparc32: drop sparc_unmapped_base by Sam Ravnborg · 12 years ago
  74. d884297 sparc32,leon: drop leon_init() by Sam Ravnborg · 12 years ago
  75. 1b6d06d8 sparc32: drop fixmap.h by Sam Ravnborg · 12 years ago
  76. 5bbeed1 sparc32: drop unused kmap_atomic_to_page by Sam Ravnborg · 12 years ago
  77. 7cdfbc7 sparc32: beautify srmmu_inherit_prom_mappings() by Sam Ravnborg · 12 years ago
  78. f71a2aa sparc32: use void * in nocache get/free by Sam Ravnborg · 12 years ago
  79. 605ae96 sparc32: fix coding-style in srmmu.c by Sam Ravnborg · 12 years ago
  80. 4a049b0 sparc32: sort includes in srmmu.c by Sam Ravnborg · 12 years ago
  81. 3244246 sparc32: define a few srmmu functions __init by Sam Ravnborg · 12 years ago
  82. 805918f sparc32: srmmu_probe now knows about leon too by Sam Ravnborg · 12 years ago
  83. 6729cf7 sparc32: introduce run-time patching of srmmu access functions by Sam Ravnborg · 12 years ago
  84. 3107948 sparc32,leon: always include leon_smp + leon_mm in build by Sam Ravnborg · 12 years ago
  85. 29af0eb sparc32: use the common implementation of alloc_thread_info_node() by Sam Ravnborg · 12 years ago
  86. 9daeaa3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 12 years ago
  87. 8578149 sparc32: drop unused inline functions in srmmu.c by Sam Ravnborg · 12 years ago
  88. 3d5f7d3 sparc32: drop unused functions in pgtsrmmu.h by Sam Ravnborg · 12 years ago
  89. accf032 sparc32,leon: move leon mmu functions to leon_mm.c by Sam Ravnborg · 12 years ago
  90. 70168df sparc32: cleanup mm/fault_32.c by Sam Ravnborg · 12 years ago
  91. c7020eb sparc32: Remove cypress cpu support. by David S. Miller · 12 years ago
  92. 50544bc sparc32: remove runtime btfix support by Sam Ravnborg · 12 years ago
  93. 5d83d66 sparc32: Move cache and TLB flushes over to method ops. by David S. Miller · 12 years ago
  94. b25e74b1 sparc32: Remove unused declarations in srmmu.c by David S. Miller · 12 years ago
  95. d894d96 sparc32: Convert mmu_* interfaces from btfixup to method ops. by David S. Miller · 12 years ago
  96. 679bea5 sparc: Kill mmu_{un,}lockarea(). by David S. Miller · 12 years ago
  97. f613914 sparc32: Un-btfixup update_mmu_cache(). by David S. Miller · 12 years ago
  98. 73c1377 sparc32: Kill btfixup for xchg()'s 'swap' instruction. by David S. Miller · 12 years ago
  99. fb6f66f sparc32: drop btfixup in page_32.h by Sam Ravnborg · 12 years ago
  100. b796c6d sparc32: drop btfixup in mmu_context_32.h by Sam Ravnborg · 12 years ago