summaryrefslogtreecommitdiff
path: root/arch/mips/mm/tlbex.c
AgeCommit message (Expand)Author
2020-09-07MIPS: Get rid of BCM1250_M3_WARThomas Bogendoerfer
2020-09-07MIPS: Convert R10000_LLSC_WAR info a config optionThomas Bogendoerfer
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang
2020-03-25MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3Huacai Chen
2019-11-01Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang
2019-10-23MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton
2019-09-03MIPS: tlbex: Remove cpu_has_local_ebasePaul Burton
2019-09-03MIPS: tlbex: Simplify r3k checkPaul Burton
2019-08-11MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a booleanNathan Chancellor
2019-07-23MIPS: Remove unused R8000 CPU supportPaul Burton
2019-07-23MIPS: Remove unused R5432 CPU supportPaul Burton
2019-07-23MIPS: Remove unused R4300 CPU supportPaul Burton
2019-07-21MIPS: Rename JZRISC to XBURSTPaul Cercueil
2019-06-24MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin
2019-02-04MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen
2018-12-03mips: annotate implicit fall throughsMathieu Malaterre
2018-08-10MIPS: Consistently declare TLB functionsPaul Burton
2018-08-10MIPS: Export tlbmiss_handler_setup_pgd near its definitionPaul Burton
2018-08-06MIPS: Avoid using array as parameter to write_c0_kpgd()Paul Burton
2017-08-29MIPS: Remove unused R6000 supportPaul Burton
2017-06-29MIPS: Use current_cpu_type() in m4kc_tlbp_war()Paul Burton
2017-06-29MIPS: Handle tlbex-tlbp race conditionPaul Burton
2017-04-10MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Alex Belits
2017-03-21MIPS: Flush wrong invalid FTLB entry for huge pageHuacai Chen
2017-02-13Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan
2017-02-03MIPS: Export some tlbex internals for KVM to useJames Hogan
2017-02-03MIPS: Export pgd/pmd symbols for KVMJames Hogan
2017-01-03MIPS: tlbex: Clear ISA bit when writing to handle_tlb{l,m,s}Paul Burton
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-07-24MIPS: tlbex: Avoid duplicated single_insn_swpdJames Hogan
2016-05-28MIPS: Fix 64-bit HTW configurationJames Hogan
2016-05-28MIPS: Add 64-bit HTW fieldsJames Hogan
2016-05-13MIPS: mm: Panic if an XPA kernel is run without RIXIPaul Burton
2016-05-13MIPS: mm: Don't do MTHC0 if XPA not presentJames Hogan
2016-05-13MIPS: mm: Simplify build_update_entriesPaul Burton
2016-05-13MIPS: mm: Be more explicit about PTE mode bit handlingPaul Burton
2016-05-13MIPS: mm: Pass scratch register through to iPTE_SWPaul Burton
2016-05-13MIPS: mm: Don't clobber $1 on XPA TLB refillJames Hogan
2016-05-13MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)Paul Burton
2016-05-13MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READPaul Burton
2016-05-13MIPS: Fix HTW config on XPA kernel without LPA enabledJames Hogan
2016-05-13MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-01-24MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsHuacai Chen
2016-01-15mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov