summaryrefslogtreecommitdiffstats
path: root/arch/nios2/mm
AgeCommit message (Expand)AuthorLines
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)-6/+0
2026-01-26nios2: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)-2/+6
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-3/+3
2025-04-24nios2: do not introduce conflicting mappings when flushing tlb entriesSimon Schuster-7/+11
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)-6/+0
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)-6/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)-1/+1
2025-03-17nios2: move pr_debug() about memory start and end to setup_arch()Mike Rapoport (Microsoft)-2/+0
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky-1/+2
2024-09-01mm: remove legacy install_special_mapping() codeLinus Torvalds-4/+8
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)-0/+21
2023-08-24nios2: fix flush_dcache_page() for usage from irq contextHelge Deller-2/+3
2023-08-24nios2: implement the new page table range APIMatthew Wilcox (Oracle)-36/+43
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds-15/+2
2023-03-02nios2: fix livelock in uaccessAl Viro-1/+4
2022-07-17nios2: drop definition of PGD_ORDERMike Rapoport-3/+2
2022-07-17nios2: drop definition of PTE_ORDERMike Rapoport-1/+1
2022-07-17nios2/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-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng-10/+8
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang-1/+0
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)-0/+1
2020-08-12mm/nios2: use general page fault accountingPeter Xu-10/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu-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-8/+8
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-3/+0
2020-06-04nios2: add support for folded p4d page tablesMike Rapoport-3/+12
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport-5/+3
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-11/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu-3/+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
2020-03-16dma-direct: remove the cached_kernel_address hookChristoph Hellwig-10/+0
2019-12-12nios2: Fix ioremapGuenter Roeck-0/+8
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds-4/+4
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig-4/+4
2019-11-11nios2: remove __iounmapChristoph Hellwig-3/+3
2019-11-11nios2: remove __ioremapChristoph Hellwig-14/+3
2019-06-25nios2: use the generic uncached segment support in dma-directChristoph Hellwig-19/+15
2019-05-14init: provide a generic free_initmem implementationMike Rapoport-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig-7/+0
2019-03-10Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-86/+115
2019-03-07arch/nios2/mm/fault.c: remove duplicate includeSabyasachi Gupta-1/+0
2019-03-07nios2: Fix update_mmu_cache preload the TLB with the new PTENicholas Piggin-1/+2
2019-03-07nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin-9/+30
2019-03-07nios2: User address TLB flush break after finding the matching entryNicholas Piggin-0/+5
2019-03-07nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin-6/+5
2019-03-07nios2: improve readability of tlb functionsNicholas Piggin-27/+33