aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/pgtable.h
AgeCommit message (Expand)Author
2013-01-18asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix buildKirill A. Shutemov
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov
2012-12-11mm: numa: pte_numa() and pmd_numa()Andrea Arcangeli
2012-12-11x86/mm: Introduce pte_accessible()Rik van Riel
2012-10-09mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()Catalin Marinas
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha
2012-06-20thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli
2012-05-29mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2011-06-15include/asm-generic/pgtable.h: fix unbalanced parenthesisNicolas Kaiser
2011-05-23[S390] merge page_test_dirty and page_clear_dirtyMartin Schwidefsky
2011-02-28mm: <asm-generic/pgtable.h> must include <linux/mm_types.h>Ben Hutchings
2011-01-16fix non-x86 build failure in pmdp_get_and_clearAndrea Arcangeli
2011-01-13thp: add pmd mangling generic functionsAndrea Arcangeli
2011-01-13thp: special pmd_trans_* functionsAndrea Arcangeli
2010-10-25[S390] add support for nonquiescing sskeMartin Schwidefsky
2010-08-23x86, mm: Avoid unnecessary TLB flushShaohua Li
2009-06-23asm-generic: add dummy pgprot_noncached()Paul Mundt
2009-03-29x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge
2009-03-29x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge
2009-01-13x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com
2008-12-19x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com
2008-12-18x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com
2008-07-15mm: fix build on non-mmu machinesSebastian Siewior
2008-06-25mm: add a ptep_modify_prot transaction abstractionJeremy Fitzhardinge
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki
2007-08-11changing include/asm-generic/pgtable.h for non-mmuGreg Ungerer
2007-07-17mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirtyMartin Schwidefsky
2007-07-17mm: remove ptep_establish()Martin Schwidefsky
2007-06-16Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt
2007-04-27[S390] split page_test_and_clear_dirty.Martin Schwidefsky
2007-04-08[PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21Zachary Amsden
2007-02-13[PATCH] i386: paravirt CPU hypercall batching modeZachary Amsden
2006-10-01[PATCH] paravirt: remove set pte atomicZachary Amsden
2006-10-01[PATCH] paravirt: lazy mmu mode hooks.patchZachary Amsden
2006-10-01[PATCH] paravirt: pte clear not presentZachary Amsden
2006-09-26[PATCH] x86: trivial pgtable.h __ASSEMBLY__ moveRusty Russell
2006-06-01[SPARC64]: Fix D-cache corruption in mremapDavid S. Miller
2005-11-07[PATCH] fix remaining missing includesTim Schmielau
2005-10-29[PATCH] mm: update comments to pte lockHugh Dickins
2005-09-28[PATCH] mm: move_pte to remap ZERO_PAGENick Piggin
2005-09-05[PATCH] x86: ptep_clear optimizationZachary Amsden
2005-06-21[PATCH] msync: check pte dirty earlierAbhijit Karmarkar