summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable_32.h
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* x86/pgtable: Move two more functions from pgtable_64.h to pgtable.hJoerg Roedel2018-07-201-2/+0
* Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar2018-03-121-0/+1
|\
| * x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-011-0/+1
* | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-261-1/+1
|\|
| * x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-151-1/+1
* | x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-141-0/+2
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.hThomas Garnier2017-03-211-1/+0
* x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky2017-01-061-0/+32
* x86: Remove set_pmd_pfnMatthew Wilcox2014-09-011-3/+0
* x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functionsKirill A. Shutemov2013-01-241-7/+0
* mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller2012-10-091-0/+1
* mm: remove pte_*map_nested()Peter Zijlstra2010-10-261-12/+2
* x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov2010-10-201-1/+1
* x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel2010-08-181-0/+1
* x86: don't include slab.h from arch/x86/include/asm/pgtable_32.hTejun Heo2010-03-301-1/+0
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-03-031-2/+2
|\
| * x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell2010-02-271-2/+2
* | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-1/+1
|/
* x86: Add NMI types for kmap_atomic, fixPeter Zijlstra2009-06-151-1/+4
* x86: Add NMI types for kmap_atomicPeter Zijlstra2009-06-151-2/+3
* x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge2009-03-141-3/+0
* x86: Split pgtable_32.h into pgtable_32.h and pgtable_32_types.hJeremy Fitzhardinge2009-02-111-41/+1
* x86: rename *-defs.h to *-_types.h for consistencyJeremy Fitzhardinge2009-02-111-2/+2
* x86: unify io_remap_pfn_rangeJeremy Fitzhardinge2009-02-061-3/+0
* x86: unify pages_to_mbJeremy Fitzhardinge2009-02-061-2/+0
* x86: unify pmd_badJeremy Fitzhardinge2009-02-061-2/+0
* x86: unify pud_largeJeremy Fitzhardinge2009-02-061-2/+0
* x86: unify pte_offset_kernelJeremy Fitzhardinge2009-02-061-3/+0
* x86: unify pte_indexJeremy Fitzhardinge2009-02-061-8/+0
* x86: unify pmd_pfnJeremy Fitzhardinge2009-02-061-7/+0
* x86: unify pmd_indexJeremy Fitzhardinge2009-02-061-9/+0
* x86: unify pmd_pageJeremy Fitzhardinge2009-02-061-2/+0
* x86: unify pmd_page_vaddrJeremy Fitzhardinge2009-02-061-3/+0
* x86: unify pmd_noneJeremy Fitzhardinge2009-02-061-2/+0
* x86: unify pmd_presentJeremy Fitzhardinge2009-02-061-1/+0
* x86: unify pte_presentJeremy Fitzhardinge2009-02-061-2/+0
* x86: PAT: change pgprot_noncached to uc_minus instead of strong uc - v3venkatesh.pallipadi@intel.com2008-12-181-9/+0
* x86: Fix ASM_X86__ header guardsH. Peter Anvin2008-10-221-3/+3
* x86, um: ... and asm-x86 moveAl Viro2008-10-221-0/+191