aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/mm
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-19/+9
2019-07-12MIPS: use the generic get_user_pages_fast codeGravatar Christoph Hellwig 2-304/+0
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2019-06-24MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Gravatar Dmitry Korotin 1-9/+20
2019-06-16MIPS: Fix bounds check virt_addr_validGravatar Hauke Mehrtens 1-1/+1
2019-06-08Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+6
2019-06-03MIPS: use the generic uncached segment support in dma-directGravatar Christoph Hellwig 1-17/+9
2019-06-03MIPS: remove the _dma_cache_wback_inv exportGravatar Christoph Hellwig 1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 2-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-29MIPS: Make virt_addr_valid() return boolGravatar Paul Burton 1-2/+2
2019-05-29MIPS: Bounds check virt_addr_validGravatar Paul Burton 1-0/+5
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 1-2/+2
2019-05-29signal: Explicitly call force_sig_fault on currentGravatar Eric W. Biederman 1-2/+2
2019-05-14initramfs: poison freed initrd memoryGravatar Christoph Hellwig 1-8/+0
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Gravatar Ira Weiny 1-5/+6
2019-03-19MIPS: uasm: Add div, mul and sel instructions for mipsr6Gravatar Hassan Naveed 2-15/+38
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+5
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-0/+8
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 13-257/+365
2019-02-19MIPS: dma-noncoherent: Remove bogus condition in dma_sync_phys()Gravatar Paul Burton 1-6/+1
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityGravatar Christoph Hellwig 1-0/+8
2019-02-07MIPS: Delete unused flush_cache_sigtramp()Gravatar Paul Burton 5-181/+0
2019-02-05MIPS: Export mm switching functions used by KVMGravatar Paul Burton 1-0/+3
2019-02-04MIPS: MemoryMapID (MMID) SupportGravatar Paul Burton 4-14/+304
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsGravatar Paul Burton 1-1/+2
2019-02-04MIPS: mm: Unify ASID version checksGravatar Paul Burton 1-0/+18
2019-02-04MIPS: mm: Un-inline get_new_mmu_contextGravatar Paul Burton 2-0/+20
2019-02-04MIPS: mm: Split obj-y to a file per lineGravatar Paul Burton 1-3/+12
2019-02-04MIPS: mm: Remove local_flush_tlb_mm()Gravatar Paul Burton 3-24/+0
2019-02-04MIPS: mm: Remove redundant preempt_disable in local_flush_tlb_mm()Gravatar Paul Burton 1-2/+0
2019-02-04MIPS: mm: Consolidate drop_mmu_context() has-ASID checksGravatar Paul Burton 4-21/+7
2019-02-04MIPS: mm: Remove redundant drop_mmu_context() cpu argumentGravatar Paul Burton 4-7/+7
2019-02-04MIPS: Loongson: Introduce and use loongson_llsc_mb()Gravatar Huacai Chen 1-0/+10
2019-01-22mips: mm: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-12/+3
2019-01-18MIPS: Compile post DMA flush only when neededGravatar Hauke Mehrtens 1-0/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 2-3/+2
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-4/+7
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 3-9/+42
2018-12-07mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XGravatar Jiong Wang 3-4/+7
2018-12-05MIPS: Expand MIPS32 ASIDs to 64 bitsGravatar Paul Burton 1-1/+1
2018-12-03mips: annotate implicit fall throughsGravatar Mathieu Malaterre 2-0/+3
2018-11-20MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3Gravatar Huacai Chen 1-7/+37
2018-11-19MIPS: Loongson: Add Loongson-3A R2.1 basic supportGravatar Huacai Chen 1-1/+1
2018-11-05MIPS: Fix `dma_alloc_coherent' returning a non-coherent allocationGravatar Maciej W. Rozycki 1-1/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 2-2/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowGravatar Mike Rapoport 1-1/+2
2018-10-26Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-6/+1
2018-09-28MIPS: stop using _PTRS_PER_PGDGravatar Alexandre Belloni 1-6/+1