aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
AgeCommit message (Expand)Author
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14arch/mips: add option to skip DMA sync as a part of map and unmapAlexander Duyck
2016-11-25MIPS: mm: Fix output of __do_page_faultMatt Redfearn
2016-11-24MIPS: Mask out limit field when calculating wired entry countPaul Burton
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-06MIPS: Support per-device DMA coherencePaul Burton
2016-10-06MIPS: dma-default: Don't check hw_coherentio if device is non-coherentPaul Burton
2016-10-06MIPS: Sanitise coherentio semanticsPaul Burton
2016-10-05MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-10-05MIPS: tlb-r4k: If there are wired entries, don't use TLBINVFMatt Redfearn
2016-10-05MIPS: c-r4k: Fix flush_icache_range() for EVAJames Hogan
2016-10-04MIPS: cacheflush: Use __flush_icache_user_range()James Hogan
2016-10-04MIPS: c-r4k: Split user/kernel flush_icache_range()James Hogan
2016-10-04MIPS: c-r4k: Drop bc_wback_inv() from icache flushJames Hogan
2016-10-04MIPS: Migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-09-29MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton
2016-09-13MIPS: c-r4k: Fix size calc when avoiding IPIs for small icache flushesPaul Burton
2016-09-13MIPS: MAAR: Fix address alignmentJames Hogan
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-08-03Merge branch '4.7-fixes' into mips-for-linux-nextRalf Baechle
2016-08-03MIPS: mm: Fix definition of R6 cache instructionMatt Redfearn
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-08-01MIPS: Modify error handlingAmitoj Kaur Chawla
2016-07-29MIPS: c-r4k: Use SMP calls for CM indexed cache opsJames Hogan
2016-07-29MIPS: c-r4k: Avoid small flush_icache_range SMP callsJames Hogan
2016-07-29MIPS: c-r4k: Local flush_icache_range cache op overrideJames Hogan
2016-07-29MIPS: c-r4k: Split r4k_flush_kernel_vmap_range()James Hogan
2016-07-29MIPS: c-r4k: Exclude sibling CPUs in SMP callsJames Hogan
2016-07-29MIPS: c-r4k: Fix valid ASID optimisationJames Hogan
2016-07-29MIPS: c-r4k: Add r4k_on_each_cpu cache op type argJames Hogan
2016-07-29MIPS: c-r4k: Avoid dcache flush for sigtrampsJames Hogan
2016-07-29MIPS: c-r4k: Fix sigtramp SMP call to use kmapJames Hogan
2016-07-29MIPS: SMP: Clear ASID without confusing has_valid_asid()James Hogan
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-24MIPS: tlbex: Avoid duplicated single_insn_swpdJames Hogan
2016-07-24MIPS: uasm: Handle low values in uasm_in_compat_space_p()James Hogan
2016-07-21MIPS: RM7000: Double locking bug in rm7k_tc_disable()Dan Carpenter
2016-07-06MIPS: Remove cpu_has_safe_index_cacheopsRalf Baechle
2016-07-05MIPS: uasm: Add r6 MUL encodingJames Hogan
2016-07-05MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan
2016-07-05MIPS: uasm: Add DI instructionJames Hogan
2016-07-05MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan
2016-07-05MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan
2016-06-15MIPS: Add define for Config.VI (virtual icache) bitJames Hogan
2016-05-28Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds