aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup_64.c
AgeCommit message (Expand)Author
2008-02-01x86_64: make bootmap_start page align v6Yinghai Lu
2008-01-30x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl
2008-01-30x86: fixes some bugs about EFI memory map handlingHuang, Ying
2008-01-30x86: not set boot cpu in cpu_present_map againYinghai Lu
2008-01-30x86: fix section mismatch warning in setup_64.cSam Ravnborg
2008-01-30x86: remove struct cpu_model_infoHiroshi Shimamoto
2008-01-30x86: should use array directly for early_ptrYinghai Lu
2008-01-30x86: remove duplicated line aboutYinghai Lu
2008-01-30x86: constify function pointer tablesJan Engelhardt
2008-01-30x86: change bios_cpu_apicid to percpu data variable fixuptravis@sgi.com
2008-01-30x86: add generic clearcpuid=... optionAndi Kleen
2008-01-30x86: add noclflush optionAndi Kleen
2008-01-30x86: add framework to disable CPUID bits on the command lineAndi Kleen
2008-01-30x86: move select_idle_routine() call after detect_ht()Hiroshi Shimamoto
2008-01-30x86: only call early_init_amd one timeYinghai Lu
2008-01-30x86, 32-bit: trim memory not covered by wb mtrrsJesse Barnes
2008-01-30x86: replace hard coded reservations in 64-bit early boot code with dynamic t...Andi Kleen
2008-01-30x86: use the correct cpuid method to detect MWAIT support for C statesAndi Kleen
2008-01-30x86: change bios_cpu_apicid to percpu data variabletravis@sgi.com
2008-01-30x86: change NR_CPUS arrays in numa_64travis@sgi.com
2008-01-30x86: cleanup x86_cpu_to_apicid referencestravis@sgi.com
2008-01-30x86: disable the GART early, 64-bitYinghai Lu
2008-01-30x86: discover_ebda section mismatchRandy Dunlap
2008-01-30x86: mark memory_setup __initAndi Kleen
2008-01-30x86: fix detection of CONSTANT_TSC bit for AMD CPUsAndreas Herrmann
2008-01-30x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detectionAndi Kleen
2008-01-30x86: map vsyscalls early enoughIngo Molnar
2008-01-30x86: Implement support to synchronize RDTSC with LFENCE on Intel CPUsAndi Kleen
2008-01-30x86: implement support to synchronize RDTSC through MFENCE on AMD CPUsAndi Kleen
2008-01-30x86: move definitions to processor.hGlauber de Oliveira Costa
2008-01-30x86: EFI runtime service supportHuang, Ying
2008-01-30x86: prepare 64-bit architecture initialization for paravirtGlauber de Oliveira Costa
2008-01-30x86, ptrace: support for branch trace store(BTS)Markus Metzger
2008-01-30x86: add set/clear_cpu_cap operationsJeremy Fitzhardinge
2008-01-30x86: clean up bitops-related warningsJeremy Fitzhardinge
2008-01-30x86: store core id bits in cpuinfo_x8Yinghai Lu
2008-01-30x86: cleanup kernel/setup_64.cThomas Gleixner
2008-01-30x86: remove extern declarations for code, data, bss resourcesBernhard Walle
2008-01-30x86: move ioapic code where it belongsThomas Gleixner
2008-01-30x86: move mce related declarationsThomas Gleixner
2008-01-30x86: make early_indentify_cpu staticThomas Gleixner
2008-01-30x86: move acpi and pci declarationsThomas Gleixner
2008-01-30x86: provide a DMI based port 0x80 I/O delay override.Rene Herman
2007-11-17x86: fixup cpu_info array conversionThomas Gleixner
2007-11-17x86: show cpuinfo only for online CPUsAndreas Herrmann
2007-10-30x86: additional CPUID strings; fix strings for AMD-ecxH. Peter Anvin
2007-10-22kexec: add BSS to resource treeBernhard Walle
2007-10-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds
2007-10-19Use extended crashkernel command line on x86_64Bernhard Walle
2007-10-19x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis