Skip to content
  1. Apr 25, 2010
    • Jörn Engel's avatar
      Catch filesystems lacking s_bdi · 5129a469
      Jörn Engel authored
      
      
      noop_backing_dev_info is used only as a flag to mark filesystems that
      don't have any backing store, like tmpfs, procfs, spufs, etc.
      
      Signed-off-by: default avatarJoern Engel <joern@logfs.org>
      
      Changed the BUG_ON() to a WARN_ON(). Note that adding dirty inodes
      to the noop_backing_dev_info is not legal and will not result in
      them being flushed, but we already catch this condition in
      __mark_inode_dirty() when checking for a registered bdi.
      
      Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
      5129a469
  2. Apr 22, 2010
  3. Apr 21, 2010
  4. Apr 20, 2010
  5. Apr 19, 2010
    • Linus Torvalds's avatar
      Merge branch 'core-fixes-for-linus' of... · 85341c61
      Linus Torvalds authored
      Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        rcu: Make RCU lockdep check the lockdep_recursion variable
        rcu: Update docs for rcu_access_pointer and rcu_dereference_protected
        rcu: Better explain the condition parameter of rcu_dereference_check()
        rcu: Add rcu_access_pointer and rcu_dereference_protected
      85341c61
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · 375db481
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
        gigaset: include cleanup cleanup
        packet : remove init_net restriction
        WAN: flush tx_queue in hdlc_ppp to prevent panic on rmmod hw_driver.
        ip: Fix ip_dev_loopback_xmit()
        net: dev_pick_tx() fix
        fib: suppress lockdep-RCU false positive in FIB trie.
        tun: orphan an skb on tx
        forcedeth: fix tx limit2 flag check
        iwlwifi: work around bogus active chains detection
      375db481
    • Linus Torvalds's avatar
      Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 · 73c6c7fb
      Linus Torvalds authored
      * 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:
        drm/radeon/kms: add FireMV 2400 PCI ID.
        drm/radeon/kms: allow R500 regs VAP_ALT_NUM_VERTICES and VAP_INDEX_OFFSET
        drivers/gpu/radeon: Add MSPOS regs to safe list.
        drm/radeon/kms: disable the tv encoder when tv/cv is not in use
        drm/radeon/kms: adjust pll settings for tv
        drm/radeon/kms: fix tv dac conflict resolver
        drm/radeon/kms/evergreen: don't enable hdmi audio stuff
        drm/radeon/kms/atom: fix dual-link DVI on DCE3.2/4.0
        drm/radeon/kms: fix rs600 tlb flush
        drm/radeon/kms: print GPU family and device id when loading
        drm/radeon/kms: fix calculation of mipmapped 3D texture sizes
        drm/radeon/kms: only change mode when coherent value changes.
        drm/radeon/kms: more atom parser fixes (v2)
      73c6c7fb
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · eb3e5cce
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        ARM: 5974/1: arm/mach-at91 Makefile: remove two blanks.
        ARM: 6052/1: kdump: make kexec work in interrupt context
        ARM: 6051/1: VFP: preserve the HW context when calling signal handlers
        ARM: 6050/1: VFP: fix the SMP versions of vfp_{sync,flush}_hwstate
        ARM: 6007/1: fix highmem with VIPT cache and DMA
        ARM: 5975/1: AT91 slow-clock suspend: don't wait when turning PLLs off
      eb3e5cce
    • Dan Carpenter's avatar
      pcmcia: fix error handling in cm4000_cs.c · 07a71415
      Dan Carpenter authored
      
      
      In the original code we used -ENODEV as the number of bytes to
      copy_to_user() and we didn't release the locks.
      
      Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
      Acked-by: default avatarHarald Welte <laforge@gnumonks.org>
      Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
      07a71415
    • Dave Airlie's avatar
      drm/radeon/kms: add FireMV 2400 PCI ID. · 79b9517a
      Dave Airlie authored
      
      
      This is an M24/X600 chip.
      
      From RH# 581927
      
      cc: stable@kernel.org
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      79b9517a
    • David S. Miller's avatar
      sparc64: Fix PREEMPT_ACTIVE value. · 6c94b1ee
      David S. Miller authored
      
      
      It currently overlaps the NMI bit.
      
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      6c94b1ee