summaryrefslogtreecommitdiff
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-10-165-16/+29
|\
| * MIPS: Ingenic: Fix bugs when detecting L2 cache of JZ4775 and X1000E.周琰杰 (Zhou Yanjie)2020-09-271-0/+2
| * MIPS: Get rid of CAVIUM_OCTEON_DCACHE_PREFETCH_WARThomas Bogendoerfer2020-09-071-1/+1
| * MIPS: Get rid of BCM1250_M3_WARThomas Bogendoerfer2020-09-071-1/+5
| * MIPS: Convert R10000_LLSC_WAR info a config optionThomas Bogendoerfer2020-09-071-1/+1
| * MIPS: Convert TX49XX_ICACHE_INDEX_INV into a config optionThomas Bogendoerfer2020-09-071-3/+3
| * MIPS: Convert R4600_V2_HIT_CACHEOP into a config optionThomas Bogendoerfer2020-09-072-5/+8
| * MIPS: Convert R4600_V1_HIT_CACHEOP into a config optionThomas Bogendoerfer2020-09-072-3/+5
| * MIPS: Convert R4600_V1_INDEX_ICACHEOP into a config optionThomas Bogendoerfer2020-09-071-2/+4
* | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
* | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
* | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
* | dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-251-6/+0
* | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-251-0/+4
|\ \
| * | MIPS: mm: BMIPS5000 has inclusive physical cachesFlorian Fainelli2020-08-211-0/+4
| |/
* | MIPS: make dma_sync_*_for_cpu a little less overzealousChristoph Hellwig2020-09-111-16/+28
|/
* mm/mips: use general page fault accountingPeter Xu2020-08-121-11/+3
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-061-2/+2
|\
| * MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen2020-07-081-2/+2
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-4/+4
|/
* 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