aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus 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
2019-09-24mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti1-96/+0
2019-09-24mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti1-1/+2
2019-09-24mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti1-3/+4
2019-09-24mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti1-2/+2
2019-09-24mips: properly account for stack randomization and stack guard gapAlexandre Ghiti1-2/+12
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds7-347/+108
2019-09-20MIPS: Detect bad _PFN_SHIFT valuesPaul Burton1-0/+6
2019-09-03MIPS: tlbex: Remove cpu_has_local_ebasePaul Burton1-7/+2
2019-09-03MIPS: tlbex: Simplify r3k checkPaul Burton1-30/+22
2019-09-03MIPS: Select R3k-style TLB in KconfigPaul Burton1-2/+3
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig1-8/+0
2019-08-23MIPS: mm: Fix highmem compilePaul Burton1-0/+2
2019-08-23MIPS: mm: Drop boot_mem_mapJiaxun Yang1-57/+37
2019-08-11MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a booleanNathan Chancellor1-1/+1
2019-08-05MIPS: Ingenic: Fix bugs when detecting X1000's L2 cache.Zhou Yanjie1-7/+20
2019-07-23MIPS: Remove unused R8000 CPU supportPaul Burton3-244/+0
2019-07-23MIPS: Remove unused R5432 CPU supportPaul Burton2-2/+0
2019-07-23MIPS: Remove unused R4300 CPU supportPaul Burton2-2/+0
2019-07-21MIPS: Rename JZRISC to XBURSTPaul Cercueil2-2/+2
2019-07-21MIPS: Add partial 32-bit huge page supportDaniel Silsby1-0/+20
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-19/+9
2019-07-12MIPS: use the generic get_user_pages_fast codeChristoph Hellwig2-304/+0
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2019-06-24MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin1-9/+20
2019-06-16MIPS: Fix bounds check virt_addr_validHauke Mehrtens1-1/+1
2019-06-08Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+6
2019-06-03MIPS: use the generic uncached segment support in dma-directChristoph Hellwig1-17/+9
2019-06-03MIPS: remove the _dma_cache_wback_inv exportChristoph Hellwig1-2/+0