summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm
Commit message (Expand)AuthorAgeFilesLines
* microblaze: Remove zalloc_maybe_bootmem()Christophe Leroy2023-08-231-16/+0
* mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-2/+3
* microblaze: fix livelock in uaccessAl Viro2023-03-021-1/+4
* microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+20
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* microblaze: Add support for reserved memory defined by DTMichal Simek2022-04-211-0/+3
* microblaze: Wire memblock_dump_all()Michal Simek2022-04-211-0/+2
* mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-12/+10
* microblaze: use is_kernel_text() helperKefeng Wang2021-11-091-1/+2
* microblaze: simplify pte_alloc_one_kernel()Mike Rapoport2021-09-032-21/+8
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* microblaze: tag highmem_setup() with __meminitDavid Hildenbrand2021-03-021-1/+1
* Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-12-163-81/+1
|\
| * microblaze: Remove noMMU codeMichal Simek2020-11-263-79/+1
* | microblaze/mm/highmem: Add dropped #ifdef backThomas Gleixner2020-11-191-0/+1
* | microblaze/mm/highmem: Switch to generic kmap atomicThomas Gleixner2020-11-063-85/+0
|/
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-2/+2
|\
| * dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-4/+5
* | mircoblaze: drop unneeded NUMA and sparsemem initializationsMike Rapoport2020-10-131-13/+1
|/
* microblaze: fix min_low_pfn/max_low_pfn build errorsRandy Dunlap2020-08-311-0/+3
* mm/microblaze: use general page fault accountingPeter Xu2020-08-121-5/+4
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-3/+0
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-6/+6
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-9/+0
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* arch/kmap: ensure kmap_prot visibilityIra Weiny2020-06-041-3/+0
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-8/+3
* {x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny2020-06-041-8/+2
* mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-041-8/+1
|\
| * dma-direct: make uncached_kernel_address more generalChristoph Hellwig2020-03-161-1/+1
| * dma-direct: remove the cached_kernel_address hookChristoph Hellwig2020-03-161-7/+0
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* | microblaze: Stop printing the virtual memory layoutArvind Sankar2020-03-091-12/+0
* | microblaze: Kernel parameters should be parsed earlierMichal Simek2020-02-241-0/+2
|/
* microblaze: Wire CMA allocatorMichal Simek2020-02-041-0/+4
* microblaze: use pgtable-nopmd instead of 4level-fixupMike Rapoport2019-12-042-4/+16
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-241-4/+0
|\
| * mm: remove quicklist page table cachesNicholas Piggin2019-09-241-4/+0
* | Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2019-09-241-191/+30
|\ \ | |/ |/|
| * microblaze: use the generic dma coherent remap allocatorChristoph Hellwig2019-08-301-148/+4