aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/cpu/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11i386: move kernel/cpuThomas Gleixner1-733/+0
2007-07-21x86: remove support for the Rise CPUAdrian Bunk1-2/+0
2007-07-12Use a new CPU feature word to cover features that are spread aroundVenki Pallipadi1-0/+2
2007-05-02[PATCH] i386: Fix UP gdt bugsJeremy Fitzhardinge1-0/+13
2007-05-02[PATCH] i386: Convert PDA into the percpu sectionJeremy Fitzhardinge1-14/+3
2007-05-02[PATCH] i386: Page-align the GDTJeremy Fitzhardinge1-3/+3
2007-05-02[PATCH] i386: clean up identify_cpuJeremy Fitzhardinge1-7/+14
2007-05-02[PATCH] i386: cleanup GDT AccessRusty Russell1-3/+1
2007-05-02[PATCH] i386: clean up cpu_init()Rusty Russell1-25/+9
2007-05-02[PATCH] i386: Use per-cpu GDT immediately upon bootRusty Russell1-45/+27
2007-05-02[PATCH] i386: Use per-cpu variables for GDT, PDARusty Russell1-81/+13
2007-02-13[PATCH] i386: Convert i386 PDA code to use %fsJeremy Fitzhardinge1-7/+7
2007-01-22[PATCH] x86: fix PDA variables to work during bootJames Bottomley1-4/+9
2007-01-05[PATCH] i386: fix another modpost warningVivek Goyal1-1/+1
2006-12-07[PATCH] i386: alloc_gdt() staticAdrian Bunk1-1/+1
2006-12-07[PATCH] i386: cpu_detect extractionRusty Russell1-16/+21
2006-12-07[PATCH] i386: Retrieve CLFLUSH size from CPUIDAndi Kleen1-0/+3
2006-12-07[PATCH] i386: Implement "current" with the PDAJeremy Fitzhardinge1-0/+2
2006-12-07[PATCH] i386: Implement smp_processor_id() with the PDAJeremy Fitzhardinge1-0/+2
2006-12-07[PATCH] i386: Use %gs as the PDA base-segment in the kernelJeremy Fitzhardinge1-2/+19
2006-12-07[PATCH] i386: Initialize the per-CPU data areaJeremy Fitzhardinge1-43/+134
2006-12-07[PATCH] i386: espfix cleanupStas Sergeev1-11/+0
2006-10-03BUG_ON cleanups in arch/i386Eric Sesterhenn1-2/+1
2006-10-03x86: Fix booting with "no387 nofxsr"Linus Torvalds1-0/+9
2006-09-26[PATCH] i386: mark cpu init functions as __cpuinit, data as __cpuinitdataMagnus Damm1-1/+1
2006-09-26[PATCH] i386: mark cpu_dev structures as __cpuinitdataMagnus Damm1-1/+1
2006-09-26[PATCH] i386: remove redundant generic_identify() calls when identifying cpusMagnus Damm1-1/+1
2006-09-26[PATCH] i386: fix dubious segment register clear in cpu_init()Jeremy Fitzhardinge1-1/+1
2006-06-27[PATCH] fix subarchitecture breakage with CONFIG_SCHED_SMTJames Bottomley1-1/+1
2006-06-27[PATCH] i386: move phys_proc_id and cpu_core_id to cpuinfo_x86Rohit Seth1-8/+7
2006-06-27[PATCH] x86: cpu_init(): avoid GFP_KERNEL allocation while atomicShaohua Li1-1/+7
2006-06-23[PATCH] Don't trigger full rebuild via CONFIG_X86_MCEAlexey Dobriyan1-0/+1
2006-06-23[PATCH] Don't trigger full rebuild via CONFIG_MTRRAlexey Dobriyan1-0/+1
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B1-3/+7
2006-03-23[PATCH] i386: fall back to sensible CPU model nameChuck Ebbert1-1/+1
2006-03-23[PATCH] i386: allow disabling X86_FEATURE_SEP at bootChuck Ebbert1-1/+14
2006-03-23[PATCH] i386: __devinit should be __cpuinitChuck Ebbert1-16/+16
2006-03-08[PATCH] x86: cpu model calculation for family 6 cpuShaohua Li1-2/+2
2006-02-24[PATCH] x86: fix broken SMP boot sequenceJames Bottomley1-4/+28
2006-02-05[PATCH] i386 cpu hotplug: don't access freed memoryChuck Ebbert1-1/+10
2006-01-11[PATCH] i386: Move phys_proc_id/early intel workaround to correct function.Andi Kleen1-7/+10
2006-01-08[PATCH] tiny: Make x86 doublefault handling optionalMatt Mackall1-0/+2
2006-01-06[PATCH] x86: Stop deleting ntZachary Amsden1-5/+0
2006-01-06[PATCH] x86: GDT alignment fixZachary Amsden1-3/+0
2005-11-14Merge x86-64 update from AndiLinus Torvalds1-24/+16
2005-11-14[PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B1-22/+14
2005-11-14[PATCH] x86-64/i386: Fix CPU model for family 6Suresh Siddha1-2/+2
2005-11-07[PATCH] x86: add MCE resumeShaohua Li1-4/+1
2005-10-30[PATCH] x86: add an accessor function for getting the per-CPU gdtZachary Amsden1-5/+4
2005-10-30[PATCH] x86: bogus tls from gdtZachary Amsden1-6/+0