index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
include
/
asm
/
pgtable.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-01
mm: add dummy pmd_young() for architectures not having it
Juergen Gross
1
-0
/
+1
2022-07-18
mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-22
/
+0
2022-03-21
mips: Make pmd_pfn() available in all configurations
Matthew Wilcox (Oracle)
1
-5
/
+5
2021-11-02
mips: fix HUGETLB function without THP enabled
Zhaolong Zhang
1
-23
/
+22
2021-01-22
MIPS: mm: Add prototype for function __update_cache
Yanteng Si
1
-1
/
+1
2021-01-15
MIPS: pgtable: fix -Wshadow in asm/pgtable.h
Alexander Lobakin
1
-6
/
+6
2020-12-14
MIPS: mm: Add back define for PAGE_SHARED
Thomas Bogendoerfer
1
-0
/
+2
2020-11-19
MIPS: mm: Clean up setup of protection map
Thomas Bogendoerfer
1
-8
/
+0
2020-10-06
MIPS: pgtable: Remove used PAGE_USERIO define
Thomas Bogendoerfer
1
-2
/
+0
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-2
/
+0
2020-06-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-06-04
mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()
Anshuman Khandual
1
-1
/
+1
2020-05-27
MIPS: mm: add page valid judgement in function pte_modify
Bibo Mao
1
-2
/
+5
2020-05-27
mm/memory.c: Add memory read privilege on page fault handling
Bibo Mao
1
-0
/
+2
2020-05-27
mm/memory.c: Update local TLB if PTE entry exists
Bibo Mao
1
-0
/
+23
2020-05-27
MIPS: Do not flush tlb page when updating PTE entry
Bibo Mao
1
-0
/
+5
2020-05-17
mips/mm: Add page soft dirty tracking
Guoyun Sun
1
-2
/
+46
2020-04-19
MIPS: cleanup fixup_bigphys_addr handling
Christoph Hellwig
1
-13
/
+10
2020-04-11
mm/special: create generic fallbacks for pte_special() and pte_mkspecial()
Anshuman Khandual
1
-14
/
+30
2020-02-04
mips: mm: add p?d_leaf() definitions
Steven Price
1
-0
/
+5
2019-11-11
MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATED
Jiaxun Yang
1
-11
/
+0
2019-09-25
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
1
-5
/
+0
2019-09-03
MIPS: Select R3k-style TLB in Kconfig
Paul Burton
1
-2
/
+2
2019-07-22
MIPS: pte_special()/pte_mkspecial() support
Dmitry Korotin
1
-2
/
+14
2019-07-12
MIPS: use the generic get_user_pages_fast code
Christoph Hellwig
1
-0
/
+3
2019-02-07
MIPS: Fix set_pte() for Netlogic XLR using cmpxchg64()
Paul Burton
1
-0
/
+4
2019-02-04
MIPS: Remove open-coded cmpxchg() in set_pte()
Paul Burton
1
-43
/
+2
2018-11-09
MIPS: Avoid using .set mips0 to restore ISA
Paul Burton
1
-4
/
+2
2018-02-01
mips: use generic_pmdp_establish as pmdp_establish
Kirill A. Shutemov
1
-0
/
+3
2017-11-30
mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE
Dan Williams
1
-1
/
+1
2016-10-08
mm: move phys_mem_access_prot_allowed() declaration to pgtable.h
Baoyou Xie
1
-2
/
+0
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
1
-8
/
+8
2016-07-06
MIPS: Fix page table corruption on THP permission changes.
David Daney
1
-1
/
+1
2016-07-02
MIPS: Fix possible corruption of cache mode by mprotect.
Ralf Baechle
1
-4
/
+6
2016-05-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2016-05-20
arch: fix has_transparent_hugepage()
Hugh Dickins
1
-0
/
+1
2016-05-13
MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)
Paul Burton
1
-8
/
+49
2016-05-13
MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READ
Paul Burton
1
-16
/
+7
2016-05-13
MIPS: Loongson: Add Loongson-3A R2 basic support
Huacai Chen
1
-2
/
+2
2016-05-13
MIPS: Sync icache & dcache in set_pte_at
Paul Burton
1
-5
/
+21
2016-05-09
MIPS: Adjust set_pte() SMP fix to handle R10000_LLSC_WAR
Joshua Kinard
1
-13
/
+32
2016-05-09
MIPS: Move definitions for 32/64-bit agonstic inline assembler to new file.
Ralf Baechle
1
-9
/
+2
2016-01-24
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-2
/
+2
2016-01-24
MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
Huacai Chen
1
-2
/
+2
2016-01-16
mips, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
1
-18
/
+0
2015-09-03
MIPS: Fix definition of pgprot_writecombine()
Alex Smith
1
-0
/
+2
2015-08-05
MIPS: Make set_pte() SMP safe.
David Daney
1
-0
/
+31
2015-06-25
mm: clarify that the function operates on hugepage pte
Aneesh Kumar K.V
1
-4
/
+4
2015-03-25
Revert "MIPS: Remove race window in page fault handling"
Lars Persson
1
-4
/
+5
2015-03-19
MIPS: Add support for XPA.
Steven J. Hill
1
-22
/
+14
[next]