Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • iio-fixes-for-4.15a
    First set of IIO fixes in the 4.15 cycle.
    
    * kernel-doc
      - fix a build error from symbols ending in _ by making them _*
    * cpcap
      - Fix wrong handling of platform_get_irq_by_name which can return a
        postive value on success.
    * max30102
      - ABI says temperature should bein milli Celsius after scaling. Here it
        was in Celsius.
    * meson-saradc:
      - for Meson8/8b the gate clock bit was wrongly selected due to ffs/fls fun.
      - bandgap was not initialized properly on older socs.  Mostly got away
        with this because the bootloader was doing it for us.
      - Meson8/8b don't have some registers in the general regmap config. Give
        them their own ones.
    * stm32-lptimer/stm32-adc trigger
      - Fix a link error when optional stm32-lptimer driver isn't built.
    * sx9500
      - we recently removed explict handling of ACPI provided gpio interrupts
        as the core i2c acpi code started providing them directly.  Unfortuantely
        there are ACPI tables out there that use GpioIO resources and it doesn't
        know to map those as interrupts.  As such partial revert the removal
        of this handling from the driver.
    
  • drm-intel-next-2017-12-01
    drm-intel-next-2017-12-01:
    
    - Init clock gate fix (Ville)
    - Execlists event handling corrections (Chris, Michel)
    - Improvements on GPU Cache invalidation and context switch (Chris)
    - More perf OA changes (Lionel)
    - More selftests improvements and fixes (Chris, Matthew)
    - Clean-up on modules parameters (Chris)
    - Clean-up around old ringbuffer submission and hw semaphore on old platforms (Chris)
    - More Cannonlake stabilization effort (David, James)
    - Display planes clean-up and improvements (Ville)
    - New PMU interface for perf queries... (Tvrtko)
    - ... and other subsequent PMU changes and fixes (Tvrtko, Chris)
    - Remove success dmesg noise from rotation (Chris)
    - New DMC for Kabylake (Anusha)
    - Fixes around atomic commits (Daniel)
    - GuC updates and fixes (Sagar, Michal, Chris)
    - Couple gmbus/i2c fixes (Ville)
    - Use exponential backoff for all our wait_for() (Chris)
    - Fixes for i915/fbdev (Chris)
    - Backlight fixes (Arnd)
    - Updates on shrinker (Chris)
    - Make Hotplug enable more robuts (Chris)
    - Disable huge pages (TPH) on lack of a needed workaround (Joonas)
    - New GuC images for SKL, KBL, BXT (Sagar)
    - Add HW Workaround for Geminilake performance (Valtteri)
    - Fixes for PPS timings (Imre)
    - More IPS fixes (Maarten)
    - Many fixes for Display Port on gen2-gen4 (Ville)
    - Retry GPU reset making the recover from hang more robust (Chris)
    
  • drm-fixes-for-v4.15-rc2
    amdgpu (+dc), i915, omapdrm, hdlcd, mali and bridge fixes
    
  • acpi-4.15-rc2
    ACPI fixes for v4.15-rc2
    
     - Fix an ACPI EC driver regression (from the 4.9 cycle) causing
       the driver's power management operations to be omitted during
       system suspend/resume on platforms where the EC instance from the
       ECDT table is used instead of the one from the DSDT (Lv Zheng).
    
     - Prevent modalias from being exposed to user space for ACPI device
       objects with _STA returning 0 (not present and not functional) to
       prevent driver modules from being loaded automatically for
       hardware that is not actually present on some platforms (Hans
       de Goede).
    
  • pm-4.15-rc2
    69810374 · Merge branch 'pm-tools' ·
    Power management fixes for v4.15-rc2
    
    These add missing module information to the Mediatek cpufreq driver
    module (Jesse Chan), fix config dependencies for the Loongson cpufreq
    driver (James Hogan) and fix two issues related to CPU offline in
    the cpupower utility (Abhishek Goel).
    
  • drm-misc-next-2017-11-30
    Cross-subsystem Changes:
    
    - device tree doc for the Mitsubishi AA070MC01 and Tianma TM070RVHG71
    panels (Lukasz Majewski) and for a 2nd endpoint on stm32 (Philippe Cornu)
    
    Core Changes:
    
    The most important changes are:
    
    - Add drm_driver .last_close and .output_poll_changed helpers to reduce
    fbdev emulation footprint in drivers (Noralf)
    - Fix plane clipping in core and for vmwgfx (Ville)
    
    Then we have a bunch of of improvement for print and debug such as the
    addition of a framebuffer debugfs file. ELD connector, HDMI and
    improvements.  And a bunch of misc improvements, clean ups and style
    changes and doc updates
    
    Driver Changes:
    
    - sii8620: filter unsupported modes and add DVI mode support (Maciej Purski)
    - rockchip: analogix_dp: Remove unnecessary init code (Jeffy Chen)
    - virtio, cirrus: add fb create_handle support to enable screenshots(Lepton Wu)
    - virtio: replace reference/unreference with get/put (Aastha Gupta)
    - vc4, gma500: Convert timers to use timer_setup() (Kees Cook)
    - vc4: Reject HDMI modes with too high of clocks (Eric)
    - vc4: Add support for more pixel formats (Dave Stevenson)
    - stm: dsi: Rename driver name to "stm32-display-dsi" (Philippe Cornu)
    - stm: ltdc: add a 2nd endpoint (Philippe Cornu)
    - via: use monotonic time for VIA_WAIT_IRQ (Arnd Bergmann)
  • drm-intel-fixes-2017-11-30
    - Disable transparent huge pages for now until we have a W/A
    - Building fix when CONFIG_BACKLIGHT_CLASS_DEVICE is not selected
    - GMBUS communication robustness
    - Fbdev hotplug handling fix
    
    gvt-fixes-2017-11-28
    
    - regression fix for sane request alloc (Fred)
    - locking fix (Changbin)
    - fix invalid addr mask (Xiong)
    - compression regression fix (Weinan)
    - fix default pipe enable for virtual display (Xiaolin)
  • drm-intel-fixes-2017-11-30-1
    - Disable transparent huge pages for now until we have a W/A
    - Building fix when CONFIG_BACKLIGHT_CLASS_DEVICE is not selected
    - GMBUS communication robustness
    - Fbdev hotplug handling fix
    
    gvt-fixes-2017-11-28
    
    - regression fix for sane request alloc (Fred)
    - locking fix (Changbin)
    - fix invalid addr mask (Xiong)
    - compression regression fix (Weinan)
    - fix default pipe enable for virtual display (Xiaolin)
  • v4.14.3
    191314ed · Linux 4.14.3 ·
    This is the 4.14.3 stable release
    
  • v4.9.66
    8743ce3d · Linux 4.9.66 ·
    This is the 4.9.66 stable release
    
  • v4.4.103
    08c15ad2 · Linux 4.4.103 ·
    This is the 4.4.103 stable release
    
  • v3.18.85
    b4251805 · Linux 3.18.85 ·
    This is the 3.18.85 stable release
    
  • drm-misc-fixes-2017-11-30
    drm-misc-fixes for -rc2
    
    - big pile of bridge driver (mostly tc358767), all handled by Archit
      and Andrez
    - rockchip dsi fix
    - atomic helper regression fix for spurious -EBUSY (Maarten)
    - fix deferred fbdev fallout (Maarten)
  • mac80211-for-davem-2017-11-27
    Four fixes:
     * CRYPTO_SHA256 is needed for regdb validation
     * mac80211: mesh path metric was wrong in some frames
     * mac80211: use QoS null-data packets on QoS connections
     * mac80211: tear down RX aggregation sessions first to
       drop fewer packets in HW restart scenarios
    
  • v4.15-rc1
    4fbd8d19 · Linux 4.15-rc1 ·
    Linux 4.15-rc1
    
  • v3.2.96
    07a40fa2 · Linux 3.2.96 ·
    This is the 3.2.96 stable release
    
  • v3.16.51
    c45c05f4 · Linux 3.16.51 ·
    This is the 3.16.51 stable release
    
  • v4.4.102
    29ffb9c1 · Linux 4.4.102 ·
    This is the 4.4.102 stable release
    
  • v4.14.2
    f9f0b03d · Linux 4.14.2 ·
    This is the 4.14.2 stable release
    
  • v4.13.16
    e87c1399 · Linux 4.13.16 ·
    This is the 4.13.16 stable release