1. 15 Mar, 2011 3 commits
  2. 14 Mar, 2011 35 commits
  3. 13 Mar, 2011 1 commit
    • Al Viro's avatar
      compat breakage in preadv() and pwritev() · 586ce098
      Al Viro authored
      Fix for a dumb preadv()/pwritev() compat bug - unlike the native
      variants, compat_... ones forget to check FMODE_P{READ,WRITE}, so e.g.
      on pipe the native preadv() will fail with -ESPIPE and compat one will
      act as readv() and succeed.  Not critical, but it's a clear bug with trivial
      fix.
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      586ce098
  4. 10 Mar, 2011 1 commit
    • Linus Torvalds's avatar
      Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 · 91797466
      Linus Torvalds authored
      * 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6:
        [media] mantis_pci: remove asm/pgtable.h include
        [media] tda829x: fix regression in probe functions
        [media] mceusb: don't claim multifunction device non-IR parts
        [media] nuvoton-cir: fix wake from suspend
        [media] cx18: Add support for Hauppauge HVR-1600 models with s5h1411
        [media] ivtv: Fix corrective action taken upon DMA ERR interrupt to avoid hang
        [media] cx25840: fix probing of cx2583x chips
        [media] cx23885: Remove unused 'err:' labels to quiet compiler warning
        [media] cx23885: Revert "Check for slave nack on all transactions"
        [media] DiB7000M: add pid filtering
        [media] Fix sysfs rc protocol lookup for rc-5-sz
        [media] au0828: fix VBI handling when in V4L2 streaming mode
        [media] ir-raw: Properly initialize the IR event (BZ#27202)
        [media] s2255drv: firmware re-loading changes
        [media] Fix double free of video_device in mem2mem_testdev
        [media] DM04/QQBOX memcpy to const char fix
      91797466