summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_64.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-11-201-25/+50
|\
| * x86: remove debug code from arch_add_memory()Gary Hade2008-10-291-1/+1
| * x86: fix init_memory_mapping for [dc000000 - e0000000) - v2Yinghai Lu2008-10-281-17/+33
| * x86: 64 bit print out absent pages num tooYinghai Lu2008-10-281-3/+6
| * x86, memory hotplug: remove wrong -1 in calling init_memory_mapping()Shaohua Li2008-10-281-1/+1
| * x86: keep the /proc/meminfo page count correctYinghai Lu2008-10-271-3/+9
* | x86: corruption check: run the corruption checks from a work queueArjan van de Ven2008-10-271-2/+0Star
|/
* x86-64: fix combining of regions in init_memory_mapping()Jan Beulich2008-10-131-1/+1
* x86-64: don't check for map replacementJeremy Fitzhardinge2008-10-131-3/+0Star
* x86: add early_memremap()Jeremy Fitzhardinge2008-10-131-1/+1
* x86: add _PAGE_IOMAP pte flag for IO mappingsJeremy Fitzhardinge2008-10-131-1/+1
* x86: memory corruption check - cleanupIngo Molnar2008-10-121-0/+1
* Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-10-121-32/+142
|\
| * Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2008-10-111-0/+56
| |\
| | * x86, init_64.c: cleanupIngo Molnar2008-09-051-13/+15
| | * x86: move nonx_setup etc from common.c to init_64.cYinghai Lu2008-09-051-0/+54
| * | Merge branch 'linus' into x86/pat2Ingo Molnar2008-10-101-4/+4
| |\ \
| | * | Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar2008-08-251-16/+20
| | |\|
| | * | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-201-2/+10
| | |\ \
| | * \ \ Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-111-37/+0Star
| | |\ \ \
| | * | | | x86: convert init_64.c from round_up to roundupJoerg Roedel2008-07-261-4/+4
| * | | | | x86, cpa: make the kernel physical mapping initialization a two pass sequence...Suresh Siddha2008-10-101-88/+61Star
| * | | | | x86: fix pagetable init 64-bit breakageSuresh Siddha2008-10-101-1/+1
| * | | | | x86, cpa: remove cpa pool codeSuresh Siddha2008-10-101-2/+0Star
| * | | | | x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOCSuresh Siddha2008-10-101-6/+20
| * | | | | x86, cpa: make the kernel physical mapping initialization a two pass sequenceSuresh Siddha2008-10-101-15/+84
| | |_|_|/ | |/| | |
* / | | | x86: add periodic corruption checkHugh Dickins2008-09-071-0/+2
|/ / / /
* | | | x86: fix two modpost warnings in mm/init_64.cJan Beulich2008-08-221-2/+2
* | | | x86: fix 1:1 mapping init on 64-bit (memory hotplug case)Jan Beulich2008-08-221-14/+18
| |_|/ |/| |
* | | x86: fix section mismatch warning - spp_getpage()Marcin Slusarz2008-08-151-1/+5
* | | x86: fix /proc/meminfo DirectMapHugh Dickins2008-08-151-1/+5
| |/ |/|
* | x86: use generic show_mem()Johannes Weiner2008-07-261-37/+0Star
|/
* x86: seperate memtest from init_64.cYinghai Lu2008-07-181-112/+0Star
* x86: fix kernel_physical_mapping_init() for large x86 systemsJack Steiner2008-07-161-1/+1
* Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar2008-07-141-2/+8
|\
| * Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar2008-07-101-2/+8
| |\
| | * Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-161-3/+3
| | |\
| | * | x86_64: fix kernel rodata NX settingPekka Paalanen2008-05-231-1/+1
| | * | ftrace: dont write protect kernel textSteven Rostedt2008-05-231-2/+8
* | | | x86: max_low_pfn_mapped fix, #3Yinghai Lu2008-07-131-0/+14
* | | | x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu2008-07-111-0/+1
* | | | x86: overmapped fix when 4K pages on tail, 64-bitYinghai Lu2008-07-101-34/+72
* | | | x86: not overmap more than the end of RAM in init_memory_mapping - 64bitYinghai Lu2008-07-091-12/+65
* | | | x86: fix vmemmap printout checkYinghai Lu2008-07-091-3/+3
* | | | x86: introduce page_size_mask for 64bitYinghai Lu2008-07-091-35/+63
* | | | x86: map UV chipset space - pagetableJack Steiner2008-07-091-0/+40
* | | | x86_64/setup: unconditionally populate the pgdJeremy Fitzhardinge2008-07-081-3/+2Star
* | | | x86/paravirt: groundwork for 64-bit Xen support, fix #2Jeremy Fitzhardinge2008-07-081-1/+2
* | | | x86, 64-bit: split set_pte_vaddr()Eduardo Habkost2008-07-081-11/+20
* | | | x86, 64-bit: create small vmemmap mappings if PSE not availableJeremy Fitzhardinge2008-07-081-22/+40