index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
include
/
asm
/
pgtable.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mips: mm: add p?d_leaf() definitions
Steven Price
2020-02-04
1
-0
/
+5
*
MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATED
Jiaxun Yang
2019-11-11
1
-11
/
+0
*
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
2019-09-25
1
-5
/
+0
*
MIPS: Select R3k-style TLB in Kconfig
Paul Burton
2019-09-03
1
-2
/
+2
*
MIPS: pte_special()/pte_mkspecial() support
Dmitry Korotin
2019-07-22
1
-2
/
+14
*
MIPS: use the generic get_user_pages_fast code
Christoph Hellwig
2019-07-12
1
-0
/
+3
*
MIPS: Fix set_pte() for Netlogic XLR using cmpxchg64()
Paul Burton
2019-02-06
1
-0
/
+4
*
MIPS: Remove open-coded cmpxchg() in set_pte()
Paul Burton
2019-02-04
1
-43
/
+2
*
MIPS: Avoid using .set mips0 to restore ISA
Paul Burton
2018-11-09
1
-4
/
+2
*
mips: use generic_pmdp_establish as pmdp_establish
Kirill A. Shutemov
2018-02-01
1
-0
/
+3
*
mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE
Dan Williams
2017-11-30
1
-1
/
+1
*
mm: move phys_mem_access_prot_allowed() declaration to pgtable.h
Baoyou Xie
2016-10-08
1
-2
/
+0
*
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-08-04
1
-8
/
+8
*
MIPS: Fix page table corruption on THP permission changes.
David Daney
2016-07-06
1
-1
/
+1
*
MIPS: Fix possible corruption of cache mode by mprotect.
Ralf Baechle
2016-07-02
1
-4
/
+6
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-05-20
1
-0
/
+1
|
\
|
*
arch: fix has_transparent_hugepage()
Hugh Dickins
2016-05-20
1
-0
/
+1
*
|
MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)
Paul Burton
2016-05-13
1
-8
/
+49
*
|
MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READ
Paul Burton
2016-05-13
1
-16
/
+7
*
|
MIPS: Loongson: Add Loongson-3A R2 basic support
Huacai Chen
2016-05-13
1
-2
/
+2
*
|
MIPS: Sync icache & dcache in set_pte_at
Paul Burton
2016-05-13
1
-5
/
+21
*
|
MIPS: Adjust set_pte() SMP fix to handle R10000_LLSC_WAR
Joshua Kinard
2016-05-09
1
-13
/
+32
*
|
MIPS: Move definitions for 32/64-bit agonstic inline assembler to new file.
Ralf Baechle
2016-05-09
1
-9
/
+2
|
/
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2016-01-24
1
-2
/
+2
|
\
|
*
MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
Huacai Chen
2016-01-24
1
-2
/
+2
*
|
mips, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
2016-01-16
1
-18
/
+0
|
/
*
MIPS: Fix definition of pgprot_writecombine()
Alex Smith
2015-09-03
1
-0
/
+2
*
MIPS: Make set_pte() SMP safe.
David Daney
2015-08-05
1
-0
/
+31
*
mm: clarify that the function operates on hugepage pte
Aneesh Kumar K.V
2015-06-25
1
-4
/
+4
*
Revert "MIPS: Remove race window in page fault handling"
Lars Persson
2015-03-25
1
-4
/
+5
*
MIPS: Add support for XPA.
Steven J. Hill
2015-03-19
1
-22
/
+14
*
MIPS: Rearrange PTE bits into fixed positions.
Steven J. Hill
2015-03-18
1
-19
/
+19
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2015-02-22
1
-19
/
+27
|
\
|
*
MIPS: Usage and cosmetic cleanups of page table bits.
Steven J. Hill
2015-02-19
1
-2
/
+2
|
*
MIPS: HTW: Prevent accidental HTW start due to nested htw_{start, stop}
Markos Chandras
2015-02-16
1
-6
/
+18
|
*
MIPS: asm: pgtable: Prevent HTW race when updating PTEs
Markos Chandras
2015-02-16
1
-10
/
+4
|
*
MIPS: asm: pgtable: Add c0 hazards on HTW start/stop sequences
Markos Chandras
2015-02-16
1
-4
/
+6
*
|
mips: drop _PAGE_FILE and pte_file()-related helpers
Kirill A. Shutemov
2015-02-10
1
-2
/
+0
|
/
*
MIPS: Cosmetic cleanups of page table headers.
Steven J. Hill
2014-11-24
1
-4
/
+4
*
MIPS: Replace use of phys_t with phys_addr_t.
Ralf Baechle
2014-11-24
1
-1
/
+1
*
MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BIT
Ralf Baechle
2014-11-24
1
-4
/
+4
*
MIPS: pgtable.h: Implement the pgprot_writecombine function for MIPS
Markos Chandras
2014-09-22
1
-0
/
+10
*
MIPS: Remove race window in page fault handling
Lars Persson
2014-08-19
1
-5
/
+3
*
MIPS: mm: Use the Hardware Page Table Walker if the core supports it
Markos Chandras
2014-08-02
1
-0
/
+27
*
MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entry
Paul Burton
2014-05-28
1
-0
/
+2
*
consolidate io_remap_pfn_range definitions
Al Viro
2013-06-29
1
-3
/
+1
*
MIPS: Add linux/mm_types.h to pgtable.h
Corey Minyard
2013-04-08
1
-0
/
+1
*
MIPS: Whitespace cleanup.
Ralf Baechle
2013-02-01
1
-2
/
+2
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2012-12-14
1
-2
/
+166
|
\
|
*
MIPS: Transparent Huge Pages support
Ralf Baechle
2012-12-12
1
-1
/
+166
[next]