summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/tlbex.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen2019-02-041-0/+10
* mips: annotate implicit fall throughsMathieu Malaterre2018-12-031-0/+1
* MIPS: Consistently declare TLB functionsPaul Burton2018-08-101-60/+40
* MIPS: Export tlbmiss_handler_setup_pgd near its definitionPaul Burton2018-08-101-1/+0
* MIPS: Avoid using array as parameter to write_c0_kpgd()Paul Burton2018-08-061-1/+1
* MIPS: Remove unused R6000 supportPaul Burton2017-08-291-5/+0
* MIPS: Use current_cpu_type() in m4kc_tlbp_war()Paul Burton2017-06-291-2/+1
* MIPS: Handle tlbex-tlbp race conditionPaul Burton2017-06-291-1/+37
* MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Alex Belits2017-04-101-0/+22
* MIPS: Flush wrong invalid FTLB entry for huge pageHuacai Chen2017-03-211-4/+21
* Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan2017-02-131-18/+20
|\
| * MIPS: Export some tlbex internals for KVM to useJames Hogan2017-02-031-17/+16
| * MIPS: Export pgd/pmd symbols for KVMJames Hogan2017-02-031-1/+4
* | MIPS: tlbex: Clear ISA bit when writing to handle_tlb{l,m,s}Paul Burton2017-01-031-3/+3
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-061-1/+1
|\
| * MIPS: tlbex: Avoid duplicated single_insn_swpdJames Hogan2016-07-241-1/+1
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-5/+5
|/
* MIPS: Fix 64-bit HTW configurationJames Hogan2016-05-281-2/+12
* MIPS: Add 64-bit HTW fieldsJames Hogan2016-05-281-2/+6
* MIPS: mm: Panic if an XPA kernel is run without RIXIPaul Burton2016-05-131-0/+3
* MIPS: mm: Don't do MTHC0 if XPA not presentJames Hogan2016-05-131-6/+10
* MIPS: mm: Simplify build_update_entriesPaul Burton2016-05-131-21/+16
* MIPS: mm: Be more explicit about PTE mode bit handlingPaul Burton2016-05-131-5/+9
* MIPS: mm: Pass scratch register through to iPTE_SWPaul Burton2016-05-131-13/+11
* MIPS: mm: Don't clobber $1 on XPA TLB refillJames Hogan2016-05-131-14/+10
* MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)Paul Burton2016-05-131-12/+23
* MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READPaul Burton2016-05-131-9/+4
* MIPS: Fix HTW config on XPA kernel without LPA enabledJames Hogan2016-05-131-3/+1
* MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen2016-05-131-3/+121
* MIPS: Fix misspellings in comments.Adam Buchbinder2016-04-031-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-241-1/+1
|\
| * MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsHuacai Chen2016-01-241-1/+1
* | mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-1/+0
|/
* MIPS: Extend hardware table walking support to MIPS64Paul Burton2015-11-111-1/+7
* MIPS: tlbex: Avoid placing software PTE bits in Entry* PFN fieldsPaul Burton2015-11-111-2/+45
* MIPS: tlbex: Share MIPS32 32 bit phys & MIPS64 64 bit phys codePaul Burton2015-11-111-11/+3
* MIPS: tlbex: Remove some RIXI redundancyPaul Burton2015-11-111-24/+10
* MIPS: tlbex: Stop open-coding build_convert_pte_to_entryloPaul Burton2015-11-111-8/+8
* MIPS: tlbex: Avoid unnecessary _PAGE_PRESENT shiftsJames Hogan2015-06-211-6/+17
* MIPS: tlbex: Fix broken offsets on r2 without XPAJames Hogan2015-06-211-4/+8
* MIPS: tlbex.c: Remove new instance of __cpuinitdata that crept back inPaul Gortmaker2015-06-211-1/+1
* Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle2015-04-131-34/+81
|\
| * Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores."Ralf Baechle2015-04-101-19/+2
| * MIPS: Add support for XPA.Steven J. Hill2015-03-191-13/+77
| * MIPS: Rearrange PTE bits into fixed positions.Steven J. Hill2015-03-181-2/+2
* | MIPS: Add R16000 detectionJoshua Kinard2015-04-011-0/+1
|/
* MIPS: mm: tlbex: Use cpu_has_mips_r2_exec_hazard for the EHB instructionLeonid Yegoshin2015-02-171-3/+3
* MIPS: Add cases for CPU_QEMU_GENERICLeonid Yegoshin2015-02-161-0/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-12-111-9/+9
|\
| * MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle2014-11-241-9/+9