1. 22e7878 microblaze: simplify pte_alloc_one_kernel() by Mike Rapoport · 3 years, 4 months ago
  2. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 9 months ago
  3. 9dc12e4 microblaze: tag highmem_setup() with __meminit by David Hildenbrand · 3 years, 11 months ago
  4. 66fc6a6 Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 4 years, 1 month ago
  5. 05cdf45 microblaze: Remove noMMU code by Michal Simek · 4 years, 2 months ago
  6. a0e16997 microblaze/mm/highmem: Add dropped #ifdef back by Thomas Gleixner · 4 years, 2 months ago
  7. 7ac1b26 microblaze/mm/highmem: Switch to generic kmap atomic by Thomas Gleixner · 4 years, 2 months ago
  8. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  9. b10d6bc arch, drivers: replace for_each_membock() with for_each_mem_range() by Mike Rapoport · 4 years, 3 months ago
  10. 4964579 mircoblaze: drop unneeded NUMA and sparsemem initializations by Mike Rapoport · 4 years, 3 months ago
  11. 0b1abd1 dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 4 months ago
  12. 08134e7 microblaze: fix min_low_pfn/max_low_pfn build errors by Randy Dunlap · 4 years, 5 months ago
  13. c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 4 years, 5 months ago
  14. e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years, 7 months ago
  15. db458d7 arch/kmap: ensure kmap_prot visibility by Ira Weiny · 4 years, 7 months ago
  16. 9691a07 mm: use free_area_init() instead of free_area_init_nodes() by Mike Rapoport · 4 years, 8 months ago
  17. 1babf55 microblaze: Stop printing the virtual memory layout by Arvind Sankar · 4 years, 11 months ago
  18. dcf639f microblaze: Kernel parameters should be parsed earlier by Michal Simek · 5 years ago
  19. 2602276 microblaze: Wire CMA allocator by Michal Simek · 5 years ago
  20. ed48e1f microblaze: use pgtable-nopmd instead of 4level-fixup by Mike Rapoport · 5 years ago
  21. 997aef6 init: provide a generic free_initmem implementation by Mike Rapoport · 6 years ago
  22. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  23. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  24. 0240dfd arch: don't memset(0) memory returned by memblock_alloc() by Mike Rapoport · 6 years ago
  25. 3e5e79f microblaze: prefer memblock API returning virtual address by Mike Rapoport · 6 years ago
  26. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  27. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  28. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  29. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  30. 101646a microblaze: switch to NO_BOOTMEM by Rob Herring · 7 years ago
  31. cd4dfee microblaze: remove unused alloc_maybe_bootmem by Rob Herring · 7 years ago
  32. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  33. a66a626 microblaze: Use asm-generic/io.h by Michal Simek · 12 years ago
  34. e7e8de5 memblock: make memblock_set_node() support different memblock_type by Tang Chen · 11 years ago
  35. 6879ea8 mm/microblaze: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 12 years ago
  36. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 12 years ago
  37. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 12 years ago
  38. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 12 years ago
  39. 5eec2f0 microblaze: Fix initrd support by Michal Simek · 12 years ago
  40. ec601a3 mm/microblaze: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 12 years ago
  41. 7beb598 mm/microblaze: use common help functions to free reserved pages by Jiang Liu · 12 years ago
  42. 6bd55f0 microblaze: Fix coding style issues by Michal Simek · 12 years ago
  43. 95b0f9e microblaze: Improve TLB calculation for small systems by Michal Simek · 15 years ago
  44. 2f2f371 microblaze: Highmem support by Michal Simek · 13 years ago
  45. baab8a8 microblaze: Use active regions by Michal Simek · 13 years ago
  46. 8329979 microblaze: Show more detailed information about memory by Michal Simek · 13 years ago
  47. 4193876 microblaze: Introduce fixmap by Michal Simek · 13 years ago
  48. 83a9252 microblaze: mm: Fix lowmem max memory size limits by Michal Simek · 13 years ago
  49. 4e2e412 microblaze: mm: Use ZONE_DMA instead of ZONE_NORMAL by Michal Simek · 13 years ago
  50. 66421a6 microblaze: Add export.h to arch/microblaze files as required by Paul Gortmaker · 13 years ago
  51. 6be9dd1 microblaze: add missing CONFIG_ prefixes by Paul Bolle · 13 years ago
  52. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 14 years ago
  53. da5ab11 memblock, microblaze: Fix memblock API change fallout by Michal Simek · 14 years ago
  54. daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
  55. e058166 microblaze: Sync noMMU and MMU setup_memory by Michal Simek · 15 years ago
  56. 76bfcc8 memblock/microblaze: Use new accessors by Benjamin Herrenschmidt · 14 years ago
  57. e3239ff memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region by Benjamin Herrenschmidt · 14 years ago
  58. 95f72d1 lmb: rename to memblock by Yinghai Lu · 15 years ago
  59. ee4bcdf microblaze: export assembly functions used by modules by Michal Simek · 15 years ago
  60. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 15 years ago
  61. 60a729f microblaze: move noMMU __range_ok function to uaccess.h by Michal Simek · 15 years ago
  62. 4009819 microblaze: Remove memset in free_init_pages by Michal Simek · 15 years ago
  63. 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
  64. 79bf3a1 microblaze: PCI early support for noMMU system by Michal Simek · 15 years ago
  65. e786c6a microblaze: Use generic show_mem() by Michal Simek · 15 years ago
  66. a84642a microblaze: Add {z,}alloc_maybe_bootmem functions by Michal Simek · 15 years ago
  67. fd6ed51 microblaze: Export memory_start for modules by Michal Simek · 15 years ago
  68. a6b49cb Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 15 years ago
  69. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
  70. d6f6177 microblaze: Actually show KiB rather than pages in "Freeing initrd memory:" by Lennart Sorensen · 15 years ago
  71. 8f37b6c microblaze: Use klimit instead of _end for memory init by Michal Simek · 15 years ago
  72. db6e3f9 microblaze: Fix cast warning for init.c by Michal Simek · 16 years ago
  73. 4dc6083 microblaze_mmu_v2: MMU initialization by Michal Simek · 16 years ago
  74. e93b55b Microblaze: Remove unused variable from paging init by Michal Simek · 16 years ago
  75. 5af9043 microblaze: Fix paging init-zone initialization by Steve Magnani · 16 years ago
  76. 5af7fa6 microblaze: export some symbols by Arnd Bergmann · 16 years ago
  77. a95d0e1 microblaze_v8: memory inicialization, MMU, TLB by Michal Simek · 16 years ago