summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pgtable.c
Commit message (Expand)AuthorAgeFilesLines
* asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport2019-07-121-24/+9Star
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-4/+6
|\
| * x86/mm: Initialize PGD cache during mm initializationNadav Amit2019-05-051-4/+6
* | x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-081-2/+2
|/
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
* lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon2018-12-281-0/+8
* x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()Will Deacon2018-12-281-6/+0Star
* x86/mm: Avoid VLA in pgd_alloc()Kees Cook2018-10-091-2/+8
* x86/mm: Expand static page table for fixmap spaceFeng Tang2018-09-201-0/+9
* x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit2018-09-081-4/+4
* x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra2018-08-231-4/+4
* Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-141-21/+84
|\
| * x86/pgtable/pae: Use separate kernel PMDs for user page-tableJoerg Roedel2018-07-201-19/+81
| * x86/pgtable/32: Allocate 8k page-tables when PTI is enabledJoerg Roedel2018-07-201-2/+3
* | x86/mm: Remove redundant check for kmem_cache_create()Chengguang Xu2018-08-021-3/+0Star
* | x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani2018-07-041-6/+30
* | ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-041-5/+7
* | x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani2018-07-041-0/+19
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-101-0/+5
|\
| * x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov2018-06-061-0/+5
* | mm: add pt_mm to struct pageMatthew Wilcox2018-06-081-3/+2Star
|/
* x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel2018-04-121-0/+9
* x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-121-0/+3
* x86/mm: implement free pmd/pte page interfacesToshi Kani2018-03-231-2/+26
* mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-231-0/+24
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-301-2/+3
|\
| * x86/mm/pti: Allocate a separate user PGDDave Hansen2017-12-231-2/+3
* | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-161-1/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-6/+1Star
* x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)Vitaly Kuznetsov2017-08-311-4/+4
* x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=yKirill A. Shutemov2017-04-041-1/+31
* x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-141-1/+3
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-251-0/+31
* arch: x86: charge page tables to kmemcgVladimir Davydov2016-07-271-3/+7
* x86: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-1/+1
* x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-13/+0Star
* x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-6/+1Star
* x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-271-14/+24
* x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani2015-05-271-10/+32
* x86, mm: support huge KVA mappings on x86Toshi Kani2015-04-151-0/+65
* x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-151-7/+7
* Merge tag 'v4.0-rc1' into x86/mm, to refresh the treeIngo Molnar2015-02-241-5/+9
|\
| * mm: account pmd page tables to the processKirill A. Shutemov2015-02-121-5/+9
* | x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytesFenghua Yu2015-02-191-3/+78
|/
* Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-3/+3
|\
| * x86, mm: Ensure correct alignment of the fixmapAndy Lutomirski2014-05-051-3/+3
* | x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o...Shaohua Li2014-04-161-7/+14
|/
* x86, mm: do not leak page->ptl for pmd page tablesKirill A. Shutemov2013-11-221-1/+3
* Wrong page freed on preallocate_pmds() failure exitAl Viro2013-11-201-1/+1