aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/tlbex.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-06Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-37/+2
2022-08-04MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0Nathan Chancellor1-2/+2
2022-07-17mips: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport1-6/+6
2022-07-17mips: drop definitions of PTE_ORDERMike Rapoport1-1/+1
2022-07-14MIPS: Remove VR41xx supportThomas Bogendoerfer1-35/+0
2022-03-07MIPS: Sanitise Cavium switch cases in TLB handler synthesizersMaciej W. Rozycki1-13/+10
2022-02-22MIPS: remove asm/war.hThomas Bogendoerfer1-1/+0
2021-10-24MIPS: Remove NETLOGIC supportThomas Bogendoerfer1-8/+1
2021-07-13MIPS: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-03-14MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handlingHuang Pei1-4/+5
2021-01-22Revert "MIPS: Remove unused R4300 CPU support"Lauri Kasanen1-0/+1
2020-09-07MIPS: Get rid of BCM1250_M3_WARThomas Bogendoerfer1-1/+5
2020-09-07MIPS: Convert R10000_LLSC_WAR info a config optionThomas Bogendoerfer1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang1-1/+1
2020-03-25MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3Huacai Chen1-1/+4
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