summaryrefslogtreecommitdiff
path: root/arch/x86/mm/init_64.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-08x86, 64-bit: adjust mapping of physical pagetables to work with XenJeremy Fitzhardinge1-12/+82
2008-07-08x86: remove end_pfn in 64bitYinghai Lu1-11/+6
2008-07-08x86: add table_top check for alloc_low_page in 64 bitYinghai Lu1-4/+5
2008-07-08x86: get max_pfn_mapped in init_memory_mappingYinghai Lu1-2/+2
2008-07-08x86, 64-bit: unify early_ioremapJeremy Fitzhardinge1-52/+0
2008-07-08x86, 64-bit: use p??_populate() to attach pages to pagetableJeremy Fitzhardinge1-4/+5
2008-07-08x86: fix compile warning in init_64.cYinghai Lu1-2/+2
2008-07-08x86: clean up min_low_pfnYinghai Lu1-1/+3
2008-07-08x86: introduce initmem_init for 64 bitYinghai Lu1-0/+16
2008-07-08Merge branch 'x86/fixmap' into x86/develIngo Molnar1-17/+4
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-5/+25
2008-07-08x86: merge setup_memory_map with e820Yinghai Lu1-0/+12
2008-07-08x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu1-1/+2
2008-07-08x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle1-5/+12
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar1-8/+18
2008-07-08x86, generic: CPA add statistics about state of direct mapping v4Andi Kleen1-0/+7
2008-07-03arch/x86/mm/init_64.c: early_memtest(): fix typesAndrew Morton1-3/+4
2008-06-26x86: section/warning fixesDaniel J Blueman1-4/+4
2008-06-20x86: implement set_pte_vaddrJeremy Fitzhardinge1-5/+4
2008-06-20x86: unify __set_fixmapJeremy Fitzhardinge1-12/+0
2008-06-16Merge branch 'linus' into x86/memtestIngo Molnar1-3/+3
2008-06-16Merge branch 'linus' into x86/cleanupsIngo Molnar1-3/+3
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar1-3/+3
2008-06-04x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester1-2/+2
2008-06-04x86: fix bad pmd ffff810000207xxx(9090909090909090)Hugh Dickins1-1/+1
2008-05-25x86: init64.c include initrd.hThomas Gleixner1-0/+1
2008-05-23x86_64: fix kernel rodata NX settingPekka Paalanen1-1/+1
2008-05-23ftrace: dont write protect kernel textSteven Rostedt1-2/+8
2008-05-12x86_64: simplify the memtest parameter settingYinghai Lu1-2/+3
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge1-9/+0
2008-04-27x86_64/mm: check and print vmemmap allocation continuousYinghai Lu1-2/+26
2008-04-27x86_64: make reserve_bootmem_generic() use new reserve_bootmem()Yinghai Lu1-2/+8
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds1-0/+20
2008-04-25x86: remove set_fixmap() warningIngo Molnar1-1/+1
2008-04-25x86: make __set_fixmap() non-initIngo Molnar1-3/+2
2008-04-25x86: introduce /dev/mem restrictions with a config optionArjan van de Ven1-0/+20
2008-04-19x86: move definition to pci-dma.cGlauber Costa1-3/+0
2008-04-17x86: account overlapped mappings in max_pfn_mappedAndi Kleen1-11/+23
2008-04-17x86: replace the now useless max_pfn_mapped defineThomas Gleixner1-1/+1
2008-04-17x86: fix memtest print outYinghai Lu1-2/+2
2008-04-17x86: memtest bootparamYinghai Lu1-7/+17
2008-04-17x86: early memtest to find bad ramYinghai Lu1-1/+105
2008-04-17x86: Remove redundant display of free swap space in show_mem()Johannes Weiner1-3/+0
2008-04-17x86: enhance DEBUG_RODATA support for hotplug and kprobesMathieu Desnoyers1-18/+2
2008-04-17x86: do kernel direct mapping at boot using GB pagesAndi Kleen1-5/+24
2008-04-17x86: add gbpages switchesIngo Molnar1-0/+20
2008-02-26x86: fix spontaneous reboot with allyesconfig bzImageIngo Molnar1-2/+3
2008-02-26x86: remove double-checking empty zero pages debugYinghai Lu1-8/+0
2008-02-18x86: zap invalid and unused pmds in early bootThomas Gleixner1-0/+27
2008-02-15x86: include proper prototypes for rodata_testHarvey Harrison1-0/+1