| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-12-24 | Merge branch 'linus' into tracing/hw-branch-tracing |  Ingo Molnar | 1 | -3/+0 |
| 2008-12-23 | Merge branch 'x86/irq' into x86/core |  Ingo Molnar | 2 | -2/+2 |
| 2008-12-23 | Merge branch 'x86/tsc' into x86/core |  Ingo Molnar | 3 | -3/+32 |
| 2008-12-23 | Merge branch 'x86/ptrace' into x86/tsc |  Ingo Molnar | 1 | -2/+1 |
| 2008-12-23 | Merge 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 Molnar | 7 | -190/+355 |
| 2008-12-23 | x86, perfcounters: add support for fixed-function pmcs |  Ingo Molnar | 1 | -24/+125 |
| 2008-12-23 | perfcounters: add PERF_COUNT_BUS_CYCLES |  Ingo Molnar | 1 | -1/+2 |
| 2008-12-23 | x86, perfcounters: print out the ->used bitmask |  Ingo Molnar | 1 | -0/+4 |
| 2008-12-23 | perfcounters: enable lowlevel pmc code to schedule counters |  Ingo Molnar | 1 | -1/+5 |
| 2008-12-23 | perfcounters: hw ops rename |  Ingo Molnar | 1 | -3/+3 |
| 2008-12-23 | x86, perfcounters: refactor code for fixed-function PMCs |  Ingo Molnar | 1 | -34/+39 |
| 2008-12-23 | perfcounters: add fixed-mode PMC enumeration |  Ingo Molnar | 1 | -6/+17 |
| 2008-12-23 | x86, perfcounters: prepare for fixed-mode PMCs |  Ingo Molnar | 1 | -27/+26 |
| 2008-12-23 | x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.h |  Ingo Molnar | 3 | -3/+3 |
| 2008-12-23 | perfcounters: remove warnings |  Ingo Molnar | 1 | -7/+0 |
| 2008-12-19 | x86: common.c boot_cpu_stack and boot_exception_stacks should be static |  Jaswinder Singh | 1 | -3/+3 |
| 2008-12-19 | x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events should be static |  Jaswinder Singh | 1 | -2/+2 |
| 2008-12-19 | x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies |  Suresh Siddha | 2 | -1/+15 |
| 2008-12-16 | x86: use work_on_cpu in x86/kernel/cpu/mcheck/mce_amd_64.c |  Mike Travis | 1 | -53/+55 |
| 2008-12-16 | x86: Remove cpumask games in x86/kernel/cpu/intel_cacheinfo.c |  Mike Travis | 1 | -22/+19 |
| 2008-12-16 | x86: re-enable MCE on secondary CPUS after suspend/resume |  Andi Kleen | 1 | -3/+0 |
| 2008-12-16 | x86: hardirq: use inc_irq_stat() in non-unified functions |  Hiroshi Shimamoto | 2 | -2/+2 |
| 2008-12-16 | x86: support always running TSC on Intel CPUs |  Venki Pallipadi | 2 | -2/+17 |
| 2008-12-14 | perfcounters: fix lapic initialization |  Ingo Molnar | 1 | -2/+2 |
| 2008-12-14 | perfcounters: fix non-intel-perfmon CPUs |  Ingo Molnar | 1 | -0/+10 |
| 2008-12-14 | perfcounters: restructure x86 counter math |  Ingo Molnar | 1 | -106/+124 |
| 2008-12-13 | Merge ../linux-2.6-x86 |  Rusty Russell | 2 | -2/+5 |
| 2008-12-13 | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. |  Rusty Russell | 1 | -2/+2 |
| 2008-12-12 | Merge branch 'x86/irq' into perfcounters/core |  Ingo Molnar | 1 | -5/+1 |
| 2008-12-12 | x86, bts: provide in-kernel branch-trace interface |  Markus Metzger | 1 | -4/+0 |
| 2008-12-11 | perf counters: clean up state transitions |  Ingo Molnar | 1 | -1/+1 |
| 2008-12-11 | perf counters: consolidate hw_perf save/restore APIs |  Ingo Molnar | 1 | -4/+4 |
| 2008-12-11 | perf counters: implement PERF_COUNT_CPU_CLOCK |  Ingo Molnar | 1 | -32/+4 |
| 2008-12-11 | perf counters: hw driver API |  Ingo Molnar | 1 | -10/+27 |
| 2008-12-11 | perf counters: add support for group counters |  Ingo Molnar | 1 | -14/+14 |
| 2008-12-11 | perf counters: restructure the API |  Ingo Molnar | 1 | -15/+14 |
| 2008-12-11 | perf counters: expand use of counter->event |  Thomas Gleixner | 1 | -11/+11 |
| 2008-12-11 | perf counters: protect them against CSTATE transitions |  Thomas Gleixner | 1 | -1/+13 |
| 2008-12-09 | perfcounters: consolidate global-disable codepaths |  Ingo Molnar | 1 | -17/+6 |
| 2008-12-09 | perfcounters, x86: clean up debug code |  Ingo Molnar | 1 | -23/+12 |
| 2008-12-09 | perfcounters, x86: simplify disable/enable of counters |  Ingo Molnar | 1 | -12/+28 |
| 2008-12-08 | x86, perfcounters: read out MSR_CORE_PERF_GLOBAL_STATUS with counters disabled |  Ingo Molnar | 1 | -7/+5 |
| 2008-12-08 | performance counters: x86 support |  Ingo Molnar | 3 | -5/+580 |
| 2008-12-05 | [CPUFREQ] Add Celeron Core support to p4-clockmod. |  Herton Ronaldo Krzesinski | 1 | -0/+1 |
| 2008-12-05 | [CPUFREQ] add to speedstep-lib additional fsb values for core processors |  Herton Ronaldo Krzesinski | 1 | -0/+9 |
| 2008-12-05 | [CPUFREQ] Disable sysfs ui for p4-clockmod. |  Matthew Garrett | 1 | -0/+1 |
| 2008-12-05 | [CPUFREQ] p4-clockmod: reduce noise |  Dominik Brodowski | 1 | -1/+3 |
| 2008-12-05 | [CPUFREQ] clean up speedstep-centrino and reduce cpumask_t usage |  Rusty Russell | 1 | -27/+24 |
| 2008-12-04 | Merge commit 'v2.6.28-rc7' into x86/cleanups |  Ingo Molnar | 2 | -4/+31 |
| 2008-12-04 | Merge commit 'v2.6.28-rc7' into tracing/core |  Ingo Molnar | 2 | -4/+31 |