1. 17 2月, 2016 6 次提交
  2. 11 2月, 2016 6 次提交
  3. 10 2月, 2016 2 次提交
  4. 09 2月, 2016 3 次提交
    • D
      drm/tegra: drop unused variable. · 10c1b618
      Dave Airlie 提交于
      Fixes: 0417d424 (drm/tegra: Stop cancelling page flip events)
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      10c1b618
    • D
      Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-intel into drm-next · 316e376b
      Dave Airlie 提交于
      First drm-misc pull req for 4.6. Big one is the drm_event cleanup, which
      is also prep work for adding android fence support to kms (Gustavo is
      planning to do that). Otherwise random small bits all over.
      
      * tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-intel: (33 commits)
        gma500: clean up an excessive and confusing helper
        drm/gma500: remove helper function
        drm/vmwgfx: Nuke preclose hook
        drm/vc4: Nuke preclose hook
        drm/tilcdc: Nuke preclose hook
        drm/tegra: Stop cancelling page flip events
        drm/shmob: Nuke preclose hook
        drm/rcar: Nuke preclose hook
        drm/omap: Nuke close hooks
        drm/msm: Nuke preclose hooks
        drm/imx: Unconfuse preclose logic
        drm/exynos: Remove event cancelling from postclose
        drm/atmel: Nuke preclose
        drm/i915: Nuke intel_modeset_preclose
        drm: Nuke vblank event file cleanup code
        drm: Clean up pending events in the core
        drm/vblank: Use drm_event_reserve_init
        drm/vmwgfx: fix a NULL dereference
        drm/crtc-helper: Add caveat to disable_unused_functions doc
        drm/gma500: Remove empty preclose hook
        ...
      316e376b
    • D
      Merge tag 'drm-intel-next-2016-01-24' of git://anongit.freedesktop.org/drm-intel into drm-next · b039d6d0
      Dave Airlie 提交于
      - support for v3 vbt dsi blocks (Jani)
      - improve mmio debug checks (Mika Kuoppala)
      - reorg the ddi port translation table entries and related code (Ville)
      - reorg gen8 interrupt handling for future platforms (Tvrtko)
      - refactor tile width/height computations for framebuffers (Ville)
      - kerneldoc integration for intel_pm.c (Jani)
      - move default context from engines to device-global dev_priv (Dave Gordon)
      - make seqno/irq ordering coherent with execlist (Chris)
      - decouple internal engine number from UABI (Chris&Tvrtko)
      - tons of small fixes all over, as usual
      
      * tag 'drm-intel-next-2016-01-24' of git://anongit.freedesktop.org/drm-intel: (148 commits)
        drm/i915: Update DRIVER_DATE to 20160124
        drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids
        drm/i915: Decouple execbuf uAPI from internal implementation
        drm/i915: Use ordered seqno write interrupt generation on gen8+ execlists
        drm/i915: Limit the auto arming of mmio debugs on vlv/chv
        drm/i915: Tune down "GT register while GT waking disabled" message
        drm/i915: tidy up a few leftovers
        drm/i915: abolish separate per-ring default_context pointers
        drm/i915: simplify allocation of driver-internal requests
        drm/i915: Fix NULL plane->fb oops on SKL
        drm/i915: Do not put big intel_crtc_state on the stack
        Revert "drm/i915: Add two-stage ILK-style watermark programming (v10)"
        drm/i915: add DOC: headline to RC6 kernel-doc
        drm/i915: turn some bogus kernel-doc comments to normal comments
        drm/i915/sdvo: revert bogus kernel-doc comments to normal comments
        drm/i915/gen9: Correct max save/restore register count during gpu reset with GuC
        drm/i915: Demote user facing DMC firmware load failure message
        drm/i915: use hlist_for_each_entry
        drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number
        drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+
        ...
      b039d6d0
  5. 08 2月, 2016 20 次提交
  6. 07 2月, 2016 2 次提交
    • L
      Merge tag 'usb-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 46df55ce
      Linus Torvalds 提交于
      Pull USB fixes from Greg KH:
       "Here are some USB fixes for 4.5-rc3.
      
        The usual, xhci fixes for reported issues, combined with some small
        gadget driver fixes, and a MAINTAINERS file update.  All have been in
        linux-next with no reported issues"
      
      * tag 'usb-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        xhci: harden xhci_find_next_ext_cap against device removal
        xhci: Fix list corruption in urb dequeue at host removal
        usb: host: xhci-plat: fix NULL pointer in probe for device tree case
        usb: xhci-mtk: fix AHB bus hang up caused by roothubs polling
        usb: xhci-mtk: fix bpkts value of LS/HS periodic eps not behind TT
        usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platforms
        usb: xhci: set SSIC port unused only if xhci_suspend succeeds
        usb: xhci: add a quirk bit for ssic port unused
        usb: xhci: handle both SSIC ports in PME stuck quirk
        usb: dwc3: gadget: set the OTG flag in dwc3 gadget driver.
        Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"
        MAINTAINERS: fix my email address
        usb: dwc2: Fix probe problem on bcm2835
        Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"
        usb: musb: ux500: Fix NULL pointer dereference at system PM
        usb: phy: mxs: declare variable with initialized value
        usb: phy: msm: fix error handling in probe.
      46df55ce
    • L
      Merge tag 'staging-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · dacd53c8
      Linus Torvalds 提交于
      Pull staging and IIO driver fixes from Greg KH:
       "Here are some IIO and staging driver fixes for 4.5-rc3.
      
        All of them, except one, are for IIO drivers, and one is for a speakup
        driver fix caused by some earlier patches, to resolve a reported build
        failure"
      
      * tag 'staging-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
        Staging: speakup: Fix allyesconfig build on mn10300
        iio: dht11: Use boottime
        iio: ade7753: avoid uninitialized data
        iio: pressure: mpl115: fix temperature offset sign
        iio: imu: Fix dependencies for !HAS_IOMEM archs
        staging: iio: Fix dependencies for !HAS_IOMEM archs
        iio: adc: Fix dependencies for !HAS_IOMEM archs
        iio: inkern: fix a NULL dereference on error
        iio:adc:ti_am335x_adc Fix buffered mode by identifying as software buffer.
        iio: light: acpi-als: Report data as processed
        iio: dac: mcp4725: set iio name property in sysfs
        iio: add HAS_IOMEM dependency to VF610_ADC
        iio: add IIO_TRIGGER dependency to STK8BA50
        iio: proximity: lidar: correct return value
        iio-light: Use a signed return type for ltr501_match_samp_freq()
      dacd53c8
  7. 06 2月, 2016 1 次提交
    • L
      Merge branch 'akpm' (patches from Andrew) · 5af9c2e1
      Linus Torvalds 提交于
      Merge fixes from Andrew Morton:
       "22 fixes"
      
      * emailed patches from Andrew Morton <akpm@linux-foundation.org>: (22 commits)
        epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT
        radix-tree: fix oops after radix_tree_iter_retry
        MAINTAINERS: trim the file triggers for ABI/API
        dax: dirty inode only if required
        thp: make deferred_split_scan() work again
        mm: replace vma_lock_anon_vma with anon_vma_lock_read/write
        ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup
        um: asm/page.h: remove the pte_high member from struct pte_t
        mm, hugetlb: don't require CMA for runtime gigantic pages
        mm/hugetlb: fix gigantic page initialization/allocation
        mm: downgrade VM_BUG in isolate_lru_page() to warning
        mempolicy: do not try to queue pages from !vma_migratable()
        mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progress
        vmstat: make vmstat_update deferrable
        mm, vmstat: make quiet_vmstat lighter
        mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INIT
        memblock: don't mark memblock_phys_mem_size() as __init
        dump_stack: avoid potential deadlocks
        mm: validate_mm browse_rb SMP race condition
        m32r: fix build failure due to SMP and MMU
        ...
      5af9c2e1