summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-031-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-271-1/+1
|/
* 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/+16Star
* | 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/+11Star
* | MIPS: mm: Don't clobber $1 on XPA TLB refillJames Hogan2016-05-131-14/+10Star
* | 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/+4Star
* | MIPS: Fix HTW config on XPA kernel without LPA enabledJames Hogan2016-05-131-3/+1Star
* | 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/+3Star
* | 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/+1Star
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+1Star
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
* | MIPS: scache: Fix scache init with invalid line size.Govindraj Raja2016-02-291-4/+9
* | mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-2/+2
|/
* MIPS: Fix early CM probingPaul Burton2016-02-091-10/+0Star