aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/tlbex.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-01Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton1-8/+15
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang1-3/+3
2019-10-23MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton1-8/+15
2019-09-03MIPS: tlbex: Remove cpu_has_local_ebasePaul Burton1-7/+2
2019-09-03MIPS: tlbex: Simplify r3k checkPaul Burton1-30/+22
2019-08-11MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a booleanNathan Chancellor1-1/+1
2019-07-23MIPS: Remove unused R8000 CPU supportPaul Burton1-4/+0
2019-07-23MIPS: Remove unused R5432 CPU supportPaul Burton1-1/+0
2019-07-23MIPS: Remove unused R4300 CPU supportPaul Burton1-1/+0
2019-07-21MIPS: Rename JZRISC to XBURSTPaul Cercueil1-1/+1
2019-06-24MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin1-9/+20
2019-02-04MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen1-0/+10
2018-12-03mips: annotate implicit fall throughsMathieu Malaterre1-0/+1
2018-08-10MIPS: Consistently declare TLB functionsPaul Burton1-60/+40
2018-08-10MIPS: Export tlbmiss_handler_setup_pgd near its definitionPaul Burton1-1/+0
2018-08-06MIPS: Avoid using array as parameter to write_c0_kpgd()Paul Burton1-1/+1
2017-08-29MIPS: Remove unused R6000 supportPaul Burton1-5/+0
2017-06-29MIPS: Use current_cpu_type() in m4kc_tlbp_war()Paul Burton1-2/+1
2017-06-29MIPS: Handle tlbex-tlbp race conditionPaul Burton1-1/+37
2017-04-10MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Alex Belits1-0/+22
2017-03-21MIPS: Flush wrong invalid FTLB entry for huge pageHuacai Chen1-4/+21
2017-02-13Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan1-18/+20
2017-02-03MIPS: Export some tlbex internals for KVM to useJames Hogan1-17/+16
2017-02-03MIPS: Export pgd/pmd symbols for KVMJames Hogan1-1/+4
2017-01-03MIPS: tlbex: Clear ISA bit when writing to handle_tlb{l,m,s}Paul Burton1-3/+3
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