aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/pgtable_32.h
AgeCommit message (Expand)Author
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-07-20x86/pgtable: Move two more functions from pgtable_64.h to pgtable.hJoerg Roedel
2018-03-12Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar
2018-03-01x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski
2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-21x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.hThomas Garnier
2017-01-06x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky
2014-09-01x86: Remove set_pmd_pfnMatthew Wilcox
2013-01-24x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functionsKirill A. Shutemov
2012-10-09mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-10-20x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov
2010-08-18x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel
2010-03-30x86: don't include slab.h from arch/x86/include/asm/pgtable_32.hTejun Heo
2010-03-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-02-27x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King
2009-06-15x86: Add NMI types for kmap_atomic, fixPeter Zijlstra
2009-06-15x86: Add NMI types for kmap_atomicPeter Zijlstra
2009-03-14x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge
2009-02-11x86: Split pgtable_32.h into pgtable_32.h and pgtable_32_types.hJeremy Fitzhardinge
2009-02-11x86: rename *-defs.h to *-_types.h for consistencyJeremy Fitzhardinge
2009-02-06x86: unify io_remap_pfn_rangeJeremy Fitzhardinge
2009-02-06x86: unify pages_to_mbJeremy Fitzhardinge
2009-02-06x86: unify pmd_badJeremy Fitzhardinge
2009-02-06x86: unify pud_largeJeremy Fitzhardinge
2009-02-06x86: unify pte_offset_kernelJeremy Fitzhardinge
2009-02-06x86: unify pte_indexJeremy Fitzhardinge
2009-02-06x86: unify pmd_pfnJeremy Fitzhardinge
2009-02-06x86: unify pmd_indexJeremy Fitzhardinge
2009-02-06x86: unify pmd_pageJeremy Fitzhardinge
2009-02-06x86: unify pmd_page_vaddrJeremy Fitzhardinge
2009-02-06x86: unify pmd_noneJeremy Fitzhardinge
2009-02-06x86: unify pmd_presentJeremy Fitzhardinge
2009-02-06x86: unify pte_presentJeremy Fitzhardinge
2008-12-18x86: PAT: change pgprot_noncached to uc_minus instead of strong uc - v3venkatesh.pallipadi@intel.com
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin
2008-10-22x86, um: ... and asm-x86 moveAl Viro