aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-02MIPS: mm: Use the Hardware Page Table Walker if the core supports itMarkos Chandras2-0/+103
2014-08-01MIPS: bugfix: missed cache flush of TLB refill handlerLeonid Yegoshin1-0/+2
2014-07-30MIPS: BCM47XX: Detect more then 128 MiB of RAM (HIGHMEM)Rafał Miłecki1-1/+1
2014-07-30Revert "MIPS: Delete unused function add_temporary_entry."Rafał Miłecki1-0/+47
2014-07-30MIPS: Remove incorrect NULL check in local_flush_tlb_page()Emil Goode1-1/+1
2014-07-30MIPS: c-r4k: Avoid duplicate CPU_74K/CPU_1074K checksMaciej W. Rozycki1-4/+4
2014-07-30MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen1-0/+1
2014-06-26MIPS: mm: uasm: Fix lh micro-assembler instructionMarkos Chandras1-1/+1
2014-06-26MIPS: uasm: Add SLT uasm instructionMarkos Chandras3-1/+4
2014-06-26MIPS: uasm: Add s3s1s2 instruction builderMarkos Chandras1-0/+7
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds8-118/+213
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-5/+0
2014-06-04Merge branch '3.15-fixes' into mips-for-linux-nextRalf Baechle2-2/+4
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds1-0/+1
2014-06-03MIPS: Call find_vma with the mmap_sem heldDavidlohr Bueso1-0/+2
2014-06-02MIPS: Add code for new system 'paravirt'David Daney1-6/+2
2014-05-30MIPS: Add minimal support for OCTEON3 to c-r4k.cDavid Daney1-4/+44
2014-05-30MIPS: Don't build fast TLB refill handler with 32-bit kernelsDavid Daney1-2/+6
2014-05-30MIPS: uasm: Add lb uasm instructionMarkos Chandras3-8/+11
2014-05-30MIPS: uasm: Add mflo uasm instructionMarkos Chandras3-5/+9
2014-05-30MIPS: uasm: Add mul uasm instructionMarkos Chandras3-1/+4
2014-05-30MIPS: uasm: Add lh uam instructionMarkos Chandras3-6/+9
2014-05-30MIPS: uasm: Add wsbh uasm instructionMarkos Chandras3-1/+4
2014-05-30MIPS: uasm: Add sltu uasm instructionMarkos Chandras3-1/+4
2014-05-30MIPS: uasm: Add sltiu uasm instructionMarkos Chandras3-4/+7
2014-05-30MIPS: uasm: Add jalr uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add mfhi uasm instructionMarkos Chandras3-4/+8
2014-05-30MIPS: uasm: Add divu uasm instructionMarkos Chandras3-1/+4
2014-05-30MIPS: uasm: Add srlv uasm instructionMarkos Chandras3-3/+6
2014-05-30MIPS: uasm: Add sllv uasm instructionMarkos Chandras3-3/+6
2014-05-30MIPS: Export local_flush_icache_range for KVMJames Hogan1-0/+1
2014-05-30MIPS: uasm: Add u3u2u1 instruction buildersMarkos Chandras1-0/+7
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-nextRalf Baechle6-9/+100
2014-05-28MIPS: uasm: add MT ASE yield instructionPaul Burton2-1/+10
2014-05-28MIPS: uasm: add wait instructionPaul Burton3-1/+4
2014-05-28MIPS: uasm: add sync instructionPaul Burton3-2/+5
2014-05-28MIPS: uasm: add jalr instructionPaul Burton2-4/+6
2014-05-28MIPS: uasm: add a label variant of beqPaul Burton1-0/+8
2014-05-28MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entryPaul Burton1-2/+12
2014-05-28MIPS: R46000: Fix Micro-assembler field overflow for R4600 V2Thomas Bogendoerfer1-2/+2
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle3-103/+23
2014-05-23MIPS: c-r4k: Call R4600_HIT_CACHEOP_WAR_IMPL only for 32 byte cache lines.Ralf Baechle1-1/+0
2014-05-14MIPS: mm: Fix broken microMIPS kernel regression.Steven J. Hill2-4/+7
2014-05-02MIPS: tlb-r4k: Add CPU PM callback to reconfigure TLBJames Hogan1-1/+33
2014-05-02MIPS: c-r4k: Add CPU PM callback for coherencyJames Hogan1-0/+24
2014-04-18mips: export flush_icache_rangeKees Cook1-2/+2
2014-03-31MIPS: Loongson: Add basic Loongson-3 CPU supportHuacai Chen3-2/+63
2014-03-31MIPS: Use current_cpu_type() instead of c->cputypeWu Zhangjin1-1/+1
2014-03-26MIPS: Add support for the M5150 processorLeonid Yegoshin2-0/+2
2014-03-26MIPS: Extend DMA_MAYBE_COHERENT logic to DMA_NONCOHERENT useManuel Lauss2-5/+5