aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-12-24Merge branch 'linus' into tracing/hw-branch-tracingIngo Molnar1-3/+0
2008-12-23Merge branch 'x86/irq' into x86/coreIngo Molnar2-2/+2
2008-12-23Merge branch 'x86/tsc' into x86/coreIngo Molnar3-3/+32
2008-12-23Merge branch 'x86/ptrace' into x86/tscIngo Molnar1-2/+1
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar7-190/+355
2008-12-23x86, perfcounters: add support for fixed-function pmcsIngo Molnar1-24/+125
2008-12-23perfcounters: add PERF_COUNT_BUS_CYCLESIngo Molnar1-1/+2
2008-12-23x86, perfcounters: print out the ->used bitmaskIngo Molnar1-0/+4
2008-12-23perfcounters: enable lowlevel pmc code to schedule countersIngo Molnar1-1/+5
2008-12-23perfcounters: hw ops renameIngo Molnar1-3/+3
2008-12-23x86, perfcounters: refactor code for fixed-function PMCsIngo Molnar1-34/+39
2008-12-23perfcounters: add fixed-mode PMC enumerationIngo Molnar1-6/+17
2008-12-23x86, perfcounters: prepare for fixed-mode PMCsIngo Molnar1-27/+26
2008-12-23x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.hIngo Molnar3-3/+3
2008-12-23perfcounters: remove warningsIngo Molnar1-7/+0
2008-12-19x86: common.c boot_cpu_stack and boot_exception_stacks should be staticJaswinder Singh1-3/+3
2008-12-19x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events should be staticJaswinder Singh1-2/+2
2008-12-19x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomoliesSuresh Siddha2-1/+15
2008-12-16x86: use work_on_cpu in x86/kernel/cpu/mcheck/mce_amd_64.cMike Travis1-53/+55
2008-12-16x86: Remove cpumask games in x86/kernel/cpu/intel_cacheinfo.cMike Travis1-22/+19
2008-12-16x86: re-enable MCE on secondary CPUS after suspend/resumeAndi Kleen1-3/+0
2008-12-16x86: hardirq: use inc_irq_stat() in non-unified functionsHiroshi Shimamoto2-2/+2
2008-12-16x86: support always running TSC on Intel CPUsVenki Pallipadi2-2/+17
2008-12-14perfcounters: fix lapic initializationIngo Molnar1-2/+2
2008-12-14perfcounters: fix non-intel-perfmon CPUsIngo Molnar1-0/+10
2008-12-14perfcounters: restructure x86 counter mathIngo Molnar1-106/+124
2008-12-13Merge ../linux-2.6-x86Rusty Russell2-2/+5
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-2/+2
2008-12-12Merge branch 'x86/irq' into perfcounters/coreIngo Molnar1-5/+1
2008-12-12x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger1-4/+0
2008-12-11perf counters: clean up state transitionsIngo Molnar1-1/+1
2008-12-11perf counters: consolidate hw_perf save/restore APIsIngo Molnar1-4/+4
2008-12-11perf counters: implement PERF_COUNT_CPU_CLOCKIngo Molnar1-32/+4
2008-12-11perf counters: hw driver APIIngo Molnar1-10/+27
2008-12-11perf counters: add support for group countersIngo Molnar1-14/+14
2008-12-11perf counters: restructure the APIIngo Molnar1-15/+14
2008-12-11perf counters: expand use of counter->eventThomas Gleixner1-11/+11
2008-12-11perf counters: protect them against CSTATE transitionsThomas Gleixner1-1/+13
2008-12-09perfcounters: consolidate global-disable codepathsIngo Molnar1-17/+6
2008-12-09perfcounters, x86: clean up debug codeIngo Molnar1-23/+12
2008-12-09perfcounters, x86: simplify disable/enable of countersIngo Molnar1-12/+28
2008-12-08x86, perfcounters: read out MSR_CORE_PERF_GLOBAL_STATUS with counters disabledIngo Molnar1-7/+5
2008-12-08performance counters: x86 supportIngo Molnar3-5/+580
2008-12-05[CPUFREQ] Add Celeron Core support to p4-clockmod.Herton Ronaldo Krzesinski1-0/+1
2008-12-05[CPUFREQ] add to speedstep-lib additional fsb values for core processorsHerton Ronaldo Krzesinski1-0/+9
2008-12-05[CPUFREQ] Disable sysfs ui for p4-clockmod.Matthew Garrett1-0/+1
2008-12-05[CPUFREQ] p4-clockmod: reduce noiseDominik Brodowski1-1/+3
2008-12-05[CPUFREQ] clean up speedstep-centrino and reduce cpumask_t usageRusty Russell1-27/+24
2008-12-04Merge commit 'v2.6.28-rc7' into x86/cleanupsIngo Molnar2-4/+31
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2-4/+31