aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable-3level.h
AgeCommit message (Expand)Author
2019-09-25x86/mm: Clean up the pmd_read_atomic() commentsIngo Molnar
2019-09-25x86/mm: Fix function name typo in pmd_read_atomic() commentWei Yang
2019-07-12mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig
2018-08-27x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clearJuergen Gross
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-07-20x86/mm/pae: Populate the user page-table with user pgd'sJoerg Roedel
2018-06-27x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka
2018-06-20x86/speculation/l1tf: Protect PROT_NONE PTEs against speculationAndi Kleen
2018-01-31x86/mm: provide pmdp_establish() helperKirill A. Shutemov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-13x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov
2017-03-16mm, x86: fix native_pud_clear build errorArnd Bergmann
2017-02-27mm, x86: fix HIGHMEM64 && PARAVIRT build config for native_pud_clear()Dave Jiang
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2015-02-10x86: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov
2012-07-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-06-20thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches
2012-05-29mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli
2011-03-18x86: Flush TLB if PGD entry is changed in i386 PAE modeShaohua Li
2011-01-13thp: add x86 32bit supportJohannes Weiner
2009-03-19x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge
2009-02-06x86: unify pud_noneJeremy Fitzhardinge
2009-02-06x86: unify pgd_badJeremy Fitzhardinge
2009-02-06x86: unify pmd_offsetJeremy Fitzhardinge
2009-02-06x86: unify pud_pageJeremy Fitzhardinge
2009-02-06x86: unify pud_page_vaddrJeremy Fitzhardinge
2009-02-06x86: unify pud_presentJeremy Fitzhardinge
2009-02-06x86: unify pte_sameJeremy Fitzhardinge
2009-02-06x86: unify pte_noneJeremy Fitzhardinge
2008-12-16x86: consolidate __swp_XXX() macrosJan Beulich
2008-10-30i386/PAE: fix pud_page()Jan Beulich
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin
2008-10-22x86, um: ... and asm-x86 moveAl Viro