summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_64.c
Commit message (Expand)AuthorAgeFilesLines
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-081-1/+0Star
* Use BOOTMEM_EXCLUSIVE for kdumpBernhard Walle2008-02-071-15/+21
* Introduce flags for reserve_bootmem()Bernhard Walle2008-02-071-2/+3
* x86: unify CPU feature string namesH. Peter Anvin2008-02-041-76/+0Star
* x86_64: make bootmap_start page align v6Yinghai Lu2008-02-011-1/+2
* x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl2008-01-301-0/+11
* x86: fixes some bugs about EFI memory map handlingHuang, Ying2008-01-301-3/+1Star
* x86: not set boot cpu in cpu_present_map againYinghai Lu2008-01-301-6/+0Star
* x86: fix section mismatch warning in setup_64.cSam Ravnborg2008-01-301-1/+1
* x86: remove struct cpu_model_infoHiroshi Shimamoto2008-01-301-6/+0Star
* x86: should use array directly for early_ptrYinghai Lu2008-01-301-3/+3
* x86: remove duplicated line aboutYinghai Lu2008-01-301-1/+0Star
* x86: constify function pointer tablesJan Engelhardt2008-01-301-1/+1
* x86: change bios_cpu_apicid to percpu data variable fixuptravis@sgi.com2008-01-301-0/+1
* x86: add generic clearcpuid=... optionAndi Kleen2008-01-301-0/+11
* x86: add noclflush optionAndi Kleen2008-01-301-0/+7
* x86: add framework to disable CPUID bits on the command lineAndi Kleen2008-01-301-0/+6
* x86: move select_idle_routine() call after detect_ht()Hiroshi Shimamoto2008-01-301-1/+2
* x86: only call early_init_amd one timeYinghai Lu2008-01-301-8/+3Star
* x86, 32-bit: trim memory not covered by wb mtrrsJesse Barnes2008-01-301-0/+7
* x86: replace hard coded reservations in 64-bit early boot code with dynamic t...Andi Kleen2008-01-301-64/+3Star
* x86: use the correct cpuid method to detect MWAIT support for C statesAndi Kleen2008-01-301-4/+0Star
* x86: change bios_cpu_apicid to percpu data variabletravis@sgi.com2008-01-301-0/+3
* x86: change NR_CPUS arrays in numa_64travis@sgi.com2008-01-301-1/+3
* x86: cleanup x86_cpu_to_apicid referencestravis@sgi.com2008-01-301-1/+1
* x86: disable the GART early, 64-bitYinghai Lu2008-01-301-0/+3
* x86: discover_ebda section mismatchRandy Dunlap2008-01-301-1/+1
* x86: mark memory_setup __initAndi Kleen2008-01-301-1/+1
* x86: fix detection of CONSTANT_TSC bit for AMD CPUsAndreas Herrmann2008-01-301-5/+4Star
* x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detectionAndi Kleen2008-01-301-8/+31
* x86: map vsyscalls early enoughIngo Molnar2008-01-301-0/+2
* x86: Implement support to synchronize RDTSC with LFENCE on Intel CPUsAndi Kleen2008-01-301-4/+1Star
* x86: implement support to synchronize RDTSC through MFENCE on AMD CPUsAndi Kleen2008-01-301-2/+2
* x86: move definitions to processor.hGlauber de Oliveira Costa2008-01-301-1/+1
* x86: EFI runtime service supportHuang, Ying2008-01-301-1/+16
* x86: prepare 64-bit architecture initialization for paravirtGlauber de Oliveira Costa2008-01-301-1/+27
* x86, ptrace: support for branch trace store(BTS)Markus Metzger2008-01-301-0/+5
* x86: add set/clear_cpu_cap operationsJeremy Fitzhardinge2008-01-301-15/+14Star
* x86: clean up bitops-related warningsJeremy Fitzhardinge2008-01-301-15/+16
* x86: store core id bits in cpuinfo_x8Yinghai Lu2008-01-301-25/+47
* x86: cleanup kernel/setup_64.cThomas Gleixner2008-01-301-123/+126
* x86: remove extern declarations for code, data, bss resourcesBernhard Walle2008-01-301-4/+4
* x86: move ioapic code where it belongsThomas Gleixner2008-01-301-0/+1
* x86: move mce related declarationsThomas Gleixner2008-01-301-0/+1
* x86: make early_indentify_cpu staticThomas Gleixner2008-01-301-1/+3
* x86: move acpi and pci declarationsThomas Gleixner2008-01-301-2/+0Star
* x86: provide a DMI based port 0x80 I/O delay override.Rene Herman2008-01-301-0/+2
* x86: fixup cpu_info array conversionThomas Gleixner2007-11-171-1/+0Star
* x86: show cpuinfo only for online CPUsAndreas Herrmann2007-11-171-5/+3Star
* x86: additional CPUID strings; fix strings for AMD-ecxH. Peter Anvin2007-10-301-5/+5