Age | Commit message (Expand) | Author | Files | Lines |
2009-06-20 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 15 | -486/+490 |
2009-06-20 | Merge branch 'x86/mce3' into x86/urgent | Ingo Molnar | 13 | -485/+476 |
2009-06-18 | x86, mce: fix error path in mce_create_device() | Hidetoshi Seto | 1 | -5/+5 |
2009-06-18 | x86: use zalloc_cpumask_var for mce_dev_initialized | Yinghai Lu | 1 | -1/+1 |
2009-06-18 | x86: fix duplicated sysfs attribute | Yinghai Lu | 1 | -1/+1 |
2009-06-18 | i386: fix/simplify espfix stack switching, move it into assembly | Alexander van Heukelum | 1 | -1/+1 |
2009-06-17 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 5 | -184/+172 |
2009-06-17 | Merge branch 'x86/urgent' into x86/mce3 | Ingo Molnar | 3 | -5/+12 |
2009-06-17 | x86: nmi: Add Intel processor 0x6f4 to NMI perfctr1 workaround | Prarit Bhargava | 1 | -4/+8 |
2009-06-17 | x86, mce: mce_intel.c needs <asm/apic.h> | H. Peter Anvin | 1 | -0/+1 |
2009-06-17 | x86: mce: Don't touch THERMAL_APIC_VECTOR if no active APIC present | Cyrill Gorcunov | 1 | -2/+8 |
2009-06-17 | x86: mce: Handle banks == 0 case in K7 quirk | Andi Kleen | 1 | -1/+1 |
2009-06-17 | Merge branch 'linus' into x86/urgent | Ingo Molnar | 20 | -1600/+2724 |
2009-06-17 | Merge branch 'akpm' | Linus Torvalds | 1 | -8/+3 |
2009-06-17 | use printk_once() in several places | Minchan Kim | 1 | -8/+3 |
2009-06-17 | x86: cap iomem_resource to addressable physical memory | H. Peter Anvin | 1 | -0/+3 |
2009-06-17 | x86, mce: rename _64.c files which are no longer 64-bit-specific | Hidetoshi Seto | 3 | -2/+2 |
2009-06-17 | x86, mce: remove therm_throt.h | Hidetoshi Seto | 3 | -5/+2 |
2009-06-17 | x86, mce: remove intel_set_thermal_handler() | Hidetoshi Seto | 1 | -7/+2 |
2009-06-17 | x86, mce: squash mce_intel.c into therm_throt.c | Hidetoshi Seto | 3 | -74/+67 |
2009-06-17 | x86, mce: unify smp_thermal_interrupt | Hidetoshi Seto | 4 | -87/+43 |
2009-06-17 | x86, mce: unify smp_thermal_interrupt, prepare | Hidetoshi Seto | 2 | -6/+24 |
2009-06-17 | x86, mce: unify smp_thermal_interrupt, prepare mce_intel_64 | Hidetoshi Seto | 1 | -6/+8 |
2009-06-17 | x86, mce: unify smp_thermal_interrupt, prepare p4 | Hidetoshi Seto | 1 | -6/+5 |
2009-06-17 | x86, mce: make mce_disabled boolean | Hidetoshi Seto | 2 | -12/+8 |
2009-06-17 | x86, mce: unify mce.h | Hidetoshi Seto | 10 | -55/+7 |
2009-06-17 | x86, mce: sysfs entries for new mce options | Hidetoshi Seto | 1 | -1/+83 |
2009-06-17 | x86, mce: rename static variables around trigger | Hidetoshi Seto | 1 | -13/+14 |
2009-06-17 | x86, mce: add __read_mostly | Hidetoshi Seto | 1 | -13/+13 |
2009-06-17 | x86, mce: cleanup mce_start() | Hidetoshi Seto | 1 | -35/+31 |
2009-06-17 | x86, mce: don't init timer if !mce_available | Hidetoshi Seto | 1 | -2/+3 |
2009-06-17 | x86, mce: fix a race condition about mce_callin and no_way_out | Huang Ying | 1 | -2/+10 |
2009-06-15 | [CPUFREQ] cpumask: new cpumask operators for arch/x86/kernel/cpu/cpufreq/powe... | Rusty Russell | 2 | -15/+4 |
2009-06-15 | [CPUFREQ] cpumask: avoid playing with cpus_allowed in powernow-k8.c | Rusty Russell | 1 | -58/+60 |
2009-06-15 | [CPUFREQ] cpumask: avoid cpumask games in arch/x86/kernel/cpu/cpufreq/speedst... | Rusty Russell | 1 | -43/+17 |
2009-06-15 | [CPUFREQ] cpumask: avoid playing with cpus_allowed in speedstep-ich.c | Rusty Russell | 2 | -39/+55 |
2009-06-15 | [CPUFREQ] powernow-k8: get drv data for correct CPU | Naga Chumbalkar | 1 | -5/+1 |
2009-06-15 | [CPUFREQ] powernow-k8: read P-state from HW | Naga Chumbalkar | 1 | -14/+11 |
2009-06-15 | [CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[] | Andrew Morton | 1 | -4/+3 |
2009-06-15 | [CPUFREQ] powernow-k8.c: mess cleanup | Luis Henriques | 1 | -7/+9 |
2009-06-15 | [CPUFREQ] powernow-k8: Set transition latency to 1 if ACPI tables export 0 | Thomas Renninger | 1 | -0/+13 |
2009-06-15 | Merge commit 'linus/master' into HEAD | Vegard Nossum | 20 | -1600/+2724 |
2009-06-15 | x86: add hooks for kmemcheck | Vegard Nossum | 1 | -0/+23 |
2009-06-14 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 19 | -1600/+2717 |
2009-06-12 | perf_counter/x86: Add a quirk for Atom processors | Yong Wang | 1 | -0/+7 |
2009-06-12 | Merge branch 'linus' into x86/mce3 | Ingo Molnar | 18 | -461/+1929 |
2009-06-12 | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -7/+1715 |
2009-06-11 | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2009-06-11 | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 17 | -465/+250 |
2009-06-11 | perf_counter: Rename L2 to LL cache | Peter Zijlstra | 1 | -6/+6 |