summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_64.c
AgeCommit message (Expand)AuthorLines
2008-04-17x86: move apic declarations to mach_apic.hGlauber Costa-1/+1
2008-04-17x86: split large page mapping for AMD TSEGAndi Kleen-0/+13
2008-04-17x86: account overlapped mappings in max_pfn_mappedAndi Kleen-1/+1
2008-04-17x86: replace the now useless max_pfn_mapped defineThomas Gleixner-1/+1
2008-04-17x86: pat cpu feature bit setting for known cpusYinghai Lu-0/+7
2008-04-17x86: fix build breakage when PCI is define and PARAVIRT is notRavikiran G Thirumalai-2/+0
2008-04-17x86: provide specialized identification routines for x86_64Glauber de Oliveira Costa-2/+12
2008-04-17x86: introduce initial apicidYinghai Lu-5/+6
2008-04-17x86: fix amd_detect_cmpYinghai Lu-2/+2
2008-04-17x86: clean up cpu capabilities accesses, genericIngo Molnar-3/+3
2008-04-17x86: remove wrong setting about CONSTANT_TSC for intel cpuYinghai Lu-3/+0
2008-04-17x86: clean up e820_reserve_resources on 64-bitYinghai Lu-1/+7
2008-04-17x86: split cpuinfo from setup_64.c into cpu/proc_64.cHiroshi Shimamoto-120/+0
2008-04-17x86: call vsmp_init explicitlyGlauber Costa-0/+4
2008-03-26x86: fix memoryless node oops during bootYinghai Lu-1/+1
2008-03-22x86: revert: reserve dma32 early for gartThomas Gleixner-2/+0
2008-03-21x86: reserve dma32 early for gartYinghai Lu-0/+2
2008-02-26x86: fix boot failure on 486 due to TSC breakageMikael Pettersson-1/+1
2008-02-19x86: fix printout ugliness in cpu info printkMarcin Slusarz-1/+1
2008-02-19x86: fix section mismatch in setup_64.c:srat_detect_nodeSam Ravnborg-1/+1
2008-02-19x86: fix section mismatch warning in setup_64.c:nearby_nodeSam Ravnborg-1/+1
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells-1/+0
2008-02-07Use BOOTMEM_EXCLUSIVE for kdumpBernhard Walle-15/+21
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle-2/+3
2008-02-04x86: unify CPU feature string namesH. Peter Anvin-76/+0
2008-02-01x86_64: make bootmap_start page align v6Yinghai Lu-1/+2
2008-01-30x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl-0/+11
2008-01-30x86: fixes some bugs about EFI memory map handlingHuang, Ying-3/+1
2008-01-30x86: not set boot cpu in cpu_present_map againYinghai Lu-6/+0
2008-01-30x86: fix section mismatch warning in setup_64.cSam Ravnborg-1/+1
2008-01-30x86: remove struct cpu_model_infoHiroshi Shimamoto-6/+0
2008-01-30x86: should use array directly for early_ptrYinghai Lu-3/+3
2008-01-30x86: remove duplicated line aboutYinghai Lu-1/+0
2008-01-30x86: constify function pointer tablesJan Engelhardt-1/+1
2008-01-30x86: change bios_cpu_apicid to percpu data variable fixuptravis@sgi.com-0/+1
2008-01-30x86: add generic clearcpuid=... optionAndi Kleen-0/+11
2008-01-30x86: add noclflush optionAndi Kleen-0/+7
2008-01-30x86: add framework to disable CPUID bits on the command lineAndi Kleen-0/+6
2008-01-30x86: move select_idle_routine() call after detect_ht()Hiroshi Shimamoto-1/+2
2008-01-30x86: only call early_init_amd one timeYinghai Lu-8/+3
2008-01-30x86, 32-bit: trim memory not covered by wb mtrrsJesse Barnes-0/+7
2008-01-30x86: replace hard coded reservations in 64-bit early boot code with dynamic t...Andi Kleen-64/+3
2008-01-30x86: use the correct cpuid method to detect MWAIT support for C statesAndi Kleen-4/+0
2008-01-30x86: change bios_cpu_apicid to percpu data variabletravis@sgi.com-0/+3
2008-01-30x86: change NR_CPUS arrays in numa_64travis@sgi.com-1/+3
2008-01-30x86: cleanup x86_cpu_to_apicid referencestravis@sgi.com-1/+1
2008-01-30x86: disable the GART early, 64-bitYinghai Lu-0/+3
2008-01-30x86: discover_ebda section mismatchRandy Dunlap-1/+1
2008-01-30x86: mark memory_setup __initAndi Kleen-1/+1
2008-01-30x86: fix detection of CONSTANT_TSC bit for AMD CPUsAndreas Herrmann-5/+4