summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/tlbex.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-5/+5
2016-07-24MIPS: tlbex: Avoid duplicated single_insn_swpdJames Hogan1-1/+1
2016-05-28MIPS: Fix 64-bit HTW configurationJames Hogan1-2/+12
2016-05-28MIPS: Add 64-bit HTW fieldsJames Hogan1-2/+6
2016-05-13MIPS: mm: Panic if an XPA kernel is run without RIXIPaul Burton1-0/+3
2016-05-13MIPS: mm: Don't do MTHC0 if XPA not presentJames Hogan1-6/+10
2016-05-13MIPS: mm: Simplify build_update_entriesPaul Burton1-21/+16
2016-05-13MIPS: mm: Be more explicit about PTE mode bit handlingPaul Burton1-5/+9
2016-05-13MIPS: mm: Pass scratch register through to iPTE_SWPaul Burton1-13/+11
2016-05-13MIPS: mm: Don't clobber $1 on XPA TLB refillJames Hogan1-14/+10
2016-05-13MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)Paul Burton1-12/+23
2016-05-13MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READPaul Burton1-9/+4
2016-05-13MIPS: Fix HTW config on XPA kernel without LPA enabledJames Hogan1-3/+1
2016-05-13MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen1-3/+121
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2016-01-24MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsHuacai Chen1-1/+1
2016-01-15mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-1/+0
2015-11-11MIPS: Extend hardware table walking support to MIPS64Paul Burton1-1/+7
2015-11-11MIPS: tlbex: Avoid placing software PTE bits in Entry* PFN fieldsPaul Burton1-2/+45
2015-11-11MIPS: tlbex: Share MIPS32 32 bit phys & MIPS64 64 bit phys codePaul Burton1-11/+3
2015-11-11MIPS: tlbex: Remove some RIXI redundancyPaul Burton1-24/+10
2015-11-11MIPS: tlbex: Stop open-coding build_convert_pte_to_entryloPaul Burton1-8/+8
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-04-13Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle1-34/+81
2015-04-10Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores."Ralf Baechle1-19/+2
2015-04-01MIPS: Add R16000 detectionJoshua Kinard1-0/+1
2015-03-19MIPS: Add support for XPA.Steven J. Hill1-13/+77
2015-03-18MIPS: Rearrange PTE bits into fixed positions.Steven J. Hill1-2/+2
2015-02-17MIPS: mm: tlbex: Use cpu_has_mips_r2_exec_hazard for the EHB instructionLeonid Yegoshin1-3/+3
2015-02-16MIPS: Add cases for CPU_QEMU_GENERICLeonid Yegoshin1-0/+1
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-9/+9
2014-11-27MIPS: tlbex: Fix potential HTW race on TLBL/M/S handlersLeonid Yegoshin1-1/+9
2014-11-24MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle1-9/+9
2014-10-22MIPS: tlbex: Properly fix HUGE TLB Refill exception handlerDavid Daney1-1/+5
2014-08-02Merge branch '3.16-fixes' into mips-for-linux-nextRalf Baechle1-0/+3
2014-08-02MIPS: Use dedicated exception handler if CPU supports RI/XI exceptionsLeonid Yegoshin1-2/+2
2014-08-02MIPS: mm: Use the Hardware Page Table Walker if the core supports itMarkos Chandras1-0/+91
2014-08-01MIPS: bugfix: missed cache flush of TLB refill handlerLeonid Yegoshin1-0/+2
2014-07-30MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen1-0/+1
2014-06-02MIPS: Add code for new system 'paravirt'David Daney1-6/+2
2014-05-30MIPS: Don't build fast TLB refill handler with 32-bit kernelsDavid Daney1-2/+6
2014-05-14MIPS: mm: Fix broken microMIPS kernel regression.Steven J. Hill1-3/+4
2014-03-31MIPS: Loongson: Add basic Loongson-3 CPU supportHuacai Chen1-0/+1
2014-03-31MIPS: Use current_cpu_type() instead of c->cputypeWu Zhangjin1-1/+1
2014-03-26MIPS: Add support for the M5150 processorLeonid Yegoshin1-0/+1
2014-03-26MIPS: Add cases for CPU_P5600James Hogan1-0/+1