aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+10
2015-10-17mm,thp: reduce ifdef'ery for THP in generic codeVineet Gupta1-7/+30
2015-10-14mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky1-0/+10
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-9/+9
2015-06-24powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V1-7/+2
2015-06-24mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V1-0/+21
2015-06-07x86/mm/pat: Add pgprot_writethrough()Toshi Kani1-0/+4
2015-04-14mm: change vunmap to tear down huge KVA mappingsToshi Kani1-0/+10
2015-04-14mm: change ioremap to set up huge I/O mappingsToshi Kani1-0/+15
2015-04-14mm: define default PGTABLE_LEVELS to twoKirill A. Shutemov1-0/+5
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman1-155/+0
2015-02-12mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman1-0/+20
2015-02-10asm-generic: drop unused pte_file* helpersKirill A. Shutemov1-15/+0
2014-10-27s390/mm: pmdp_get_and_clear_full optimizationMartin Schwidefsky1-0/+11
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner1-0/+14
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds1-18/+9
2014-10-09mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman1-18/+9
2014-09-30PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau1-0/+4
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman1-2/+6
2014-04-18mm: use paravirt friendly ops for NUMA hinting ptesMel Gorman1-8/+23
2014-02-21mm: add support for discard of unused ptesKonstantin Weitz1-0/+13
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V1-0/+39
2014-01-15powerpc/thp: Fix crash on mremapAneesh Kumar K.V1-0/+12
2013-12-20mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov1-3/+2
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-1/+1
2013-08-29s390/mm: implement software referenced bitsMartin Schwidefsky1-4/+0
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov1-0/+15
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov1-0/+15
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+3
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov1-0/+22
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-0/+4
2013-06-20mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V1-2/+3
2013-04-29mm: allow arch code to control the user page table ceilingHugh Dickins1-0/+10
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky1-10/+0
2013-01-18asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix buildKirill A. Shutemov1-4/+2
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-0/+110
2012-12-12asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov1-0/+26
2012-12-11mm: numa: pte_numa() and pmd_numa()Andrea Arcangeli1-0/+106
2012-12-11x86/mm: Introduce pte_accessible()Rik van Riel1-0/+4
2012-10-09mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()Catalin Marinas1-1/+1
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer1-0/+5
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer1-0/+8
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov1-2/+4
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfnSuresh Siddha1-23/+32
2012-06-20thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli1-0/+10
2012-05-29mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli1-2/+20
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf1-3/+2
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-0/+61
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1