1. 13 11月, 2008 4 次提交
    • D
      MN10300: Clean up the misalignment handler a little · 31ea24bb
      David Howells 提交于
      Clean up the MN10300 misalignment handler a little by:
      
       (1) Use ilog2() rather than doing implementing log2() locally.
      
       (2) Make format_tbl[] const and static.
      
       (3) Making the debugging prints more consistent.
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      31ea24bb
    • L
      Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm · 5d2007eb
      Linus Torvalds 提交于
      * 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm:
        KVM: Fix pit memory leak if unable to allocate irq source id
        KVM: ia64: fix vmm_spin_{un}lock for !CONFIG_SMP
        KVM: VMX: Set IGMT bit in EPT entry
        KVM: Require the PCI subsystem
        x86: KVM guest: fix section mismatch warning in kvmclock.c
        KVM: ia64: Use guest signal mask when blocking
        KVM: MMU: increase per-vcpu rmap cache alloc size
      5d2007eb
    • D
      parisc: fix find_extend_vma() breakage · 1c127185
      Denys Vlasenko 提交于
      The STACK_GROWSUP case of stack expansion was missing a test for 'prev',
      which got removed by commit cb8f488c
      ("mmap.c: deinline a few functions") by mistake.
      
      I found my original email in "sent" folder. The patch in that mail
      does NOT remove !prev. That change had beed added by someone else.
      
      Ok, I think we are not much interested in who did it, let's
      fix it for good.
      
      [ "It looks like this was caused by me fixing rejects.  That was the
        fancy include-lots-of-context-so-it-wont-apply patch." - akpm ]
      Reported-and-bisected-by: NHelge Deller <deller@gmx.de>
      Signed-off-by: NDenys Vlasenko <vda.linux@googlemail.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      1c127185
    • L
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 · 08c1184f
      Linus Torvalds 提交于
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: (47 commits)
        ACPI: pci_link: remove acpi_irq_balance_set() interface
        fujitsu-laptop: Add DMI callback for Lifebook S6420
        ACPI: EC: Don't do transaction from GPE handler in poll mode.
        ACPI: EC: lower interrupt storm treshold
        ACPICA: Use spinlock for acpi_{en|dis}able_gpe
        ACPI: EC: restart failed command
        ACPI: EC: wait for last write gpe
        ACPI: EC: make kernel messages more useful when GPE storm is detected
        ACPI: EC: revert msleep patch
        thinkpad_acpi: fingers off backlight if video.ko is serving this functionality
        sony-laptop: fingers off backlight if video.ko is serving this functionality
        msi-laptop: fingers off backlight if video.ko is serving this functionality
        fujitsu-laptop: fingers off backlight if video.ko is serving this functionality
        eeepc-laptop: fingers off backlight if video.ko is serving this functionality
        compal: fingers off backlight if video.ko is serving this functionality
        asus-acpi: fingers off backlight if video.ko is serving this functionality
        Acer-WMI: fingers off backlight if video.ko is serving this functionality
        ACPI video: if no ACPI backlight support, use vendor drivers
        ACPI: video: Ignore devices that aren't present in hardware
        Delete an unwanted return statement at evgpe.c
        ...
      08c1184f
  2. 12 11月, 2008 36 次提交