summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * | MIPS: tlbex: Avoid duplicated single_insn_swpdJames Hogan2016-07-241-1/+1
| * | MIPS: uasm: Handle low values in uasm_in_compat_space_p()James Hogan2016-07-241-5/+1
| * | MIPS: Remove cpu_has_safe_index_cacheopsRalf Baechle2016-07-061-9/+3
| |/
* | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-10/+10
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-5/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-021-1/+1
|\ \
| * | treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-024-11/+39
|\ \ \ | |/ / |/| |
| * | MIPS: uasm: Add r6 MUL encodingJames Hogan2016-07-051-0/+4
| * | MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan2016-07-053-5/+12
| * | MIPS: uasm: Add DI instructionJames Hogan2016-07-053-11/+14
| * | MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan2016-07-053-12/+18
| * | MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan2016-07-053-14/+22