aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable_32.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-20x86/pgtable: Move two more functions from pgtable_64.h to pgtable.hJoerg Roedel1-2/+0
2018-03-12Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar1-0/+1
2018-03-01x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner1-0/+1
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar1-1/+1
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]()Andy Lutomirski1-1/+1
2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-21x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.hThomas Garnier1-1/+0
2017-01-06x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky1-0/+32
2014-09-01x86: Remove set_pmd_pfnMatthew Wilcox1-3/+0
2013-01-24x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functionsKirill A. Shutemov1-7/+0
2012-10-09mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller1-0/+1
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra1-12/+2
2010-10-20x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov1-1/+1
2010-08-18x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel1-0/+1
2010-03-30x86: don't include slab.h from arch/x86/include/asm/pgtable_32.hTejun Heo1-1/+0
2010-03-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-02-27x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell1-2/+2
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-1/+1
2009-06-15x86: Add NMI types for kmap_atomic, fixPeter Zijlstra1-1/+4
2009-06-15x86: Add NMI types for kmap_atomicPeter Zijlstra1-2/+3
2009-03-14x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge1-3/+0
2009-02-11x86: Split pgtable_32.h into pgtable_32.h and pgtable_32_types.hJeremy Fitzhardinge1-41/+1
2009-02-11x86: rename *-defs.h to *-_types.h for consistencyJeremy Fitzhardinge1-2/+2
2009-02-06x86: unify io_remap_pfn_rangeJeremy Fitzhardinge1-3/+0
2009-02-06x86: unify pages_to_mbJeremy Fitzhardinge1-2/+0
2009-02-06x86: unify pmd_badJeremy Fitzhardinge1-2/+0
2009-02-06x86: unify pud_largeJeremy Fitzhardinge1-2/+0
2009-02-06x86: unify pte_offset_kernelJeremy Fitzhardinge1-3/+0
2009-02-06x86: unify pte_indexJeremy Fitzhardinge1-8/+0
2009-02-06x86: unify pmd_pfnJeremy Fitzhardinge1-7/+0
2009-02-06x86: unify pmd_indexJeremy Fitzhardinge1-9/+0
2009-02-06x86: unify pmd_pageJeremy Fitzhardinge1-2/+0
2009-02-06x86: unify pmd_page_vaddrJeremy Fitzhardinge1-3/+0
2009-02-06x86: unify pmd_noneJeremy Fitzhardinge1-2/+0
2009-02-06x86: unify pmd_presentJeremy Fitzhardinge1-1/+0
2009-02-06x86: unify pte_presentJeremy Fitzhardinge1-2/+0
2008-12-18x86: PAT: change pgprot_noncached to uc_minus instead of strong uc - v3venkatesh.pallipadi@intel.com1-9/+0
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+191