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
*
mm: implement update_mmu_tlb() using update_mmu_tlb_range()
Bang Li
2024-07-04
1
-2
/
+0
*
mm: add update_mmu_tlb_range()
Bang Li
2024-07-04
1
-0
/
+2
*
mm/mglru: add dummy pmd_dirty()
Kinsey Ho
2024-01-05
1
-0
/
+1
*
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-31
1
-3
/
+3
|
\
|
*
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
2023-07-11
1
-3
/
+3
*
|
mips: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-25
1
-22
/
+41
|
/
*
mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()
Gerald Schaefer
2023-03-29
1
-1
/
+2
*
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2023-02-03
1
-1
/
+0
*
mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2023-02-03
1
-0
/
+36
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-11-30
1
-0
/
+1
|
\
|
*
mm: add dummy pmd_young() for architectures not having it
Juergen Gross
2022-11-30
1
-0
/
+1
*
|
mm: remove kern_addr_valid() completely
Kefeng Wang
2022-11-09
1
-2
/
+0
|
/
*
mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-18
1
-22
/
+0
*
mips: Make pmd_pfn() available in all configurations
Matthew Wilcox (Oracle)
2022-03-21
1
-5
/
+5
*
mips: fix HUGETLB function without THP enabled
Zhaolong Zhang
2021-11-02
1
-23
/
+22
*
MIPS: mm: Add prototype for function __update_cache
Yanteng Si
2021-01-22
1
-1
/
+1
*
MIPS: pgtable: fix -Wshadow in asm/pgtable.h
Alexander Lobakin
2021-01-15
1
-6
/
+6
*
MIPS: mm: Add back define for PAGE_SHARED
Thomas Bogendoerfer
2020-12-14
1
-0
/
+2
*
MIPS: mm: Clean up setup of protection map
Thomas Bogendoerfer
2020-11-19
1
-8
/
+0
*
MIPS: pgtable: Remove used PAGE_USERIO define
Thomas Bogendoerfer
2020-10-06
1
-2
/
+0
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-2
/
+0
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-04
1
-1
/
+1
|
\
|
*
mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()
Anshuman Khandual
2020-06-04
1
-1
/
+1
*
|
MIPS: mm: add page valid judgement in function pte_modify
Bibo Mao
2020-05-27
1
-2
/
+5
*
|
mm/memory.c: Add memory read privilege on page fault handling
Bibo Mao
2020-05-27
1
-0
/
+2
*
|
mm/memory.c: Update local TLB if PTE entry exists
Bibo Mao
2020-05-27
1
-0
/
+23
*
|
MIPS: Do not flush tlb page when updating PTE entry
Bibo Mao
2020-05-27
1
-0
/
+5
*
|
mips/mm: Add page soft dirty tracking
Guoyun Sun
2020-05-17
1
-2
/
+46
*
|
MIPS: cleanup fixup_bigphys_addr handling
Christoph Hellwig
2020-04-19
1
-13
/
+10
|
/
*
mm/special: create generic fallbacks for pte_special() and pte_mkspecial()
Anshuman Khandual
2020-04-11
1
-14
/
+30
*
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
[next]