summaryrefslogtreecommitdiff
path: root/arch/mips/mm
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-29MIPS: Remove a repeated word in a commentJason Wang1-1/+1
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-1/+1
2021-11-05Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2-10/+1
2021-10-24MIPS: Remove NETLOGIC supportThomas Bogendoerfer2-10/+1
2021-10-06mips, uasm: Enable muhu opcode for MIPS R6Tony Ambardar2-2/+5
2021-09-03Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-15/+14
2021-07-28mips: clean up kernel-doc in mm/c-octeon.cRandy Dunlap1-15/+14
2021-07-13MIPS: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-07-02Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-0/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-2/+2
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport1-3/+0
2021-06-05Revert "MIPS: make userspace mapping young by default"Thomas Bogendoerfer1-16/+14
2021-06-01MIPS: mm: XBurst CPU requires sync after DMAPaul Cercueil1-0/+1
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-2/+2
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2021-04-06MIPS: uaccess: Added __get/__put_kernel_nofaultThomas Bogendoerfer2-0/+14
2021-04-06MIPS: Add support for CONFIG_DEBUG_VIRTUALFlorian Fainelli2-0/+58
2021-03-14MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handlingHuang Pei1-4/+5
2021-02-26MIPS: make userspace mapping young by defaultHuang Pei1-14/+16
2021-02-25MIPS: do not call flush_tlb_all when setting pmd entryBibo Mao2-2/+0
2021-02-13MIPS: remove CONFIG_DMA_PERDEV_COHERENTChristoph Hellwig1-1/+1