summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti2019-09-241-3/+4
* mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti2019-09-241-2/+2
* mips: properly account for stack randomization and stack guard gapAlexandre Ghiti2019-09-241-2/+12
* Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-227-347/+108
|\
| * MIPS: Detect bad _PFN_SHIFT valuesPaul Burton2019-09-201-0/+6
| * MIPS: tlbex: Remove cpu_has_local_ebasePaul Burton2019-09-031-7/+2
| * MIPS: tlbex: Simplify r3k checkPaul Burton2019-09-031-30/+22
| * MIPS: Select R3k-style TLB in KconfigPaul Burton2019-09-031-2/+3
| * MIPS: mm: Fix highmem compilePaul Burton2019-08-231-0/+2
| * MIPS: mm: Drop boot_mem_mapJiaxun Yang2019-08-231-57/+37
| * MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a booleanNathan Chancellor2019-08-111-1/+1
| * MIPS: Ingenic: Fix bugs when detecting X1000's L2 cache.Zhou Yanjie2019-08-051-7/+20
| * MIPS: Remove unused R8000 CPU supportPaul Burton2019-07-233-244/+0
| * MIPS: Remove unused R5432 CPU supportPaul Burton2019-07-232-2/+0
| * MIPS: Remove unused R4300 CPU supportPaul Burton2019-07-232-2/+0
| * MIPS: Rename JZRISC to XBURSTPaul Cercueil2019-07-212-2/+2
| * MIPS: Add partial 32-bit huge page supportDaniel Silsby2019-07-211-0/+20
* | dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-291-8/+0
|/
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-122-19/+9
|\
| * MIPS: use the generic uncached segment support in dma-directChristoph Hellwig2019-06-031-17/+9
| * MIPS: remove the _dma_cache_wback_inv exportChristoph Hellwig2019-06-031-2/+0
* | MIPS: use the generic get_user_pages_fast codeChristoph Hellwig2019-07-122-304/+0
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-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-161-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/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* initramfs: poison freed initrd memoryChristoph Hellwig2019-05-141-8/+0
* 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/+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