Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • ASB-2020-01-05_4.4-p
    https://source.android.com/security/bulletin/2020-01-01
    CVE-2019-17666
    CVE-2018-20856
    CVE-2019-11599
    CVE-2019-15214
  • ASB-2020-01-05_4.4-o
    https://source.android.com/security/bulletin/2020-01-01
    CVE-2019-17666
    CVE-2018-20856
    CVE-2019-11599
    CVE-2019-15214
  • ASB-2020-01-05_3.18-o-mr1
    https://source.android.com/security/bulletin/2020-01-01
    CVE-2019-17666
    CVE-2018-20856
    CVE-2019-11599
    CVE-2019-15214
  • ASB-2020-01-05_3.18
    https://source.android.com/security/bulletin/2020-01-01
    CVE-2019-17666
    CVE-2018-20856
    CVE-2019-11599
    CVE-2019-15214
  • regulator-fix-v5.5-rc5
    regulator: Fixes for v5.5
    
    Three small fixes here, two the result of Axel Lin's amazing work
    tracking down inconsistencies in drivers.
    
  • asoc-fix-v5.5-rc5
    ASoC: Fixes for v5.5
    
    More fixes that have been collected, nothing super remarkable here - the
    few core fixes are mainly error handling related as are many of the
    driver fixes.
    
  • v5.5-rc5
    c79f46a2 · Linux 5.5-rc5 ·
    Linux 5.5-rc5
    
  • iio-for-5.6a
    First set of new device support, features and cleanups for IIO in the 5.6 cycle
    
    New device support
    
    * ad7091r5 ADC
      - New driver with follow up patch adding scale and vref support.
      - DT bindings
    * ad7923
      - Support for ad7908, ad7918 and ad7928 added to driver.
    * bma180
      - Support the BMA254 accelerometer. Required fairly substantial rework
        to allow for small differences between this an existing parts.
    * bma400 accelerometer
      - New driver with follow up patch for regulator support.
      - DT bindings.
    * asc dlhl60d
      - New driver support this range of pressure and temperature sensors.
      - DT bindings.
    * ltc2496 ADC
      - New driver to support this ADC.
      - Split the existing LTC2497 driver generic component out and reuse.
      - DT bindings.
    * parallax ping
      - New driver supporting ultrasonic and laser tof distance sensors.
      - Bindings for these sensors.
    
    New features
    
    * core
      - New char type for read_raw returns, used for thermocouple types.
      - Rename read_first_n callback to read.   The reasons behind the original
        naming are lost to the mists of time.
    * ad799x
      - Allow pm_ops to disable device completely allowing regulator power down.
    * bma180
      - Enable basic regulator support.
    * dmaengine buffer
      - Report platform data alignment requirements via new ABI.
    * max31856
      - Add option to set mains filter rejection frequency and document
        new in_temp_filter_notch_center_frequency ABI.
      - Add support for configuring HW averaging (oversampling ratio)
      - Add runtime configuration of thermocouple type and document new ABI.
    * maxim-thermocouple
      - Add read only access to thermocouple type using new ABI, includes
        adding more specific compatibles to reflect which variant of the
        chip is being used.
    * mpu6050
      - Provide option to support the PMU9150 in package magnetometer directly
        rather than via auxiliary bus.
    * stm32_adc
      - Add overrun interrupt checks to detect if this happens.
    * st_lsm6dsx
      - Enable the sensor-hub support for lsm6dsm. Includes various reworks to
        allow this.
    
    Cleanups and minor fixes
    
    * Subsystem wide
      - Tidy up indentation in Kconfig and fix alphabetical order of AD7091R5.
      - Drop linux/gpio.h and linux/of_gpio.h from drivers that don't use them.
    * ad7266
      - Convert to GPIO descriptors.
    * ad7303
      - Avoid a dance with checking if the regulator is supplied by just
        using the optional request interface.
    * ad7887
      - Simplify channel specification assignment to enable adding more devices.
    * ad7923
      - Drop some unused and largely pointless defines of BOB_N==N variety.
      - Tidy up checkpatch warnings.
      - Add missing of_device_id table.
    * adf4350
      - Convert to GPIO descriptors.
    * ak8975
      - Convert to GPIO descriptors.
    * ADIS library and drivers
      - Expand scope of txrx_lock to cover all state and rename as state_lock
      - Add unlocked read / write to allow grouping of consecutive calls under
        single lock / unlock.
      - Add unlocked check_status, reset to allow grouping under single
        lock / unlock.
      - Remove remaining uses of core mlock for local state protection.
        mlock should never be used directly as it protects tightly defined
        core IIO device management state.
    * adis16240
      - Enforce only supported SPI mode on driver load + add DT binding doc.
    * atlas-ph-sensor
      - Rename to atlas-sensor given it now covers things beyond ph sensors.
    * bma180
      - Use local dev variable to tidy up code.
      - Use c99 style explicity .member assignment to make driver more readable.
    * bmp280
      - Drop ACPI support. No evidence this was used and appropriate ID is not
        registered.
      - Allow ACPI to bind device via PRP0001
    * dmaengine buffer
      - Use dma_request_chan instead of dma_request_slave_channel_reason as that
        ABI is going away.
      - Add module info to avoid tainting the kernel.
    * hts221
      - Avoid magic number defines when only used to fill structure elements
        that are self describing.
    * lm3533
      - Drop a stray semicolon.
    * max9611
      - Cleanup enum handling to be more resilient to future changes.
    * mpu6050
      - Delete MPU9150 from supported SPI devices as doesn't provide SPI.
      - Select I2C_MUX again after kbuild issue fixed elsewhere.
    * stm32-timer
      - Drop an unnecessary register update.
    * ssp_sensors
      - Convert to GPIO descriptors.
    * st_sensors
      - drop !CONFIG_ACPI defines as ACPI_PTR() will stop them being used
        anyway.
      - Make default platform data structures __maybe_unsued.
      - Fill in some missing kernel-doc function parameters.
    * st_lsm6dsx
      - white space fixes.
      - Mark some constants that aren't always used as __maybe_unused.
      - Drop of ID table guards as they just pervent use under ACPI.
      - Switch to device properties to allow ACPI usage.
    * st_uvis25
      - Drop acpi.h include as no ACPI APIs used.
    * ti-ads1015
      - Drop legacy platform data as no one seems to be using it.
      - Use the device property API instead of OF specific.
    * ti-ads7950
      - typo fix in error message.
    
  • v5.4.8
    5825c88e · Linux 5.4.8 ·
    This is the 5.4.8 stable release
    
  • v4.19.93
    3d40d711 · Linux 4.19.93 ·
    This is the 4.19.93 stable release
    
  • v4.14.162
    84f5ad46 · Linux 4.14.162 ·
    This is the 4.14.162 stable release
    
  • v4.9.208
    e77ff35f · Linux 4.9.208 ·
    This is the 4.9.208 stable release
    
  • v4.4.208
    6a602634 · Linux 4.4.208 ·
    This is the 4.4.208 stable release
    
  • media/v5.5-3
    media updates for v5.5-rc5
    
  • amd-drm-fixes-5.5-2020-01-01
    amd-drm-fixes-5.5-2020-01-01:
    
    amdgpu:
    - ATPX regression fix
    - SMU metrics table locking fixes
    - gfxoff fix for raven
    - RLC firmware loading stability fix
  • v5.4.7
    122179cb · Linux 5.4.7 ·
    This is the 5.4.7 stable release
    
  • v4.19.92
    c7ecf3e3 · Linux 4.19.92 ·
    This is the 4.19.92 stable release
    
  • v4.14.161
    4c5bf01e · Linux 4.14.161 ·
    This is the 4.14.161 stable release
    
  • phy-for-5.5-rc
    phy: for 5.5-rc
    
    *) Fix error path in cpcap-usb driver when no host driver is loaded to
       avoid debug serial console from stop working
    *) Fix to let USB host idle before switching to UART mode in cpcap-usb
       driver in order to avoid flakey enumeration next time
    *) Prevent USB line glitches from waking up modem by enabling the USB
       lines (GPIO mux) after configuring the cpcap-usb PHY
    *) Improve host vs docked mode detection in cpcap-usb PHY driver to keep
       VBUS enabled in host mode
    *) Fix to prevent cpcap-usb PHY driver from enabling the PHY twice
    *) Increase PHY ready timeout in qcom-qmp PHY as it takes more than 1ms
       to initialize
    *) Round clock rate down to closest 1000 Hz in phy-rockchip-inno-hdmi to
       prevent wrong pixel clock to be used and result in no-signal when
       configuring a mode on RK3328
    
  • v5.5-rc4
    fd698849 · Linux 5.5-rc4 ·
    Linux 5.5-rc4