summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
...
* mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V2015-06-251-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-151-0/+10
* mm: change ioremap to set up huge I/O mappingsToshi Kani2015-04-151-0/+15
* mm: define default PGTABLE_LEVELS to twoKirill A. Shutemov2015-04-151-0/+5
* mm: remove remaining references to NUMA hinting bits and helpersMel Gorman2015-02-131-155/+0Star
* mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman2015-02-131-0/+20
* asm-generic: drop unused pte_file* helpersKirill A. Shutemov2015-02-101-15/+0Star
* 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-101-18/+9Star
|\
| * mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman2014-10-101-18/+9Star
* | PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau2014-10-011-0/+4
|/
* x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman2014-06-051-2/+6
* mm: use paravirt friendly ops for NUMA hinting ptesMel Gorman2014-04-191-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/+2Star
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-191-1/+1
* s390/mm: implement software referenced bitsMartin Schwidefsky2013-08-291-4/+0Star
* mm: save soft-dirty bits on file pagesCyrill Gorcunov2013-08-141-0/+15
* mm: save soft-dirty bits on swapped pagesCyrill Gorcunov2013-08-141-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-041-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-301-0/+10
* s390/mm: implement software dirty bitsMartin Schwidefsky2013-02-141-10/+0Star
* asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix buildKirill A. Shutemov2013-01-181-4/+2Star
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-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-131-0/+26
|/
* mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()Catalin Marinas2012-10-091-1/+1
* thp: introduce pmdp_invalidate()Gerald Schaefer2012-10-091-0/+5
* thp: remove assumptions on pgtable_t typeGerald Schaefer2012-10-091-0/+8
* mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov2012-10-091-2/+4
* x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha2012-10-091-23/+32
* thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli2012-06-201-0/+10
* mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli2012-05-301-2/+20
* arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf2012-05-251-3/+2Star
* Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\
| * BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* | mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-03-221-0/+61
|/
* include/asm-generic/pgtable.h: fix unbalanced parenthesisNicolas Kaiser2011-06-161-1/+1
* [S390] merge page_test_dirty and page_clear_dirtyMartin Schwidefsky2011-05-231-8/+4Star
* mm: <asm-generic/pgtable.h> must include <linux/mm_types.h>Ben Hutchings2011-03-011-0/+2
* fix non-x86 build failure in pmdp_get_and_clearAndrea Arcangeli2011-01-171-11/+3Star
* thp: add pmd mangling generic functionsAndrea Arcangeli2011-01-141-60/+154