summaryrefslogtreecommitdiff
path: root/arch/mips/mm/tlbex.c
AgeCommit message (Expand)Author
2019-10-29MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton
2019-10-07MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a booleanNathan Chancellor
2019-07-10MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin
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
2015-11-11MIPS: Extend hardware table walking support to MIPS64Paul Burton
2015-11-11MIPS: tlbex: Avoid placing software PTE bits in Entry* PFN fieldsPaul Burton
2015-11-11MIPS: tlbex: Share MIPS32 32 bit phys & MIPS64 64 bit phys codePaul Burton
2015-11-11MIPS: tlbex: Remove some RIXI redundancyPaul Burton
2015-11-11MIPS: tlbex: Stop open-coding build_convert_pte_to_entryloPaul Burton
2015-06-21MIPS: tlbex: Avoid unnecessary _PAGE_PRESENT shiftsJames Hogan
2015-06-21MIPS: tlbex: Fix broken offsets on r2 without XPAJames Hogan
2015-06-21MIPS: tlbex.c: Remove new instance of __cpuinitdata that crept back inPaul Gortmaker
2015-04-13Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle
2015-04-10Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores."Ralf Baechle
2015-04-01MIPS: Add R16000 detectionJoshua Kinard
2015-03-19MIPS: Add support for XPA.Steven J. Hill
2015-03-18MIPS: Rearrange PTE bits into fixed positions.Steven J. Hill
2015-02-17MIPS: mm: tlbex: Use cpu_has_mips_r2_exec_hazard for the EHB instructionLeonid Yegoshin
2015-02-16MIPS: Add cases for CPU_QEMU_GENERICLeonid Yegoshin
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-11-27MIPS: tlbex: Fix potential HTW race on TLBL/M/S handlersLeonid Yegoshin
2014-11-24MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle
2014-10-22MIPS: tlbex: Properly fix HUGE TLB Refill exception handlerDavid Daney