Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-intel-fixes-2017-10-18
    Fix for stable:
    
    - Fix DDI translation tables for BDW (Chris).
    
    Critical fix:
    
    - Fix GPU Hang on GVT (Changbin).
    
    Other fixes:
    
    - Fix eviction when GGTT is idle (Chris).
    - CNL PLL fixes (Rodrigo).
    - Fix pwrite into shmemfs (Chris).
    - Mask bits for BXT and CHV L3 Workaround
      WaProgramL3SqcReg1Default (Oscar).
  • drm-misc-next-2017-10-16
    2e20c9dd · drm/via: use ARRAY_SIZE ·
    Quick 4.15 mist pull for the build fix:
    
    Cross-subsystem Changes:
    - piles an piles of misc/trivial patches all over, some more from
      outreachy applicants
    
    Core Changes:
    - build fix for the bridge/of cleanup (Maarten)
    - fix vblank count in arm_vblank_event (Ville)
    - some kerneldoc typo fixes from Thierry
    
    Driver Changes:
    - vc4: Fix T-format tiling scanout, cleanup clock divider w/a (Anholt)
    - sun4i: small cleanups and improved code comments all over (Chen-Yu
      Tsai)
  • v4.14-rc5
    33d930e5 · Linux 4.14-rc5 ·
    Linux 4.14-rc5
    
  • drm-fixes-for-v4.14-rc5
    drm: msm, i915, amdgpu, imx and sync_file fixes
    
  • drm-intel-next-2017-10-12
    Last batch of drm/i915 features for v4.15:
    
    - transparent huge pages support (Matthew)
    - uapi: I915_PARAM_HAS_SCHEDULER into a capability bitmask (Chris)
    - execlists: preemption (Chris)
    - scheduler: user defined priorities (Chris)
    - execlists optimization (Michał)
    - plenty of display fixes (Imre)
    - has_ipc fix (Rodrigo)
    - platform features definition refactoring (Rodrigo)
    - legacy cursor update fix (Maarten)
    - fix vblank waits for cursor updates (Maarten)
    - reprogram dmc firmware on resume, dmc state fix (Imre)
    - remove use_mmio_flip module parameter (Maarten)
    - wa fixes (Oscar)
    - huc/guc firmware refacoring (Sagar, Michal)
    - push encoder specific code to encoder hooks (Jani)
    - DP MST fixes (Dhinakaran)
    - eDP power sequencing fixes (Manasi)
    - selftest updates (Chris, Matthew)
    - mmu notifier cpu hotplug deadlock fix (Daniel)
    - more VBT parser refactoring (Jani)
    - max pipe refactoring (Mika Kahola)
    - rc6/rps refactoring and separation (Sagar)
    - userptr lockdep fix (Chris)
    - tracepoint fixes and defunct tracepoint removal (Chris)
    - use rcu instead of abusing stop_machine (Daniel)
    - plenty of other fixes all around (Everyone)
  • drm-misc-next-2017-10-12
    More 4.15 drm-misc stuff:
    
    Cross-subsystem Changes:
    - bridge cleanup refactor (Benjamin Gaignard)
    
    Core Changes:
    - less surprising atomic iterators (Maarten), fixes an oops introduced
      in drm-next
    - better gem/fb helper docs (Noralf)
    - fix dma-buf rcu races (Christian König)
    
    Driver Changes:
    - adv7511: CEC support (Hans Verkuil)
    - sun4i update from Chen-Yu to improve hdmi and A31 support
    - sii8620: add remote control support (Maceiej Purski)
    
    New drivers:
    - SiI9234 bridge driver (Maciej Purski)
    - 7" rpi touch panel (Eric Anholt)
    
    Note that this contains a topic pull from regmap, needed by the sun4i
    changes. Mark Brown sent that out for pulling into drm-misc.
  • drm-intel-fixes-2017-10-11
    drm/i915 fixes for 4.14-rc5:
    
    Three fixes for stable:
    
    - Use crtc_state_is_legacy_gamma in intel_color_check (Maarten)
    - Read timings from the correct transcoder (Ville).
    - Fix HDMI on BSW (Jani).
    
    Other fixes:
    
    - eDP fixes (Manasi)
    - Silence compiler warnings (Chris)
    - Order two completing nop_submit_request (Chris)
  • drm-misc-fixes-2017-10-11
    Core Changes:
    - sync_file: Fix race in SYNC_IOC_FILE_INFO (John)
    - atomic_helper: Give up reference taken in suspend helper (Jeffy)
    
    Cc: John Einar Reitan <john.reitan@arm.com>
    Cc: Jeffy Chen <jeffy.chen@rock-chips.com>
    
  • sound-4.14-rc5
    sound fixes for 4.14-rc5
    
    It's been a busy week for defending the attacks from fuzzer people;
    this pull request contains various USB-audio driver fixes and
    sequencer core fixes spotted by syzkaller and other fuzzer, as well
    as one quirk for a Plantronics USB audio device.
    
  • v4.14-rc4
    8a5776a5 · Linux 4.14-rc4 ·
    Linux 4.14-rc4
    
  • drm-fixes-for-v4.14-rc4
    i915 and sun4i fixes
    
  • drm-misc-fixes-2017-10-05
    One bugfix in sun4i for 4.14
  • sound-4.14-rc4
    sound fixes for 4.14-rc4
    
    A collection of small fixes, mostly with stable ones:
    - X32 ABI fix for PCM;
      likely not so many people suffer from it, but still better to fix
    - Two minor kernel warning fixes on USB audio devices spotted by
      syzkaller
    - Regression fix of echoaudio due to its inconsistent dimension
    - Fix for HBR support on Intel DP audio, on some recent chips
    - USB-audio quirk for yet another Plantronics devices
    - Fix for potential double-fetch in ASIHPI FIFO queue
    
  • drm-intel-fixes-2017-10-04
    drm/i915 fixes for 4.14-rc4:
    
    All 3 highest GLK bugs fixed by Imre:
    - GLK drv reload - Fix DDI Phy init if it was already on.
    - GLK suspend resume - Reprogram DMC firmware after s3/s4.
    - GLK DC states - Fix idleness calculation.
  • drm-misc-next-2017-10-05
    More drm-misc for 4.15:
    
    Cross-subsystem Changes:
    - bunch more simple outreachy patches (Meghana Madhyastha, Aishwarya
      Pant, Haneen Mohammed)
    - Quite a pile of static checker/cocci/spelling fixups all over.
    - Final driver patches+core cleanup of Noralf's new drm_gem_fb_create
      helper.
    
    Core Changes:
    - legacy DPMS docs improved
    - add dri-devel m-l to fbdev to catch people who try to fix
      fbcon-on-kms bugs in the wrong place
    
    Driver Changes:
    - vc4: prep for dsi panels (Eric)
  • v4.14-rc3
    9e66317d · Linux 4.14-rc3 ·
    Linux 4.14-rc3
    
  • drm-intel-next-2017-09-29
    2nd batch of v4.15 features:
    
    - lib/scatterlist updates, use for userptr allocations (Tvrtko)
    - Fixed point wrapper cleanup (Mahesh)
    - Gen9+ transition watermarks, watermark optimization and fixes (Mahesh)
    - Display IPC (Isochronous Priority Control) support (Mahesh)
    - GEM workaround fixes (Oscar)
    - GVT: PCI config sanitize series (Changbin)
    - GVT: Workload submission error handling series (Fred)
    - PSR fixes and refactoring (Rodrigo)
    - HWSP based optimizations (Chris)
    - Private PAT management (Zhi)
    - IRQ handling fixes and refactoring (Ville)
    - Module parameter refactoring and variable name clash fix (Michal)
    - Execlist refactoring, incomplete request unwinding on reset (Chris)
    - GuC scheduling improvements (Michal)
    - OA updates (Lionel)
    - Coffeelake out of alpha support (Rodrigo)
    - seqno fixes (Chris)
    - Execlist refactoring (Mika)
    - DP and DP MST cleanups (Dhinakaran)
    - Cannonlake slice/sublice config (Ben)
    - Numerous fixes all around (Everyone)
    
  • drm-fixes-for-v4.14-rc3
    qxl, tegra, misc, amd, etnaviv fixes
    
  • drm-misc-fixes-2017-09-28-1
    Driver Changes:
    - qxl: fix primary surface and fb unpinning (Gerd)
    - sun41: fix CEC_PIN config gate now that media has been merged (Hans)
    - tegra: fix TRACE_INCLUDE_PATH (Thierry)
    
    Cc: Thierry Reding <treding@nvidia.com>
    Cc: Hans Verkuil <hverkuil@xs4all.nl>
    Cc: Gerd Hoffmann <kraxel@redhat.com>
  • drm-misc-fixes-2017-09-28
    Driver Changes:
    - bridge/sii8620: Fix out-of-bounds write to incorrect register (Maciej)
    - qxl: fix primary surface and fb unpinning (Gerd)
    - sun41: fix CEC_PIN config gate now that media has been merged (Hans)
    - tegra: fix TRACE_INCLUDE_PATH (Thierry)
    
    Cc: Thierry Reding <treding@nvidia.com>
    Cc: Hans Verkuil <hverkuil@xs4all.nl>
    Cc: Maciej Purski <m.purski@samsung.com>
    Cc: Gerd Hoffmann <kraxel@redhat.com>