summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Initialize PGD cache during mm initializationNadav Amit2019-05-051-0/+2
* mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-061-1/+1
* mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-061-8/+8
* lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon2018-12-281-0/+5
* generic/pgtable: Introduce set_pte_safe()Dan Williams2018-12-051-0/+38
* generic/pgtable: Introduce {p4d,pgd}_same()Dan Williams2018-12-051-0/+14
* generic/pgtable: Make {pmd, pud}_same() unconditionally availableDan Williams2018-12-051-14/+0Star
* Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-091-0/+16
|\
| * mm: introduce mm_[p4d|pud|pmd]_foldedMartin Schwidefsky2018-11-021-0/+16
* | mm: remove references to vm_insert_pfn()Matthew Wilcox2018-10-271-2/+2
|/
* mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez2018-08-181-0/+4
* mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez2018-08-181-0/+14
* Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-0/+12
|\
| * x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina2018-07-151-12/+12
| * x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-201-0/+12
* | ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-041-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-04-031-0/+36
|\
| * mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz2018-03-181-0/+36
* | mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-231-0/+10
|/
* mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V2018-02-011-8/+0Star
* mm: do not lose dirty and accessed bits in pmdp_invalidate()Kirill A. Shutemov2018-02-011-1/+1
* asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov2018-02-011-0/+15
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-0/+5
|\
| * init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-0/+5
* | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-301-2/+2
* | mm: fix device-dax pud write-faults triggered by get_user_pages()Dan Williams2017-11-301-0/+8
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-091-1/+33
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-091-1/+17
* x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-181-0/+12
* mm/gup: Move permission checks into helpersKirill A. Shutemov2017-03-181-0/+25
* mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-3/+45
* mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V2017-02-251-0/+8
* mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V2017-02-251-0/+16
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-251-4/+76
* mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-131-0/+3
* mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V2016-12-131-12/+0Star
* x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov2016-11-091-5/+4Star
* mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-081-0/+3
* arch: fix has_transparent_hugepage()Hugh Dickins2016-05-201-0/+8
* mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V2016-03-171-0/+17
* powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V2016-02-151-0/+8
* mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-161-2/+4
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-9/+0Star
* x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani2016-01-051-1/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-041-0/+10
|\
| * mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky2015-10-141-0/+10
* | mm,thp: reduce ifdef'ery for THP in generic codeVineet Gupta2015-10-171-7/+30
|/
* mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-251-9/+9
* powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V2015-06-251-7/+2Star