Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • devicetree-fixes-for-4.16
    DeviceTree fixes for 4.16:
    
    - Update i.MX thermal binding example to use current binding, not the
      deprecated one
    
    - Move arm-charlcd to auxdisplay/
    
    - Fix misspelling of "debounce-interval"
    
  • v4.16-rc3
    4a3928c6 · Linux 4.16-rc3 ·
    Linux 4.16-rc3
    
  • v4.15.6
    1a7aef62 · Linux 4.15.6 ·
    This is the 4.15.6 stable release
    
  • v4.14.22
    55b19573 · Linux 4.14.22 ·
    This is the 4.14.22 stable release
    
  • v4.9.84
    19c04ca5 · Linux 4.9.84 ·
    This is the 4.9.84 stable release
    
  • v4.4.118
    37428a80 · Linux 4.4.118 ·
    This is the 4.4.118 stable release
    
  • v3.18.96
    f8f8e8c5 · Linux 3.18.96 ·
    This is the 3.18.96 stable release
    
  • sunxi-clk-fixes-for-4.16
    Allwinner clock fixes for 4.16
    
    A critical fix for the A31 sunxi-ng clock driver. The CLK_OUT clocks
    had definitions paired with the incorrect type of clk ops. This results
    in a serious oops starting with commit 946797aa3f08 ("clk: sunxi-ng:
    Support fixed post-dividers on MP style clocks"), which exposed the
    incorrect clk ops when it added a new field to the data structures,
    which then nudged the underlying (compatible but incorrect) data
    structures out of alignment.
    
  • drm-fixes-for-v4.16-rc3
    exynos, meson, ipuv3, secondary gpu, cirrus, edid quirk fixes
    
  • mac80211-next-for-davem-2018-02-22
    Various updates across wireless.
    
    One thing to note: I've included a new ethertype
    that wireless uses (ETH_P_PREAUTH) in if_ether.h.
    
  • mac80211-for-davem-2018-02-22
    Various fixes across the tree, the shortlog basically says it all:
    
      cfg80211: fix cfg80211_beacon_dup
      -> old bug in this code
    
      cfg80211: clear wep keys after disconnection
      -> certain ways of disconnecting left the keys
    
      mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4
      -> alignment issues with using 14 bytes
    
      mac80211: Do not disconnect on invalid operating class
      -> if the AP has a bogus operating class, let it be
    
      mac80211: Fix sending ADDBA response for an ongoing session
      -> don't send the same frame twice
    
      cfg80211: use only 1Mbps for basic rates in mesh
      -> interop issue with old versions of our code
    
      mac80211_hwsim: don't use WQ_MEM_RECLAIM
      -> it causes splats because it flushes work on a non-reclaim WQ
    
      regulatory: add NUL to request alpha2
      -> nla_put_string() issue from Kees
    
      mac80211: mesh: fix wrong mesh TTL offset calculation
      -> protocol issue
    
      mac80211: fix a possible leak of station stats
      -> error path might leak memory
    
      mac80211: fix calling sleeping function in atomic context
      -> percpu allocations need to be made with gfp flags
    
  • v4.4.117
    e9fd3d16 · Linux 4.4.117 ·
    This is the 4.4.117 stable release
    
  • v4.9.83
    80c1c832 · Linux 4.9.83 ·
    This is the 4.9.83 stable release
    
  • v4.14.21
    58056a53 · Linux 4.14.21 ·
    This is the 4.14.21 stable release
    
  • v4.15.5
    a6c3a2a2 · Linux 4.15.5 ·
    This is the 4.15.5 stable release
    
  • drm-misc-next-2018-02-21
    drm-misc-next for 4.17:
    
    Cross-subsystem Changes:
    - Backlight helpers to enable/disable and find devices in dt (Meghana)
    
    Core Changes:
    - Documentation improvements (Chris/Daniel/Jani)
    - simple_kms_helper: Add mode_valid() support (Linus)
    - mm: Fix bug in interval_tree causing nodes to be out-of-order (Chris)
    
    Driver Changes:
    - tinydrm/panel: Use the new backlight helpers (Meghana)
    - rockchip: Support gem_prime_import_sg_table + some fixes (Various)
    - sun4i: Add A83T HDMI support using dw-hdmi (Jernej)
    
    Cc: Meghana Madhyastha <meghana.madhyastha@gmail.com>
    Cc: Jani Nikula <jani.nikula@intel.com>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Linus Walleij <linus.walleij@linaro.org>
    Cc: Heiko Stuebner <heiko@sntech.de>
    Cc: Jernej Skrabec <jernej.skrabec@siol.net>
    
  • drm-misc-fixes-2018-02-21
    Fixes for 4.16. I contains fixes for deadlock on runtime suspend on few
    drivers, a memory leak on non-blocking commits, a crash on color-eviction.
    The is also meson and edid fixes, plus a fix for a doc warning.
    
  • drm-intel-next-2018-02-21
    Driver Changes:
    
    - Lift alpha_support protection from Cannonlake (Rodrigo)
    	* Meaning the driver should mostly work for the hardware we had
    	  at our disposal when testing
    	* Used to be preliminary_hw_support
    - Add missing Cannonlake PCI device ID of 0x5A4C (Rodrigo)
    - Cannonlake port register fix (Mahesh)
    
    - Fix Dell Venue 8 Pro black screen after modeset (Hans)
    - Fix for always returning zero out-fence from execbuf (Daniele)
    - Fix HDMI audio when no no relevant video output is active (Jani)
    - Fix memleak of VBT data on driver_unload (Hans)
    
    - Fix for KASAN found locking issue (Maarten)
    - RCU barrier consolidation to improve igt/gem_sync/idle (Chris)
    - Optimizations to IRQ handlers (Chris)
    - vblank tracking improvements (64-bit resolution, PM) (Dhinakaran)
    - Pipe select bit corrections (Ville)
    - Reduce runtime computed device_info fields (Chris)
    - Tune down some WARN_ONs to GEM_BUG_ON now that CI has good coverage (Chris)
    - A bunch of kerneldoc warning fixes (Chris)
  • iio-for-4.17a
    First round of new devices, features and cleanups for IIO in the 4.17 cycle.
    
    Outside of IIO
    * Strongly typed 64bit int_sqrt function needed by the mlx90632
    
    New device support
    * adc081s
      - New driver supporting adc081s, adc101s and adc121s TI ADCs.
    * ad5272
      - New driver supproting the ad5272 and ad5274 ADI digital potentiometers
        with DT bindings.
    * axp20x_adc
      - support the AXP813 ADC - includes rework patches to prepare for this.
    * mlx90632
      - New driver with dt bindings for this IR temperature sensor.
    
    Features
    * axp20x_adc
      - Add DT bindings and probing.
    * dht11
      - The sensor has a wider range than advertised in the datasheet - support it.
    * st_lsm6dsx
      - Add hardware timestamp su9pport.
    
    Cleanups
    * ABI docs
      - Update email contact for Matt Ranostay
    * SPDX changes
      - Matt Ranostay has moved his drivers over to SPDX.  Currently we are making
        this an author choice in IIO.
    * ad7192
      - Disable burnout current on misconfiguration.  No actually effect as
        they simply won't work otherwise.
    * ad7476
      - Drop a license definition that was replicating information in SPDX tag.
    * ade7758
      - Expand buf_lock to cover both buffer and state protection allowing
        unintented uses of mlock in the core to be removed.
    * ade7759
      - Align parameters to opening parenthesis.
    * at91_adc
      - Depend on sysfs instead of selecting it - for try wide consistency.
    * ccs811
      - trivial naming type for a define.
    * ep93xx
      - Drop a redundant return as a result checking platform_get_resource.
    * hts221
      - Regmap conversion which simplifies the driver somewhat.
      - Clean up some restricted endian cast warnings.
      - Drop a trailing whitespace from a comment
      - Drop an unnecessary get_unaligned by changing to the right 16bit data type.
    * ms5611
      - Fix coding style in the probe function (whitespace)
    * st_accel
      - Use strlcpy instead of strncpy to avoid potentially truncating a string.
    
  • iio-fixes-for-4.16a
    First round of IIO fixes for the 4.16 cycle.
    
    One nasty very old crash around polling for buffers that aren't there
    - though that can only cause effects on drivers that support events
    but not buffers.
    
    * buffer / kfifo handling in the core.
      - Check there is a buffer and return 0 from poll directly if there
        isn't.  Poll doesn't make sense in this circumstances, but best to close
        the hole.
    * ad5933
      - Change the marked buffer mode to a software buffer as the meaning of
        the hardware buffer label has long since changed and this uses a front
        end software buffer anyway.
    * ad7192
      - Fix the fact the external clock frequency was only set when using the
        internal clock which was less than helpful.
    * adis_lib
      - Initialize the trigger before requesting the interrupt.  Some newer
        parts can power up with interrupt generation enabled so ordering now
        matters.
    * aspeed-adc
      - Fix an errror handling path as labels and general ordering were wrong.
    * srf08
      - Fix a link error due to undefined devm_iio_triggered_buffer_setup.
    * stm32-adc
      - Fix error handling unwind squence in stm32h7_adc_enable.