summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-201-23/+9Star
* | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-21/+8Star
* | dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig2018-09-201-26/+6Star
* | MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENTChristoph Hellwig2018-09-201-9/+8Star
|/
* Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2018-08-232-62/+42Star
|\
| * MIPS: Consistently declare TLB functionsPaul Burton2018-08-112-61/+40Star
| * MIPS: Export tlbmiss_handler_setup_pgd near its definitionPaul Burton2018-08-112-1/+2
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+1
* | Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-149-429/+227Star
|\|
| * MIPS: Remove remnants of UASM_ISAPaul Burton2018-08-092-2/+0Star
| * MIPS: Avoid using array as parameter to write_c0_kpgd()Paul Burton2018-08-071-1/+1
| * MIPS: Make (UN)CAC_ADDR() PHYS_OFFSET-agnosticPaul Burton2018-07-301-1/+1
| * MIPS: remove mips_swiotlb_opsChristoph Hellwig2018-07-282-62/+0Star
| * MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ONPaul Burton2018-07-261-2/+4
| * arch: mips: mm: page: Remove unused functionRickard Strandqvist2018-06-241-15/+0Star
| * MIPS: Set MIPS_IC_SNOOPS_REMOTE for systems with CMPaul Burton2018-06-241-0/+8
| * MIPS: remove the old dma-default implementationChristoph Hellwig2018-06-242-380/+0Star
| * MIPS: use generic dma noncoherent ops for simple noncoherent platformsChristoph Hellwig2018-06-242-0/+209
| * MIPS: move coherentio setup to setup.cChristoph Hellwig2018-06-241-23/+0Star
| * MIPS: make the default mips dma implementation optionalChristoph Hellwig2018-06-241-1/+2
| * MIPS: remove the mips_dma_map_ops indirectionChristoph Hellwig2018-06-241-4/+2Star
| * MIPS: consolidate the swiotlb implementationsChristoph Hellwig2018-06-242-0/+62
| * MIPS: simplify CONFIG_DMA_NONCOHERENT ifdefsChristoph Hellwig2018-06-242-4/+4
* | MIPS: Fix ioremap() RAM checkPaul Burton2018-07-051-12/+25
|/
* Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-06-121-8/+1Star
|\
| * MIPS: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-151-8/+1Star
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-051-13/+5Star
|\ \
| * | signal/mips: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-14/+5Star
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
| |/
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-10/+0Star
|\ \
| * | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-10/+0Star
| |/
* / MIPS: c-r4k: Fix data corruption related to cache coherenceNeilBrown2018-05-151-3/+6
|/
* mm/gup.c: document return valueMichael S. Tsirkin2018-04-141-0/+2
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-7/+7
* Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-04-101-2/+0Star
|\
| * MIPS: Remove duplicate includesPravin Shedge2018-02-191-2/+0Star
* | mm: fix races between swapoff and flush dcacheHuang Ying2018-04-061-1/+1
|/
* Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-02-072-6/+9
|\
| * MIPS: JZ4770: Work around config2 misreporting associativityMaarten ter Huurne2018-01-181-0/+9
| * MIPS: mm: remove mips_dma_mapping_errorFelix Fietkau2018-01-091-6/+0Star
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-3/+0Star
|\ \
| * | dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-3/+0Star
| |/
* / MIPS: mm: Fix duplicate "const" on insn_table_MMJames Hogan2018-01-101-1/+1
|/
* Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-152-5/+1Star
|\
| * MIPS: Remove unused variable 'lastpfn'Steven J. Hill2017-10-091-4/+0Star
| * MIPS: Cocci spatch "vma_pages"Thomas Meyer2017-10-091-1/+1
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-151-4/+3Star
|\ \
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-4/+3Star
| |/
* | Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-041-1/+1
|\ \
| * | MIPS: microMIPS: Fix incorrect mask in insn_table_MMGustavo A. R. Silva2017-11-011-1/+1