summaryrefslogtreecommitdiff
path: root/arch/mips/mm
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-05MIPS: mm: Remove local_cache_flush_pageThomas Bogendoerfer3-10/+0
2023-04-05MIPS: mm: Remove unused *cache_page_indexed flush functionsThomas Bogendoerfer1-100/+0
2023-04-05MIPS: c-octeon: Provide alternative SMP cache flush functionJiaxun Yang1-0/+5
2023-04-05MIPS: Move declaration of bcache ops to cache.cJiaxun Yang2-14/+19
2023-03-24MIPS: c-r4k: Always install dma flush functionsJiaxun Yang1-9/+3
2022-12-12MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen3-14/+15
2022-08-07Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds4-94/+8
2022-08-04MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0Nathan Chancellor1-2/+2
2022-07-18mips: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport2-7/+7
2022-07-18mips: drop definitions of PTE_ORDERMike Rapoport1-1/+1
2022-07-18mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+3
2022-07-15MIPS: Fixed __debug_virt_addr_valid()Florian Fainelli1-10/+4
2022-07-14MIPS: Remove VR41xx supportThomas Bogendoerfer2-79/+0
2022-07-11MIPS: mm: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-05-12MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotationTiezhu Yang1-2/+4
2022-03-07MIPS: Sanitise Cavium switch cases in TLB handler synthesizersMaciej W. Rozycki1-13/+10
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer4-458/+2
2022-02-22MIPS: remove asm/war.hThomas Bogendoerfer4-5/+3
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+3
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang1-15/+1
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang1-3/+9
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+9
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-10/+9
2021-12-14MIPS: Fix typo in a commentJason Wang1-1/+1