Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • ASB-2019-01-05_3.18-o-release
    https://source.android.com/security/bulletin/2019-01-01
    CVE-2018-10876
    CVE-2018-10880
    CVE-2018-10882
    CVE-2018-13405
    CVE-2018-18281
    CVE-2018-17182
    CVE-2018-10877
  • ASB-2019-01-05_3.18-n-release
    https://source.android.com/security/bulletin/2019-01-01
    CVE-2018-10876
    CVE-2018-10880
    CVE-2018-10882
    CVE-2018-13405
    CVE-2018-18281
    CVE-2018-17182
    CVE-2018-10877
  • ASB-2019-01-05_3.18
    https://source.android.com/security/bulletin/2019-01-01
    CVE-2018-10876
    CVE-2018-10880
    CVE-2018-10882
    CVE-2018-13405
    CVE-2018-18281
    CVE-2018-17182
    CVE-2018-10877
  • v5.0-rc1
    bfeffd15 · Linux 5.0-rc1 ·
    Linux 5.0-rc1
    
  • sound-fix-4.21-rc1
    sound fixes for 4.21-rc1 (or whatever the next)
    
    Among a few HD-audio fixes, the only significant one is the
    regression fix on some machines like Dell XPS due to the default
    binding changes.  We ended up reverting the whole since the fix for
    ASoC HD-audio driver won't be available immediately.
    
  • devprop-4.21-rc1-2
    Device properties framework fixes for 4.21-rc1
    
    Fix two potential NULL pointer dereferences found by Coverity in
    the software nodes code introduced recently (Colin Ian King).
    
  • topic/drmp-cleanup-2019-01-02
    Make some drm headers self-contained with includes and forward declarations
    
  • v4.9.148
    d9974886 · Linux 4.9.148 ·
    This is the 4.9.148 stable release
    
  • v4.14.91
    d2dd9f15 · Linux 4.14.91 ·
    This is the 4.14.91 stable release
    
  • v4.19.13
    c04c050f · Linux 4.19.13 ·
    This is the 4.19.13 stable release
    
  • devicetree-for-4.21
    Devicetree updates for v4.21:
    
    - Initial support for DT bindings using json-schema language. This is
      the start of converting DT bindings from free-form text to a
      structured format.
    
    - Reworking of initrd address initialization. This moves to using the
      phys address instead of virt addr in the DT parsing code. This rework
      was motivated by CONFIG_DEV_BLK_INITRD causing unnecessary rebuilding
      of lots of files.
    
    - Fix stale phandle entries in phandle cache
    
    - DT overlay validation improvements. This exposed several memory leak
      bugs which have been fixed.
    
    - Use node name and device_type helper functions in DT code
    
    - Last remaining conversions to using %pOFn printk specifier instead of
      device_node.name directly
    
    - Create new common RTC binding doc and move all trivial RTC devices out
      of trivial-devices.txt.
    
    - New bindings for Freescale MAG3110 magnetometer, Cadence Sierra PHY,
      and Xen shared memory
    
    - Update dtc to upstream version v1.4.7-57-gf267e674d145
  • gpio-v4.21-1
    This is the bulk of GPIO changes for the v4.21 kernel series:
    
    Core changes:
    
    - Some core changes are already in outside of this pull
      request as they came through the regulator tree, most
      notably devm_gpiod_unhinge() that removes devres refcount
      management from a GPIO descriptor. This is needed in
      subsystems such as regulators where the regulator core
      need to take over the reference counting and lifecycle
      management for a GPIO descriptor.
    
    - We dropped devm_gpiochip_remove() and devm_gpio_chip_match()
      as nothing needs it. We can bring it back if need be.
    
    - Add a global TODO so people see where we are going. This
      helps setting the direction now that we are two GPIO
      maintainers.
    
    - Handle the MMC CD/WP properties in the device tree core.
      (The bulk of patches activating this code is already
      merged through the MMC/SD tree.)
    
    - Augment gpiochip_request_own_desc() to pass a flag so
      we as gpiochips can request lines as active low or open
      drain etc even from ourselves.
    
    New drivers:
    
    - New driver for Cadence GPIO blocks.
    
    - New driver for Atmel SAMA5D2 PIOBU GPIO lines.
    
    Driver improvements:
    
    - A major refactoring of the PCA953x driver - this driver has
      been around for ages, and is now modernized to reduce code
      duplication that has stacked up and is using regmap to read
      write and cache registers.
    
    - Intel drivers are now maintained in a separate tree and
      start with a round of cleanups and unifications.
    
  • regulator-v4.21
    regulator: Updates for v4.20
    
    This has been a very busy release for the core, some fixes, one large new
    feature and a big bit of refactoring to update the GPIO API:
    
     - Support for coupled regulators from Dmitry Osipenko based on a prior
       attempt by Maciej Purski, allowing us to handle situations where the
       voltages on two regulators can't be too far apart from each other.
     - Conversion of the GPIO support in both drivers and the core to use
       GPIO descriptors rather than numbers, part of the overall project to
       remove GPIO numbers.
     - Support for standby mode suspend states from Andrei Stefanescu.
     - New drivers for Allwinner AXP209, Cirrus Logic Lochnagar and
       Microchip MPC16502.
    
  • v4.20
    8fe28cb5 · Linux 4.20 ·
    Linux 4.20
    
  • v4.19.12
    2a7cb228 · Linux 4.19.12 ·
    This is the 4.19.12 stable release
    
  • v4.14.90
    592f5569 · Linux 4.14.90 ·
    This is the 4.14.90 stable release
    
  • v4.9.147
    bbfc30f2 · Linux 4.9.147 ·
    This is the 4.9.147 stable release
    
  • v4.4.169
    ba0da581 · Linux 4.4.169 ·
    This is the 4.4.169 stable release
    
  • v3.18.131
    fa42fea0 · Linux 3.18.131 ·
    This is the 3.18.131 stable release
    
  • devprop-4.21-rc1
    Device properties framework updates for 4.21-rc1
    
     - Introduce "software nodes", analogous to the DT and ACPI firmware
       nodes except that they can be created by kernel code, in order to
       complement fwnodes representing real firmware nodes when they are
       incomplete (for example missing device properties) and to supply
       the primary fwnode when the firmware lacks hardware description
       for a device completely, and replace the "property_set" struct
       fwnode_handle type with software nodes (Heikki Krogerus).
    
     - Clean up the just introduced software nodes support and fix a commet
       in the graph-handling code (Colin Ian King, Marco Felsch).