Age | Commit message (Expand) | Author | Files | Lines |
2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 4 | -60/+60 |
2009-12-11 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+3 |
2009-12-11 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -10/+21 |
2009-12-11 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds | 8 | -47/+57 |
2009-12-10 | x86, perf events: Check if we have APIC enabled | Cyrill Gorcunov | 1 | -6/+12 |
2009-12-10 | perf_event: Fix variable initialization in other codepaths | Xiao Guangrong | 1 | -0/+4 |
2009-12-09 | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 1 | -1/+1 |
2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-12-09 | Merge branch 'linus' into x86/urgent | Ingo Molnar | 3 | -13/+46 |
2009-12-08 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -3/+8 |
2009-12-08 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -13/+46 |
2009-12-08 | x86, mce: fix confusion between bank attributes and mce attributes | Hidetoshi Seto | 1 | -1/+1 |
2009-12-08 | x86/mce: Set up timer unconditionally | Jan Beulich | 1 | -1/+2 |
2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
2009-12-07 | Merge branch 'linus' into x86/urgent | Ingo Molnar | 16 | -124/+322 |
2009-12-06 | x86/perf: Exclude the debug stack from the callchains | Frederic Weisbecker | 1 | -4/+5 |
2009-12-05 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 7 | -35/+21 |
2009-12-05 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2009-12-05 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -68/+274 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
2009-12-03 | Merge branch 'perf/mce' into perf/core | Ingo Molnar | 3 | -43/+93 |
2009-12-03 | x86, apic: Enable lapic nmi watchdog on AMD Family 11h | Mikael Pettersson | 1 | -1/+1 |
2009-12-02 | x86, mce: don't restart timer if disabled | Hidetoshi Seto | 1 | -2/+4 |
2009-11-26 | x86, mce: Add __cpuinit to hotplug callback functions | Hidetoshi Seto | 1 | -2/+3 |
2009-11-24 | ACPICA: Add post-order callback to acpi_walk_namespace | Lin Ming | 1 | -1/+1 |
2009-11-24 | x86, mtrr: Fix sorting of mtrr after subtracting | Yinghai Lu | 1 | -9/+40 |
2009-11-24 | [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interface | Thomas Renninger | 3 | -24/+29 |
2009-11-24 | [CPUFREQ] use an enum for speedstep processor identification | Rusty Russell | 4 | -17/+17 |
2009-11-24 | [CPUFREQ] powernow-k6: set transition latency value so ondemand governor can ... | Krzysztof Helt | 1 | -1/+1 |
2009-11-24 | [CPUFREQ] cpumask: don't put a cpumask on the stack in x86...cpufreq/powernow... | Rusty Russell | 1 | -5/+10 |
2009-11-24 | perf_events, x86: Fix validate_event bug | Stephane Eranian | 1 | -2/+2 |
2009-11-23 | x86, cpu: mv display_cacheinfo -> cpu_detect_cache_sizes | Borislav Petkov | 6 | -7/+7 |
2009-11-23 | perf events: Do not generate function trace entries in perf code | Ingo Molnar | 1 | -0/+1 |
2009-11-23 | x86, numa: Use near(er) online node instead of roundrobin for NUMA | Yinghai Lu | 1 | -1/+5 |
2009-11-17 | [CPUFREQ] speedstep-ich: fix error caused by 394122ab144dae4b276d74644a2f11c4... | Rusty Russell | 1 | -12/+7 |
2009-11-17 | [CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in not... | John Villalovos | 1 | -6/+17 |
2009-11-17 | [CPUFREQ] powernow-k8: Fix test in get_transition_latency() | Roel Kluin | 1 | -1/+1 |
2009-11-17 | [CPUFREQ] longhaul: select Longhaul version 2 for capable CPUs | Krzysztof Helt | 1 | -1/+1 |
2009-11-17 | x86: When cleaning MTRRs, do not fold WP into UC | Yinghai Lu | 1 | -2/+0 |
2009-11-16 | x86, mm: Clean up and simplify NX enablement | H. Peter Anvin | 1 | -1/+1 |
2009-11-15 | Merge commit 'v2.6.32-rc7' into perf/core | Ingo Molnar | 1 | -1/+1 |
2009-11-14 | x86: Fix cpu_devs[] initialization in early_cpu_init() | Ingo Molnar | 1 | -8/+14 |
2009-11-14 | x86: Remove CPU cache size output for non-Intel too | Roland Dreier | 1 | -5/+0 |
2009-11-14 | x86: Minimise printk spew from per-vendor init code | Dave Jones | 1 | -1/+2 |
2009-11-13 | x86: Remove the CPU cache size printk's | Dave Jones | 1 | -16/+0 |
2009-11-12 | perf_event, x86: Annotate init functions and data | Hiroshi Shimamoto | 1 | -10/+10 |
2009-11-12 | x86, mce: Fix __init annotations | Hidetoshi Seto | 2 | -3/+3 |
2009-11-11 | x86: Mark the thermal init functions __init | Yong Wang | 1 | -2/+2 |
2009-11-10 | x86: Fix typo in Intel CPU cache size descriptor | Dave Jones | 1 | -1/+1 |
2009-11-10 | x86: Add new Intel CPU cache size descriptors | Dave Jones | 1 | -0/+3 |