aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-08MIPS: microMIPS: Support dynamic ASID sizing.Steven J. Hill1-2/+32
2013-05-08MIPS: Allow ASID size to be determined at boot time.Steven J. Hill4-12/+61
2013-05-08MIPS: Export routines needed by the KVM module.Sanjay Lal3-2/+7
2013-05-08Merge branch 'mips-next-3.10' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-nextRalf Baechle4-10/+22
2013-05-08MIPS: Build uasm-generated code only once to avoid CPU Hotplug problemHuacai Chen2-2/+18
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2013-05-01MIPS: Add option to disable software I/O coherency.Steven J. Hill2-18/+31
2013-05-01MIPS: microMIPS: uasm: Add microMIPS micro assembler support.Steven J. Hill2-0/+222
2013-05-01MIPS: microMIPS: uasm: Split 'uasm.c' into two files.Steven J. Hill3-249/+275
2013-04-29mm/MIPS: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-5/+1
2013-04-29mm/MIPS: use common help functions to free reserved pagesJiang Liu1-22/+9
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells1-0/+1
2013-04-11MIPS: Make declarations and definitions of tlbmiss_handler_setup_pgd match.Ralf Baechle1-11/+11
2013-04-05MIPS: Fix ISA level which causes secondary cache init bypassing and moreDeng-Cheng Zhu2-8/+4
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-nextRalf Baechle2-0/+2
2013-02-17MIPS: Add support for the M14KEc core.Steven J. Hill2-0/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle21-108/+108
2013-01-31mips: Move __virt_addr_valid() to a place for MIPS 64Steven Rostedt2-6/+6
2012-12-28MIPS: Fix modpost error in modules attepting to use virt_addr_valid().Ralf Baechle1-0/+6
2012-12-28MIPS: Don't include <asm/page.h> unnecessarily.Ralf Baechle1-1/+0
2012-12-27Revert "MIPS: Optimise TLB handlers for MIPS32/64 R2 cores."Ralf Baechle1-16/+0
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds7-100/+178
2012-12-13Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next into mips-for-linux-nextRalf Baechle2-6/+10
2012-12-13MIPS: PMC-Sierra Yosemite: Remove support.Ralf Baechle3-31/+0
2012-12-13MIPS: Highmem: Fix build error if CONFIG_DEBUG_HIGHMEM is disabledRalf Baechle1-1/+2
2012-12-13MIPS: Fix potencial corruptionRalf Baechle1-11/+0
2012-12-13MIPS/EDAC: Improve OCTEON EDAC support.David Daney1-9/+30
2012-12-12MIPS: Transparent Huge Pages supportRalf Baechle3-1/+53
2012-12-12MIPS: Cavium: Add EDAC support.Ralf Baechle1-22/+24
2012-12-12MIPS: Control huge tlb support via Kconfig symbol MIPS_HUGE_TLB_SUPPORTDavid Daney2-14/+14
2012-12-11mm: use vm_unmapped_area() on mips architectureMichel Lespinasse1-94/+17
2012-12-04MIPS: Avoid mcheck by flushing page range in huge_ptep_set_access_flags()David Daney1-14/+4
2012-11-26MIPS: tlbex: Better debug output.Ralf Baechle1-13/+55
2012-11-26MIPS: Remove R5000A.Ralf Baechle1-2/+0
2012-11-09MIPS: Move processing of coherency kernel parameters earlierShane McDonald1-4/+4
2012-11-09MIPS: tlbex: Fix section mismatchesKevin Cernekee1-2/+6
2012-10-17MIPS: hugetlbfs: Fix hazard between tlb write and pagemask restoration.Ralf Baechle1-0/+1
2012-10-16MIPS: R5000: Fix TLB hazard handling.Ralf Baechle1-15/+8
2012-10-16MIPS: tlbex: Deal with re-definition of labelRalf Baechle1-7/+34
2012-10-11MIPS: Optimize TLB refill for RI/XI configurations.David Daney1-16/+7
2012-10-11MIPS: Optimize pgd_init and pmd_initDavid Daney1-10/+10
2012-10-11MIPS: Align swapper_pg_dir to 64K for better TLB Refill code.David Daney1-8/+9
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-05Merge branch 'master' of git://dev.phrozen.org/mips-next into mips-for-linux-nextRalf Baechle1-16/+1
2012-09-28Merge branch 'ralf-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-nextRalf Baechle3-6/+68
2012-09-28Merge branch 'rixi-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-nextRalf Baechle4-10/+10
2012-09-13MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'.Steven J. Hill4-10/+10
2012-09-13MIPS: Optimise TLB handlers for MIPS32/64 R2 cores.Steven J. Hill1-0/+16
2012-09-13MIPS: uasm: Add INS and EXT instructions.Steven J. Hill1-5/+18