“bf733ae2aab82c65d538a686dc9571c7afd3cfb5”上不存在“components/net/lwip-2.0.2/src/lwipopts.h”
  1. 22 4月, 2016 1 次提交
    • D
      Merge tag 'topic/struct_mutex-2016-04-21' of git://anongit.freedesktop.org/drm-intel into drm-next · f230ffa1
      Dave Airlie 提交于
      struct_mutex cleanups and error paths fixes. Unfortunately I didn't manage
      to get acks from everyone, but this stuff has been hanging out for months
      now and imo simple enough to just land the remaining few patches. But
      separate pull request so that you can take a look yourself.
      
      * tag 'topic/struct_mutex-2016-04-21' of git://anongit.freedesktop.org/drm-intel:
        drm/vma_manage: Drop has_offset
        drm/vgem: Drop dev->struct_mutex
        drm/vgem: Move get_pages to gem_create
        drm/vgem: Simplify dumb_map
        drm/exynos: drop struct_mutex from fbdev setup
        drm/exynos: drop struct_mutex from exynos_drm_gem_get_ioctl
        drm/exynos: drop struct_mutex from exynos_gem_map_sgt_with_dma
        drm/exynos: Drop dev->struct_mutex from mmap offset function
        drm/nouveau: Drop dev->struct_mutex from fbdev init
        drm/qxl: Use unlocked gem unreferencing
        drm/omapdrm: Use unlocked gem unreferencing
        drm/nouveau: Use unlocked gem unreferencing
      f230ffa1
  2. 20 4月, 2016 12 次提交
  3. 14 4月, 2016 1 次提交
  4. 08 4月, 2016 3 次提交
  5. 06 4月, 2016 3 次提交
    • D
      Merge branch 'drm-next-analogix-dp-v2' of github.com:yakir-Yang/linux into drm-next · d00b39c1
      Dave Airlie 提交于
      This pull request want to land the analogix_dp driver into drm/bridge directory,
      which reused the Exynos DP code, and add Rockchip DP support. And those
      patches have been:
      
      * 'drm-next-analogix-dp-v2' of github.com:yakir-Yang/linux:
        drm: bridge: analogix/dp: Fix the possible dead lock in bridge disable time
        drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resume time
        drm: bridge: analogix/dp: add edid modes parse in get_modes method
        drm: bridge: analogix/dp: move hpd detect to connector detect function
        drm: bridge: analogix/dp: try force hpd after plug in lookup failed
        drm: bridge: analogix/dp: add max link rate and lane count limit for RK3288
        drm: bridge: analogix/dp: add some rk3288 special registers setting
        dt-bindings: add document for rockchip variant of analogix_dp
        drm: rockchip: dp: add rockchip platform dp driver
        ARM: dts: exynos/dp: remove some properties that deprecated by analogix_dp driver
        dt-bindings: add document for analogix display port driver
        drm: bridge: analogix/dp: dynamic parse sync_pol & interlace & dynamic_range
        drm: bridge: analogix/dp: remove duplicate configuration of link rate and link count
        drm: bridge: analogix/dp: fix some obvious code style
        drm: bridge: analogix/dp: rename register constants
        drm/exynos: dp: rename implementation specific driver part
        drm: bridge: analogix/dp: split exynos dp driver to bridge directory
      d00b39c1
    • D
      Merge tag 'drm-intel-next-2016-03-30' of git://anongit.freedesktop.org/drm-intel into drm-next · 85bd5ac3
      Dave Airlie 提交于
      - VBT code refactor for a clean split between parsing&using of firmware
        information (Jani)
      - untangle the pll computation code, and splitting up the monster
        i9xx_crtc_compute_clocks (Ander)
      - dsi support for bxt (Jani, Shashank Sharma and others)
      - color manager (i.e. de-gamma, color conversion matrix & gamma support) from
        Lionel Landwerlin
      - Vulkan hsw support in the command parser (Jordan Justen)
      - large-scale renaming of intel_engine_cs variables/parameters to avoid the epic
        ring vs. engine confusion introduced in gen8 (Tvrtko Ursulin)
      - few atomic patches from Maarten&Matt, big one is two-stage wm programming on ilk-bdw
      - refactor driver load and add infrastructure to inject load failures for
        testing, from Imre
      - various small things all over
      
      * tag 'drm-intel-next-2016-03-30' of git://anongit.freedesktop.org/drm-intel: (179 commits)
        drm/i915: Update DRIVER_DATE to 20160330
        drm/i915: Call intel_dp_mst_resume() before resuming displays
        drm/i915: Fix races on fbdev
        drm/i915: remove unused dev_priv->render_reclock_avail
        drm/i915: move sdvo mappings to vbt data
        drm/i915: move edp low vswing config to vbt data
        drm/i915: use a substruct in vbt data for edp
        drm/i915: replace for_each_engine()
        drm/i915: introduce for_each_engine_id()
        drm/i915/bxt: Fix DSI HW state readout
        drm/i915: Remove vblank wait from hsw_enable_ips, v2.
        drm/i915: Tidy aliasing_gtt_bind_vma()
        drm/i915: Split PNV version of crtc_compute_clock()
        drm/i915: Split g4x_crtc_compute_clock()
        drm/i915: Split i8xx_crtc_compute_clock()
        drm/i915: Split CHV and VLV specific crtc_compute_clock() hooks
        drm/i915: Merge ironlake_compute_clocks() and ironlake_crtc_compute_clock()
        drm/i915: Move fp divisor calculation into ironlake_compute_dpll()
        drm/i915: Pass crtc_state->dpll directly to ->find_dpll()
        drm/i915: Simplify ironlake_crtc_compute_clock() CPU eDP case
        ...
      85bd5ac3
    • D
      Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel into drm-next · e7c8e544
      Dave Airlie 提交于
      * tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel:
        drm: Add new DCS commands in the enum list
        drm: Make uapi headers C89 pendantic compliant
        drm/atomic: export drm_atomic_helper_wait_for_fences()
        drm: Untangle __KERNEL__ guards
        drm: Move DRM_MODE_OBJECT_* to uapi headers
        drm: align #include directives with libdrm in uapi headers
        drm: Make drm.h uapi header safe for C++
        vgacon: dummy implementation for vgacon_text_force
        drm/sysfs: Nuke TV/DVI property files
        drm/ttm: Remove TTM_HAS_AGP
        drm: bridge/dw-hdmi: Remove pre_enable/post_disable dummy funcs
        Revert "drm: Don't pass negative delta to ktime_sub_ns()"
        drm/atmel: Fixup drm_connector_/unplug/unregister/_all
        drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all()
        drm: bridge: Make (pre/post) enable/disable callbacks optional
      e7c8e544
  6. 05 4月, 2016 17 次提交
  7. 03 4月, 2016 3 次提交
    • L
      Linux 4.6-rc2 · 9735a227
      Linus Torvalds 提交于
      9735a227
    • L
      Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 4c3b73c6
      Linus Torvalds 提交于
      Pull perf fixes from Ingo Molnar:
       "Misc kernel side fixes:
      
         - fix event leak
         - fix AMD PMU driver bug
         - fix core event handling bug
         - fix build bug on certain randconfigs
      
        Plus misc tooling fixes"
      
      * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        perf/x86/amd/ibs: Fix pmu::stop() nesting
        perf/core: Don't leak event in the syscall error path
        perf/core: Fix time tracking bug with multiplexing
        perf jit: genelf makes assumptions about endian
        perf hists: Fix determination of a callchain node's childlessness
        perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples
        perf tools: Fix build break on powerpc
        perf/x86: Move events_sysfs_show() outside CPU_SUP_INTEL
        perf bench: Fix detached tarball building due to missing 'perf bench memcpy' headers
        perf tests: Fix tarpkg build test error output redirection
      4c3b73c6
    • L
      Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 7b367f5d
      Linus Torvalds 提交于
      Pull core kernel fixes from Ingo Molnar:
       "This contains the nohz/atomic cleanup/fix for the fetch_or() ugliness
        you noted during the original nohz pull request, plus there's also
        misc fixes:
      
         - fix liblockdep build bug
         - fix uapi header build bug
         - print more lockdep hash collision info to help debug recent reports
           of hash collisions
         - update MAINTAINERS email address"
      
      * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        MAINTAINERS: Update my email address
        locking/lockdep: Print chain_key collision information
        uapi/linux/stddef.h: Provide __always_inline to userspace headers
        tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.sh
        locking/atomic, sched: Unexport fetch_or()
        timers/nohz: Convert tick dependency mask to atomic_t
        locking/atomic: Introduce atomic_fetch_or()
      7b367f5d