summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-2/+9
2013-09-11mm: make sure _PAGE_SWP_SOFT_DIRTY bit is not set on present pteCyrill Gorcunov1-15/+19
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+2
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-08-06x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen1-1/+2
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov1-2/+22
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+17
2013-02-19Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+12
2013-02-13x86/mm: Check if PUD is large when validating a kernel addressMel Gorman1-0/+5
2013-02-01Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin1-0/+14
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin1-2/+15
2013-01-25x86, mm: Pagetable level size/shift/mask helpersDave Hansen1-0/+14
2013-01-24x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functionsKirill A. Shutemov1-0/+12
2012-12-11mm: numa: pte_numa() and pmd_numa()Andrea Arcangeli1-2/+9
2012-12-11x86/mm: Introduce pte_accessible()Rik van Riel1-0/+6
2012-11-17x86, mm: setup page table in top-downYinghai Lu1-0/+1
2012-11-17x86, mm: Move init_memory_mapping calling out of setup.cYinghai Lu1-1/+1
2012-11-17x86, mm: Add global page_size_mask and probe one time onlyYinghai Lu1-0/+1
2012-10-09mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THPAndrea Arcangeli1-3/+8
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells1-2/+2
2011-12-18x86: Use "do { } while(0)" for empty flush_tlb_fix_spurious_fault() macroJesper Juhl1-1/+1
2011-01-13thp: don't allow transparent hugepage support without PSEAndrea Arcangeli1-0/+5
2011-01-13thp: add pmd_modifyJohannes Weiner1-0/+10
2011-01-13thp: add x86 32bit supportJohannes Weiner1-0/+117
2011-01-13thp: add pmd mangling functions to x86Andrea Arcangeli1-1/+1
2011-01-13thp: no paravirt version of pmd opsAndrea Arcangeli1-0/+3
2011-01-13thp: add native_set_pmd_atAndrea Arcangeli1-0/+6
2010-10-19x86, mm: Hold mm->page_table_lock while doing vmalloc_syncJeremy Fitzhardinge1-0/+2
2010-08-23x86, mm: Avoid unnecessary TLB flushShaohua Li1-0/+2
2009-11-23x86, mm: is_untracked_pat_range() takes a normal semiclosed rangeH. Peter Anvin1-1/+1
2009-11-23x86, mm: Call is_untracked_pat_range() rather than is_ISA_range()H. Peter Anvin1-2/+4
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-10/+0
2009-09-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2009-08-31x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner1-10/+0
2009-08-17x86, pat: Allow ISA memory range uncacheable mapping requestsSuresh Siddha1-2/+10
2009-06-29x86, pgtable.h: Clean up typesFigo.zhang1-3/+3
2009-06-29x86: Clean up dump_pagetable()Akinobu Mita1-5/+5
2009-06-15x86: unify pte_hiddenJeremy Fitzhardinge1-6/+2
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum1-0/+9
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2009-04-12x86: clean up declarations and variablesJaswinder Singh Rajput1-0/+2
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge1-2/+0
2009-03-29x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge1-0/+2
2009-03-19x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge1-2/+0
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar1-0/+2
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo1-1/+2
2009-02-20x86: convert to the new dynamic percpu allocatorTejun Heo1-0/+1
2009-02-13x86 headers: remove duplicate pud_large() definitionIngo Molnar1-7/+0