summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-2/+2
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-241-2/+2
* | Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan2017-02-135-19/+49
|\ \
| * | MIPS: Export some tlbex internals for KVM to useJames Hogan2017-02-031-17/+16
| * | MIPS: Export pgd/pmd symbols for KVMJames Hogan2017-02-033-1/+7
| * | MIPS: Move pgd_alloc() out of headerJames Hogan2017-02-022-1/+26
| |/
* | MIPS: sc-mips: L2 cache is inclusive of L1 dcache for CM3Paul Burton2017-01-031-0/+1
* | MIPS: c-r4k: Treat physically indexed dcaches as not aliasingPaul Burton2017-01-031-0/+4
* | MIPS: c-r4k: Treat I6400 dcache as though physically indexedPaul Burton2017-01-031-1/+1
* | MIPS: Export {copy, clear}_page functions alongside their definitionsPaul Burton2017-01-032-0/+5
* | MIPS: Export invalid_pte_table alongside its definitionPaul Burton2017-01-031-0/+2
* | MIPS: tlbex: Clear ISA bit when writing to handle_tlb{l,m,s}Paul Burton2017-01-031-3/+3
* | MIPS: Add support for ARCH_MMAP_RND_{COMPAT_}BITSMatt Redfearn2017-01-031-5/+5
* | MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.Ralf Baechle2017-01-031-1/+12
* | MIPS: IP22: Reformat inline assembler code to modern standards.Ralf Baechle2017-01-031-20/+23
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* arch/mips: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-3/+5
* MIPS: mm: Fix output of __do_page_faultMatt Redfearn2016-11-251-4/+5
* MIPS: Mask out limit field when calculating wired entry countPaul Burton2016-11-242-5/+5
* Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-191-1/+1
|\
| * mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+1
* | MIPS: Support per-device DMA coherencePaul Burton2016-10-062-1/+5
* | MIPS: dma-default: Don't check hw_coherentio if device is non-coherentPaul Burton2016-10-061-4/+3
* | MIPS: Sanitise coherentio semanticsPaul Burton2016-10-062-4/+6
* | MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-0510-10/+9
* | MIPS: tlb-r4k: If there are wired entries, don't use TLBINVFMatt Redfearn2016-10-051-2/+5
* | MIPS: c-r4k: Fix flush_icache_range() for EVAJames Hogan2016-10-051-8/+35
* | MIPS: cacheflush: Use __flush_icache_user_range()James Hogan2016-10-041-1/+1
* | MIPS: c-r4k: Split user/kernel flush_icache_range()James Hogan2016-10-045-0/+13
* | MIPS: c-r4k: Drop bc_wback_inv() from icache flushJames Hogan2016-10-041-11/+0
* | MIPS: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-10-041-1/+1
|/
* MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton2016-09-291-0/+3
* MIPS: c-r4k: Fix size calc when avoiding IPIs for small icache flushesPaul Burton2016-09-131-1/+1
* MIPS: MAAR: Fix address alignmentJames Hogan2016-09-131-7/+6
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-066-67/+233
|\
| * Merge branch '4.7-fixes' into mips-for-linux-nextRalf Baechle2016-08-031-1/+1
| |\
| | * MIPS: RM7000: Double locking bug in rm7k_tc_disable()Dan Carpenter2016-07-211-1/+1
| * | MIPS: mm: Fix definition of R6 cache instructionMatt Redfearn2016-08-031-1/+1
| * | MIPS: Modify error handlingAmitoj Kaur Chawla2016-08-011-2/+2
| * | MIPS: c-r4k: Use SMP calls for CM indexed cache opsJames Hogan2016-07-291-1/+1
| * | MIPS: c-r4k: Avoid small flush_icache_range SMP callsJames Hogan2016-07-291-0/+21
| * | MIPS: c-r4k: Local flush_icache_range cache op overrideJames Hogan2016-07-291-6/+18
| * | MIPS: c-r4k: Split r4k_flush_kernel_vmap_range()James Hogan2016-07-291-8/+17
| * | MIPS: c-r4k: Exclude sibling CPUs in SMP callsJames Hogan2016-07-291-4/+13
| * | MIPS: c-r4k: Fix valid ASID optimisationJames Hogan2016-07-291-13/+35
| * | MIPS: c-r4k: Add r4k_on_each_cpu cache op type argJames Hogan2016-07-291-19/+51
| * | MIPS: c-r4k: Avoid dcache flush for sigtrampsJames Hogan2016-07-291-6/+10
| * | MIPS: c-r4k: Fix sigtramp SMP call to use kmapJames Hogan2016-07-291-6/+69
| * | MIPS: SMP: Clear ASID without confusing has_valid_asid()James Hogan2016-07-291-0/+4