summaryrefslogtreecommitdiff
path: root/arch/mips/mm
AgeCommit message (Expand)AuthorFilesLines
2019-08-12MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a booleanNathan Chancellor1-1/+1
2019-08-06MIPS: Ingenic: Fix bugs when detecting X1000's L2 cache.Zhou Yanjie1-7/+20
2019-07-24MIPS: Remove unused R8000 CPU supportPaul Burton3-244/+0
2019-07-24MIPS: Remove unused R5432 CPU supportPaul Burton2-2/+0
2019-07-24MIPS: Remove unused R4300 CPU supportPaul Burton2-2/+0
2019-07-22MIPS: Rename JZRISC to XBURSTPaul Cercueil2-2/+2
2019-07-22MIPS: Add partial 32-bit huge page supportDaniel Silsby1-0/+20
2019-07-13Merge 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-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-06-24MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin1-9/+20
2019-06-17MIPS: 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...Linus 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
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29MIPS: Make virt_addr_valid() return boolPaul Burton1-2/+2
2019-05-29MIPS: Bounds check virt_addr_validPaul Burton1-0/+5
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman1-2/+2
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig1-8/+0
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-5/+6
2019-03-20MIPS: uasm: Add div, mul and sel instructions for mipsr6Hassan Naveed2-15/+38
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+5
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+8
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds13-257/+365
2019-02-19MIPS: dma-noncoherent: Remove bogus condition in dma_sync_phys()Paul Burton1-6/+1
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig1-0/+8
2019-02-07MIPS: Delete unused flush_cache_sigtramp()Paul Burton5-181/+0
2019-02-05MIPS: Export mm switching functions used by KVMPaul Burton1-0/+3
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton4-14/+304
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton1-1/+2
2019-02-04MIPS: mm: Unify ASID version checksPaul Burton1-0/+18
2019-02-04MIPS: mm: Un-inline get_new_mmu_contextPaul Burton2-0/+20
2019-02-04MIPS: mm: Split obj-y to a file per linePaul Burton1-3/+12
2019-02-04MIPS: mm: Remove local_flush_tlb_mm()Paul Burton3-24/+0
2019-02-04MIPS: mm: Remove redundant preempt_disable in local_flush_tlb_mm()Paul Burton1-2/+0
2019-02-04MIPS: mm: Consolidate drop_mmu_context() has-ASID checksPaul Burton4-21/+7
2019-02-04MIPS: mm: Remove redundant drop_mmu_context() cpu argumentPaul Burton4-7/+7
2019-02-04MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen1-0/+10
2019-01-22mips: mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-12/+3
2019-01-18MIPS: Compile post DMA flush only when neededHauke Mehrtens1-0/+2
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds2-3/+2
2018-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-4/+7
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds3-9/+42
2018-12-08mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang3-4/+7
2018-12-06MIPS: Expand MIPS32 ASIDs to 64 bitsPaul Burton1-1/+1
2018-12-04mips: annotate implicit fall throughsMathieu Malaterre2-0/+3
2018-11-21MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3Huacai Chen1-7/+37