summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/pgtable.h
AgeCommit message (Expand)Author
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon
2018-12-05generic/pgtable: Introduce set_pte_safe()Dan Williams
2018-12-05generic/pgtable: Introduce {p4d,pgd}_same()Dan Williams
2018-12-05generic/pgtable: Make {pmd, pud}_same() unconditionally availableDan Williams
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2018-11-02mm: introduce mm_[p4d|pud|pmd]_foldedMartin Schwidefsky
2018-10-26mm: remove references to vm_insert_pfn()Matthew Wilcox
2018-08-17mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez
2018-08-17mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-07-15x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina
2018-07-04ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2018-03-22mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-03-18mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V
2018-01-31mm: do not lose dirty and accessed bits in pmdp_invalidate()Kirill A. Shutemov
2018-01-31asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams
2017-11-29mm: fix device-dax pud write-faults triggered by get_user_pages()Dan Williams
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky
2017-03-18mm/gup: Move permission checks into helpersKirill A. Shutemov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2016-12-12mm: THP page cache support for ppc64Aneesh Kumar K.V
2016-12-12mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V
2016-11-09x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov
2016-10-07mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie
2016-05-19arch: fix has_transparent_hugepage()Hugh Dickins
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-10-17mm,thp: reduce ifdef'ery for THP in generic codeVineet Gupta
2015-10-14mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V
2015-06-24powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V
2015-06-24mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V
2015-06-07x86/mm/pat: Add pgprot_writethrough()Toshi Kani
2015-04-14mm: change vunmap to tear down huge KVA mappingsToshi Kani