summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-121-0/+3
* mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V2016-12-121-12/+0
* x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov2016-11-091-5/+4
* mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-071-0/+3
* arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-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-151-2/+4
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-9/+0
* 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-241-9/+9
* powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V2015-06-241-7/+2
* mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V2015-06-241-0/+21
* x86/mm/pat: Add pgprot_writethrough()Toshi Kani2015-06-071-0/+4
* mm: change vunmap to tear down huge KVA mappingsToshi Kani2015-04-141-0/+10
* mm: change ioremap to set up huge I/O mappingsToshi Kani2015-04-141-0/+15
* mm: define default PGTABLE_LEVELS to twoKirill A. Shutemov2015-04-141-0/+5
* mm: remove remaining references to NUMA hinting bits and helpersMel Gorman2015-02-121-155/+0
* mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman2015-02-121-0/+20
* asm-generic: drop unused pte_file* helpersKirill A. Shutemov2015-02-101-15/+0
* s390/mm: pmdp_get_and_clear_full optimizationMartin Schwidefsky2014-10-271-0/+11
* mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner2014-10-141-0/+14
* Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-091-18/+9
|\
| * mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman2014-10-091-18/+9
* | PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau2014-09-301-0/+4
|/
* x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman2014-06-041-2/+6
* mm: use paravirt friendly ops for NUMA hinting ptesMel Gorman2014-04-181-8/+23
* mm: add support for discard of unused ptesKonstantin Weitz2014-02-211-0/+13
* mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V2014-02-171-0/+39
* powerpc/thp: Fix crash on mremapAneesh Kumar K.V2014-01-151-0/+12
* mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov2013-12-201-3/+2
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-181-1/+1
* s390/mm: implement software referenced bitsMartin Schwidefsky2013-08-291-4/+0
* mm: save soft-dirty bits on file pagesCyrill Gorcunov2013-08-131-0/+15
* mm: save soft-dirty bits on swapped pagesCyrill Gorcunov2013-08-131-0/+15
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-2/+3
|\
| * mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V2013-06-201-2/+3
* | mm: soft-dirty bits for user memory changes trackingPavel Emelyanov2013-07-031-0/+22
* | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-0/+4
|/
* mm: allow arch code to control the user page table ceilingHugh Dickins2013-04-291-0/+10
* s390/mm: implement software dirty bitsMartin Schwidefsky2013-02-141-10/+0
* asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix buildKirill A. Shutemov2013-01-181-4/+2
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-0/+110
|\
| * mm: numa: pte_numa() and pmd_numa()Andrea Arcangeli2012-12-111-0/+106
| * x86/mm: Introduce pte_accessible()Rik van Riel2012-12-111-0/+4
* | asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov2012-12-121-0/+26
|/
* mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()Catalin Marinas2012-10-091-1/+1
OpenPOWER on IntegriCloud