summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-291-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-201-10/+11
|\ \ | |/ |/|
| * arch: fix has_transparent_hugepage()Hugh Dickins2016-05-201-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
* | MIPS: mm: Don't clobber $1 on XPA TLB refillJames Hogan2016-05-131-14/+10
* | MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)Paul Burton2016-05-132-13/+26
* | MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READPaul Burton2016-05-131-9/+4
* | MIPS: Fix HTW config on XPA kernel without LPA enabledJames Hogan2016-05-131-3/+1
* | MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton2016-05-133-12/+16
* | MIPS: remove aliasing alignment if HW has antialising supportLeonid Yegoshin2016-05-131-1/+1
* | MIPS: Loongson-3: Introduce CONFIG_LOONGSON3_ENHANCEMENTHuacai Chen2016-05-132-0/+11
* | MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen2016-05-133-3/+126
* | MIPS: Loongson: Invalidate special TLBs when neededHuacai Chen2016-05-131-12/+15
* | MIPS: Loongson-3: Set cache flush handlers to cache_noopHuacai Chen2016-05-131-0/+14
* | MIPS: Loongson: Add Loongson-3A R2 basic supportHuacai Chen2016-05-131-0/+27
* | MIPS: BMIPS: local_r4k___flush_cache_all needs to blast S-cacheFlorian Fainelli2016-05-131-0/+5
* | MIPS: BMIPS: Clear MIPS_CACHE_ALIASES earlierFlorian Fainelli2016-05-131-2/+2
* | MIPS: BMIPS: BMIPS5000 has I cache filing from D cacheFlorian Fainelli2016-05-131-0/+4
* | MIPS: Sync icache & dcache in set_pte_atPaul Burton2016-05-131-16/+3
* | MIPS: Handle highmem pages in __update_cachePaul Burton2016-05-131-1/+9
* | MIPS: Flush highmem pages in __flush_dcache_pagePaul Burton2016-05-131-3/+9
* | MIPS: Add M6250 cases to CPU switch statementsPaul Burton2016-05-131-0/+1
* | MIPS: Add P6600 cases to CPU switch statementsPaul Burton2016-05-132-0/+2
* | MIPS: dma-default: Defend against NULL dev in massage_gfp_flagsMatt Redfearn2016-05-091-3/+4
* | MIPS: I6400: Icache fills from dcacheJames Hogan2016-05-091-0/+1
* | MIPS: c-r4k: Sync icache when it fills from dcacheJames Hogan2016-05-092-3/+10
|/
* MIPS: Fix misspellings in comments.Adam Buchbinder2016-04-032-2/+2
* MIPS: tlb-r4k: panic if the MMU doesn't support PAGE_SIZEPaul Burton2016-04-031-0/+5
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-2/+1
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+1