aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-24MIPS: remove the old dma-default implementationChristoph Hellwig2-380/+0
2018-06-24MIPS: use generic dma noncoherent ops for simple noncoherent platformsChristoph Hellwig2-0/+209
2018-06-24MIPS: move coherentio setup to setup.cChristoph Hellwig1-23/+0
2018-06-24MIPS: make the default mips dma implementation optionalChristoph Hellwig1-1/+2
2018-06-24MIPS: remove the mips_dma_map_ops indirectionChristoph Hellwig1-4/+2
2018-06-24MIPS: consolidate the swiotlb implementationsChristoph Hellwig2-0/+62
2018-06-24MIPS: simplify CONFIG_DMA_NONCOHERENT ifdefsChristoph Hellwig2-4/+4
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-8/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-13/+5
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-10/+0
2018-05-14MIPS: Re-use kstrtobool_from_user()Andy Shevchenko1-8/+1
2018-05-14MIPS: c-r4k: Fix data corruption related to cache coherenceNeilBrown1-3/+6
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-10/+0
2018-04-25signal/mips: Use force_sig_fault where appropriateEric W. Biederman1-14/+5
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin1-0/+2
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-7/+7
2018-04-10Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds1-2/+0
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying1-1/+1
2018-02-19MIPS: Remove duplicate includesPravin Shedge1-2/+0
2018-02-07Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds2-6/+9
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+0
2018-01-18MIPS: JZ4770: Work around config2 misreporting associativityMaarten ter Huurne1-0/+9
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig1-3/+0
2018-01-10MIPS: mm: Fix duplicate "const" on insn_table_MMJames Hogan1-1/+1
2018-01-09MIPS: mm: remove mips_dma_mapping_errorFelix Fietkau1-6/+0
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds2-5/+1
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-4/+3
2017-11-04Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds1-1/+1
2017-11-03Update MIPS email addressesPaul Burton1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman10-0/+10
2017-11-01MIPS: microMIPS: Fix incorrect mask in insn_table_MMGustavo A. R. Silva1-1/+1
2017-10-31Update MIPS email addressesPaul Burton1-1/+1
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-4/+3
2017-10-09MIPS: Remove unused variable 'lastpfn'Steven J. Hill1-4/+0
2017-10-09MIPS: Cocci spatch "vma_pages"Thomas Meyer1-1/+1
2017-09-06MIPS: Add DWARF unwinding to assemblyCorey Minyard1-3/+4
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton2-2/+2
2017-08-30MIPS: CPS: Use change_*, set_* & clear_* where appropriatePaul Burton1-14/+5
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton1-18/+18
2017-08-29MIPS: Declare various variables & functions staticPaul Burton1-2/+2
2017-08-29MIPS: Remove __invalidate_kernel_vmap_rangePaul Burton1-1/+0
2017-08-29MIPS: Include linux/initrd.h for free_initrd_mem()Paul Burton1-0/+1
2017-08-29MIPS: Include elf-randomize.h for arch_mmap_rnd() & arch_randomize_brk()Paul Burton1-0/+1
2017-08-29MIPS: Include asm/setup.h for cpu_cache_init()Paul Burton1-0/+1
2017-08-29MIPS: Consolidate coherent and non-coherent dma_alloc codeChristoph Hellwig1-39/+3
2017-08-29MIPS: Remove unused R6000 supportPaul Burton1-5/+0
2017-08-07MIPS: mm: remove duplicate "const" qualifier on insn_tableThomas Petazzoni1-1/+1
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin1-1/+1
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds5-225/+305