Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v4.16-rc6
    c698ca52 · Linux 4.16-rc6 ·
    Linux 4.16-rc6
    
  • v4.9.88
    46e076f0 · Linux 4.9.88 ·
    This is the 4.9.88 stable release
    
  • v4.4.122
    b8ea1f9b · Linux 4.4.122 ·
    This is the 4.4.122 stable release
    
  • v3.18.100
    5fcd9374 · Linux 3.18.100 ·
    This is the 3.18.100 stable release
    
  • drm-fixes-for-v4.16-rc6
    i915, amd and nouveau fixes
    
  • drm-intel-fixes-2018-03-15
    Only GVT fixes:
    - Two warnings fix for runtime pm and usr copy (Xiong, Zhenyu)
    - OA context fix for vGPU profiling (Min)
    - privilege batch buffer reloc fix (Fred)
    
  • sound-4.16-rc6
    sound fixes for 4.16-rc6
    
    A series of small fixes in ASoC, HD-audio and core stuff:
    
    - A UAF fix in ALSA PCM core
    - Yet more hardening for ALSA sequencer
    - A regression fix for the previous HD-audio power_save option change
    - Various ASoC codec fixes (sgtl5000, rt5651, hdmi-codec, wm_adsp)
    - Minor ASoC platform fixes (AMD ACP, sun4i)
    
  • v4.15.10
    df574588 · Linux 4.15.10 ·
    This is the 4.15.10 stable release
    
  • v4.14.27
    9b1fb9cc · Linux 4.14.27 ·
    This is the 4.14.27 stable release
    
  • drm-intel-fixes-2018-03-14
    - 1 display fix for bxt
    - 1 gem fix for fences
    - 1 gem/pm fix for rps freq
    
  • LE.UM.2.3.2-18000-SDX24
    "LE.UM.2.3.2-18000-SDX24"
  • asoc-fix-v4.16-rc5
    ASoC: Fixes for v4.16
    
    This is a fairly standard collection of fixes, there's no changes to the
    core here just a bunch of small device specific changes for single
    drivers plus an update to the MAINTAINERS file for the sgl5000.
    
  • phy-for-4.16-rc
    phy: for 4.16-rc
    
     *) Fix a Kbuild failure in qcom-ufs
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • v4.16-rc5
    0c8efd61 · Linux 4.16-rc5 ·
    Linux 4.16-rc5
    
  • v4.15.9
    3eae9e93 · Linux 4.15.9 ·
    This is the 4.15.9 stable release
    
  • v4.14.26
    96427a51 · Linux 4.14.26 ·
    This is the 4.14.26 stable release
    
  • v4.9.87
    b6741622 · Linux 4.9.87 ·
    This is the 4.9.87 stable release
    
  • v4.4.121
    8b5ab55d · Linux 4.4.121 ·
    This is the 4.4.121 stable release
    
  • v3.18.99
    89dad4ea · Linux 3.18.99 ·
    This is the 3.18.99 stable release
    
  • iio-for-4.17b
    Second set of new device support, features and cleanup for IIO in the 4.17 cycle
    
    The uptick in staging cleanup is partly due to GSoC Applications
    process being underway and one of Daniel's tasks being to try
    cleaning up an IIO driver to move out of staging.
    Naturally there is some normal staging cleanup progress in here
    as well.
    
    New device support
    * Microchip mcp4018
      - New driver supproting MCP4017, MCP4018 and MCP4019 digital pots.
    * On Semiconductor lv0104cs
      - New driver to support this ambient light sensor.
    
    Cleanup
    * axp20x_adc
      - remove a !! in favour of clear ternary operator.
    * ad2s1210 (staging cleanup)
      - Reorganise to avoid ending a line with [
      - Remove some unnecessary defines.
      - Remove unsed variable.
    * ad5380
      - Replace magic 0 with IIO_CHAN_INFO_RAW
    * ad5764
      - Replace magic 0 with IIO_CHA_INFO_RAW
    * ad7150 (staging cleanup)
      - Align arguements with parenthesis.
    * ad7152 (staging cleanup)
      - Align arguements.
    * ad7746 (staging cleanup)
      - Align arguements.
    * ad7816
      - Remove pointless void pointer cast.
    * ade7753
      - Replace IIO_DEV_ATTR_CH_OFF with equivalent to avoid confusing
        checkpatch (this macro didn't really help anyway).  Also drop the
        macro from the meter.h header.
    * ade7754 (staging cleanup)
      - Add names to funciton definition arguements.
      - Align arguements with open parenthesis where possible.
    * ade7758 (staging cleanup)
      - Remove __func__ from dev_dbg statements as provided by dynamic
        debug anyway.
      - Align arguements with open parenthesis where possible.
    * ade7759 (staging cleanup)
      - Replace IIO_DEV_ATTR_CH_OFF with equiavalent to avoid confusing
        checkpatch.
    * adis16201 (staging cleanup)
      - Headers in alphabetical order.
      - Blank lines before returns.
    * adis16209 (staging cleanup)
      - Headers in alphabetical order
      - Change some definition names to make them more meaningful (2 rounds
        of this).
      - Add explicit _REG prefix to register names to make them
        obviously different from fields within those registers.
      - Remove some superflous comments and group definitions better.
      - Use a switch statement to make it semantically obvious that we
        only have two options (rather than an unlimited 'else').
      - Use sign_extent32 instead of open coding.
    * adt7316 (staging cleanup)
      - Move an export next to symbol.
    * bmc150
      - drop redundant __func__ in dynamic debug.
    * ccs811
      - Rename varaible to better reflect what it does.
    * cros_ec
      - Reduce sampling frequency before suspending to avoid preventing
        suspend.
    * dummy
      - Correct whitespace in Kconfig.
      - Add extra description in Kconfig.
    * ds1803
      - Remove a VLA which we always know is 2 long.
    * hid-sensor-accel
      - Replace magic number 0 by IIO_CHAN_INFO_RAW.
    * hid-sensor-gyro
      - Replace magic number 0 by IIO_CHAN_INFO_RAW.
    * hid-sensor-light
      - Replace magic number 0 by IIO_CHAN_INFO_RAW.
    * hid-sensor-magn
      - Replace magic number 0 by IIO_CHAN_INFO_RAW.
    * lm3533
      - Replace magic number 0 by IIO_CHAN_INFO_RAW
    * mlx90632
      - Squash a smatch warning - no runtime effect.
    * stm32_dfsdm:
      - Cleanup the dt bindings.
    * sx9500
      - Add GPIO ACPI mapping table to behave correctly when firmware
        doesn't provide the mapping.
    * tsl2x7x (staging cleanup)
      - Fix the proximity sensor functionality.
      - Remove platform data provided power functions.  There are much
        better ways to do this these days.
      - Introduce some common functions to avoid various repititions.
      - Stop using mutex_trylock when mutex_lock and wait a bit is fine.
      - Improve error handling in various places.
      - Drop some 'Camel case' (which wasn't actually strickly camel case
        but was a bit odd.
      - Drop some _available sysfs attributes for things that don't exist
        (for particular supported parts).