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