1. 19 3月, 2007 3 次提交
    • A
      [PATCH] X86_P4_CLOCKMOD must select CPU_FREQ_TABLE · 4f78bb28
      Adrian Bunk 提交于
      CONFIG_CPU_FREQ=y
      CONFIG_CPU_FREQ_TABLE=m
      CONFIG_X86_P4_CLOCKMOD=y
      
      arch/x86_64/kernel/built-in.o: In function `cpufreq_p4_verify':p4-clockmod.c:(.text.cpufreq_p4_verify+0x8): undefined reference to `cpufreq_frequency_table_verify'
      arch/x86_64/kernel/built-in.o: In function `cpufreq_p4_cpu_exit':p4-clockmod.c:(.text.cpufreq_p4_cpu_exit+0x8): undefined reference to `cpufreq_frequency_table_put_attr'
      arch/x86_64/kernel/built-in.o: In function `cpufreq_p4_cpu_init':p4-clockmod.c:(.text.cpufreq_p4_cpu_init+0x13b): undefined reference to `cpufreq_frequency_table_get_attr'
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Acked-by: NDave Jones <davej@redhat.com>
      Cc: David Rientjes <rientjes@google.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      4f78bb28
    • L
      Merge branch 'linus' of git://kvm.qumranet.com/home/avi/kvm · 10bd6b3f
      Linus Torvalds 提交于
      * 'linus' of git://kvm.qumranet.com/home/avi/kvm:
        KVM: MMU: Fix host memory corruption on i386 with >= 4GB ram
        KVM: MMU: Fix guest writes to nonpae pde
        KVM: Fix guest sysenter on vmx
        KVM: Unset kvm_arch_ops if arch module loading failed
      10bd6b3f
    • L
      Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa · 98ae6878
      Linus Torvalds 提交于
      * 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa:
        [ALSA] hda-intel - Fix HDA buffer alignment
        [ALSA] hda-codec - Add model for HP Compaq d5750
        [ALSA] hda-codec - Add support for MacBook Pro 1st generation
        [ALSA] version 1.0.14rc3
        [ALSA] hda-codec - Add model for HP Compaq d5700
        [ALSA] intel8x0 - Fix Oops at kdump crash kernel
        [ALSA] hda-codec - Fix speaker output on MacPro
        [ALSA] hda-codec - more systems for Analog Devices
        [ALSA] hda-intel - Fix codec probe with ATI contorllers
        [ALSA] hda-codec - Add suppoprt for Asus M2N-SLI motherboard
        [ALSA] intel8x0 - Fix speaker output after S2RAM
        [ALSA] ac97 - fix AD shared shared jack control logic
        [ALSA] soc - Fix dependencies in Kconfig files
      98ae6878
  2. 18 3月, 2007 15 次提交
  3. 17 3月, 2007 22 次提交