aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach1-2/+2
2017-02-13Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan5-19/+49
2017-02-03MIPS: Export some tlbex internals for KVM to useJames Hogan1-17/+16
2017-02-03MIPS: Export pgd/pmd symbols for KVMJames Hogan3-1/+7
2017-02-02MIPS: Move pgd_alloc() out of headerJames Hogan2-1/+26
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2017-01-03MIPS: sc-mips: L2 cache is inclusive of L1 dcache for CM3Paul Burton1-0/+1
2017-01-03MIPS: c-r4k: Treat physically indexed dcaches as not aliasingPaul Burton1-0/+4
2017-01-03MIPS: c-r4k: Treat I6400 dcache as though physically indexedPaul Burton1-1/+1
2017-01-03MIPS: Export {copy, clear}_page functions alongside their definitionsPaul Burton2-0/+5
2017-01-03MIPS: Export invalid_pte_table alongside its definitionPaul Burton1-0/+2
2017-01-03MIPS: tlbex: Clear ISA bit when writing to handle_tlb{l,m,s}Paul Burton1-3/+3
2017-01-03MIPS: Add support for ARCH_MMAP_RND_{COMPAT_}BITSMatt Redfearn1-5/+5
2017-01-03MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.Ralf Baechle1-1/+12
2017-01-03MIPS: IP22: Reformat inline assembler code to modern standards.Ralf Baechle1-20/+23
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-14arch/mips: add option to skip DMA sync as a part of map and unmapAlexander Duyck1-3/+5
2016-11-25MIPS: mm: Fix output of __do_page_faultMatt Redfearn1-4/+5
2016-11-24MIPS: Mask out limit field when calculating wired entry countPaul Burton2-5/+5
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-1/+1
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-06MIPS: Support per-device DMA coherencePaul Burton2-1/+5
2016-10-06MIPS: dma-default: Don't check hw_coherentio if device is non-coherentPaul Burton1-4/+3
2016-10-06MIPS: Sanitise coherentio semanticsPaul Burton2-4/+6
2016-10-05MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker10-10/+9
2016-10-05MIPS: tlb-r4k: If there are wired entries, don't use TLBINVFMatt Redfearn1-2/+5
2016-10-05MIPS: c-r4k: Fix flush_icache_range() for EVAJames Hogan1-8/+35
2016-10-04MIPS: cacheflush: Use __flush_icache_user_range()James Hogan1-1/+1
2016-10-04MIPS: c-r4k: Split user/kernel flush_icache_range()James Hogan5-0/+13
2016-10-04MIPS: c-r4k: Drop bc_wback_inv() from icache flushJames Hogan1-11/+0
2016-10-04MIPS: Migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-09-29MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton1-0/+3
2016-09-13MIPS: c-r4k: Fix size calc when avoiding IPIs for small icache flushesPaul Burton1-1/+1
2016-09-13MIPS: MAAR: Fix address alignmentJames Hogan1-7/+6
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-67/+233
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-10/+10
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-5/+5
2016-08-03Merge branch '4.7-fixes' into mips-for-linux-nextRalf Baechle1-1/+1
2016-08-03MIPS: mm: Fix definition of R6 cache instructionMatt Redfearn1-1/+1
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-11/+39
2016-08-01MIPS: Modify error handlingAmitoj Kaur Chawla1-2/+2
2016-07-29MIPS: c-r4k: Use SMP calls for CM indexed cache opsJames Hogan1-1/+1
2016-07-29MIPS: c-r4k: Avoid small flush_icache_range SMP callsJames Hogan1-0/+21
2016-07-29MIPS: c-r4k: Local flush_icache_range cache op overrideJames Hogan1-6/+18