summaryrefslogtreecommitdiff
path: root/arch/mips/mm
AgeCommit message (Expand)Author
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-17Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2024-01-08MIPS: Fix typosBjorn Helgaas
2023-12-21mips: mm: add slab availability checking in ioremap_protSerge Semin
2023-12-21mips: Optimize max_mapnr init procedureSerge Semin
2023-12-21mips: Fix max_mapnr being uninitialized on early stagesSerge Semin
2023-12-20mips: fix r3k_cache_init build regressionArnd Bergmann
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe
2023-12-10mips: hide conditionally unused functionsArnd Bergmann
2023-12-10mips: move cache declarations into headerArnd Bergmann
2023-12-10mips: fix tlb_init() prototypeArnd Bergmann
2023-12-10mips: fix setup_zero_pages() prototypeArnd Bergmann
2023-12-10mips: move build_tlb_refill_handler() prototypeArnd Bergmann
2023-12-10mips: mark local function static if possibleArnd Bergmann
2023-12-10mips: add missing declarations for trap handlersArnd Bergmann
2023-10-04mips: use nth_page() in place of direct struct page manipulationZi Yan
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2023-08-24mips: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-21mips: convert various functions to use ptdescsVishal Moola (Oracle)
2023-08-15mips: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-06-29Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-24mips/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings
2023-06-20MIPS: mm: Remove special handling for OCTEON CPUsThomas Bogendoerfer
2023-06-19mips: add pte_unmap() to balance pte_offset_map()Hugh Dickins
2023-04-05MIPS: mm: Remove local_cache_flush_pageThomas Bogendoerfer
2023-04-05MIPS: mm: Remove unused *cache_page_indexed flush functionsThomas Bogendoerfer
2023-04-05MIPS: c-octeon: Provide alternative SMP cache flush functionJiaxun Yang
2023-04-05MIPS: Move declaration of bcache ops to cache.cJiaxun Yang
2023-03-24MIPS: c-r4k: Always install dma flush functionsJiaxun Yang
2022-12-11MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen
2022-08-06Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2022-08-04MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0Nathan Chancellor
2022-07-17mips: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport
2022-07-17mips: drop definitions of PTE_ORDERMike Rapoport
2022-07-17mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-15MIPS: Fixed __debug_virt_addr_valid()Florian Fainelli
2022-07-14MIPS: Remove VR41xx supportThomas Bogendoerfer
2022-07-11MIPS: mm: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-05-12MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotationTiezhu Yang
2022-03-07MIPS: Sanitise Cavium switch cases in TLB handler synthesizersMaciej W. Rozycki
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer
2022-02-22MIPS: remove asm/war.hThomas Bogendoerfer
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2021-12-14MIPS: Fix typo in a commentJason Wang