summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-261-1/+1
* MIPS: Flush wrong invalid FTLB entry for huge pageHuacai Chen2017-04-121-4/+21
* MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.Ralf Baechle2017-03-121-1/+12
* MIPS: IP22: Reformat inline assembler code to modern standards.Ralf Baechle2017-03-121-20/+23
* MIPS: mm: Fix definition of R6 cache instructionMatt Redfearn2016-08-201-1/+1
* MIPS: Sync icache & dcache in set_pte_atPaul Burton2016-06-071-16/+3
* MIPS: Handle highmem pages in __update_cachePaul Burton2016-06-071-1/+9
* MIPS: Flush highmem pages in __flush_dcache_pagePaul Burton2016-06-071-3/+9
* MIPS: scache: Fix scache init with invalid line size.Govindraj Raja2016-03-091-4/+9
* MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsHuacai Chen2016-03-031-1/+1
* MIPS: fix DMA contiguous allocationQais Yousef2015-12-121-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-11-154-38/+206
|\
| * MIPS: Extend hardware table walking support to MIPS64Paul Burton2015-11-111-1/+7
| * MIPS: tlbex: Avoid placing software PTE bits in Entry* PFN fieldsPaul Burton2015-11-111-2/+45
| * MIPS: tlbex: Share MIPS32 32 bit phys & MIPS64 64 bit phys codePaul Burton2015-11-111-11/+3
| * MIPS: tlbex: Remove some RIXI redundancyPaul Burton2015-11-111-24/+10
| * MIPS: tlbex: Stop open-coding build_convert_pte_to_entryloPaul Burton2015-11-111-8/+8
| * MIPS: Allow L2 prefetch to be configured via debugfsPaul Burton2015-10-262-0/+82
| * MIPS: Enable L2 prefetching for CM >= 2.5Paul Burton2015-10-261-1/+60
| * MIPS: Remove invalid checkAndrzej Hajda2015-10-261-2/+2
* | kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-091-13/+0
|/
* MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-09-301-1/+1
* MIPS: Initialise MAARs on secondary CPUsPaul Burton2015-09-271-3/+25
* MIPS: print MAAR configuration during bootPaul Burton2015-09-271-0/+29
* MIPS: mm: compile maar_init unconditionallyPaul Burton2015-09-271-63/+63
* dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-5/+15
* dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-7/+0
* MIPS: Set trap_no field in thread_struct on exception.Ralf Baechle2015-09-031-4/+4
* MIPS: Add implementation of dma_map_ops.mmap()Alex Smith2015-09-031-0/+35
* MIPS: Refactor dumping of TLB registers for r3k/r4kJames Hogan2015-09-031-1/+1
* MIPS: mm: default platform_maar_init using bootmem dataPaul Burton2015-09-031-2/+34
* MIPS: Add platform callback before initializing the L2 cacheMarkos Chandras2015-08-261-0/+10
* MIPS: CM3: Add support for CM3 L2 cache.Paul Burton2015-08-261-0/+32
* MIPS: Add cases for CPU_I6400Markos Chandras2015-08-261-0/+1
* MIPS: Partially disable RIXI support.Ralf Baechle2015-08-031-4/+4
* MIPS: Handle page faults of executable but unreadable pages correctly.Ralf Baechle2015-08-031-1/+2
* MIPS: c-r4k: Extend way_string arrayPaul Burton2015-07-101-1/+3
* MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras2015-07-101-3/+11
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-276-39/+69
|\
| * MIPS: use for_each_sg()Akinobu Mita2015-06-211-10/+20
| * MIPS: tlbex: Avoid unnecessary _PAGE_PRESENT shiftsJames Hogan2015-06-211-6/+17
| * MIPS: tlbex: Fix broken offsets on r2 without XPAJames Hogan2015-06-211-4/+8
| * MIPS: tlbex.c: Remove new instance of __cpuinitdata that crept back inPaul Gortmaker2015-06-211-1/+1
| * MIPS: c-r4k: Remove legacy __cpuinit section that crept inPaul Gortmaker2015-06-211-1/+1
| * MIPS: BCM77xx: Remove legacy __cpuinit{,data} sections that crept inPaul Gortmaker2015-06-211-1/+1
| * MIPS: tlb-r3k: Optimise a TLBWI barrier in TLB invalidationMaciej W. Rozycki2015-06-211-2/+2
| * MIPS: tlb-r3k: Move CP0.Wired register initialisation to `tlb_init'Maciej W. Rozycki2015-06-212-5/+8
| * MIPS: tlb-r3k: Also invalidate wired TLB entries on bootMaciej W. Rozycki2015-06-211-11/+13
* | mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-5/+0
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-223-3/+8
|\ \ | |/ |/|