summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
AgeCommit message (Expand)AuthorFilesLines
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-4/+4
2020-07-08MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen1-2/+2
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-5/+5
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport4-25/+7
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport13-13/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+3
2020-06-04arch/kmap: don't hard code kmap_prot valuesIra Weiny1-1/+1
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny2-10/+5
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny2-17/+3
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-9/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-11/+3
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny1-1/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-05-28MIPS: CPU_LOONGSON2EF need software to maintain cache consistencyLichao Liu1-0/+1
2020-05-24MIPS: Tidy up CP0.Config6 bits definitionHuacai Chen1-2/+2
2020-05-22mips: Add MIPS Release 5 supportSerge Semin2-6/+8
2020-05-19mips: MAAR: Add XPA mode supportSerge Semin1-1/+7
2020-05-11MIPS: unexport __flush_icache_user_rangeChristoph Hellwig1-1/+0
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang2-4/+4
2020-04-26MIPS: Kernel: Identify Loongson-2K processorsJiaxun Yang1-3/+9
2020-04-26MIPS: Rename the "Fill" cache ops to avoid build failureHuacai Chen1-1/+1
2020-04-19MIPS: use ioremap_page_rangeChristoph Hellwig1-101/+11
2020-04-19MIPS: move ioremap_prot und iounmap out of lineChristoph Hellwig3-24/+46
2020-04-07mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual1-1/+1
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-6/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2020-03-25MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3Huacai Chen1-1/+4
2020-03-16MIPS: c-r4k: Invalidate BMIPS5000 ZSCM prefetch linesKamal Dasu1-0/+29
2020-03-16dma-direct: make uncached_kernel_address more generalChristoph Hellwig1-1/+1
2020-03-16dma-direct: remove the cached_kernel_address hookChristoph Hellwig1-5/+0
2020-02-28MIPS: reduce print level for cache informationOleksij Rempel4-23/+23
2020-01-09MIPS: mm: Place per_cpu on different nodes, if NUMA is enabledThomas Bogendoerfer1-0/+45
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds1-12/+6
2019-11-22mips: add support for folded p4d page tablesMike Rapoport8-12/+38
2019-11-22mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport3-5/+5
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-6/+6
2019-11-11dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig1-6/+0
2019-11-01Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton1-8/+15
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang4-22/+22
2019-10-23MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton1-8/+15
2019-10-09MIPS: Provide unroll() macro, use it for cache opsPaul Burton1-4/+8
2019-10-07MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen1-1/+2