summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86: add generic clearcpuid=... optionAndi Kleen2008-01-301-0/+11
* x86: add noclflush optionAndi Kleen2008-01-301-0/+7
* x86: convert TSC disabling to generic cpuid disable bitmapAndi Kleen2008-01-302-10/+1
* x86: don't disable RDTSC in userland for 32bit notscAndi Kleen2008-01-301-1/+0
* x86: convert some existing cpuid disable options to new generic bitmapAndi Kleen2008-01-301-30/+4
* x86: add framework to disable CPUID bits on the command lineAndi Kleen2008-01-301-0/+6
* x86, 32-bit: trim memory not covered by wb mtrrsJesse Barnes2008-01-304-37/+122
* x86: use the correct cpuid method to detect MWAIT support for C statesAndi Kleen2008-01-301-3/+0
* x86: move MWAIT idle check to generic CPU initialization on 32-bitAndi Kleen2008-01-302-1/+2
* x86: change NR_CPUS arrays in acpi-cpufreqtravis@sgi.com2008-01-301-12/+13
* x86: change NR_CPUS arrays in powernow-k8travis@sgi.com2008-01-301-6/+6
* x86: change x86 machine check handler to use unlocked_ioctl insteadNikanth Karthikesan2008-01-301-3/+2
* x86: remove CPU capabitilites printks on 32-bitAndi Kleen2008-01-301-19/+1
* x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detectionAndi Kleen2008-01-304-16/+28
* x86: lfence fixIngo Molnar2008-01-301-1/+1
* x86: Implement support to synchronize RDTSC with LFENCE on Intel CPUsAndi Kleen2008-01-301-1/+2
* x86: implement support to synchronize RDTSC through MFENCE on AMD CPUsAndi Kleen2008-01-301-0/+3
* x86: arch/x86/kernel/cpu/mcheck/k7.c checkpatch fixesAndrew Morton2008-01-303-3/+3
* x86: arch/x86/kernel/cpu/mcheck/ checkpatch fixesAndrew Morton2008-01-303-26/+26
* arch/x86/kernel/cpu/mcheck/p4.c: cleanupsMin Zhang2008-01-303-17/+26
* x86: move definitions to processor.hGlauber de Oliveira Costa2008-01-301-1/+1
* x86: unify x86_cpuinfo struct.Glauber de Oliveira Costa2008-01-301-3/+3
* x86-64: honor notify_die() returning NOTIFY_STOPJan Beulich2008-01-301-4/+4
* mcheck mce_64: mce_read_sem to mutexDaniel Walker2008-01-301-4/+4
* x86: remove all definitions with fastcallHarvey Harrison2008-01-307-9/+9
* x86: unify struct desc_ptrGlauber de Oliveira Costa2008-01-301-1/+1
* x86: unify desc_structGlauber de Oliveira Costa2008-01-301-14/+21
* x86, ptrace: support for branch trace store(BTS)Markus Metzger2008-01-301-0/+5
* x86: use generic register name in the thread and tss structuresH. Peter Anvin2008-01-301-1/+1
* x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-302-8/+8
* x86: add set/clear_cpu_cap operationsJeremy Fitzhardinge2008-01-302-2/+2
* x86: fall back on interrupt disable in cmpxchg8b on 80386 and 80486Mathieu Desnoyers2008-01-301-0/+17
* x86: extended interrupt LVT support for AMD BarcelonaRobert Richter2008-01-301-5/+5
* x86: use CR0 defines.Dave Jones2008-01-305-8/+10
* x86: mtrr use type bool [RESEND AGAIN]Paul Jimenez2008-01-305-25/+22
* x86 mce_64.c: make struct mcelog staticAdrian Bunk2008-01-301-1/+1
* x86: nuke a ton of unused exportsThomas Gleixner2008-01-301-1/+0
* kobj: fix threshold_init_device/kobject_uevent_env oopsGreg KH2008-01-301-1/+2
* cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-251-4/+4
* Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-251-1/+1
* Kobject: convert arch/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-252-8/+7
* Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_init_a...Greg Kroah-Hartman2008-01-251-4/+5
* Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_create...Greg Kroah-Hartman2008-01-251-10/+9
* Kobject: change arch/x86/kernel/cpu/intel_cacheinfo.c to use kobject_init_and...Greg Kroah-Hartman2008-01-251-8/+7
* x86: intel_cacheinfo.c: cpu cache info entry for Intel TolapaiJason Gaston2007-12-211-0/+1
* x86: free_cache_attributes() section fixAdrian Bunk2007-12-041-1/+1
* x86: show cpuinfo only for online CPUsAndreas Herrmann2007-11-171-5/+3
* x86: fix cpu-hotplug regressionAndreas Herrmann2007-11-171-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-11-172-81/+29
|\
| * [CPUFREQ] architectural pstate driver for powernow-k8Mark Langsdorf2007-10-222-81/+29