aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+23
2011-11-28Merge branch 'master' into x86/memblockTejun Heo1-2/+1
2011-11-11x86, mm: Unify zone_sizes_init()Pekka Enberg1-0/+23
2011-10-24x86: Fix S4 regressionTakashi Iwai1-2/+1
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo1-3/+3
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo1-1/+1
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-12x86/mm: Fix section mismatch derived from native_pagetable_reserve()Sedat Dilek1-1/+1
2011-05-12x86,xen: introduce x86_init.mapping.pagetable_reserveStefano Stabellini1-2/+22
2011-02-24x86: Rename e820_table_* to pgt_buf_*Yinghai Lu1-10/+10
2011-02-14Merge branch 'linus' into x86/bootmemIngo Molnar1-1/+2
2011-01-05x86-64: Move out cleanup higmap [_brk_end, _end) out of init_memory_mapping()Yinghai Lu1-19/+0
2010-12-29x86-64, numa: Put pgtable to local node memoryYinghai Lu1-7/+1
2010-12-29x86-64, mm: Put early page table highYinghai Lu1-6/+3
2010-11-18x86: Add NX protection for kernel dataMatthieu Castet1-1/+2
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu1-4/+6
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-6/+26
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-29x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu1-6/+26
2010-02-25x86, mm: Unify kernel_physical_mapping_init() APIPekka Enberg1-7/+0
2009-11-16x86, mm: Report state of NX protections during bootKees Cook1-4/+0
2009-11-16x86, mm: Clean up and simplify NX enablementH. Peter Anvin1-2/+2
2009-09-21x86: split NX setup into separate file to limit unstack-protected codeJeremy Fitzhardinge1-63/+0
2009-07-01x86: Declare check_efer() before it gets usedJaswinder Singh Rajput1-0/+1
2009-06-23x86: Move init_gbpages() to setup_arch()Pekka J Enberg1-17/+0
2009-06-15x86: add hooks for kmemcheckVegard Nossum1-1/+1
2009-06-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+69
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-05-11x86: clean up and and print out initial max_pfn_mappedYinghai Lu1-4/+3
2009-05-11Merge commit 'v2.6.30-rc5' into x86/mmIngo Molnar1-1/+17
2009-05-07x86-64: finish cleanup_highmaps()'s job wrt. _brk_endJan Beulich1-1/+17
2009-04-30x86: move per-cpu mmu_gathers to mm/init.cPekka Enberg1-0/+3
2009-04-21x86: unify noexec handlingPekka Enberg1-4/+63
2009-04-12x86: clean up declarations and variablesJaswinder Singh Rajput1-0/+1
2009-03-13x86: move save_mr() into .meminit.textJan Beulich1-3/+3
2009-03-06x86: fix uninitialized variable in init_memory_mapping()Pekka Enberg1-1/+1
2009-03-05x86: move function and variable declarations to asm/init.hPekka Enberg1-9/+1
2009-03-05x86: unify kernel_physical_mapping_init() function signaturesPekka Enberg1-10/+3
2009-03-05x86: fix up some bad global variable names in mm/init.cPekka Enberg1-13/+13
2009-03-05x86: move init_memory_mapping() to common mm/init.cPekka Enberg1-0/+328
2009-03-04x86: move free_initrd_mem() to common mm/init.cPekka Enberg1-0/+7
2009-03-04x86: move devmem_is_allowed() to common mm/init.cPekka Enberg1-0/+24
2009-03-03x86: unify free_init_pages() and free_initmem()Pekka Enberg1-0/+49