Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v4.14.53
    fa745a1b · Linux 4.14.53 ·
    This is the 4.14.53 stable release
    
  • v4.9.111
    e692f66f · Linux 4.9.111 ·
    This is the 4.9.111 stable release
    
  • v4.4.139
    16af0986 · Linux 4.4.139 ·
    This is the 4.4.139 stable release
    
  • v3.18.114
    e903eb4a · Linux 3.18.114 ·
    This is the 3.18.114 stable release
    
  • v4.18-rc3
    021c9179 · Linux 4.18-rc3 ·
    Linux 4.18-rc3
    
  • mac80211-next-for-davem-2018-06-29
    This round's updates:
     * finally some of the promised HE code, but it turns
       out to be small - but everything kept changing, so
       one part I did in the driver was >30 patches for
       what was ultimately <200 lines of code ... similar
       here for this code.
     * improved scan privacy support - can now specify scan
       flags for randomizing the sequence number as well as
       reducing the probe request element content
     * rfkill cleanups
     * a timekeeping cleanup from Arnd
     * various other cleanups
    
  • pm-4.18-rc3
    e27b4d4a · Merge branch 'pm-domains' ·
    Power management fixes for 4.18-rc3
    
     - Fix the initialization time error handling in the recently added
       Kryo cpufreq driver (Dan Carpenter).
    
     - Fix up the recently added coverage of performance states in the
       generic power domains (genpd) framework (Viresh Kumar).
    
     - Add missing documentation of the new hwp_dynamic_boost sysfs knob
       in the intel_pstate driver (Rafael Wysocki).
    
     - Fix incorrect sysfs path in the intel_pstate driver documentation
       (Rafael Wysocki).
    
  • mac80211-for-davem-2018-06-29
    Just three fixes:
     * fix HT operation in mesh mode
     * disable preemption in control frame TX
     * check nla_parse_nested() return values
       where missing (two places)
    
  • drm-misc-fixes-2018-06-28
    drm-misc-fixes for v4.18-rc3:
    - A single fix in meson for an unhandled error path in meson_drv_bind_master().
    
  • drm-misc-next-2018-06-27
    drm-misc-next for 4.19:
    
    Cross-subsystem Changes:
    devicetree documentation
    dt-bindings defintions for sun8i (Jernej Skrabec)
    
    Core Changes:
    Consider drivers setting DRIVER_ATOMIC as atomic (Eric Anholt)
    Improvements for in-kernel clients (Noralf Trønnes)
    Export and rename drm_crtc_port_mask() (Jernej Skrabec)
    
    Driver Changes:
    v3d: Add looking for GPU scheduler jobs management (Eric Anholt)
    Add Ilitek ILI9881c panel driver(Maxime Ripard)
    rockchip: vop: fixup linebuffer mode calc error (Sandy Huang)
    tinydrm: new driver for ILI9341 display panels (David Lechner)
    sun4i: Add TCON TOP driver (Jernej Skrabec)
    
  • sound-4.18-rc3
    sound fixes for 4.18-rc3
    
    Over a dozen of changes, but all small and clear fixes.
    A half of them are the regression fixes for CA0132 HD-audio codec,
    and the rest are, again, a few more fixups for HD-audio, two UBSAN
    fixes in the core ioctls, and a trivial fix in the error path
    handling in lx6464es driver.
    
  • v4.9.110
    c806e085 · Linux 4.9.110 ·
    This is the 4.9.110 stable release
    
  • v4.14.52
    a26899e0 · Linux 4.14.52 ·
    This is the 4.14.52 stable release
    
  • v4.16.18
    62e9ccfa · Linux 4.16.18 ·
    This is the 4.16.18 stable release
    
  • v4.17.3
    83e05c58 · Linux 4.17.3 ·
    This is the 4.17.3 stable release
    
  • iio-fixes-4.18a
    First set of IIO fixes for the 4.18 cycle.
    
    * bmp280
      - Fix wrong relative humidity unit.
    * buffer
      - Fix a function signature to match the function.
    * inv_mpu6050
      - Fix a regression in which older ACPI devices won't have working
        interrupts due to lack of information on the interrupt type.
    * mma8452
      - Don't ignore data ready interrupt when handling interrupts as will
        look like an unhandled interrupt.
    * tsl2x7x/tsl2772
      - Avoid a potential division by zero.
    
  • iio-for-4.19a
    First set of IIO new device support, features and cleanups in the 4.19 cycle
    
    The usual mixed bunch.  Particular good to see is the generic
    touch screen driver.  Will be interesting to see if this works
    for other ADCs without major changes.
    
    Core features
    * Channel types
      - New position relative channel type primarily for touch screen
        sensors to feed the generic touchscreen driver.
    
    New device support
    * ad5586
      - Add support for the AD5311R DAC.
    
    * Generic touch screen driver as an IIO consumer.
      - Note this is in input, but due to dependencies is coming through
        the IIO tree.
      - Specific support for this added to the at91-sama5d2 ADC.
      - Various necessary DT bindings added.
    
    Staging Drops
    * ADIS16060 gyro
      - A device with a very odd interface that was never cleanly supported.
        It's now very difficult to get, so unlikely it'll ever be fixed up.
    
    Cleanups and minor features and fixes
    * core
      - Fix y2038 timestamp issues now the core support is in place.
    * 104-quad-8
      - Provide some defines for magic numbers to help readability.
      - Fix an off by one error in register selection
    * ad7606
      - Put in a missing function parameter name in a prototype.
    * adis16023
      - Use generic sign_extend function rather than local version.
    * adis16240
      - Use generic sign_extend funciton rather than local version.
    * at91-sama5d2
      - Drop dependency on HAS_DMA now this is handled elsewhere.  Will
        improve build test coverage.
      - Add oversampling ratio control.  Note there is a minor ABI change
        here to increase the apparent depth to 14 bits so as to allow
        for transparent provision of different oversampling ratios that
        drop the actual bit depth to 13 or 12 bits.
    * hx711
      - Add a MAINTAINERS entry for this device.
    * inv_mpu6050
      - Replace the timestamp fifo 'special' code with generic timestamp
        handling.
      - Switch to using local store of timestamp divider rather than rate
        as that is more helpful for accurate time measurement.
      - Fix an unaligned access that didn't seem to be causing any trouble.
      - Use the fifo overflow bit to track the overflow status rather than
        a software counter.
      - New timestamping mechanism to deal with missed sample interrupts.
    * stm32-adc
      - Drop HAS_DMA build dependency.
    * sun4i-gpadc
      - Select REGMAP_IRQ a very rarely hit build issue fix.
    
  • v4.18-rc2
    7daf201d · Linux 4.18-rc2 ·
    Linux 4.18-rc2
    
  • drm-misc-fixes-2018-06-21
    Fixes for v4.18-rc2:
    - A reversion of a commit in drm/sun4i to fix a run-time fault.
    - Various fixes to the sii8620 bridge.
    - Small bugfix to correctly check stride in atmel-hlcdc.
    
  • acpi-4.18-rc2
    ACPI fixes for 4.18-rc2
    
     - Fix a suspend/resume regression in the ACPI driver for Intel SoCs
       (LPSS) to make it work on systems where some power management
       quirks should only be applied for runtime PM and suspend-to-idle
       and not for suspend-to-RAM (Rafael Wysocki).
    
     - Add a system wakeup quirk for Thinkpad X1 Carbon 6th to the ACPI
       EC driver to avoid drainig battery too fast while suspended to
       idle on those systems (Mika Westerberg).
    
     - Fix an inline stub of acpi_processor_ppc_has_changed() to match
       the original function definition (Brian Norris).