aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-11x86_64: prepare shared kernel/setup.cThomas Gleixner1-1117/+0
2007-09-26Revert "x86-64: Disable local APIC timer use on AMD systems with C1E"Linus Torvalds1-34/+0
2007-09-26x86-64: Disable local APIC timer use on AMD systems with C1EThomas Gleixner1-0/+34
2007-07-29ACPI: restore CONFIG_ACPI_SLEEPLen Brown1-1/+1
2007-07-25ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown1-1/+1
2007-07-22x86_64: Set K8 CPUID flag for K8/Fam10h/Fam11hAndi Kleen1-0/+3
2007-07-21i386: Add L3 cache support to AMD CPUID4 emulationAndi Kleen1-2/+5
2007-07-21x86_64: Use string instruction memcpy/memset on AMD Fam10Andi Kleen1-0/+2
2007-07-12Use a new CPU feature word to cover features that are spread aroundVenki Pallipadi1-0/+8
2007-07-12Unify the CPU features vectors between i386 and x86-64H. Peter Anvin1-6/+7
2007-05-11x86_64: Don't call mtrr_bp_init from identify_cpuAndi Kleen1-3/+1
2007-05-07Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds1-5/+4
2007-05-02[PATCH] x86: Don't use MWAIT on AMD Family 10Andi Kleen1-0/+6
2007-05-02[PATCH] x86: remove constant_tsc reporting from /proc/cpuinfo' power flagsJoerg Roedel1-3/+2
2007-05-02[PATCH] x86: __pa and __pa_symbol address space separationVivek Goyal1-4/+5
2007-05-02[PATCH] x86-64: Remove the identity mapping as early as possibleVivek Goyal1-2/+0
2007-05-02[PATCH] x86-64: Modify discover_ebda to use virtual addressesVivek Goyal1-2/+2
2007-05-02[PATCH] x86-64: 64bit PIC SMP trampolineVivek Goyal1-8/+1
2007-02-13[PATCH] x86: Unify pcspeaker platform device code between i386/x86-64Andi Kleen1-20/+0
2007-02-13[PATCH] x86: Add new CPUID bits for AMD Family 10 CPUs in /proc/cpuinfoAndi Kleen1-4/+10
2007-02-13[PATCH] x86-64: Don't reserve ROMsAndi Kleen1-128/+2
2007-02-13[PATCH] x86-64: Allocate the NUMA hash function nodemap dynamicallyAmul Shah1-0/+5
2007-02-12[PATCH] Dynamic kernel command-line: x86_64Alon Bar-Lev1-3/+3
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-6/+15
2006-12-07[PATCH] initrd: remove unused false condition for initrd_startHenry Nestler1-2/+1
2006-12-07[PATCH] x86-64: Mark rdtsc as sync only for netburst, not for core2Arjan van de Ven1-1/+4
2006-12-07[PATCH] x86-64: Synchronize RDTSC on single core AMDAndi Kleen1-5/+2
2006-12-07[PATCH] x86-64: x86-64 add Intel BTS cpufeature bit and detection (take 2)Stephane Eranian1-0/+2
2006-12-07[PATCH] x86-64: add X86_FEATURE_PEBS and detectionStephane Eranian1-0/+7
2006-09-30[PATCH] Use ARRAY_SIZE in setup.cAndi Kleen1-8/+3
2006-09-27[PATCH] Have x86_64 use add_active_range() and free_area_init_nodesMel Gorman1-1/+6
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-199/+42
2006-09-26[PATCH] Make swsusp avoid memory holes and reserved memory regions on x86_64Rafael J. Wysocki1-0/+1
2006-09-26[PATCH] i386/x86-64: New Intel feature flagsDave Jones1-2/+2
2006-09-26[PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCIAndi Kleen1-0/+2
2006-09-26[PATCH] Don't synchronize time reading on single core AMD systemsAndi Kleen1-0/+6
2006-09-26[PATCH] Use string instructions for Core2 copy/clearAndi Kleen1-0/+2
2006-09-26[PATCH] mark init_amd() as __cpuinitMagnus Damm1-1/+1
2006-09-26[PATCH] Move e820 map into e820.cAndi Kleen1-1/+0
2006-09-26[PATCH] Clean up acpi_numa variableAndi Kleen1-4/+1
2006-09-26[PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.cAndi Kleen1-3/+0
2006-09-26[PATCH] Remove need for early lockdep initAndi Kleen1-0/+2
2006-09-26[PATCH] Convert x86-64 to early paramAndi Kleen1-179/+18
2006-09-26[PATCH] Use early CPU identify before early command line parsingAndi Kleen1-2/+2
2006-09-26[PATCH] initialize end of memory variables as early as possibleJan Beulich1-1/+6
2006-09-26[PATCH] Move early chipset quirks out to new fileAndi Kleen1-1/+1
2006-09-26[PATCH] Remove all ifdefs for local/io apicAndi Kleen1-6/+0
2006-08-30[PATCH] x86_64: Recover 1MB of kernel memoryAndi Kleen1-4/+2
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26Merge branch 'x86-64'Linus Torvalds1-125/+55
2006-06-26[PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi1-0/+7
2006-06-26[PATCH] x86_64: Move export symbols to their C functionsAndi Kleen1-0/+2
2006-06-26[PATCH] x86_64: Fix modular pc speakerPiotr Kaczuba1-1/+1
2006-06-26[PATCH] x86_64: x86_64 setup.c - printing cmp related boottime informationRohit Seth1-18/+16
2006-06-26[PATCH] x86_64: Add X86_FEATURE_RDTSCP, fix rdtscp in /proc/cpuinfoVojtech Pavlik1-1/+1
2006-06-26[PATCH] x86_64: moving phys_proc_id and cpu_core_id to cpuinfo_x86Rohit Seth1-14/+13
2006-06-26[PATCH] x86_64: Calgary IOMMU - IOMMU abstractionsJon Mason1-5/+0
2006-06-26[PATCH] x86_64: Change assembly to use regular cpuid_count macroRohit Seth1-5/+2
2006-06-26[PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.Andi Kleen1-1/+1
2006-06-26[PATCH] x86_64: remove unused gart header fileJon Mason1-1/+0
2006-06-26[PATCH] x86_64: Remove long obsolete CVSAndi Kleen1-2/+0
2006-06-26[PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann1-75/+1
2006-06-26[PATCH] i386/x86-64: Emulate CPUID4 on AMDAndi Kleen1-0/+3
2006-06-26[PATCH] i386/x86-64: Use new official CPUID to get APICID/core split on AMD p...Andi Kleen1-7/+13
2006-06-26[PATCH] fbdev: Firmware EDID fixesAntonino A. Daplas1-0/+1
2006-06-25Revert "swsusp special saveable pages support" commitsLinus Torvalds1-95/+0
2006-06-25[PATCH] Fix kdump Crash Kernel boot memory reservation for NUMA machinesAmul Shah1-1/+1
2006-06-23[PATCH] swsusp: x86_64 mark special saveable/unsaveable pagesShaohua Li1-0/+95
2006-05-30[PATCH] x86_64: Handle empty node zeroDaniel Yeisley1-1/+1
2006-05-08[PATCH] x86_64: Avoid EBDA area in early boot allocatorAndi Kleen1-8/+22
2006-05-01[PATCH] x86_64: make PC Speaker driver workMikael Pettersson1-0/+19
2006-04-20[PATCH] i386/x86-64: Fix x87 information leak between processesAndi Kleen1-0/+4
2006-04-09[PATCH] x86_64: Clear APIC feature bit when local APIC is disabledAndi Kleen1-1/+3
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B1-1/+2
2006-03-25[PATCH] x86_64: Remove bogus special case in AMD core parsing.Andi Kleen1-2/+0
2006-03-25[PATCH] i386/x86-64: List Intel LaGrange AKA SMX in /proc/cpuinfoAndi Kleen1-1/+1
2006-03-25[PATCH] x86_64: Implement early DMI scanningAndi Kleen1-7/+9
2006-03-25[PATCH] x86_64: to use lapic ids instead of initial apic idsRavikiran G Thirumalai1-2/+2
2006-03-25[PATCH] x86_64: Make pfn_valid work early in bootAndi Kleen1-0/+1
2006-03-25[PATCH] x86_64: Check that early arguments are words on their ownAndi Kleen1-22/+25
2006-03-25[PATCH] x86_64: Report local APIC ID when initializing CPUAndi Kleen1-2/+2
2006-03-25[PATCH] x86_64: cleanup allocating logical cpu numbers in x86_64Ashok Raj1-0/+6
2006-03-24[PATCH] x86_64: {set,clear,test}_bit() related cleanup and pci_mmcfg_init() fixAkinobu Mita1-2/+1
2006-02-26[PATCH] fix build on x86_64 with !CONFIG_HOTPLUG_CPUBrian Magnuson1-1/+1
2006-02-26[PATCH] x86_64: Fix the additional_cpus=.. optionAndi Kleen1-0/+6
2006-02-07[PATCH] drive_info removal outside of arch/i386Al Viro1-2/+0
2006-02-04[PATCH] x86_64: IOMMU printk cleanupJon Mason1-1/+1
2006-02-04[PATCH] x86_64: Undo the earlier changes to remove unrolled copy/memset funct...Andi Kleen1-0/+6
2006-01-11[PATCH] x86_64: Don't confuse noapic with noapictimerAndi Kleen1-1/+3
2006-01-11[PATCH] x86_64: don't copy command line twiceJan Beulich1-4/+0
2006-01-11[PATCH] x86_64: Remove unused AMD K8 C stepping flagAndi Kleen1-6/+0
2006-01-11[PATCH] x86_64: Early initialization of cpu_to_nodeRavikiran Thirumalai1-0/+2
2006-01-11[PATCH] x86_64: On Intel CPUs don't do an additional CPU sync before RDTSCAndi Kleen1-0/+1
2006-01-11[PATCH] x86_64: Support alternative() in vsyscallsAndi Kleen1-2/+10
2006-01-11[PATCH] x86_64: Use function pointers to call DMA mapping functionsMuli Ben-Yehuda1-7/+3
2006-01-11[PATCH] x86_64: Generalize DMI and enable for x86-64Andi Kleen1-0/+9
2006-01-11[PATCH] x86_64: Don't confuse apic=... command line option with apicAndi Kleen1-1/+3
2006-01-11[PATCH] i386/x86-64: Update AMD CPUID flagsAndi Kleen1-6/+9
2006-01-11[PATCH] i386/x86-64: Generalize X86_FEATURE_CONSTANT_TSC flagAndi Kleen1-2/+3
2006-01-11[PATCH] x86_64: Support constant TSC feature in future AMD CPUs.Andi Kleen1-0/+6
2006-01-10[PATCH] kdump: x86_64: add elfcorehdr command line optionVivek Goyal1-0/+9
2006-01-10[PATCH] kdump: x86_64: add memmmap command line optionakpm@osdl.org1-0/+27
2005-12-06[CPUFREQ] CPU frequency display in /proc/cpuinfoVenkatesh Pallipadi1-1/+5
2005-11-14[PATCH] x86_64: Fix sparse memBob Picco1-3/+0
2005-11-14[PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B1-40/+29
2005-11-14[PATCH] x86_64: Force correct address space size for MTRR on some 64bit Intel...Shaohua Li1-0/+5
2005-11-14[PATCH] x86_64: Only use asm/sections.h to declare section symbolsAndi Kleen1-1/+1
2005-11-14[PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B1-0/+2
2005-11-14[PATCH] x86_64: Speed up numa_node_id by putting it directly into the PDAAndi Kleen1-2/+2
2005-11-14[PATCH] x86-64/i386: Fix CPU model for family 6Suresh Siddha1-2/+2
2005-10-30[PATCH] x86: vmx cpu feature detectionKamble, Nitin A1-1/+1
2005-10-03[PATCH] x86_64: Fix numa node topology detection for srat based x86_64 boxesRavikiran G Thirumalai1-3/+2
2005-09-29[PATCH] Fix up TLB flush filter disablingAndi Kleen1-10/+12
2005-09-17x86-64/smp: fix random SIGSEGV issuesLinus Torvalds1-0/+15
2005-09-12[PATCH] x86-64: i386/x86-64: Fix time going twice as fast problem on ATI Xpre...Chuck Ebbert1-0/+5
2005-09-12[PATCH] x86-64: Use SRAT data on Intel systems too.Andi Kleen1-0/+21
2005-09-12[PATCH] x86-64: Support dualcore and 8 socket systems in k8 fallback node par...Andi Kleen1-18/+46
2005-09-12[PATCH] x86-64: Don't assign CPU numbers in SRAT parsingAndi Kleen1-8/+13
2005-09-10[PATCH] i386/x86_64: make get_cpu_vendor() staticAdrian Bunk1-1/+1
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown1-1/+1
2005-09-07[PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai1-1/+1
2005-08-24[ACPI] delete CONFIG_ACPI_BOOTLen Brown1-4/+4
2005-08-06[PATCH] x86_64 bootmem: sparse_mem/kexec merge bug.Eric W. Biederman1-3/+3
2005-07-28[PATCH] x86_64: Fix SRAT handling on non dual core systemsAndi Kleen1-2/+0
2005-07-28[PATCH] x86_64: Minor clean up to CPU setup - use smp_processor_id instead of...Andi Kleen1-2/+1
2005-07-07[PATCH] MTRR suspend/resume cleanupShaohua Li1-0/+4
2005-06-25[PATCH] crashdump: x86_64: crashkernel optionEric W. Biederman1-0/+29
2005-06-25[PATCH] x86_64: Change init sections for CPU hotplug supportAshok Raj1-9/+9
2005-06-23[PATCH] add x86-64 specific support for sparsememMatt Tolentino1-10/+17
2005-06-23[PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config optionsMatt Tolentino1-3/+3
2005-06-23[PATCH] remove direct ref to contig_page_data for x86-64Matt Tolentino1-1/+1
2005-05-20[PATCH] x86_64: 386/x86-64 Further AMD dual core fixesAndi Kleen1-13/+12
2005-05-17[PATCH] x86_64: Don't print the internal k8c+ flag in /proc/cpuinfoAndi Kleen1-1/+1
2005-05-17[PATCH] x86_64: Remove x86_apicid fieldAndi Kleen1-3/+1
2005-05-17[PATCH] x86_64/i386: fix defaults for physical/core id in /proc/cpuinfoAndi Kleen1-1/+10
2005-05-01[PATCH] cpuid x87 bit on AMD falsely marked as PNIZwane Mwaikambo1-1/+1
2005-05-01[PATCH] CPUID bug and inconsistency fixH. Peter Anvin1-2/+8
2005-04-16[PATCH] x86, x86_64: dual core proc-cpuinfo and sibling-map fixSiddha, Suresh B1-8/+3
2005-04-16[PATCH] x86_64: Rename the extended cpuid level fieldAndi Kleen1-7/+6
2005-04-16[PATCH] x86_64: Add acpi_skip_timer_override optionAndi Kleen1-0/+4
2005-04-16[PATCH] x86_64: Final support for AMD dual coreAndi Kleen1-33/+38
2005-04-16[PATCH] x86_64: add support for Intel dual-core detection and displayingAndi Kleen1-14/+50
2005-04-16[PATCH] x86_64: Port over e820 gap detection from i386Andi Kleen1-11/+1
2005-04-16[PATCH] x86_64: Support constantly ticking TSCsAndi Kleen1-1/+4
2005-04-16[PATCH] x86-64/i386: Revert cpuinfo siblings behaviour back to 2.6.10Andi Kleen1-2/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1189