summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_64.c
AgeCommit message (Expand)AuthorFilesLines
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-26x86: 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
2008-01-30x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl1-0/+11
2008-01-30x86: fixes some bugs about EFI memory map handlingHuang, Ying1-3/+1
2008-01-30x86: not set boot cpu in cpu_present_map againYinghai Lu1-6/+0
2008-01-30x86: fix section mismatch warning in setup_64.cSam Ravnborg1-1/+1
2008-01-30x86: remove struct cpu_model_infoHiroshi Shimamoto1-6/+0
2008-01-30x86: should use array directly for early_ptrYinghai Lu1-3/+3
2008-01-30x86: remove duplicated line aboutYinghai Lu1-1/+0
2008-01-30x86: constify function pointer tablesJan Engelhardt1-1/+1
2008-01-30x86: change bios_cpu_apicid to percpu data variable fixuptravis@sgi.com1-0/+1
2008-01-30x86: add generic clearcpuid=... optionAndi Kleen1-0/+11
2008-01-30x86: add noclflush optionAndi Kleen1-0/+7
2008-01-30x86: add framework to disable CPUID bits on the command lineAndi Kleen1-0/+6
2008-01-30x86: move select_idle_routine() call after detect_ht()Hiroshi Shimamoto1-1/+2
2008-01-30x86: only call early_init_amd one timeYinghai Lu1-8/+3
2008-01-30x86, 32-bit: trim memory not covered by wb mtrrsJesse Barnes1-0/+7
2008-01-30x86: replace hard coded reservations in 64-bit early boot code with dynamic t...Andi Kleen1-64/+3
2008-01-30x86: use the correct cpuid method to detect MWAIT support for C statesAndi Kleen1-4/+0
2008-01-30x86: change bios_cpu_apicid to percpu data variabletravis@sgi.com1-0/+3
2008-01-30x86: change NR_CPUS arrays in numa_64travis@sgi.com1-1/+3
2008-01-30x86: cleanup x86_cpu_to_apicid referencestravis@sgi.com1-1/+1
2008-01-30x86: disable the GART early, 64-bitYinghai Lu1-0/+3
2008-01-30x86: discover_ebda section mismatchRandy Dunlap1-1/+1
2008-01-30x86: mark memory_setup __initAndi Kleen1-1/+1
2008-01-30x86: fix detection of CONSTANT_TSC bit for AMD CPUsAndreas Herrmann1-5/+4
2008-01-30x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detectionAndi Kleen1-8/+31
2008-01-30x86: map vsyscalls early enoughIngo Molnar1-0/+2
2008-01-30x86: Implement support to synchronize RDTSC with LFENCE on Intel CPUsAndi Kleen1-4/+1
2008-01-30x86: implement support to synchronize RDTSC through MFENCE on AMD CPUsAndi Kleen1-2/+2
2008-01-30x86: move definitions to processor.hGlauber de Oliveira Costa1-1/+1
2008-01-30x86: EFI runtime service supportHuang, Ying1-1/+16
2008-01-30x86: prepare 64-bit architecture initialization for paravirtGlauber de Oliveira Costa1-1/+27
2008-01-30x86, ptrace: support for branch trace store(BTS)Markus Metzger1-0/+5
2008-01-30x86: add set/clear_cpu_cap operationsJeremy Fitzhardinge1-15/+14
2008-01-30x86: clean up bitops-related warningsJeremy Fitzhardinge1-15/+16
2008-01-30x86: store core id bits in cpuinfo_x8Yinghai Lu1-25/+47