aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-08x86: seperate funcs from setup_64 to cpu common_64.cYinghai Lu1-823/+0
2008-07-08x86: remove some acpi ifdefs in setup_32/64Yinghai Lu1-4/+0
2008-07-08x86: clean up init_amd()Yinghai Lu1-4/+0
2008-07-08x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu1-0/+9
2008-07-08x86: move x86_64 gdt closer to i386Glauber Costa1-2/+17
2008-07-08x86: unify crashkernel reservation for 32 and 64 bitBernhard Walle1-40/+0
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar1-9/+0
2008-07-08x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64Bernhard Walle1-1/+1
2008-07-08x86: cleanup early per cpu variables/accesses v4Mike Travis1-9/+0
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-36/+16
2008-07-08x86: merge setup_memory_map with e820Yinghai Lu1-7/+1
2008-07-08x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64Bernhard Walle1-1/+1
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar1-385/+67
2008-07-08x86: make 64bit identify_cpu use cpu_dev v2Yinghai Lu1-0/+20
2008-07-08x86: make 64-bit identify_cpu use cpu_devYinghai Lu1-45/+51
2008-06-10fix build bug in "x86: add PCI extended config space access for AMD Barcelona"Robert Richter1-2/+0
2008-06-10x86: remove all active memory ranges before registering them again after trimming - 64bitYinghai Lu1-0/+1
2008-06-05x86: linked list of setup_data for i386Huang, Ying1-22/+0
2008-06-05x86: reserve EFI memory map with reserve_earlyHuang, Ying1-4/+3
2008-06-03x86: clean up max_pfn_mapped usage - 64-bitYinghai Lu1-1/+1
2008-06-03x86: update mptableYinghai Lu1-0/+4
2008-06-02x86: add PCI extended config space access for AMD BarcelonaRobert Richter1-0/+2
2008-05-30x86: Move the 64-bit Centaur specific parts out of setup_64.cDave Jones1-26/+2
2008-05-30x86: Move the 64-bit Intel specific parts out of setup_64.cDave Jones1-91/+2
2008-05-30x86: Move the AMD64 specific parts out of setup_64.cDave Jones1-226/+6
2008-05-30x86: move mmconfig declarations to headerThomas Gleixner1-12/+1
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-25x86: make command_line static in setup_64.cThomas Gleixner1-1/+1
2008-05-25x86: move mmconfig declarations to headerThomas Gleixner1-12/+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/linux-2.6-x86-bigbox-pciLinus 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-26x86: add pci=check_enable_amd_mmconf and dmi checkYinghai Lu1-8/+15
2008-04-26x86: seperate mmconf for fam10h out from setup_64.cYinghai Lu1-207/+9
2008-04-26x86: if acpi=off, force setting the mmconf for fam10hYinghai Lu1-8/+15
2008-04-26x86_64: check and enable MMCONFIG for AMD Family 10hYinghai Lu1-0/+204
2008-04-26x86_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-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-0/+4
2008-04-19Firmware: 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 rather than syscallDave Jones1-0/+35