summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* thp: special pmd_trans_* functionsAndrea Arcangeli2011-01-141-0/+11
* [S390] add support for nonquiescing sskeMartin Schwidefsky2010-10-251-1/+1
* x86, mm: Avoid unnecessary TLB flushShaohua Li2010-08-231-0/+4
* asm-generic: add dummy pgprot_noncached()Paul Mundt2009-06-231-0/+4
* x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge2009-03-301-1/+1
* x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-301-10/+11
* x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com2009-01-131-2/+2
* x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com2008-12-201-0/+46
* x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com2008-12-181-0/+4
* mm: fix build on non-mmu machinesSebastian Siewior2008-07-151-1/+1
* mm: add a ptep_modify_prot transaction abstractionJeremy Fitzhardinge2008-06-251-0/+57
* flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki2007-10-161-4/+0Star
* changing include/asm-generic/pgtable.h for non-mmuGreg Ungerer2007-08-121-35/+38