summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
AgeCommit message (Expand)AuthorLines
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-225/+305
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal-1/+2
2017-06-30MIPS: Perform post-DMA cache flushes on systems with MAARsPaul Burton-5/+18
2017-06-29MIPS: Use current_cpu_type() in m4kc_tlbp_war()Paul Burton-2/+1
2017-06-29MIPS: Handle tlbex-tlbp race conditionPaul Burton-1/+37
2017-06-28MIPS: Probe the I6500 CPUPaul Burton-0/+2
2017-06-28MIPS: Perform post-DMA cache flushes on systems with MAARsPaul Burton-5/+18
2017-06-28MIPS: Add some instructions to uasm.David Daney-13/+66
2017-06-28MIPS: Optimize uasm insn lookup.David Daney-209/+199
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins-1/+1
2017-06-08MIPS: mm: fixed mappings: correct initialisationMarcin Nowakowski-3/+3
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-90/+144
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+2
2017-04-13MIPS: Remove confusing else statement in __do_page_fault()Paul Burton-8/+8
2017-04-12MIPS: uasm: Remove needless ISA abstractionPaul Burton-78/+78
2017-04-10MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Alex Belits-3/+55
2017-04-10MIPS: uasm: Add support for LHU.David Daney-1/+3
2017-03-28KVM: MIPS/Emulate: Adapt T&E CACHE emulation for OcteonJames Hogan-0/+1
2017-03-28MIPS: Separate MAAR V bit into VL and VH for XPAJames Hogan-1/+1
2017-03-21MIPS: c-r4k: Fix Loongson-3's vcache/scache waysize calculationHuacai Chen-0/+2
2017-03-21MIPS: Flush wrong invalid FTLB entry for huge pageHuacai Chen-4/+21
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach-2/+2
2017-02-13Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan-19/+49
2017-02-03MIPS: Export some tlbex internals for KVM to useJames Hogan-17/+16
2017-02-03MIPS: Export pgd/pmd symbols for KVMJames Hogan-1/+7
2017-02-02MIPS: Move pgd_alloc() out of headerJames Hogan-1/+26
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche-2/+2
2017-01-03MIPS: sc-mips: L2 cache is inclusive of L1 dcache for CM3Paul Burton-0/+1
2017-01-03MIPS: c-r4k: Treat physically indexed dcaches as not aliasingPaul Burton-0/+4
2017-01-03MIPS: c-r4k: Treat I6400 dcache as though physically indexedPaul Burton-1/+1
2017-01-03MIPS: Export {copy, clear}_page functions alongside their definitionsPaul Burton-0/+5
2017-01-03MIPS: Export invalid_pte_table alongside its definitionPaul Burton-0/+2
2017-01-03MIPS: tlbex: Clear ISA bit when writing to handle_tlb{l,m,s}Paul Burton-3/+3
2017-01-03MIPS: Add support for ARCH_MMAP_RND_{COMPAT_}BITSMatt Redfearn-5/+5
2017-01-03MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.Ralf Baechle-1/+12
2017-01-03MIPS: IP22: Reformat inline assembler code to modern standards.Ralf Baechle-20/+23
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-2/+2
2016-12-14arch/mips: add option to skip DMA sync as a part of map and unmapAlexander Duyck-3/+5
2016-11-25MIPS: mm: Fix output of __do_page_faultMatt Redfearn-4/+5
2016-11-24MIPS: Mask out limit field when calculating wired entry countPaul Burton-5/+5
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds-1/+1
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes-1/+1
2016-10-06MIPS: Support per-device DMA coherencePaul Burton-1/+5
2016-10-06MIPS: dma-default: Don't check hw_coherentio if device is non-coherentPaul Burton-4/+3
2016-10-06MIPS: Sanitise coherentio semanticsPaul Burton-4/+6
2016-10-05MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker-10/+9