summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual2020-04-071-1/+1
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-041-6/+1
|\
| * dma-direct: make uncached_kernel_address more generalChristoph Hellwig2020-03-161-1/+1
| * dma-direct: remove the cached_kernel_address hookChristoph Hellwig2020-03-161-5/+0
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* | MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3Huacai Chen2020-03-251-1/+4
* | MIPS: c-r4k: Invalidate BMIPS5000 ZSCM prefetch linesKamal Dasu2020-03-161-0/+29
* | MIPS: reduce print level for cache informationOleksij Rempel2020-02-284-23/+23
|/
* MIPS: mm: Place per_cpu on different nodes, if NUMA is enabledThomas Bogendoerfer2020-01-091-0/+45
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-12/+6
|\
| * dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-6/+6
| * dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-111-6/+0
* | mips: add support for folded p4d page tablesMike Rapoport2019-11-228-12/+38
* | mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport2019-11-223-5/+5
* | Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton2019-11-011-8/+15
|\|
| * MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton2019-10-231-8/+15
* | MIPS: Loongson64: Rename CPU TYPESJiaxun Yang2019-10-314-22/+22
* | MIPS: Provide unroll() macro, use it for cache opsPaul Burton2019-10-091-4/+8
* | MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen2019-10-071-1/+2
|/
* mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti2019-09-241-96/+0
* mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti2019-09-241-1/+2
* mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti2019-09-241-3/+4
* mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti2019-09-241-2/+2
* mips: properly account for stack randomization and stack guard gapAlexandre Ghiti2019-09-241-2/+12
* Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-227-347/+108
|\
| * MIPS: Detect bad _PFN_SHIFT valuesPaul Burton2019-09-201-0/+6
| * MIPS: tlbex: Remove cpu_has_local_ebasePaul Burton2019-09-031-7/+2
| * MIPS: tlbex: Simplify r3k checkPaul Burton2019-09-031-30/+22
| * MIPS: Select R3k-style TLB in KconfigPaul Burton2019-09-031-2/+3
| * MIPS: mm: Fix highmem compilePaul Burton2019-08-231-0/+2
| * MIPS: mm: Drop boot_mem_mapJiaxun Yang2019-08-231-57/+37
| * MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a booleanNathan Chancellor2019-08-111-1/+1
| * MIPS: Ingenic: Fix bugs when detecting X1000's L2 cache.Zhou Yanjie2019-08-051-7/+20
| * MIPS: Remove unused R8000 CPU supportPaul Burton2019-07-233-244/+0
| * MIPS: Remove unused R5432 CPU supportPaul Burton2019-07-232-2/+0
| * MIPS: Remove unused R4300 CPU supportPaul Burton2019-07-232-2/+0
| * MIPS: Rename JZRISC to XBURSTPaul Cercueil2019-07-212-2/+2
| * MIPS: Add partial 32-bit huge page supportDaniel Silsby2019-07-211-0/+20
* | dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-291-8/+0
|/
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-122-19/+9
|\
| * MIPS: use the generic uncached segment support in dma-directChristoph Hellwig2019-06-031-17/+9
| * MIPS: remove the _dma_cache_wback_inv exportChristoph Hellwig2019-06-031-2/+0
* | MIPS: use the generic get_user_pages_fast codeChristoph Hellwig2019-07-122-304/+0
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\ \
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
| * | signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-2/+2
| |/
* | MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin2019-06-241-9/+20