summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)Author
2008-05-08x86: cleanup PAT cpu validationThomas Gleixner
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-04-17x86: pat cpu feature bit setting for known cpusYinghai Lu
2008-04-17x86: introduce initial apicidYinghai Lu
2008-04-17x86: clean up cpu capabilities accesses, common.cIngo Molnar
2008-04-17x86: clean up cpu capabilities accesses, genericIngo Molnar
2008-04-17x86: coding style fixes to arch/x86/kernel/cpu/common.cPaolo Ciarrocchi
2008-04-17x86: use ELF section to list CPU vendor specific codeThomas Petazzoni
2008-02-26x86: fix boot failure on 486 due to TSC breakageMikael Pettersson
2008-02-06idle_regs() must be __cpuinitAdrian Bunk
2008-02-04x86: add cpu init function defintions to cpu.hHarvey Harrison
2008-02-01x86: fix sparse warnings in cpu/common.cHarvey Harrison
2008-01-31x86: c_p_a clflush_cache_range fixHuang, Ying
2008-01-30x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar
2008-01-30x86_32: trim memory by updating e820Yinghai Lu
2008-01-30x86: add generic clearcpuid=... optionAndi Kleen
2008-01-30x86: add noclflush optionAndi Kleen
2008-01-30x86: convert TSC disabling to generic cpuid disable bitmapAndi Kleen
2008-01-30x86: don't disable RDTSC in userland for 32bit notscAndi Kleen
2008-01-30x86: convert some existing cpuid disable options to new generic bitmapAndi Kleen
2008-01-30x86: add framework to disable CPUID bits on the command lineAndi Kleen
2008-01-30x86: move MWAIT idle check to generic CPU initialization on 32-bitAndi Kleen
2008-01-30x86: remove CPU capabitilites printks on 32-bitAndi Kleen
2008-01-30x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detectionAndi Kleen
2008-01-30x86: move definitions to processor.hGlauber de Oliveira Costa
2008-01-30x86: unify x86_cpuinfo struct.Glauber de Oliveira Costa
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa
2008-01-30x86: unify desc_structGlauber de Oliveira Costa
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin
2007-10-20spelling fixes: arch/i386/Simon Arlott
2007-10-11i386: move kernel/cpuThomas Gleixner