summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * MIPS: asm: pgtable: Prevent HTW race when updating PTEsMarkos Chandras2015-02-161-10/+4
| * MIPS: asm: pgtable: Add c0 hazards on HTW start/stop sequencesMarkos Chandras2015-02-161-4/+6
* | mips: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-2/+0
|/
* MIPS: Cosmetic cleanups of page table headers.Steven J. Hill2014-11-241-4/+4
* MIPS: Replace use of phys_t with phys_addr_t.Ralf Baechle2014-11-241-1/+1
* MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle2014-11-241-4/+4
* MIPS: pgtable.h: Implement the pgprot_writecombine function for MIPSMarkos Chandras2014-09-221-0/+10
* MIPS: Remove race window in page fault handlingLars Persson2014-08-191-5/+3
* MIPS: mm: Use the Hardware Page Table Walker if the core supports itMarkos Chandras2014-08-021-0/+27
* MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entryPaul Burton2014-05-281-0/+2
* consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+1
* MIPS: Add linux/mm_types.h to pgtable.hCorey Minyard2013-04-081-0/+1
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-12-141-2/+166
|\
| * MIPS: Transparent Huge Pages supportRalf Baechle2012-12-121-1/+166
| * MIPS: pgtable.h: Remove commented out debugging printk.Ralf Baechle2012-11-261-1/+0
* | asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov2012-12-121-10/+1
|/
* MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'.Steven J. Hill2012-09-131-6/+6
* MIPS: topdown mmap supportJian Peng2011-07-251-0/+1
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-1/+2
|\
| * MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-1/+2
* | MIPS: Implement Read Inhibit/eXecute InhibitDavid Daney2010-02-271-10/+16
* | MIPS: Two-level pagetables for 64-bit kernels with 64KB pages.David Daney2010-02-271-1/+1
|/
* MIPS: Add support for uncached accelerated mappings.Wu Zhangjin2009-12-171-0/+13
* mm: ZERO_PAGE without PTE_SPECIALHugh Dickins2009-09-221-0/+10
* MIPS: Add hugetlbfs page defines.David Daney2009-06-171-0/+10