summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-5/+5
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-094-25/+7
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0913-13/+0
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* arch/kmap: don't hard code kmap_prot valuesIra Weiny2020-06-041-1/+1
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-10/+5
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-17/+3
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-9/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-11/+3
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-1/+1
|\
| * mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* | MIPS: CPU_LOONGSON2EF need software to maintain cache consistencyLichao Liu2020-05-281-0/+1
* | MIPS: Tidy up CP0.Config6 bits definitionHuacai Chen2020-05-241-2/+2
* | mips: Add MIPS Release 5 supportSerge Semin2020-05-222-6/+8
* | mips: MAAR: Add XPA mode supportSerge Semin2020-05-191-1/+7
* | MIPS: unexport __flush_icache_user_rangeChristoph Hellwig2020-05-111-1/+0
* | MIPS: Use fallthrough for arch/mipsLiangliang Huang2020-05-072-4/+4
* | MIPS: Kernel: Identify Loongson-2K processorsJiaxun Yang2020-04-261-3/+9
* | MIPS: Rename the "Fill" cache ops to avoid build failureHuacai Chen2020-04-261-1/+1
* | MIPS: use ioremap_page_rangeChristoph Hellwig2020-04-191-101/+11
* | MIPS: move ioremap_prot und iounmap out of lineChristoph Hellwig2020-04-193-24/+46
|/
* mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual2020-04-071-1/+1
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-041-6/+1
|\
| * dma-direct: make uncached_kernel_address more generalChristoph Hellwig2020-03-161-1/+1
| * dma-direct: remove the cached_kernel_address hookChristoph Hellwig2020-03-161-5/+0
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* | MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3Huacai Chen2020-03-251-1/+4
* | MIPS: c-r4k: Invalidate BMIPS5000 ZSCM prefetch linesKamal Dasu2020-03-161-0/+29
* | MIPS: reduce print level for cache informationOleksij Rempel2020-02-284-23/+23
|/
* MIPS: mm: Place per_cpu on different nodes, if NUMA is enabledThomas Bogendoerfer2020-01-091-0/+45
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-12/+6
|\
| * dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-6/+6
| * dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-111-6/+0
* | mips: add support for folded p4d page tablesMike Rapoport2019-11-228-12/+38
* | mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport2019-11-223-5/+5
* | Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton2019-11-011-8/+15
|\|
| * MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton2019-10-231-8/+15
* | MIPS: Loongson64: Rename CPU TYPESJiaxun Yang2019-10-314-22/+22
* | MIPS: Provide unroll() macro, use it for cache opsPaul Burton2019-10-091-4/+8
* | MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen2019-10-071-1/+2
|/
* mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti2019-09-241-96/+0
* mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti2019-09-241-1/+2
* mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti2019-09-241-3/+4