summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
AgeCommit message (Expand)AuthorLines
2019-10-23MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton-8/+15
2019-09-24mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti-96/+0
2019-09-24mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti-1/+2
2019-09-24mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti-3/+4
2019-09-24mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti-2/+2
2019-09-24mips: properly account for stack randomization and stack guard gapAlexandre Ghiti-2/+12
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-347/+108
2019-09-20MIPS: Detect bad _PFN_SHIFT valuesPaul Burton-0/+6
2019-09-03MIPS: tlbex: Remove cpu_has_local_ebasePaul Burton-7/+2
2019-09-03MIPS: tlbex: Simplify r3k checkPaul Burton-30/+22
2019-09-03MIPS: Select R3k-style TLB in KconfigPaul Burton-2/+3
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig-8/+0
2019-08-23MIPS: mm: Fix highmem compilePaul Burton-0/+2
2019-08-23MIPS: mm: Drop boot_mem_mapJiaxun Yang-57/+37
2019-08-11MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a booleanNathan Chancellor-1/+1
2019-08-05MIPS: Ingenic: Fix bugs when detecting X1000's L2 cache.Zhou Yanjie-7/+20
2019-07-23MIPS: Remove unused R8000 CPU supportPaul Burton-244/+0
2019-07-23MIPS: Remove unused R5432 CPU supportPaul Burton-2/+0
2019-07-23MIPS: Remove unused R4300 CPU supportPaul Burton-2/+0
2019-07-21MIPS: Rename JZRISC to XBURSTPaul Cercueil-2/+2
2019-07-21MIPS: Add partial 32-bit huge page supportDaniel Silsby-0/+20
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-19/+9
2019-07-12MIPS: use the generic get_user_pages_fast codeChristoph Hellwig-304/+0
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2019-06-24MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin-9/+20
2019-06-16MIPS: Fix bounds check virt_addr_validHauke Mehrtens-1/+1
2019-06-08Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+6
2019-06-03MIPS: use the generic uncached segment support in dma-directChristoph Hellwig-17/+9
2019-06-03MIPS: remove the _dma_cache_wback_inv exportChristoph Hellwig-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-29MIPS: Make virt_addr_valid() return boolPaul Burton-2/+2
2019-05-29MIPS: Bounds check virt_addr_validPaul Burton-0/+5
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-2/+2
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman-2/+2
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig-8/+0
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny-5/+6
2019-03-19MIPS: uasm: Add div, mul and sel instructions for mipsr6Hassan Naveed-15/+38
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+5
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-0/+8
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-257/+365
2019-02-19MIPS: dma-noncoherent: Remove bogus condition in dma_sync_phys()Paul Burton-6/+1
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig-0/+8
2019-02-07MIPS: Delete unused flush_cache_sigtramp()Paul Burton-181/+0
2019-02-05MIPS: Export mm switching functions used by KVMPaul Burton-0/+3
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton-14/+304
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton-1/+2
2019-02-04MIPS: mm: Unify ASID version checksPaul Burton-0/+18
2019-02-04MIPS: mm: Un-inline get_new_mmu_contextPaul Burton-0/+20
2019-02-04MIPS: mm: Split obj-y to a file per linePaul Burton-3/+12