summaryrefslogtreecommitdiff
path: root/arch/mips/mm/tlbex.c
AgeCommit message (Expand)Author
2024-01-08MIPS: Fix typosBjorn Helgaas
2023-08-24mips: implement the new page table range APIMatthew Wilcox (Oracle)
2023-06-20MIPS: mm: Remove special handling for OCTEON CPUsThomas Bogendoerfer
2022-08-06Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2022-08-04MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0Nathan Chancellor
2022-07-17mips: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport
2022-07-17mips: drop definitions of PTE_ORDERMike Rapoport
2022-07-14MIPS: Remove VR41xx supportThomas Bogendoerfer
2022-03-07MIPS: Sanitise Cavium switch cases in TLB handler synthesizersMaciej W. Rozycki
2022-02-22MIPS: remove asm/war.hThomas Bogendoerfer
2021-10-24MIPS: Remove NETLOGIC supportThomas Bogendoerfer
2021-07-13MIPS: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-14MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handlingHuang Pei
2021-01-22Revert "MIPS: Remove unused R4300 CPU support"Lauri Kasanen
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