1. 21 Jun, 2013 25 commits
  2. 20 Jun, 2013 1 commit
    • Mauro Carvalho Chehab's avatar
      Merge branch 'linus' into patchwork · 37c1d2e4
      Mauro Carvalho Chehab authored
      * linus: (1465 commits)
        ARM: tegra30: clocks: Fix pciex clock registration
        lseek(fd, n, SEEK_END) does *not* go to eof - n
        Linux 3.10-rc6
        smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().
        powerpc: Fix missing/delayed calls to irq_work
        powerpc: Fix emulation of illegal instructions on PowerNV platform
        powerpc: Fix stack overflow crash in resume_kernel when ftracing
        snd_pcm_link(): fix a leak...
        use can_lookup() instead of direct checks of ->i_op->lookup
        move exit_task_namespaces() outside of exit_notify()
        fput: task_work_add() can fail if the caller has passed exit_task_work()
        xfs: don't shutdown log recovery on validation errors
        xfs: ensure btree root split sets blkno correctly
        xfs: fix implicit padding in directory and attr CRC formats
        xfs: don't emit v5 superblock warnings on write
        mei: me: clear interrupts on the resume path
        mei: nfc: fix nfc device freeing
        mei: init: Flush scheduled work before resetting the device
        sctp: fully initialize sctp_outq in sctp_outq_init
        netiucv: Hold rtnl between name allocation and device registration.
        ...
      37c1d2e4
  3. 19 Jun, 2013 13 commits
  4. 18 Jun, 2013 1 commit
    • Linus Torvalds's avatar
      Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media · aad76013
      Linus Torvalds authored
      Pull media fixes from Mauro Carvalho Chehab:
       "Series of fixes for 3.10.  There are some usual driver fixes (mostly
        on s5p/exynos playform drivers), plus some fixes at V4L2 core"
      
      * 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (40 commits)
        [media] soc_camera: error dev remove and v4l2 call
        [media] sh_veu: fix the buffer size calculation
        [media] sh_veu: keep power supply until the m2m context is released
        [media] sh_veu: invoke v4l2_m2m_job_finish() even if a job has been aborted
        [media] v4l2-ioctl: don't print the clips list
        [media] v4l2-ctrls: V4L2_CTRL_CLASS_FM_RX controls are also valid radio controls
        [media] cx88: fix NULL pointer dereference
        [media] DocBook/media/v4l: update version number
        [media] exynos4-is: Remove "sysreg" clock handling
        [media] exynos4-is: Fix reported colorspace at FIMC-IS-ISP subdev
        [media] exynos4-is: Ensure fimc-is clocks are not enabled until properly configured
        [media] exynos4-is: Prevent NULL pointer dereference when firmware isn't loaded
        [media] s5p-mfc: Add NULL check for allocated buffer
        [media] s5p-mfc: added missing end-of-lines in debug messages
        [media] s5p-mfc: v4l2 controls setup routine moved to initialization code
        [media] s5p-mfc: separate encoder parameters for h264 and mpeg4
        [media] s5p-mfc: Remove special clock usage in driver
        [media] s5p-mfc: Remove unused s5p_mfc_get_decoded_status_v6() function
        [media] v4l2: mem2mem: save irq flags correctly
        [media] coda: v4l2-compliance fix: add VIDIOC_CREATE_BUFS support
        ...
      aad76013