aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pgtable_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-04-26x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner1-1/+1
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type definitionsIngo Molnar1-0/+1
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]()Andy Lutomirski1-1/+1
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar1-1/+1
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov1-1/+7
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-07-13x86/mm: Use pte_none() to test for empty PTEDave Hansen1-1/+1
2014-09-01x86: Remove set_pmd_pfnMatthew Wilcox1-35/+0
2014-04-07x86: use generic early_ioremapMark Salter1-1/+1
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2010-05-24x86: remove last traces of quicklist usagePeter Zijlstra1-1/+0
2010-05-03x86: Fix parse_reservetop() build failure on certain configsIngo Molnar1-0/+1
2010-04-30x86: Fix 'reservetop=' functionalityLiang Li1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-03-19x86/32: no need to use set_pte_present in set_pte_vaddrJeremy Fitzhardinge1-1/+1
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/coreIngo Molnar1-16/+2
2009-03-03x86: move __VMALLOC_RESERVE to pgtable_32.cPekka Enberg1-0/+2
2009-02-27x86, fixmap: define reserve_top_address for x86_64Gustavo F. Padovan1-16/+0
2008-08-21i386: vmalloc size fixDave Young1-1/+2
2008-07-26x86: use generic show_mem()Johannes Weiner1-47/+0
2008-07-09arch/x86/mm/pgtable_32.c: remove unused variable `fixmaps'Andrew Morton1-1/+0
2008-07-08x86: move reservetop and vmalloc parsing to pgtable_32.cYinghai Lu1-1/+34
2008-06-20x86: implement set_pte_vaddrJeremy Fitzhardinge1-3/+3
2008-06-20x86: unify __set_fixmapJeremy Fitzhardinge1-13/+1
2008-05-06x86: fix PAE pmd_bad bootup warningHugh Dickins1-7/+0
2008-04-24x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge1-10/+0
2008-04-24x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge1-7/+0
2008-04-24x86: add common mm/pgtable.cJeremy Fitzhardinge1-187/+0
2008-04-19x86: remove pointless commentsWANG Cong1-4/+0
2008-04-17x86: Remove redundant display of free swap space in show_mem()Johannes Weiner1-1/+0
2008-04-17x86: debug pmd_bad()Ingo Molnar1-0/+7
2008-03-11x86: remove quicklistsThomas Gleixner1-9/+9
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky1-1/+4
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-6/+6
2008-02-04x86: revert "defer cr3 reload when doing pud_clear()"Jeremy Fitzhardinge1-7/+0
2008-02-04x86: unify PAE/non-PAE pgd_ctorJeremy Fitzhardinge1-34/+20
2008-01-31x86: uninline __pte_free_tlb() and __pmd_free_tlb()Ingo Molnar1-0/+23
2008-01-30x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge1-14/+5
2008-01-30x86: don't special-case pmd allocations as muchJeremy Fitzhardinge1-68/+0
2008-01-30x86: allocate and initialize unshared pmdsJeremy Fitzhardinge1-3/+11
2008-01-30x86: preallocate pmds at pgd creation timeJeremy Fitzhardinge1-0/+70
2008-01-30x86: add mm parameter to paravirt_alloc_pdJeremy Fitzhardinge1-1/+3
2007-10-17x86: stop nmi softlockup warnings in show_mem()Prarit Bhargava1-0/+3
2007-10-17i386: avoid temporarily inconsistent pte-sJan Beulich1-2/+1