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