aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm/pgtable_32.c
AgeCommit message (Expand)Author
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-04-26x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-07-13x86/mm: Use pte_none() to test for empty PTEDave Hansen
2014-09-01x86: Remove set_pmd_pfnMatthew Wilcox
2014-04-07x86: use generic early_ioremapMark Salter
2012-03-28Disintegrate asm/system.h for X86David Howells
2010-05-24x86: remove last traces of quicklist usagePeter Zijlstra
2010-05-03x86: Fix parse_reservetop() build failure on certain configsIngo Molnar
2010-04-30x86: Fix 'reservetop=' functionalityLiang Li
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-03-19x86/32: no need to use set_pte_present in set_pte_vaddrJeremy Fitzhardinge
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar
2009-03-03x86: move __VMALLOC_RESERVE to pgtable_32.cPekka Enberg
2009-02-27x86, fixmap: define reserve_top_address for x86_64Gustavo F. Padovan
2008-08-21i386: vmalloc size fixDave Young
2008-07-26x86: use generic show_mem()Johannes Weiner
2008-07-09arch/x86/mm/pgtable_32.c: remove unused variable `fixmaps'Andrew Morton
2008-07-08x86: move reservetop and vmalloc parsing to pgtable_32.cYinghai Lu
2008-06-20x86: implement set_pte_vaddrJeremy Fitzhardinge
2008-06-20x86: unify __set_fixmapJeremy Fitzhardinge
2008-05-06x86: fix PAE pmd_bad bootup warningHugh Dickins
2008-04-24x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge
2008-04-24x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge
2008-04-24x86: add common mm/pgtable.cJeremy Fitzhardinge
2008-04-19x86: remove pointless commentsWANG Cong
2008-04-17x86: Remove redundant display of free swap space in show_mem()Johannes Weiner
2008-04-17x86: debug pmd_bad()Ingo Molnar
2008-03-11x86: remove quicklistsThomas Gleixner
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt
2008-02-04x86: revert "defer cr3 reload when doing pud_clear()"Jeremy Fitzhardinge
2008-02-04x86: unify PAE/non-PAE pgd_ctorJeremy Fitzhardinge
2008-01-31x86: uninline __pte_free_tlb() and __pmd_free_tlb()Ingo Molnar
2008-01-30x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge
2008-01-30x86: don't special-case pmd allocations as muchJeremy Fitzhardinge
2008-01-30x86: allocate and initialize unshared pmdsJeremy Fitzhardinge
2008-01-30x86: preallocate pmds at pgd creation timeJeremy Fitzhardinge
2008-01-30x86: add mm parameter to paravirt_alloc_pdJeremy Fitzhardinge
2007-10-17x86: stop nmi softlockup warnings in show_mem()Prarit Bhargava
2007-10-17i386: avoid temporarily inconsistent pte-sJan Beulich