summaryrefslogtreecommitdiff
path: root/arch/mips/mm
AgeCommit message (Expand)AuthorFilesLines
2025-07-28MIPS: Don't use %pK through printkThomas Weißschuh1-1/+1
2025-07-16MIPS: mm: tlb-r4k: Uniquify TLB entries on initJiaxun Yang1-1/+55
2025-05-12arch: remove mk_pmd()Matthew Wilcox (Oracle)2-19/+0
2025-03-18arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-5/+0
2025-03-18arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-4/+7
2025-03-18arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)1-20/+0
2025-03-18arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-2/+0
2025-03-18arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-8/+0
2025-03-18MIPS: make setup_zero_pages() use memblockMike Rapoport (Microsoft)1-13/+5
2025-03-18MIPS: consolidate mem_init() for NUMA machinesMike Rapoport (Microsoft)1-0/+7
2025-03-17mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts2-4/+4
2025-01-26asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-5/+3
2024-09-10mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-2/+3
2024-07-04mm: remove page_mapping()Matthew Wilcox (Oracle)1-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-13/+2
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-0/+23
2024-05-14mips: module: rename MODULE_START to MODULES_VADDRMike Rapoport (IBM)1-2/+2
2024-04-26dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy1-2/+1
2024-04-26treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-2/+1
2024-04-26mm/treewide: remove pXd_huge()Peter Xu1-10/+0
2024-04-26mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-1/+1
2024-02-20MIPS: tlbex: Use GPR number macrosJiaxun Yang1-99/+97
2024-02-20MIPS: page: Use GPR number macrosJiaxun Yang1-107/+95
2024-02-20MIPS: Unify define of CP0 registers for uasm codeJiaxun Yang1-17/+1
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-01-17Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds7-13/+19
2024-01-08MIPS: Fix typosBjorn Helgaas5-6/+6
2023-12-21mips: mm: add slab availability checking in ioremap_protSerge Semin1-0/+4
2023-12-21mips: Optimize max_mapnr init procedureSerge Semin1-2/+6
2023-12-21mips: Fix max_mapnr being uninitialized on early stagesSerge Semin1-7/+5
2023-12-21mips: fix r3k_cache_init build regressionArnd Bergmann1-6/+3
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe1-1/+1
2023-12-11mips: hide conditionally unused functionsArnd Bergmann2-0/+4
2023-12-11mips: move cache declarations into headerArnd Bergmann2-10/+0
2023-12-11mips: fix tlb_init() prototypeArnd Bergmann2-0/+2
2023-12-11mips: fix setup_zero_pages() prototypeArnd Bergmann1-0/+1
2023-12-11mips: move build_tlb_refill_handler() prototypeArnd Bergmann2-4/+2
2023-12-11mips: mark local function static if possibleArnd Bergmann1-1/+1
2023-12-11mips: add missing declarations for trap handlersArnd Bergmann1-0/+1
2023-10-04mips: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-2/+2
2023-08-25mips: implement the new page table range APIMatthew Wilcox (Oracle)6-41/+47
2023-08-21mips: convert various functions to use ptdescsVishal Moola (Oracle)1-3/+5
2023-08-15mips: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2-2/+2
2023-06-30Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-20/+4
2023-06-29Merge branch 'expand-stack'Linus Torvalds1-10/+2
2023-06-25mips/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-10/+2
2023-06-20MIPS: mm: Remove special handling for OCTEON CPUsThomas Bogendoerfer1-20/+4
2023-06-20mips: add pte_unmap() to balance pte_offset_map()Hugh Dickins1-2/+10