aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+2
2013-07-19MIPS: tlbex: fix broken build in v3.11-rc1Aaro Koskinen1-1/+1
2013-07-19MIPS: tlbex: Fix typo in r3000 tlb store handlerTony Wu1-1/+1
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker18-207/+187
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds7-78/+168
2013-07-12Merge branch '3.10-fixes' into mips-for-linux-nextRalf Baechle2-18/+42
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-07-03mm/MIPS: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-39/+18
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+2
2013-07-01MIPS: Fix typos and cleanup commentTony Wu1-1/+1
2013-07-01MIPS: Cleanup indentation and whitespaceTony Wu1-1/+1
2013-07-01MIPS: Move generated code to .text for microMIPSJayachandran C3-41/+82
2013-06-27MIPS: tlbex: Fix size of area to be flushed.Ralf Baechle1-1/+1
2013-06-25MIPS: Flush TLB handlers directly after writing themJonas Gorski1-14/+16
2013-06-21MIPS: Fix TLBR-use hazards for R2 cores in the TLB reload handlersRalf Baechle1-0/+26
2013-06-21MIPS: Sibyte: Fix build for SIBYTE_BW_TRACE on BCM1x55 and BCM1x80.Ralf Baechle1-4/+0
2013-06-13MIPS: Fixup check for invalid scratch registerJayachandran C1-5/+5
2013-06-13MIPS: Allow platform specific scratch registersJayachandran C1-15/+26
2013-06-13MIPS: Support SWIOTLB in default dma operationsJayachandran C1-0/+3
2013-06-10MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle1-2/+13
2013-05-23MIPS: Remove duplicate definition of check_for_high_segbits.David Daney1-4/+0
2013-05-16Revert "MIPS: Allow ASID size to be determined at boot time."David Daney4-61/+12
2013-05-16Revert "MIPS: microMIPS: Support dynamic ASID sizing."David Daney1-32/+2
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds12-294/+686
2013-05-09Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-nextRalf Baechle10-279/+650
2013-05-09Merge branch 'next/kvm' into mips-for-linux-nextRalf Baechle3-2/+7
2013-05-09MIPS: microMIPS: Add support for exception handling.Steven J. Hill1-0/+21
2013-05-09MIPS: microMIPS: Fix macro naming in micro-assembler.Steven J. Hill1-0/+9
2013-05-09MIPS: microMIPS: Fix incorrect mask for jump immediate.Steven J. Hill1-1/+2
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