Skip to content
  1. Mar 20, 2014
    • Greg Kroah-Hartman's avatar
      Merge tag 'extcon-next-for-3.15' of... · 1b3fa22e
      Greg Kroah-Hartman authored
      Merge tag 'extcon-next-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next
      
      Chanwoo writes:
      
      Update extcon for v3.15
      
      This patchset fix minor issue.
      
      The extcon-palmas/gpio use SIMPLE_DEV_PM_OPS macro instead of legacy method.
      OF helper function of extcon move in extcon core to remove separate of_extcon.c
      and change the name of OF helper function as following because previous function
      name is complicated and ambiguous naming.
      - of_extcon_get_extcon_dev() -> extcon_get_edev_by_phandle()
      1b3fa22e
  2. Mar 19, 2014
  3. Mar 18, 2014
  4. Mar 10, 2014
  5. Mar 09, 2014
  6. Mar 03, 2014
    • Greg Kroah-Hartman's avatar
      Merge 3.14-rc5 into char-misc-next · aa074c1c
      Greg Kroah-Hartman authored
      We want these fixes in here as well.
      aa074c1c
    • Linus Torvalds's avatar
      Linux 3.14-rc5 · 0414855f
      Linus Torvalds authored
      0414855f
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · c59224d1
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Not a huge amount happening, some MAINTAINERS updates, radeon, vmwgfx
        and tegra fixes"
      
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
        drm/vmwgfx: avoid null pointer dereference at failure paths
        drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver date.
        drm/vmwgfx: Remove some unused surface formats
        drm/radeon: enable speaker allocation setup on dce3.2
        drm/radeon: change audio enable logic
        drm/radeon: fix audio disable on dce6+
        drm/radeon: free uvd ring on unload
        drm/radeon: disable pll sharing for DP on DCE4.1
        drm/radeon: fix missing bo reservation
        drm/radeon: print the supported atpx function mask
        MAINTAINERS: update drm git tree entry
        MAINTAINERS: add entry for drm radeon driver
        drm/tegra: Add guard to avoid double disable/enable of RGB outputs
        gpu: host1x: do not check previously handled gathers
        drm/tegra: fix typo 'CONFIG_TEGRA_DRM_FBDEV'
      c59224d1
    • Linus Torvalds's avatar
      Merge tag 'usb-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · a53c8ceb
      Linus Torvalds authored
      Pull USB fixes from Greg KH:
       "Here are 2 USB patches for 3.14-rc5, one a new device id, and the
        other fixes a reported problem with threaded irqs and the USB EHCI
        driver"
      
      * tag 'usb-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        usb: ehci: fix deadlock when threadirqs option is used
        USB: ftdi_sio: add Cressi Leonardo PID
      a53c8ceb
    • Linus Torvalds's avatar
      Merge tag 'driver-core-3.14-rc5' of... · 3751c970
      Linus Torvalds authored
      Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
      
      Pull sysfs fix from Greg KH:
       "Here is a single sysfs fix for 3.14-rc5.  It fixes a reported problem
        with the namespace code in sysfs"
      
      * tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
        sysfs: fix namespace refcnt leak
      3751c970
    • Linus Torvalds's avatar
      Merge tag 'staging-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · 9ff7aeb6
      Linus Torvalds authored
      Pull staging tree fixes from Greg KH:
       "Here are a few IIO fixes, and a new device id for a staging driver for
        3.14-rc5.  All have been in linux-next for a while, I did a final
        merge to get the IIO fixes into this tree, they were incorrectly in
        the char-misc tree for a few weeks, and I forgot to tell you to pull
        them from there.  This makes it a single pull request for you"
      
      * tag 'staging-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
        staging: r8188eu: Add new device ID
        staging:iio:adc:MXS:LRADC: fix touchscreen statemachine
        iio:gyro: bug on L3GD20H gyroscope support
        iio: cm32181: Change cm32181 ambient light sensor driver
        iio: cm36651: Fix read/write integration time function.
      9ff7aeb6
    • Dave Airlie's avatar
      Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux into drm-fixes · d668ca1c
      Dave Airlie authored
      more radeon fixes
      
      * 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux:
        drm/radeon: enable speaker allocation setup on dce3.2
        drm/radeon: change audio enable logic
        drm/radeon: fix audio disable on dce6+
        drm/radeon: free uvd ring on unload
        drm/radeon: disable pll sharing for DP on DCE4.1
        drm/radeon: fix missing bo reservation
        drm/radeon: print the supported atpx function mask
      d668ca1c
    • Greg Kroah-Hartman's avatar
      Merge iio fixes into staging-linus · 9f4a9b83
      Greg Kroah-Hartman authored
      
      
      These I forgot about before, but need to get into 3.14-final.
      
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9f4a9b83
    • Linus Torvalds's avatar
      Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 3154da34
      Linus Torvalds authored
      Pull perf fixes from Ingo Molnar:
       "Misc fixes, most of them on the tooling side"
      
      * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        perf tools: Fix strict alias issue for find_first_bit
        perf tools: fix BFD detection on opensuse
        perf: Fix hotplug splat
        perf/x86: Fix event scheduling
        perf symbols: Destroy unused symsrcs
        perf annotate: Check availability of annotate when processing samples
      3154da34
  7. Mar 02, 2014
    • Dave Airlie's avatar
      Merge tag 'vmwgfx-fixes-3.14-2014-03-02' of... · 49e893b5
      Dave Airlie authored
      Merge tag 'vmwgfx-fixes-3.14-2014-03-02' of git://people.freedesktop.org/~thomash/linux into drm-fixes
      
      A couple of minor fixes.
      
      Pull request of 2014-03-02
      
      * tag 'vmwgfx-fixes-3.14-2014-03-02' of git://people.freedesktop.org/~thomash/linux:
        drm/vmwgfx: avoid null pointer dereference at failure paths
        drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver date.
        drm/vmwgfx: Remove some unused surface formats
      49e893b5
    • Alexey Khoroshilov's avatar
      drm/vmwgfx: avoid null pointer dereference at failure paths · 6950e23e
      Alexey Khoroshilov authored
      
      
      vmw_takedown_otable_base() and vmw_mob_unbind() check for
      potential vmw_fifo_reserve() failure and print error message,
      but then immediately dereference NULL pointer.
      
      Found by Linux Driver Verification project (linuxtesting.org).
      
      Signed-off-by: default avatarAlexey Khoroshilov <khoroshilov@ispras.ru>
      Reviewed-by: default avatarThomas Hellstrom <thellstrom@vmware.com>
      6950e23e
    • Thomas Hellstrom's avatar
      drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver date. · a34417f6
      Thomas Hellstrom authored
      
      
      Backing mob contents is propagated to user-space, so make sure backing
      mobs are cleared when allocated. This also accidently fix rendering errors
      with celestia when emulating legacy mode.
      
      Also update driver date.
      
      Signed-off-by: default avatarThomas Hellstrom <thellstrom@vmware.com>
      Reviewed-by: default avatarBrian Paul <brianp@vmware.com>
      a34417f6
    • Thomas Hellstrom's avatar
      drm/vmwgfx: Remove some unused surface formats · ae204569
      Thomas Hellstrom authored
      
      
      These formats are deprecated.
      
      Signed-off-by: default avatarThomas Hellstrom <thellstrom@vmware.com>
      Reviewed-by: default avatarBrian Paul <brianp@vmware.com>
      ae204569
    • Linus Torvalds's avatar
      Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 55de1ed2
      Linus Torvalds authored
      Pull x86 fixes from Peter Anvin:
       "The VMCOREINFO patch I'll pushing for this release to avoid having a
        release with kASLR and but without that information.
      
        I was hoping to include the FPU patches from Suresh, but ran into a
        problem (see other thread); will try to make them happen next week"
      
      * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86, kaslr: add missed "static" declarations
        x86, kaslr: export offset in VMCOREINFO ELF notes
      55de1ed2
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending · 702256e6
      Linus Torvalds authored
      Pull SCSI target fixes from Nicholas Bellinger:
       "The bulk of the series are bugfixes for qla2xxx target NPIV support
        that went in for v3.14-rc1.  Also included are a few DIF related
        fixes, a qla2xxx fix (Cc'ed to stable) from Greg W., and vhost/scsi
        protocol version related fix from Venkatesh.
      
        Also just a heads up that a series to address a number of issues with
        iser-target active I/O reset/shutdown is still being tested, and will
        be included in a separate -rc6 PULL request"
      
      * git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending:
        vhost/scsi: Check LUN structure byte 0 is set to 1, per spec
        qla2xxx: Fix kernel panic on selective retransmission request
        Target/sbc: Don't use sg as iterator in sbc_verify_read
        target: Add DIF sense codes in transport_generic_request_failure
        target/sbc: Fix sbc_dif_copy_prot addr offset bug
        tcm_qla2xxx: Fix NAA formatted name for NPIV WWPNs
        tcm_qla2xxx: Perform configfs depend/undepend for base_tpg
        tcm_qla2xxx: Add NPIV specific enable/disable attribute logic
        qla2xxx: Check + fail when npiv_vports_inuse exists in shutdown
        qla2xxx: Fix qlt_lport_register base_vha callback race
      702256e6
    • Linus Torvalds's avatar
      Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma · 3750c140
      Linus Torvalds authored
      Pull slave-dma fixes from Vinod Koul:
       "This request brings you two small fixes.  First one for fixing
        dereference of freed descriptor and second for fixing sdma bindings
        for it to work for imx25.
      
        I was planning to send this about 10days ago but then I had to proceed
        on my paternity leave and didnt get chance to send this.  Now got a
        bit of time from dady duties :)"
      
      * 'fixes' of git://git.infradead.org/users/vkoul/slave-dma:
        dma: sdma: Add imx25 compatible
        dma: ste_dma40: don't dereference free:d descriptor
      3750c140