summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* x86/mm: Fix section mismatch derived from native_pagetable_reserve()Sedat Dilek2011-05-121-1/+1
* x86,xen: introduce x86_init.mapping.pagetable_reserveStefano Stabellini2011-05-121-2/+22
* x86: Rename e820_table_* to pgt_buf_*Yinghai Lu2011-02-241-10/+10
* Merge branch 'linus' into x86/bootmemIngo Molnar2011-02-141-1/+2
|\
| * x86: Add NX protection for kernel dataMatthieu Castet2010-11-181-1/+2
* | x86-64: Move out cleanup higmap [_brk_end, _end) out of init_memory_mapping()Yinghai Lu2011-01-051-19/+0
* | x86-64, numa: Put pgtable to local node memoryYinghai Lu2010-12-291-7/+1
* | x86-64, mm: Put early page table highYinghai Lu2010-12-291-6/+3
|/
* x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-271-4/+6
* Merge branch 'master' into export-slabhTejun Heo2010-04-051-6/+26
|\
| * x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu2010-03-291-6/+26
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* x86, mm: Unify kernel_physical_mapping_init() APIPekka Enberg2010-02-251-7/+0
* x86, mm: Report state of NX protections during bootKees Cook2009-11-161-4/+0
* x86, mm: Clean up and simplify NX enablementH. Peter Anvin2009-11-161-2/+2
* x86: split NX setup into separate file to limit unstack-protected codeJeremy Fitzhardinge2009-09-211-63/+0
* x86: Declare check_efer() before it gets usedJaswinder Singh Rajput2009-07-011-0/+1
* x86: Move init_gbpages() to setup_arch()Pekka J Enberg2009-06-231-17/+0
* x86: add hooks for kmemcheckVegard Nossum2009-06-151-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-101-8/+69
|\
| * x86: clean up and and print out initial max_pfn_mappedYinghai Lu2009-05-111-4/+3
| * Merge commit 'v2.6.30-rc5' into x86/mmIngo Molnar2009-05-111-1/+17
| |\
| * | x86: move per-cpu mmu_gathers to mm/init.cPekka Enberg2009-04-301-0/+3
| * | x86: unify noexec handlingPekka Enberg2009-04-211-4/+63
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-101-0/+1
|\ \ \ | |_|/ |/| |
| * | x86: clean up declarations and variablesJaswinder Singh Rajput2009-04-121-0/+1
| |/
* / x86-64: finish cleanup_highmaps()'s job wrt. _brk_endJan Beulich2009-05-071-1/+17
|/
* x86: move save_mr() into .meminit.textJan Beulich2009-03-131-3/+3
* x86: fix uninitialized variable in init_memory_mapping()Pekka Enberg2009-03-061-1/+1
* x86: move function and variable declarations to asm/init.hPekka Enberg2009-03-051-9/+1
* x86: unify kernel_physical_mapping_init() function signaturesPekka Enberg2009-03-051-10/+3
* x86: fix up some bad global variable names in mm/init.cPekka Enberg2009-03-051-13/+13
* x86: move init_memory_mapping() to common mm/init.cPekka Enberg2009-03-051-0/+328
* x86: move free_initrd_mem() to common mm/init.cPekka Enberg2009-03-041-0/+7
* x86: move devmem_is_allowed() to common mm/init.cPekka Enberg2009-03-041-0/+24
* x86: unify free_init_pages() and free_initmem()Pekka Enberg2009-03-031-0/+49