aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
AgeCommit message (Expand)Author
2023-06-12Merge tag 'v5.4.246' into v5.4/standard/baseBruce Ashfield
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-04-06Merge tag 'v5.4.240' into v5.4/standard/baseBruce Ashfield
2023-04-05dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2022-09-09Merge tag 'v5.4.211' into v5.4/standard/baseBruce Ashfield
2022-08-25MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0Nathan Chancellor
2021-03-08Merge tag 'v5.4.102' into v5.4/standard/baseBruce Ashfield
2021-03-04MIPS: c-r4k: Fix section mismatch for loongson2_sc_initNathan Chancellor
2021-02-01Merge tag 'v5.4.91' into v5.4/standard/baseBruce Ashfield
2021-01-19mips: fix Section mismatch in referenceAnders Roxell
2020-11-25Merge tag 'v5.4.80' into v5.4/standard/baseBruce Ashfield
2020-11-24MIPS: export has_transparent_hugepage() for modulesRandy Dunlap
2020-09-09Merge tag 'v5.4.64' into v5.4/standard/baseBruce Ashfield
2020-09-09MIPS: mm: BMIPS5000 has inclusive physical cachesFlorian Fainelli
2020-04-22Merge tag 'v5.4.33' into v5.4/standard/baseBruce Ashfield
2020-04-17MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3Huacai Chen
2020-01-134kc cache tlb hazard: tlbp cache coherencyWeixing Shi
2019-10-23MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton
2019-09-24mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti
2019-09-24mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti
2019-09-24mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti
2019-09-24mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti
2019-09-24mips: properly account for stack randomization and stack guard gapAlexandre Ghiti
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2019-09-20MIPS: Detect bad _PFN_SHIFT valuesPaul Burton
2019-09-03MIPS: tlbex: Remove cpu_has_local_ebasePaul Burton
2019-09-03MIPS: tlbex: Simplify r3k checkPaul Burton
2019-09-03MIPS: Select R3k-style TLB in KconfigPaul Burton
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig
2019-08-23MIPS: mm: Fix highmem compilePaul Burton
2019-08-23MIPS: mm: Drop boot_mem_mapJiaxun Yang
2019-08-11MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a booleanNathan Chancellor
2019-08-05MIPS: Ingenic: Fix bugs when detecting X1000's L2 cache.Zhou Yanjie
2019-07-23MIPS: Remove unused R8000 CPU supportPaul Burton
2019-07-23MIPS: Remove unused R5432 CPU supportPaul Burton
2019-07-23MIPS: Remove unused R4300 CPU supportPaul Burton
2019-07-21MIPS: Rename JZRISC to XBURSTPaul Cercueil
2019-07-21MIPS: Add partial 32-bit huge page supportDaniel Silsby
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-07-12MIPS: use the generic get_user_pages_fast codeChristoph Hellwig
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-24MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin
2019-06-16MIPS: Fix bounds check virt_addr_validHauke Mehrtens
2019-06-08Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-03MIPS: use the generic uncached segment support in dma-directChristoph Hellwig
2019-06-03MIPS: remove the _dma_cache_wback_inv exportChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29MIPS: Make virt_addr_valid() return boolPaul Burton
2019-05-29MIPS: Bounds check virt_addr_validPaul Burton