index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
pgtable.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: abstract moving to the next PFN
Matthew Wilcox (Oracle)
2023-09-29
1
-1
/
+9
*
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-31
1
-0
/
+28
|
\
|
*
mm: Warn on shadow stack memory in wrong vma
Rick Edgecombe
2023-07-11
1
-0
/
+14
|
*
mm: Make pte_mkwrite() take a VMA
Rick Edgecombe
2023-07-11
1
-2
/
+2
|
*
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
2023-07-11
1
-0
/
+14
*
|
mm: move PMD_ORDER to pgtable.h
Matthew Wilcox (Oracle)
2023-08-24
1
-0
/
+3
*
|
mm: remove checks for pte_index
Matthew Wilcox (Oracle)
2023-08-24
1
-1
/
+0
*
|
mm: tidy up set_ptes definition
Matthew Wilcox (Oracle)
2023-08-24
1
-6
/
+0
*
|
mm: add default definition of set_ptes()
Matthew Wilcox (Oracle)
2023-08-24
1
-21
/
+60
*
|
pgtable: improve pte_protnone() comment
David Hildenbrand
2023-08-21
1
-6
/
+10
*
|
mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HU...
Aneesh Kumar K.V
2023-08-18
1
-0
/
+2
*
|
mm: add pud_same similar to __HAVE_ARCH_P4D_SAME
Aneesh Kumar K.V
2023-08-18
1
-0
/
+3
*
|
mm: change pudp_huge_get_and_clear_full take vm_area_struct as arg
Aneesh Kumar K.V
2023-08-18
1
-2
/
+2
*
|
mm/hugepage pud: allow arch-specific helper function to check huge page pud s...
Aneesh Kumar K.V
2023-08-18
1
-0
/
+3
*
|
mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clear
Kemeng Shi
2023-08-18
1
-1
/
+1
*
|
mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear
Kemeng Shi
2023-08-18
1
-1
/
+1
*
|
mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear
Kemeng Shi
2023-08-18
1
-1
/
+1
*
|
mm/pgtable: add pte_free_defer() for pgtable as page
Hugh Dickins
2023-08-18
1
-0
/
+2
*
|
mm/pgtable: add PAE safety to __pte_offset_map()
Hugh Dickins
2023-08-18
1
-0
/
+4
*
|
mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s
Hugh Dickins
2023-08-18
1
-2
/
+2
|
/
*
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
1
-3
/
+3
*
mm: move ptep_get() and pmdp_get() helpers
Ryan Roberts
2023-06-19
1
-14
/
+14
*
mm/pgtable: delete pmd_trans_unstable() and friends
Hugh Dickins
2023-06-19
1
-96
/
+7
*
mm/pgtable: allow pte_offset_map[_lock]() to fail
Hugh Dickins
2023-06-19
1
-7
/
+15
*
mm/pgtable: kmap_local_page() instead of kmap_atomic()
Hugh Dickins
2023-06-19
1
-2
/
+2
*
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
2023-06-19
1
-17
/
+0
*
mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()
Gerald Schaefer
2023-03-28
1
-1
/
+1
*
x86/mm/pat: clear VM_PAT if copy_p4d_range failed
Ma Wupeng
2023-03-28
1
-3
/
+4
*
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
2023-02-09
1
-2
/
+3
*
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2023-02-02
1
-29
/
+0
*
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-17
1
-27
/
+46
|
\
|
*
mm: Convert __HAVE_ARCH_P..P_GET to the new style
Peter Zijlstra
2022-12-15
1
-2
/
+2
|
*
mm: Rename pmd_read_atomic()
Peter Zijlstra
2022-12-15
1
-7
/
+2
|
*
mm: Rename GUP_GET_PTE_LOW_HIGH
Peter Zijlstra
2022-12-15
1
-2
/
+2
|
*
mm: Fix pmd_read_atomic()
Peter Zijlstra
2022-12-15
1
-10
/
+37
|
*
mm: Update ptep_get_lockless()'s comment
Peter Zijlstra
2022-12-15
1
-9
/
+6
*
|
include/linux/pgtable.h: : remove redundant pte variable
zhang songyi
2022-12-11
1
-3
/
+1
*
|
mm: remove unused savedwrite infrastructure
David Hildenbrand
2022-11-30
1
-24
/
+0
*
|
mm: introduce arch_has_hw_nonleaf_pmd_young()
Juergen Gross
2022-11-30
1
-0
/
+11
*
|
mm: add dummy pmd_young() for architectures not having it
Juergen Gross
2022-11-30
1
-0
/
+7
|
/
*
mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
Yu Zhao
2022-09-26
1
-2
/
+2
*
mm: x86, arm64: add arch_has_hw_pte_young()
Yu Zhao
2022-09-26
1
-0
/
+13
*
mm/thp: remove redundant CONFIG_TRANSPARENT_HUGEPAGE
Liu Shixin
2022-09-11
1
-2
/
+1
*
mm/thp: simplify has_transparent_hugepage by using IS_BUILTIN
Liu Shixin
2022-09-11
1
-5
/
+1
*
mm/mmap: define DECLARE_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
1
-0
/
+28
*
mm: functions may simplify the use of return values
Li kunyu
2022-05-13
1
-9
/
+3
*
mm: remove __HAVE_ARCH_PTEP_CLEAR in pgtable.h
Tong Tiangen
2022-05-13
1
-2
/
+0
*
mm: page_table_check: add hooks to public helpers
Tong Tiangen
2022-05-13
1
-8
/
+15
*
mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()
Matthew Wilcox (Oracle)
2022-05-13
1
-1
/
+1
*
mm: avoid unnecessary flush on change_huge_pmd()
Nadav Amit
2022-05-13
1
-0
/
+20
[next]