summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-1/+1
|\
| * iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe2023-12-121-1/+1
* | Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2024-01-177-13/+19
|\ \
| * | MIPS: Fix typosBjorn Helgaas2024-01-085-6/+6
| * | mips: mm: add slab availability checking in ioremap_protSerge Semin2023-12-211-0/+4
| * | mips: Optimize max_mapnr init procedureSerge Semin2023-12-211-2/+6
| * | mips: Fix max_mapnr being uninitialized on early stagesSerge Semin2023-12-211-7/+5
| |/
* | mips: fix r3k_cache_init build regressionArnd Bergmann2023-12-201-6/+3
* | mips: hide conditionally unused functionsArnd Bergmann2023-12-102-0/+4
* | mips: move cache declarations into headerArnd Bergmann2023-12-102-10/+0
* | mips: fix tlb_init() prototypeArnd Bergmann2023-12-102-0/+2
* | mips: fix setup_zero_pages() prototypeArnd Bergmann2023-12-101-0/+1
* | mips: move build_tlb_refill_handler() prototypeArnd Bergmann2023-12-102-4/+2
* | mips: mark local function static if possibleArnd Bergmann2023-12-101-1/+1
* | mips: add missing declarations for trap handlersArnd Bergmann2023-12-101-0/+1
|/
* mips: use nth_page() in place of direct struct page manipulationZi Yan2023-10-041-1/+1
* Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-09-072-2/+2
|\
| * mips: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-152-2/+2
* | mips: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-246-41/+47
* | mips: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-211-3/+5
|/
* Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-06-291-20/+4
|\
| * MIPS: mm: Remove special handling for OCTEON CPUsThomas Bogendoerfer2023-06-201-20/+4
* | Merge branch 'expand-stack'Linus Torvalds2023-06-281-10/+2
|\ \
| * | mips/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2023-06-241-10/+2
| |/
* / mips: add pte_unmap() to balance pte_offset_map()Hugh Dickins2023-06-191-2/+10
|/
* MIPS: mm: Remove local_cache_flush_pageThomas Bogendoerfer2023-04-053-10/+0
* MIPS: mm: Remove unused *cache_page_indexed flush functionsThomas Bogendoerfer2023-04-051-100/+0
* MIPS: c-octeon: Provide alternative SMP cache flush functionJiaxun Yang2023-04-051-0/+5
* MIPS: Move declaration of bcache ops to cache.cJiaxun Yang2023-04-052-14/+19
* MIPS: c-r4k: Always install dma flush functionsJiaxun Yang2023-03-241-9/+3
* MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen2022-12-113-14/+15
* Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2022-08-064-94/+8
|\
| * MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0Nathan Chancellor2022-08-041-2/+2
| * MIPS: Fixed __debug_virt_addr_valid()Florian Fainelli2022-07-151-10/+4
| * MIPS: Remove VR41xx supportThomas Bogendoerfer2022-07-142-79/+0
| * MIPS: mm: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-111-3/+2
* | mips: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport2022-07-172-7/+7
* | mips: drop definitions of PTE_ORDERMike Rapoport2022-07-171-1/+1
* | mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+3
* | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
|/
* MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotationTiezhu Yang2022-05-121-2/+4
* MIPS: Sanitise Cavium switch cases in TLB handler synthesizersMaciej W. Rozycki2022-03-071-13/+10
* MIPS: Remove TX39XX supportThomas Bogendoerfer2022-03-014-458/+2
* MIPS: remove asm/war.hThomas Bogendoerfer2022-02-224-5/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-11/+3
|\
| * mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-15/+1
| * mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-3/+9
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-10/+9
|\ \
| * | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-10/+9
| |/
* | MIPS: Fix typo in a commentJason Wang2021-12-141-1/+1