summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/pgtable.h
AgeCommit message (Expand)AuthorLines
2024-07-03mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li-2/+0
2024-07-03mm: add update_mmu_tlb_range()Bang Li-0/+2
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho-0/+1
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2023-08-24mips: implement the new page table range APIMatthew Wilcox (Oracle)-22/+41
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-3/+3
2023-03-28mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer-1/+2
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-1/+0
2023-02-02mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-0/+36
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton-0/+1
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross-0/+1
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-2/+0
2022-07-17mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-22/+0
2022-03-21mips: Make pmd_pfn() available in all configurationsMatthew Wilcox (Oracle)-5/+5
2021-11-02mips: fix HUGETLB function without THP enabledZhaolong Zhang-23/+22
2021-01-22MIPS: mm: Add prototype for function __update_cacheYanteng Si-1/+1
2021-01-15MIPS: pgtable: fix -Wshadow in asm/pgtable.hAlexander Lobakin-6/+6
2020-12-14MIPS: mm: Add back define for PAGE_SHAREDThomas Bogendoerfer-0/+2
2020-11-19MIPS: mm: Clean up setup of protection mapThomas Bogendoerfer-8/+0
2020-10-06MIPS: pgtable: Remove used PAGE_USERIO defineThomas Bogendoerfer-2/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-2/+0
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual-1/+1
2020-05-27MIPS: mm: add page valid judgement in function pte_modifyBibo Mao-2/+5
2020-05-27mm/memory.c: Add memory read privilege on page fault handlingBibo Mao-0/+2
2020-05-27mm/memory.c: Update local TLB if PTE entry existsBibo Mao-0/+23
2020-05-27MIPS: Do not flush tlb page when updating PTE entryBibo Mao-0/+5
2020-05-17mips/mm: Add page soft dirty trackingGuoyun Sun-2/+46
2020-04-19MIPS: cleanup fixup_bigphys_addr handlingChristoph Hellwig-13/+10
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual-14/+30
2020-02-04mips: mm: add p?d_leaf() definitionsSteven Price-0/+5
2019-11-11MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATEDJiaxun Yang-11/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport-5/+0
2019-09-03MIPS: Select R3k-style TLB in KconfigPaul Burton-2/+2
2019-07-21MIPS: pte_special()/pte_mkspecial() supportDmitry Korotin-2/+14
2019-07-12MIPS: use the generic get_user_pages_fast codeChristoph Hellwig-0/+3
2019-02-06MIPS: Fix set_pte() for Netlogic XLR using cmpxchg64()Paul Burton-0/+4
2019-02-04MIPS: Remove open-coded cmpxchg() in set_pte()Paul Burton-43/+2
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton-4/+2
2018-01-31mips: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov-0/+3
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams-1/+1
2016-10-07mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie-2/+0
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada-8/+8
2016-07-06MIPS: Fix page table corruption on THP permission changes.David Daney-1/+1
2016-07-02MIPS: Fix possible corruption of cache mode by mprotect.Ralf Baechle-4/+6
2016-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2016-05-19arch: fix has_transparent_hugepage()Hugh Dickins-0/+1
2016-05-13MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)Paul Burton-8/+49
2016-05-13MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READPaul Burton-16/+7
2016-05-13MIPS: Loongson: Add Loongson-3A R2 basic supportHuacai Chen-2/+2