summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-19arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-17x86: pat cpu feature bit setting for known cpusYinghai Lu1-0/+25
2008-04-17x86: introduce initial apicidYinghai Lu1-7/+6
2008-04-17x86: clean up cpu capabilities accesses, common.cIngo Molnar1-1/+1
2008-04-17x86: clean up cpu capabilities accesses, genericIngo Molnar1-1/+1
2008-04-17x86: coding style fixes to arch/x86/kernel/cpu/common.cPaolo Ciarrocchi1-49/+56
2008-04-17x86: use ELF section to list CPU vendor specific codeThomas Petazzoni1-23/+10
2008-02-26x86: fix boot failure on 486 due to TSC breakageMikael Pettersson1-1/+1
2008-02-06idle_regs() must be __cpuinitAdrian Bunk1-1/+1
2008-02-04x86: add cpu init function defintions to cpu.hHarvey Harrison1-10/+0
2008-02-01x86: fix sparse warnings in cpu/common.cHarvey Harrison1-10/+10
2008-02-01x86: c_p_a clflush_cache_range fixHuang, Ying1-1/+4
2008-01-30x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar1-7/+0
2008-01-30x86_32: trim memory by updating e820Yinghai Lu1-1/+29
2008-01-30x86: add generic clearcpuid=... optionAndi Kleen1-0/+11
2008-01-30x86: add noclflush optionAndi Kleen1-0/+7
2008-01-30x86: convert TSC disabling to generic cpuid disable bitmapAndi Kleen1-9/+0
2008-01-30x86: don't disable RDTSC in userland for 32bit notscAndi Kleen1-1/+0
2008-01-30x86: convert some existing cpuid disable options to new generic bitmapAndi Kleen1-30/+4
2008-01-30x86: add framework to disable CPUID bits on the command lineAndi Kleen1-0/+6
2008-01-30x86: move MWAIT idle check to generic CPU initialization on 32-bitAndi Kleen1-0/+2
2008-01-30x86: remove CPU capabitilites printks on 32-bitAndi Kleen1-19/+1
2008-01-30x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detectionAndi Kleen1-2/+9
2008-01-30x86: move definitions to processor.hGlauber de Oliveira Costa1-1/+1
2008-01-30x86: unify x86_cpuinfo struct.Glauber de Oliveira Costa1-3/+3
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa1-1/+1
2008-01-30x86: unify desc_structGlauber de Oliveira Costa1-14/+21
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-1/+1
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-1/+1
2007-10-20spelling fixes: arch/i386/Simon Arlott1-1/+1
2007-10-11i386: move kernel/cpuThomas Gleixner1-0/+733