summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_64.c
AgeCommit message (Expand)AuthorFilesLines
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-14x86: include proper prototypes for rodata_testHarvey Harrison1-0/+1
2008-02-09x86: introduce page pool in cpaThomas Gleixner1-0/+2
2008-02-09x86: avoid unused variable warning in mm/init_64.cThomas Gleixner1-3/+3
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-2/+2
2008-02-06x86: mark the .rodata section also NXArjan van de Ven1-1/+8
2008-02-04x86: switch direct mapping setup over to set_pteAndi Kleen1-4/+2
2008-02-04x86: remove now unused clear_kernel_mappingAndi Kleen1-43/+0
2008-02-04x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen1-3/+3
2008-02-01x86_64: make bootmap_start page align v6Yinghai Lu1-9/+4
2008-02-01x86_64: add debug name for early_resYinghai Lu1-1/+1
2008-01-30x86: fix overlap between pagetable with bss sectionYinghai Lu1-0/+7
2008-01-30x86: arch/x86/mm/init_64.c printk fixesIngo Molnar1-17/+13
2008-01-30x86: unify ioremapThomas Gleixner1-126/+175
2008-01-30x86: cpa: fix the self-testIngo Molnar1-16/+0
2008-01-30x86: init memory debuggingIngo Molnar1-0/+11
2008-01-30x86: move misplaced rodata check callArjan van de Ven1-1/+2
2008-01-30x86: add testcases for RODATA and NX protections/attributesArjan van de Ven1-0/+3
2008-01-30x86: make sure initmem is writableArjan van de Ven1-0/+1
2008-01-30x86: cpa: move flush to cpaThomas Gleixner1-10/+0
2008-01-30x86: cpa: set_memory_notpresent()Ingo Molnar1-2/+15
2008-01-30x86: convert CPA users to the new set_page_ APIArjan van de Ven1-6/+4
2008-01-30x86: fix early_ioremap() on 64-bitAndi Kleen1-3/+3
2008-01-30c_p_a(): do a simple self test at bootAndi Kleen1-0/+10
2008-01-30x86: replace hard coded reservations in 64-bit early boot code with dynamic t...Andi Kleen1-1/+4
2008-01-30x86: debug: double-check the empty zero pageIngo Molnar1-0/+8
2008-01-30x86: not clear empty_zero_page againYinghai Lu1-2/+1
2008-01-30x86: kill mk_pte_hugeJeremy Fitzhardinge1-2/+1
2008-01-30x86: some whitespace cleanups in paging codeJoerg Roedel1-1/+1
2008-01-30x86: use __PAGE_KERNEL* instead of _KERNPG_TABLEJoerg Roedel1-2/+2
2008-01-30x86: 64-bit, make sparsemem vmemmap the only memory modelChristoph Lameter1-28/+0
2008-01-30x86: move numa related declarationsThomas Gleixner1-0/+1
2008-01-30x86: move debug related declarations to kdebug.hThomas Gleixner1-0/+1
2007-11-29memory hotplug x86_64: fix section mismatch in init_memory_mapping()KAMEZAWA Hiroyuki1-1/+1
2007-10-29Revert "x86_64: allocate sparsemem memmap above 4G"Linus Torvalds1-6/+0
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki1-6/+0
2007-10-16x86_64: SPARSEMEM_VMEMMAP 2M page size supportChristoph Lameter1-0/+45
2007-10-11x86_64: move mmThomas Gleixner1-0/+750