aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-3/+2
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-4/+7
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-9/+42
2018-12-07mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang3-4/+7
2018-12-05MIPS: Expand MIPS32 ASIDs to 64 bitsPaul Burton1-1/+1
2018-12-03mips: annotate implicit fall throughsMathieu Malaterre2-0/+3
2018-11-20MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3Huacai Chen1-7/+37
2018-11-19MIPS: Loongson: Add Loongson-3A R2.1 basic supportHuacai Chen1-1/+1
2018-11-05MIPS: Fix `dma_alloc_coherent' returning a non-coherent allocationMaciej W. Rozycki1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport1-1/+2
2018-10-26Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-6/+1
2018-09-28MIPS: stop using _PTRS_PER_PGDAlexandre Belloni1-6/+1
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig1-23/+9
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-21/+8
2018-09-20dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig1-26/+6
2018-09-20MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENTChristoph Hellwig1-9/+8
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-62/+42
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds9-429/+227
2018-08-10MIPS: Consistently declare TLB functionsPaul Burton2-61/+40
2018-08-10MIPS: Export tlbmiss_handler_setup_pgd near its definitionPaul Burton2-1/+2
2018-08-09MIPS: Remove remnants of UASM_ISAPaul Burton2-2/+0
2018-08-06MIPS: Avoid using array as parameter to write_c0_kpgd()Paul Burton1-1/+1
2018-07-30MIPS: Make (UN)CAC_ADDR() PHYS_OFFSET-agnosticPaul Burton1-1/+1
2018-07-27MIPS: remove mips_swiotlb_opsChristoph Hellwig2-62/+0
2018-07-26MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ONPaul Burton1-2/+4
2018-07-05MIPS: Fix ioremap() RAM checkPaul Burton1-12/+25
2018-06-24arch: mips: mm: page: Remove unused functionRickard Strandqvist1-15/+0
2018-06-24MIPS: Set MIPS_IC_SNOOPS_REMOTE for systems with CMPaul Burton1-0/+8
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