summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/page.c
Commit message (Expand)AuthorAgeFilesLines
* arch: mips: mm: page: Remove unused functionRickard Strandqvist2018-06-241-15/+0
* MIPS: Export {copy, clear}_page functions alongside their definitionsPaul Burton2017-01-031-0/+2
* MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-051-1/+0
* MIPS: Loongson-3: Introduce CONFIG_LOONGSON3_ENHANCEMENTHuacai Chen2016-05-131-0/+9
* MIPS: Add R16000 detectionJoshua Kinard2015-04-011-0/+1
* MIPS: mm: page: Add MIPS R6 supportMarkos Chandras2015-02-171-4/+26
* MIPS: R46000: Fix Micro-assembler field overflow for R4600 V2Thomas Bogendoerfer2014-05-281-2/+2
* mips: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0
* MIPS: Optimize current_cpu_type() for better code.Ralf Baechle2013-09-171-0/+1
* MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-141-20/+20
* MIPS: Cleanup indentation and whitespaceTony Wu2013-07-011-1/+1
* MIPS: Build uasm-generated code only once to avoid CPU Hotplug problemHuacai Chen2013-05-081-0/+10
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-3/+3
* MIPS: PMC-Sierra Yosemite: Remove support.Ralf Baechle2012-12-131-9/+0
* MIPS: Refactor 'clear_page' and 'copy_page' functions.Steven J. Hill2012-07-191-49/+18
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+0
* MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.hFlorian Fainelli2010-02-271-1/+1
* MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle2009-06-241-0/+1
* MIPS: NEC VR5500 processor support fixupShinya Kuribayashi2009-03-111-1/+2
* [MIPS] Fix 32bit kernels on R4k with 128 byte cache line sizeThomas Bogendoerfer2008-07-081-29/+32
* [MIPS] Fix the fix for divide by zero error in build_{clear,copy}_pageAtsushi Nemoto2008-06-161-1/+1
* Fix divide by zero error in build_clear_page() and build_copy_page()Yoichi Yuasa2008-06-051-4/+6
* [MIPS] Reimplement clear_page/copy_pageThiemo Seufer2008-04-281-0/+684