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.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
/
arch
/
x86
/
mm
/
pgtable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: add statistics for PUD level pagetable
Baolin Wang
2023-10-06
1
-0
/
+3
*
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-31
1
-0
/
+40
|
\
|
*
x86/mm: Teach pte_mkwrite() about stack memory
Rick Edgecombe
2023-07-11
1
-0
/
+6
|
*
mm: Warn on shadow stack memory in wrong vma
Rick Edgecombe
2023-07-11
1
-0
/
+20
|
*
x86/mm: Start actually marking _PAGE_SAVED_DIRTY
Rick Edgecombe
2023-07-11
1
-0
/
+14
*
|
x86: convert various functions to use ptdescs
Vishal Moola (Oracle)
2023-08-21
1
-19
/
+28
|
/
*
x86/mm: Only check uniform after calling mtrr_type_lookup()
Juergen Gross
2023-06-01
1
-16
/
+8
*
mm/pgtable: Fix multiple -Wstringop-overflow warnings
Gustavo A. R. Silva
2022-12-01
1
-9
/
+13
*
mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
Yu Zhao
2022-09-26
1
-1
/
+4
*
mm: functions may simplify the use of return values
Li kunyu
2022-05-13
1
-2
/
+1
*
mm: avoid unnecessary flush on change_huge_pmd()
Nadav Amit
2022-05-13
1
-0
/
+10
*
Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"
Jonathan Marek
2021-07-21
1
-19
/
+15
*
mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
Aneesh Kumar K.V
2021-07-08
1
-1
/
+1
*
mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge
Christophe Leroy
2021-06-30
1
-15
/
+19
*
x86: inline huge vmap supported functions
Nicholas Piggin
2021-04-30
1
-13
/
+0
*
x86/mm: Fix leak of pmd ptlock
Dan Williams
2021-01-05
1
-0
/
+2
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
x86/tlb: Move paravirt_tlb_remove_table() to the usage site
Thomas Gleixner
2020-04-26
1
-0
/
+8
*
x86/mm: Cleanup pgprot_4k_2_large() and pgprot_large_2_4k()
Christoph Hellwig
2020-04-23
1
-6
/
+2
*
x86/mm: Use the correct function type for native_set_fixmap()
Sami Tolvanen
2019-10-11
1
-2
/
+2
*
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
Mark Rutland
2019-09-26
1
-1
/
+1
*
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
2019-09-24
1
-5
/
+1
*
asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]
Mike Rapoport
2019-07-12
1
-24
/
+9
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-05-06
1
-4
/
+6
|
\
|
*
x86/mm: Initialize PGD cache during mm initialization
Nadav Amit
2019-05-05
1
-4
/
+6
*
|
x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
Borislav Petkov
2019-04-08
1
-2
/
+2
|
/
*
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2019-01-04
1
-2
/
+2
*
lib/ioremap: ensure break-before-make is used for huge p4d mappings
Will Deacon
2018-12-28
1
-0
/
+8
*
x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()
Will Deacon
2018-12-28
1
-6
/
+0
*
x86/mm: Avoid VLA in pgd_alloc()
Kees Cook
2018-10-09
1
-2
/
+8
*
x86/mm: Expand static page table for fixmap space
Feng Tang
2018-09-20
1
-0
/
+9
*
x86/mm: Use WRITE_ONCE() when setting PTEs
Nadav Amit
2018-09-08
1
-4
/
+4
*
x86/mm: Only use tlb_remove_table() for paravirt
Peter Zijlstra
2018-08-23
1
-4
/
+4
*
Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2018-08-13
1
-21
/
+84
|
\
|
*
x86/pgtable/pae: Use separate kernel PMDs for user page-table
Joerg Roedel
2018-07-20
1
-19
/
+81
|
*
x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
Joerg Roedel
2018-07-20
1
-2
/
+3
*
|
x86/mm: Remove redundant check for kmem_cache_create()
Chengguang Xu
2018-08-02
1
-3
/
+0
*
|
x86/mm: Add TLB purge to free pmd/pte page interfaces
Toshi Kani
2018-07-04
1
-6
/
+30
*
|
ioremap: Update pgtable free interfaces with addr
Chintan Pandya
2018-07-04
1
-5
/
+7
*
|
x86/mm: Disable ioremap free page handling on x86-PAE
Toshi Kani
2018-07-04
1
-0
/
+19
|
/
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-06-10
1
-0
/
+5
|
\
|
*
x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SME
Kirill A. Shutemov
2018-06-06
1
-0
/
+5
*
|
mm: add pt_mm to struct page
Matthew Wilcox
2018-06-07
1
-3
/
+2
|
/
*
x86/pgtable: Don't set huge PUD/PMD on non-leaf entries
Joerg Roedel
2018-04-12
1
-0
/
+9
*
x86/mm: Do not auto-massage page protections
Dave Hansen
2018-04-12
1
-0
/
+3
*
x86/mm: implement free pmd/pte page interfaces
Toshi Kani
2018-03-22
1
-2
/
+26
*
mm/vmalloc: add interfaces to free unmapped page table
Toshi Kani
2018-03-22
1
-0
/
+24
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-12-29
1
-2
/
+3
|
\
|
*
x86/mm/pti: Allocate a separate user PGD
Dave Hansen
2017-12-23
1
-2
/
+3
*
|
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
Levin, Alexander (Sasha Levin)
2017-11-15
1
-1
/
+1
|
/
[next]