summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup_64.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-03x86: clean up max_pfn_mapped usage - 64-bitYinghai Lu1-1/+1
2008-06-03x86: update mptableYinghai Lu1-0/+4
2008-05-25x86: allow MPPARSE to be deselected in SMP configsAlexey Starikovskiy1-0/+4
2008-05-25x86: move e820_mark_nosave_regions to e820.cYinghai Lu1-1/+1
2008-05-13x86: early_init_centaur(): use set_cpu_cap()Andrew Morton1-1/+1
2008-05-10x86: restrict keyboard io ports reservation to make ipmi driver workHelge Wagner1-1/+3
2008-05-08x86: cleanup PAT cpu validationThomas Gleixner1-7/+2
2008-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds1-0/+20
2008-04-27x86: KVM guest: add basic paravirt supportMarcelo Tosatti1-0/+2
2008-04-27x86: KVM guest: paravirtualized clocksourceGlauber de Oliveira Costa1-0/+5
2008-04-27x86: add pci=check_enable_amd_mmconf and dmi checkYinghai Lu1-8/+15
2008-04-27x86: seperate mmconf for fam10h out from setup_64.cYinghai Lu1-207/+9
2008-04-27x86: if acpi=off, force setting the mmconf for fam10hYinghai Lu1-8/+15
2008-04-27x86_64: check and enable MMCONFIG for AMD Family 10hYinghai Lu1-0/+204
2008-04-27x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu1-2/+1
2008-04-26x86, boot: export linked list of struct setup_data via debugfsHuang, Ying1-0/+2
2008-04-26x86, boot: add linked list of struct setup_dataHuang, Ying1-0/+22
2008-04-26x86: array can become staticDmitri Vorobiev1-1/+1
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-0/+4
2008-04-20Firmware: add iSCSI iBFT SupportKonrad Rzeszutek1-0/+4
2008-04-19x86: reserve dma32 early for gartYinghai Lu1-0/+2
2008-04-19x86_64: do not reserve ramdisk two timesYinghai Lu1-2/+5
2008-04-17x86: move suspend wakeup code to CPavel Machek1-0/+1
2008-04-17x86: Centaur Isaiah processor to use sysenter in 64-bit compatibility mode ra...Dave Jones1-0/+35
2008-04-17x86: move apic declarations to mach_apic.hGlauber Costa1-1/+1
2008-04-17x86: split large page mapping for AMD TSEGAndi Kleen1-0/+13
2008-04-17x86: account overlapped mappings in max_pfn_mappedAndi Kleen1-1/+1
2008-04-17x86: replace the now useless max_pfn_mapped defineThomas Gleixner1-1/+1
2008-04-17x86: pat cpu feature bit setting for known cpusYinghai Lu1-0/+7
2008-04-17x86: fix build breakage when PCI is define and PARAVIRT is notRavikiran G Thirumalai1-2/+0
2008-04-17x86: provide specialized identification routines for x86_64Glauber de Oliveira Costa1-2/+12
2008-04-17x86: introduce initial apicidYinghai Lu1-5/+6
2008-04-17x86: fix amd_detect_cmpYinghai Lu1-2/+2
2008-04-17x86: clean up cpu capabilities accesses, genericIngo Molnar1-3/+3
2008-04-17x86: remove wrong setting about CONSTANT_TSC for intel cpuYinghai Lu1-3/+0
2008-04-17x86: clean up e820_reserve_resources on 64-bitYinghai Lu1-1/+7
2008-04-17x86: split cpuinfo from setup_64.c into cpu/proc_64.cHiroshi Shimamoto1-120/+0
2008-04-17x86: call vsmp_init explicitlyGlauber Costa1-0/+4
2008-03-27x86: fix memoryless node oops during bootYinghai Lu1-1/+1
2008-03-22x86: revert: reserve dma32 early for gartThomas Gleixner1-2/+0
2008-03-21x86: reserve dma32 early for gartYinghai Lu1-0/+2
2008-02-26x86: fix boot failure on 486 due to TSC breakageMikael Pettersson1-1/+1
2008-02-19x86: fix printout ugliness in cpu info printkMarcin Slusarz1-1/+1
2008-02-19x86: fix section mismatch in setup_64.c:srat_detect_nodeSam Ravnborg1-1/+1
2008-02-19x86: fix section mismatch warning in setup_64.c:nearby_nodeSam Ravnborg1-1/+1
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells1-1/+0
2008-02-07Use BOOTMEM_EXCLUSIVE for kdumpBernhard Walle1-15/+21
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-2/+3
2008-02-04x86: unify CPU feature string namesH. Peter Anvin1-76/+0
2008-02-01x86_64: make bootmap_start page align v6Yinghai Lu1-1/+2