summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+5
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-0/+8
|\
| * dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-131-0/+8
* | Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-03-0513-257/+365
|\ \
| * | MIPS: dma-noncoherent: Remove bogus condition in dma_sync_phys()Paul Burton2019-02-191-6/+1
| * | MIPS: Delete unused flush_cache_sigtramp()Paul Burton2019-02-075-181/+0
| * | MIPS: Export mm switching functions used by KVMPaul Burton2019-02-051-0/+3
| * | MIPS: MemoryMapID (MMID) SupportPaul Burton2019-02-044-14/+304
| * | MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton2019-02-041-1/+2
| * | MIPS: mm: Unify ASID version checksPaul Burton2019-02-041-0/+18
| * | MIPS: mm: Un-inline get_new_mmu_contextPaul Burton2019-02-042-0/+20
| * | MIPS: mm: Split obj-y to a file per linePaul Burton2019-02-041-3/+12
| * | MIPS: mm: Remove local_flush_tlb_mm()Paul Burton2019-02-043-24/+0
| * | MIPS: mm: Remove redundant preempt_disable in local_flush_tlb_mm()Paul Burton2019-02-041-2/+0
| * | MIPS: mm: Consolidate drop_mmu_context() has-ASID checksPaul Burton2019-02-044-21/+7
| * | MIPS: mm: Remove redundant drop_mmu_context() cpu argumentPaul Burton2019-02-044-7/+7
| * | mips: mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-12/+3
| * | MIPS: Compile post DMA flush only when neededHauke Mehrtens2019-01-181-0/+2
| |/
* / MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen2019-02-041-0/+10
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-273-4/+7
|\
| * mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang2018-12-073-4/+7
* | Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-12-263-9/+42
|\ \ | |/ |/|
| * MIPS: Expand MIPS32 ASIDs to 64 bitsPaul Burton2018-12-051-1/+1
| * mips: annotate implicit fall throughsMathieu Malaterre2018-12-032-0/+3
| * MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3Huacai Chen2018-11-201-7/+37
| * MIPS: Loongson: Add Loongson-3A R2.1 basic supportHuacai Chen2018-11-191-1/+1
* | MIPS: Fix `dma_alloc_coherent' returning a non-coherent allocationMaciej W. Rozycki2018-11-051-1/+1
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+2
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-311-1/+2
* Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-10-261-6/+1
|\
| * MIPS: stop using _PTRS_PER_PGDAlexandre Belloni2018-09-281-6/+1
* | dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-201-23/+9
* | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-21/+8
* | dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig2018-09-201-26/+6
* | MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENTChristoph Hellwig2018-09-201-9/+8
|/
* Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2018-08-232-62/+42
|\
| * MIPS: Consistently declare TLB functionsPaul Burton2018-08-102-61/+40
| * MIPS: Export tlbmiss_handler_setup_pgd near its definitionPaul Burton2018-08-102-1/+2
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* | Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-139-429/+227
|\|
| * MIPS: Remove remnants of UASM_ISAPaul Burton2018-08-092-2/+0
| * MIPS: Avoid using array as parameter to write_c0_kpgd()Paul Burton2018-08-061-1/+1
| * MIPS: Make (UN)CAC_ADDR() PHYS_OFFSET-agnosticPaul Burton2018-07-301-1/+1
| * MIPS: remove mips_swiotlb_opsChristoph Hellwig2018-07-272-62/+0
| * 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/+0
| * 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/+0