aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-5/+15
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-7/+0
2015-09-03MIPS: Set trap_no field in thread_struct on exception.Ralf Baechle1-4/+4
2015-09-03MIPS: Add implementation of dma_map_ops.mmap()Alex Smith1-0/+35
2015-09-03MIPS: Refactor dumping of TLB registers for r3k/r4kJames Hogan1-1/+1
2015-09-03MIPS: mm: default platform_maar_init using bootmem dataPaul Burton1-2/+34
2015-08-26MIPS: Add platform callback before initializing the L2 cacheMarkos Chandras1-0/+10
2015-08-26MIPS: CM3: Add support for CM3 L2 cache.Paul Burton1-0/+32
2015-08-26MIPS: Add cases for CPU_I6400Markos Chandras1-0/+1
2015-08-03MIPS: Partially disable RIXI support.Ralf Baechle1-4/+4
2015-08-03MIPS: Handle page faults of executable but unreadable pages correctly.Ralf Baechle1-1/+2
2015-07-10MIPS: c-r4k: Extend way_string arrayPaul Burton1-1/+3
2015-07-10MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras1-3/+11
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-39/+69
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen1-5/+0
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+8
2015-06-21MIPS: use for_each_sg()Akinobu Mita1-10/+20
2015-06-21MIPS: tlbex: Avoid unnecessary _PAGE_PRESENT shiftsJames Hogan1-6/+17
2015-06-21MIPS: tlbex: Fix broken offsets on r2 without XPAJames Hogan1-4/+8
2015-06-21MIPS: tlbex.c: Remove new instance of __cpuinitdata that crept back inPaul Gortmaker1-1/+1
2015-06-21MIPS: c-r4k: Remove legacy __cpuinit section that crept inPaul Gortmaker1-1/+1
2015-06-21MIPS: BCM77xx: Remove legacy __cpuinit{,data} sections that crept inPaul Gortmaker1-1/+1
2015-06-21MIPS: tlb-r3k: Optimise a TLBWI barrier in TLB invalidationMaciej W. Rozycki1-2/+2
2015-06-21MIPS: tlb-r3k: Move CP0.Wired register initialisation to `tlb_init'Maciej W. Rozycki2-5/+8
2015-06-21MIPS: tlb-r3k: Also invalidate wired TLB entries on bootMaciej W. Rozycki1-11/+13
2015-06-06MIPS: c-r4k: Fix typo in probe_scache()Joshua Kinard1-1/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+2
2015-05-19sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitlyDavid Hildenbrand1-0/+2
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand1-1/+4
2015-05-15MIPS: tlb-r4k: Fix PG_ELPA commentJames Hogan1-1/+1
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds7-67/+148
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook1-2/+2
2015-04-14mips: extract logic for mmap_rnd()Kees Cook1-8/+16
2015-04-13Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle4-54/+119
2015-04-10Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores."Ralf Baechle1-19/+2
2015-04-02MIPS: c-r4k.c: Fix the 74K D-cache alias erratum workaroundMaciej W. Rozycki1-8/+15
2015-04-01MIPS: Add R16000 detectionJoshua Kinard4-4/+11
2015-04-01MIPS: DMA: Implement platform hook to perform post-DMA cache flushes.Ralf Baechle1-1/+3
2015-03-25MIPS: Fix race condition in lazy cache flushing.Lars Persson1-0/+12
2015-03-25Revert "MIPS: Remove race window in page fault handling"Lars Persson1-19/+8
2015-03-19MIPS: Add support for XPA.Steven J. Hill3-14/+95
2015-03-18MIPS: Rearrange PTE bits into fixed positions.Steven J. Hill1-2/+2
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds9-41/+104
2015-02-20MIPS: mm: Remove dead macro definitionsAndreas Ruprecht2-16/+0
2015-02-20MIPS: OCTEON: Implement DCache errata workaround for all CN6XXXDavid Daney1-1/+1
2015-02-20MIPS: Add set/clear CP0 macros for PageGrain registerSteven J. Hill1-3/+3
2015-02-17MIPS: mm: scache: Add secondary cache support for MIPS R6 coresMarkos Chandras2-2/+4
2015-02-17MIPS: mm: c-r4k: Set the correct ISA levelMarkos Chandras1-1/+1
2015-02-17MIPS: mm: tlbex: Use cpu_has_mips_r2_exec_hazard for the EHB instructionLeonid Yegoshin1-3/+3
2015-02-17MIPS: mm: page: Add MIPS R6 supportMarkos Chandras1-4/+26