summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm
AgeCommit message (Expand)AuthorLines
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)-7/+0
2026-01-26microblaze: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)-6/+11
2025-05-11mm: call ctor/dtor for kernel PTEsKevin Brodsky-1/+1
2025-04-01microblaze/mm: put mm_cmdline_setup() in .init.text sectionWei Yang-1/+1
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)-3/+0
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)-16/+0
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)-2/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)-4/+0
2024-08-25microblaze: don't treat zero reserved memory regions as errorMike Rapoport-5/+0
2023-08-23microblaze: Remove zalloc_maybe_bootmem()Christophe Leroy-16/+0
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds-2/+3
2023-03-02microblaze: fix livelock in uaccessAl Viro-1/+4
2022-07-17microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-0/+20
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu-0/+4
2022-04-21microblaze: Add support for reserved memory defined by DTMichal Simek-0/+3
2022-04-21microblaze: Wire memblock_dump_all()Michal Simek-0/+2
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng-12/+10
2021-11-09microblaze: use is_kernel_text() helperKefeng Wang-1/+2
2021-09-03microblaze: simplify pte_alloc_one_kernel()Mike Rapoport-21/+8
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang-1/+0
2021-03-02microblaze: tag highmem_setup() with __meminitDavid Hildenbrand-1/+1
2020-12-16Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-81/+1
2020-11-26microblaze: Remove noMMU codeMichal Simek-79/+1
2020-11-19microblaze/mm/highmem: Add dropped #ifdef backThomas Gleixner-0/+1
2020-11-06microblaze/mm/highmem: Switch to generic kmap atomicThomas Gleixner-85/+0
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-2/+2
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport-4/+5
2020-10-13mircoblaze: drop unneeded NUMA and sparsemem initializationsMike Rapoport-13/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig-1/+1
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig-1/+1
2020-08-31microblaze: fix min_low_pfn/max_low_pfn build errorsRandy Dunlap-0/+3
2020-08-12mm/microblaze: use general page fault accountingPeter Xu-5/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu-1/+1
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport-3/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-6/+6
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport-9/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny-3/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny-8/+3
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny-8/+2
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport-1/+1
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-8/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu-1/+1
2020-03-16dma-direct: make uncached_kernel_address more generalChristoph Hellwig-1/+1