summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | MIPS: Add define for Config.VI (virtual icache) bitJames Hogan2016-06-151-1/+1
| |/
* / mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-281-4/+18
|\
| * MIPS: Fix 64-bit HTW configurationJames Hogan2016-05-281-2/+12
| * MIPS: Add 64-bit HTW fieldsJames Hogan2016-05-281-2/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-191-10/+11
|\ \ | |/ |/|
| * arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-10/+11
* | MIPS: mm: Panic if an XPA kernel is run without RIXIPaul Burton2016-05-131-0/+3
* | MIPS: mm: Don't do MTHC0 if XPA not presentJames Hogan2016-05-133-11/+19
* | MIPS: mm: Simplify build_update_entriesPaul Burton2016-05-131-21/+16
* | MIPS: mm: Be more explicit about PTE mode bit handlingPaul Burton2016-05-131-5/+9
* | MIPS: mm: Pass scratch register through to iPTE_SWPaul Burton2016-05-131-13/+11