summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* MIPS: mm: Add prototype for function __update_cacheYanteng Si2021-01-221-1/+1
* MIPS: pgtable: fix -Wshadow in asm/pgtable.hAlexander Lobakin2021-01-151-6/+6
* MIPS: mm: Add back define for PAGE_SHAREDThomas Bogendoerfer2020-12-141-0/+2
* MIPS: mm: Clean up setup of protection mapThomas Bogendoerfer2020-11-191-8/+0
* MIPS: pgtable: Remove used PAGE_USERIO defineThomas Bogendoerfer2020-10-061-2/+0
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-2/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-1/+1
|\
| * mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-031-1/+1
* | MIPS: mm: add page valid judgement in function pte_modifyBibo Mao2020-05-271-2/+5
* | mm/memory.c: Add memory read privilege on page fault handlingBibo Mao2020-05-271-0/+2
* | mm/memory.c: Update local TLB if PTE entry existsBibo Mao2020-05-271-0/+23
* | MIPS: Do not flush tlb page when updating PTE entryBibo Mao2020-05-271-0/+5
* | mips/mm: Add page soft dirty trackingGuoyun Sun2020-05-171-2/+46
* | MIPS: cleanup fixup_bigphys_addr handlingChristoph Hellwig2020-04-191-13/+10
|/
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-14/+30
* mips: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+5
* MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATEDJiaxun Yang2019-11-111-11/+0
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-5/+0
* MIPS: Select R3k-style TLB in KconfigPaul Burton2019-09-031-2/+2
* MIPS: pte_special()/pte_mkspecial() supportDmitry Korotin2019-07-211-2/+14
* MIPS: use the generic get_user_pages_fast codeChristoph Hellwig2019-07-121-0/+3
* MIPS: Fix set_pte() for Netlogic XLR using cmpxchg64()Paul Burton2019-02-061-0/+4
* MIPS: Remove open-coded cmpxchg() in set_pte()Paul Burton2019-02-041-43/+2
* MIPS: Avoid using .set mips0 to restore ISAPaul Burton2018-11-091-4/+2
* mips: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov2018-01-311-0/+3
* mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+1
* mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-071-2/+0
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-8/+8
* MIPS: Fix page table corruption on THP permission changes.David Daney2016-07-061-1/+1
* MIPS: Fix possible corruption of cache mode by mprotect.Ralf Baechle2016-07-021-4/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-191-0/+1
|\
| * arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-0/+1
* | MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)Paul Burton2016-05-131-8/+49
* | MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READPaul Burton2016-05-131-16/+7
* | MIPS: Loongson: Add Loongson-3A R2 basic supportHuacai Chen2016-05-131-2/+2
* | MIPS: Sync icache & dcache in set_pte_atPaul Burton2016-05-131-5/+21
* | MIPS: Adjust set_pte() SMP fix to handle R10000_LLSC_WARJoshua Kinard2016-05-091-13/+32
* | MIPS: Move definitions for 32/64-bit agonstic inline assembler to new file.Ralf Baechle2016-05-091-9/+2
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-241-2/+2
|\
| * MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsHuacai Chen2016-01-241-2/+2
* | mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-18/+0
|/
* MIPS: Fix definition of pgprot_writecombine()Alex Smith2015-09-031-0/+2
* MIPS: Make set_pte() SMP safe.David Daney2015-08-051-0/+31
* mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-241-4/+4
* Revert "MIPS: Remove race window in page fault handling"Lars Persson2015-03-251-4/+5
* MIPS: Add support for XPA.Steven J. Hill2015-03-191-22/+14
* MIPS: Rearrange PTE bits into fixed positions.Steven J. Hill2015-03-181-19/+19
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-211-19/+27
|\
| * MIPS: Usage and cosmetic cleanups of page table bits.Steven J. Hill2015-02-191-2/+2
| * MIPS: HTW: Prevent accidental HTW start due to nested htw_{start, stop}Markos Chandras2015-02-161-6/+18