Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-misc-next-2019-08-16
    drm-misc-next for 5.4:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    
    Core Changes:
      - dma-buf: add reservation_object_fences helper, relax
                 reservation_object_add_shared_fence, remove
                 reservation_object seq number
    
    Driver Changes:
      - More dt-bindings YAML conversions
      - More removal of drmP.h includes
      - dw-hdmi: Support get_eld and various i2s improvements
      - gm12u320: Few fixes
      - meson: Global cleanup
      - panfrost: Few refactors, Support for GPU heap allocations
      - sun4i: Support for DDC enable GPIO
      - New panels: TI nspire, NEC NL8048HL11, LG Philips LB035Q02,
                    Sharp LS037V7DW01, Sony ACX565AKM, Toppoly TD028TTEC1
                    Toppoly TD043MTEA1
    
  • sound-5.3-rc5
    sound fixes for 5.3-rc5
    
    All small fixes targeted for stable:
    
    - Two fixes for USB-audio with malformed descriptor, spotted by
      fuzzers
    - Two fixes Conexant HD-audio codec wrt power management
    - Quirks for HD-audio AMD platform and HP laptop
    - HD-audio memory leak fix
    
  • drm-fixes-2019-08-16
    drm fixes for 5.3-rc5
    
    i915:
    - single GVT use after free fix
    
    scheduler:
    - entity destruction race fix
    
    amdgpu:
    - struct allocation fix
    - gfx9 soft recovery fix
    
    nouveau:
    - followup MST fix
    
    ast:
    - vga register race fix.
    
  • drm-intel-fixes-2019-08-15
    drm/i915 fixes for v5.4-rc5:
    - GVT use-after-free fix
  • drm-intel-next-2019-08-13
    - More Tiger Lake enabling work (Lucas, Jose, Tomasz, Michel, Jordan, Anusha, Vandita)
    - More selftest organization reworks, fixes and improvements (Lucas, Chris)
    - Simplifications on GEM code like context and cleanup_early (Chris, Daniele)
    - GuC and HuC related fixes and improvements (Daniele, Michal, Chris)
    - Some clean up and fixes on headers, Makefile, and generated files (Lucas, Jani)
    - MOCS setup clean up (Tvrtko)
    - More Elkhartlake enabling work (Jose, Matt)
    - Fix engine reset by clearing in flight execlists requests (Chris)
    - Fix possible memory leak on intel_hdcp_auth_downstream (Wei)
    - Introduce intel_gt_runtime_suspend/resume (Daniele)
    - PMU improvements (Tvrtko)
    - Flush extra hard after writing relocations through the GTT (Chris)
    - Documentations fixes (Michal, Chris)
    - Report dma_reserv allocation failure (Chris)
    - Improvements around shrinker (Chris)
    - More improvements around engine handling (Chris)
    - Also more s/dev_priv/i915 (Chris)
    - Abstract display suspend/resume operations (Rodrigo/Jani)
    - Drop VM_IO from GTT mappings (Chris)
    - Fix some NULL vs IS_ERR conditions (Dan)
    - General improvements on error state (Chris)
    - Isolate i915_getparam_iocrtl to its own file (Chris)
    - Perf OA object refactor (Umesh)
    - Ignore central i915->kernel_context and allocate it directly (Chris)
    - More fixes and improvements around wakerefs (Chris)
    - Clean-up and improvements around debugfs (Chris)
    - Free the imported shmemfs file for phys objects (Chris)
    - Many other fix and cleanups around engines and execlists (Chris)
    - Split out uncore_mmio_debug (Daniele)
    - Memory management fixes for blk and gtt (Matt)
    - Introduction of buddy allocator to handle huge-pages for GTT (Matt)
    - Fix ICL and TGL PG3 power domains (Anshuman)
    - Extract GT IRQ to gt/ (Andi)
    - Drop last_fence tracking in favor of whole vma->active (Chris)
    - Make overlay to use i915_active instead of i915_active_request (Chris)
    - Move misc display IRQ handling to its own function (Jose)
    - Introduce new _TRANS2() macro in preparation for some coming PSR related work (Jose)
    
    This tag also includes Gvt stuff including several enhancements for command parser and batch buffer shadow, remove extra debugfs function return check, and other misc changes like typo, static check fix, etc.
    
  • v5.3-rc4
    d45331b0 · Linux 5.3-rc4 ·
    Linux 5.3-rc4
    
  • drm-fixes-2019-08-09
    drm fixes for 5.3-rc4
    
    core:
    - mode parser strncpy fix
    
    i915:
    - GLK DSI escape clock setting
    - HDCP memleak fix
    
    tegra:
    - one gpiod/of regression fix
    
    amdgpu:
    - Fixes VCN to handle the latest navi10 firmware
    - Fixes for fan control on navi10
    - Properly handle SMU metrics table on navi10
    - Fix a resume regression on Stoney
    - kfd revert a GWS ioctl
    
    vmwgfx:
    - memory leak fix
    
    rockchip:
    - suspend fix
    
  • sound-5.3-rc4
    sound fixes for 5.3-rc4
    
    Lots of small fixes at this time since we've received the ASoC
    fix batch now.
    
    - Some coverage in ASoC core mostly for minor issues like NULL
      checks for DPCM and proper error handling in DAI instantiation
    
    - A collection of small device-specific changes in various ASoC
      codec and platform drivers
    
    - OF-tree refcount fixes in a few ASoC drivers
    
    - Fixes of memory leaks in the error paths of various ASoC / ALSA
      drivers
    
    - A workaround for a long-standing issue on AMD HD-audio device
    
    - Updates of MAINTAINERS, mail addresses, file permission fixups
    
  • drm-misc-next-2019-08-08
    drm-misc-next for 5.4:
    
    UAPI Changes:
     - HDCP: Add a Content protection type property
    
    Cross-subsystem Changes:
    
    Core Changes:
     - Continue to rework the include dependencies
     - fb: Remove the unused drm_gem_fbdev_fb_create function
     - drm-dp-helper: Make the link rate calculation more tolerant to
                      non-explicitly defined, yet supported, rates
     - fb-helper: Map DRM client buffer only when required, and instanciate a
                  shadow buffer when the device has a dirty function or says so
     - connector: Add a helper to link the DDC adapter used by that connector to
                  the userspace
     - vblank: Switch from DRM_WAIT_ON to wait_event_interruptible_timeout
     - dma-buf: Fix a stack corruption
     - ttm: Embed a drm_gem_object struct to make ttm_buffer_object a
            superclass of GEM, and convert drivers to use it.
     - hdcp: Improvements to report the content protection type to the
             userspace
    
    Driver Changes:
     - Remove drm_gem_prime_import/export from being defined in the drivers
     - Drop DRM_AUTH usage from drivers
     - Continue to drop drmP.h
     - Convert drivers to the connector ddc helper
    
     - ingenic: Add support for more panel-related cases
     - komeda: Support for dual-link
     - lima: Reduce logging
     - mpag200: Fix the cursor support
     - panfrost: Export GPU features register to userspace through an ioctl
     - pl111: Remove the CLD pads wiring support from the DT
     - rockchip: Rework to use DRM PSR helpers, fix a bug in the VOP_WIN_GET
                 macro
     - sun4i: Improve support for color encoding and range
     - tinydrm: Rework SPI support, improve MIPI-DBI support, move to drm/tiny
     - vkms: Rework of the CRC tracking
    
     - bridges:
       - sii902x: Add support for audio graph card
       - tc358767: Rework AUX data handling code
       - ti-sn65dsi86: Add Debugfs and proper DSI mode flags support
    
     - panels
       - Support for GiantPlus GPM940B0, Sharp LQ070Y3DG3B, Ortustech
         COM37H3M, Novatek NT39016, Sharp LS020B1DD01D, Raydium RM67191,
         Boe Himax8279d, Sharp LD-D5116Z01B
       - Conversion of the device tree bindings to the YAML description
       - jh057n00900: Rework the enable / disable path
    
     - fbdev:
       - ssd1307fb: Support more devices based on that controller
    
  • drm-misc-fixes-2019-08-08
    drm-misc-fixes for v5.3-rc4:
    - Suspend fix for rockchip
    - Fix unterminated strncpy cmdline mode parser
    
  • drm-intel-fixes-2019-08-08
    drm/i915 fixes for v5.3-rc4:
    - Fix GLK DSI escape clock setting
    - Fix a memleak on HDCP revoked Ksv error path
  • linux-kselftest-5.3-rc4
    linux-kselftest-5.3-rc4
    
    This Kselftest update for Linux 5.3-rc4 consists of fix to Kselftest
    framework to save and restore errno and a fix to livepatch to push
    and pop dynamic debug config.
    
  • v5.3-rc3
    e21a712a · Linux 5.3-rc3 ·
    Linux 5.3-rc3
    
  • drm-misc-next-2019-08-03
    drm-misc-next for 5.4:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    
    Core Changes:
     - Continue to rework the include dependencies
     - fb: Remove the unused drm_gem_fbdev_fb_create function
     - drm-dp-helper: Make the link rate calculation more tolerant to
                      non-explicitly defined, yet supported, rates
     - fb-helper: Map DRM client buffer only when required, and instanciate a
    	      shadow buffer when the device has a dirty function or says so
     - connector: Add a helper to link the DDC adapter used by that connector to
                  the userspace
    
    Driver Changes:
     - Remove drm_gem_prime_import/export from being defined in the drivers
     - Drop DRM_AUTH usage from drivers
     - Continue to drop drmP.h
     - Convert drivers to the connector ddc helper
    
     - ingenic: Add support for more panel-related cases
     - komeda: Support for dual-link
     - lima: Reduce logging
     - mpag200: Fix the cursor support
     - panfrost: Export GPU features register to userspace through an ioctl
     - pl111: Remove the CLD pads wiring support from the DT
     - rockchip: Rework to use DRM PSR helpers
     - sun4i: Improve support for color encoding and range
     - tinydrm: Rework SPI support, improve MIPI-DBI support, move to drm/tiny
     - vkms: Rework of the CRC tracking
    
     - bridges:
       - sii902x: Add support for audio graph card
       - tc358767: Rework AUX data handling code
       - ti-sn65dsi86: Add Debugfs and proper DSI mode flags support
    
     - panels
       - Support for GiantPlus GPM940B0, Sharp LQ070Y3DG3B, Ortustech
         COM37H3M, Novatek NT39016, Sharp LS020B1DD01D, Raydium RM67191,
         Boe Himax8279d, Sharp LD-D5116Z01B
       - Conversion of the device tree bindings to the YAML description
       - jh057n00900: Rework the enable / disable path
    
     - fbdev:
       - ssd1307fb: Support more devices based on that controller
    
  • drm-fixes-2019-08-02-1
    drm-fixes for 5.3-rc3, take 2
    
    intel fixes (didn't have any ever since the main merge window pull):
    - gvt fixes (2 cc: stable)
    - fix gpu reset vs mm-shrinker vs wakeup fun (needed a few patches)
    - two gem locking fixes (one cc: stable)
    - pile of misc fixes all over with minor impact, 6 cc: stable, others
      from this window
    
    exynos:
    - misc minor fixes
    
    misc:
    - some build/Kconfig fixes
    - regression fix for vm scalability perf test which seems to mostly
      exercise dmesg/console logging ...
    - the vgem cache flush fix for arm64 broke the world on x86, so that's
      reverted again
    
  • drm-misc-fixes-2019-08-02
    drm-misc-fixes for v5.3-rc3:
    - Fix some build errors in drm/bridge.
    - Do not build i810 on CONFIG_PREEMPTION.
    - Fix cache sync on arm in vgem.
    - Allow mapping fb in drm_client only when required, and use it to fix bochs fbdev.
    
  • sound-5.3-rc3
    sound fixes for 5.3-rc3
    
    - A further fix for syzcaller issues with USB-audio, addressing
      NULL dereference that was introduced by the recent fix
    - Avoid a long delay at boot with HD-audio when i915 module was
      built but not installed, found on some Debian systems
    - A fix of small race window at PCM draining
    
  • drm-intel-fixes-2019-08-02
    drm/i915 fixes for v5.3-rc3:
    - GVT fixes
    - Fix TBT aux powerwell
    - Fix PSR2 training pattern duration
    - Fix memory leak in runtime wakeref tracking
    - Fix ICL memory bandwidth issue preventing planes from being enabled
    - Fix OA mux configuration delays for accurate performance data
    - Fix VLV/CHV DP audio cdclk frequency requirements
    - Fix register whitelisting to fix a number of GL & Vulkan CTS tests
    - Fix ICL perf register offsets
    - Fix Gen11 Sampler Prefetch workaround, impacting dEQP tests
    - Fix various gen2 tracepoints
    - A number of GEM locking fixes addressing lockdep issues
    - Fix idle engine reset, recover only active engines
    - Fix incorrect MCR programming
  • drm-fixes-2019-08-02
    drm pull fixes for 5.3-rc3
    
    amdgpu:
    	navi10 temperature and pstate fixes
    	vcn dynamic power management fix
    	CS ioctl error handling fix
    	debugfs info leak fix
    	amdkfd VegaM fix.
    
    msm:
    	dma sync call fix
    	mdp5 dsi command mode fix
    	fall-through fixes
    	disabled GPU fix
    
    nouveau:
    	regression fix for displayport MST support.
    
  • drm-intel-next-2019-07-30
    - More changes on simplifying locking mechanisms (Chris)
    - Selftests fixes and improvements (Chris)
    - More work around engine tracking for better handling (Chris, Tvrtko)
    - HDCP debug and info improvements (Ram, Ashuman)
    - Add DSI properties (Vandita)
    - Rework on sdvo support for better debuggability before fixing bugs (Ville)
    - Display PLLs fixes and improvements, specially targeting Ice Lake (Imre, Matt, Ville)
    - Perf fixes and improvements (Lionel)
    - Enumerate scratch buffers (Lionel)
    - Add infra to hold off preemption on a request (Lionel)
    - Ice Lake color space fixes (Uma)
    - Type-C fixes and improvements (Lucas)
    - Fix and improvements around workarounds (Chris, John, Tvrtko)
    - GuC related fixes and improvements (Chris, Daniele, Michal, Tvrtko)
    - Fix on VLV/CHV display power domain (Ville)
    - Improvements around Watermark (Ville)
    - Favor intel_ types on intel_atomic functions (Ville)
    - Don’t pass stack garbage to pcode (Ville)
    - Improve display tracepoints (Steven)
    - Don’t overestimate 4:2:0 link symbol clock (Ville)
    - Add support for 4th pipe and transcoder (Lucas)
    - Introduce initial support for Tiger Lake platform (Daniele, Lucas, Mahesh, Jose, Imre, Mika, Vandita, Rodrigo, Michel)
    - PPGTT allocation simplification (Chris)
    - Standardize function names and suffixes to make clean, symmetric and let checkpatch happy (Janusz)
    - Skip SINK_COUNT read on CH7511 (Ville)
    - Fix on kernel documentation (Chris, Michal)
    - Add modular FIA (Anusha, Lucas)
    - Fix EHL display (Matt, Vivek)
    - Enable hotplug retry (Imre, Jose)
    - Disable preemption under GVT (Chris)
    - OA; Reconfigure context on the fly (Chris)
    - Fixes and improvements around engine reset. (Chris)
    - Small clean up on display pipe fault mask (Ville)
    - Make sure cdclk is high enough for DP audio on VLV/CHV (Ville)
    - Drop some wmb() and improve pwrite flush (Chris)
    - Fix critical PSR regression (DK)
    - Remove unused variables (YueHaibing)
    - Use dev_get_drvdata for simplification (Chunhong)
    - Use upstream version of header tests (Jani)