1. 03 8月, 2006 6 次提交
    • L
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 1398ab7c
      Linus Torvalds 提交于
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 3743/1: ARM: OMAP: Fix compile for OMAP
        [ARM] 3739/1: genirq updates:  irq_chip, add and use irq_chip.name
      1398ab7c
    • M
      [PATCH] x86_64: Fix CONFIG_IOMMU_DEBUG · a166222c
      Muli Ben-Yehuda 提交于
      If CONFIG_IOMMU_DEBUG is set force_iommu defaults to 1. In the case
      where no HW IOMMU is present in the machine and we end up using nommu,
      leaving force_iommu set to 1 causes dma_alloc_coherent to do the wrong
      thing. Therefore, if we end up using nommu, make sure force_iommu is
      0.
      Signed-off-by: NMuli Ben-Yehuda <muli@il.ibm.com>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      a166222c
    • A
      [PATCH] x86_64: Fix backtracing for interrupt stacks · 2699500b
      Andi Kleen 提交于
      Re-add backlink for old style unwinder to stack switching.  Add proper
      stack frame and CFI annotations to call_softirq
      
      This prevents a oops when backtracing with fallback through the
      interrupt stack top.
      
      Suggested by Jan Beulich and Herbert Xu wanted it in 2.6.18.
      
      Cc: jbeulich@novell.com
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      2699500b
    • L
      Fix force_sig_info() semantics after cleanups · ae74c3b6
      Linus Torvalds 提交于
      Suresh points out that commit b0423a0d
      broke the semantics of a synchronous signal like SIGSEGV occurring
      recursively inside its own handler handler (or, indeed, any other
      context when the signal was blocked).
      
      That was unintentional, and this fixes things up by reinstating the old
      semantics, but without reverting the cleanups.
      
      Cc: Paul E. McKenney <paulmck@us.ibm.com>
      Acked-by: NSuresh Siddha <suresh.b.siddha@intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      ae74c3b6
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-2.6.18 · 202668ec
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-2.6.18:
        gitignore: gitignore quilt's files
        kbuild: always use $(CC) for $(call cc-version)
        kconfig: correct oldconfig for unset choice options
        kbuild: -fno-stack-protector is not good
        kbuild: fix typo in modpost
        kbuild: improve error from file2alias
        kbuild: .gitignore utsrelease.h
        kbuild: version.h and new headers_* targets does not require a kernel config
        kbuild: hardcode value of YACC&LEX for aic7-triple-x
      202668ec
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb · a205729e
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb: (26 commits)
        V4L/DVB (4380): Bttv: Revert VBI_OFFSET to previous value, it works better
        V4L/DVB (4379): Videodev: Check return value of class_device_register() correctly
        V4L/DVB (4373): Correctly handle sysfs error leg file removal in pvrusb2
        V4L/DVB (4368): Bttv: use class_device_create_file and handle errors
        V4L/DVB (4367): Videodev: Handle class_device related errors
        V4L/DVB (4365): OVERLAY flag were enabled by mistake
        V4L/DVB (4344): Fix broken dependencies on media Kconfig 
        V4L/DVB (4343): Fix for compilation without V4L1 or V4L1_COMPAT
        V4L/DVB (4342): Fix ext_controls align on 64 bit architectures
        V4L/DVB (4341): VIDIOCSMICROCODE were missing on compat_ioctl32
        V4L/DVB (4322): Fix dvb-pll autoprobing
        V4L/DVB (4311): Fix possible dvb-pll oops
        V4L/DVB (4337): Refine dead code elimination in pvrusb2
        V4L/DVB (4323): [budget/budget-av/budget-ci/budget-patch drivers] fixed DMA start/stop code
        V4L/DVB (4316): Check __must_check warnings
        V4L/DVB (4314): Set the Auxiliary Byte when tuning LG H06xF in analog mode
        V4L/DVB (4313): Bugfix for keycode calculation on NPG remotes
        V4L/DVB (4310): Saa7134: rename dmasound_{init, exit}
        V4L/DVB (4306): Support non interlaced capture by default for saa713x
        V4L/DVB (4298): Check all __must_check warnings in bttv.
        ...
      a205729e
  2. 02 8月, 2006 2 次提交
  3. 01 8月, 2006 32 次提交