summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-132-19/+9Star
|\
| * MIPS: use the generic uncached segment support in dma-directChristoph Hellwig2019-06-031-17/+9Star
| * MIPS: remove the _dma_cache_wback_inv exportChristoph Hellwig2019-06-031-2/+0Star
* | MIPS: use the generic get_user_pages_fast codeChristoph Hellwig2019-07-122-304/+0Star
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-2/+2
|\ \
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
| * | signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-2/+2
| |/
* | MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin2019-06-241-9/+20
* | MIPS: Fix bounds check virt_addr_validHauke Mehrtens2019-06-171-1/+1
* | Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-081-1/+6
|\ \
| * | MIPS: Make virt_addr_valid() return boolPaul Burton2019-05-291-2/+2
| * | MIPS: Bounds check virt_addr_validPaul Burton2019-05-291-0/+5
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-28/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* initramfs: poison freed initrd memoryChristoph Hellwig2019-05-141-8/+0Star
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-5/+6
* MIPS: uasm: Add div, mul and sel instructions for mipsr6Hassan Naveed2019-03-192-15/+38
* 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/+1Star
| * | MIPS: Delete unused flush_cache_sigtramp()Paul Burton2019-02-075-181/+0Star
| * | 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/+0Star
| * | MIPS: mm: Remove redundant preempt_disable in local_flush_tlb_mm()Paul Burton2019-02-041-2/+0Star
| * | MIPS: mm: Consolidate drop_mmu_context() has-ASID checksPaul Burton2019-02-044-21/+7Star
| * | 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/+3Star
| * | 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-042-3/+2Star
* 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-211-7/+37
| * MIPS: Loongson: Add Loongson-3A R2.1 basic supportHuacai Chen2018-11-201-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/+1Star
|\
| * MIPS: stop using _PTRS_PER_PGDAlexandre Belloni2018-09-281-6/+1Star