Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v4.4.43
    d9ea51a9 · Linux 4.4.43 ·
    This is the 4.4.43 stable release
    
  • mac80211-for-davem-2017-01-13
    We have a number of fixes, in part because I was late
    in actually sending them out - will try to do better in
    the future:
     * handle VHT opmode properly when hostapd is controlling
       full station state
     * two fixes for minimum channel width in mac80211
     * don't leave SMPS set to junk in HT capabilities
     * fix headroom when forwarding mesh packets, recently
       broken by another fix that failed to take into account
       frame encryption
     * fix the TID in null-data packets indicating EOSP (end
       of service period) in U-APSD
     * prevent attempting to use (and then failing which
       results in crashes) TXQs on stations that aren't added
       to the driver yet
    
  • mac80211-next-for-davem-2017-01-13
    For 4.11, we seem to have more than in the past few releases:
     * socket owner support for connections, so when the wifi
       manager (e.g. wpa_supplicant) is killed, connections are
       torn down - wpa_supplicant is critical to managing certain
       operations, and can opt in to this where applicable
     * minstrel & minstrel_ht updates to be more efficient (time and space)
     * set wifi_acked/wifi_acked_valid for skb->destructor use in the
       kernel, which was already available to userspace
     * don't indicate new mesh peers that might be used if there's no
       room to add them
     * multicast-to-unicast support in mac80211, for better medium usage
       (since unicast frames can use *much* higher rates, by ~3 orders of
       magnitude)
     * add API to read channel (frequency) limitations from DT
     * add infrastructure to allow randomizing public action frames for
       MAC address privacy (still requires driver support)
     * many cleanups and small improvements/fixes across the board
    
  • sound-4.10-rc4
    sound fixes for 4.10-rc4
    
    This time we got a few more fixes than the previous rc's, and the most
    of commits were about ASoC.  The only significant change in the core
    side is the regression fix wrt the aux device list handling, and all
    the rest are driver-specific small / trivial fixes.
    
  • drm-misc-fixes-2017-01-13
  • v4.9.3
    584fd787 · Linux 4.9.3 ·
    This is the 4.9.3 stable release
    
  • v4.4.42
    49c4446a · Linux 4.4.42 ·
    This is the 4.4.42 stable release
    
  • drm-intel-fixes-2017-01-12
  • iio-for-4.11a
    First round of new device support, features and cleanups for IIO in the 4.11 cycle.
    
    It's shaping to be another fairly busy cycle. Lots more on the way!
    
    New device support
    * ads7950
      - new driver supporting ads7950, ads7951, ads7952, ads7953, ads7954,
      ads7955, ads7956, ads7957, ads7958, ads7959, ads7960, and ads7961 ADCs.
    * cm3605
      - New driver for this light sensor and proximity sensor  which is an
      analog part with some additional digital controls.
    * hx711
      - New driver.
    
    Core new stuff
    * Gravity sensor type.  This is a processed datastream in which the device
    will try to work out which way is down.
    * Split the buffer.h file into two parts. One provides the interface to 'use'
    a buffer, the second provides the internals of the buffer functionality as
    needed by implementations of buffers.
      - Move documentation inline so as to allow use of private: tag when
      generating documentation.
      - Add some utility functions for the few things that are directly done
      with the buffers.
      - Stop exporting functions that no-one uses outside of the core code.
      - Push docs down by the code in the c file where they should have always
      been.
      - Fix typo in kernel-doc for buffer.
      - push down some includes that were previously happening implicitly.
      - stop enabling the timestamp of the dummy device.
    
    Features and cleanups
    * ad5592r
      - ACPI support
    * ad5593r
      -ACPI support.
    * ad5933
      - Fix a false comment about size of a particular register.
    * ad7150
      - replace S_IRUGO | S_IWUSR with 0644.  I'm not that keen on these patches
      in general, but as it was nicely presented I took this one anyway. As a
      general rule will only take these as part of a larger driver cleanup.
      - don't eat an error but rather reutnr it in the write_event_config callback.
    * ad7606
      - replace non standard range attibute with _scale
    * ade7753
      - use usleep_range for short sleeps
    * ade7754
      - use usleep_range for short sleeps
    * ade7758
      - use usleep_range for short sleeps
    * ade7759
      - use usleep_range for short sleeps
    * ade7854
      - use usleep_range for short sleeps
    * adis16201
      - fix description
    * adis16203
      - fix description
      - fix copyright year
    * adis16209
      - fix description
    * adt7316
      - Add braces to arms of if else statement (for consistency)
      - Alignment fixes.
    * axp288
      - Fix up an issue with accidental overwrites of data.
    * bmi160
      - add deivce tables for i2c and spi to support correctly identifying the
      full dt name (including manufacturer).
      - device tree binding.
    * bmp280
      - use usleep_range for short sleeps.
    * cm3232
      - return error from cm3232_reg_init rather than eating it if the last write
      fails.
    * dummy driver
      - remove a semicolor found at end of a function defintition.
    * exynos-adc
      - use usleep_range for short sleeps.
    * hid-sensor (accel)
      - Add timestamp support.  The hardware can provide timestamps so lets support
      them. If not fall back to timestamps estimated in kernel.
    * hid-sensor (light)
      - Add a duplicate ID for the light channels so as to keep existing interface
      whilst also using the more standard IIO interface.
    * hts221
      - acpi probing
    * imx25-gcq
      - Add a macro call to allow this driver to be automatically loaded.
    * isl29028
      - reorganise code to avoid deep nesting of if statements.
      - move chip test and default regs into a function suitable or sharing with
      power management code.
      - tidy up some code alignment.
    * lidar-lite-v3
      - introduce compatible strings that make it clear Garmin have consideral
      friends.
    * mma8452
      - avoid returning signed value when unsigned is appropriate
    * spmi-vadc
      - Update function for generic voltage conversion to take into account that
      different channels on this device should be handled differently.
      - Rework code to allow per channel voltage scaling and support the standard
      options for this hardware.
      - Fixup three minor issues with the above patches for this part. These all
      effect test builds rather than the native builds for the part, but good to
      clean them up anyway.
    * st_sensors
      - support device matching from the ACPI DST tables.
      - acpi based probing for accelerometers
      - acpi based probing for pressure sensors
      - Allow pressure sensors to read negative values.
      - Export sampling frequency for lps25h and lps331ap.
      - Add support for the old DT bindings from the period when these deivces
      were often supported through windows.
    
    Docs fixup:
    * typo in sysfs-bus-iio
    
  • asoc-fix-v4.10-rc3
    ASoC: Fixes for v4.10
    
    As well as the usual smattering of driver specific fixes collected since
    the merge window this has one particularly important fix to the core for
    handling of aux_devs which was broken during the merge window by some of
    the componentization refactoring.
    
  • sunxi-fixes-for-4.10
    Allwinner fixes for 4.10
    
    A few fixes here and there to enable the build of some DT leftover, prevent
    display issues or setup a proper muxing.
    
  • wireless-drivers-for-davem-2017-01-10
    wireless-drivers fixes for 4.10
    
    Only two fixes at this time. The rtlwifi fix is an important one as it
    fixes a reported oops and Linus was already asking about it. The
    orinoco fix is not tested on a real device, because it's old legacy
    hardware and hardly no-one use it, but it should fix a (theoretical)
    issue with VMAP_STACK.
    
  • drm-misc-next-2017-01-09
  • gpio-v4.10-2
    GPIO fixes for the v4.10 series:
    
    - Move free:ing of GPIO hogs to after free:ing the device
      to get rid of a warning state.
    
    - A small comile warning fix.
    
  • drm-intel-next-2017-01-09
    More 4.11 stuff, holidays edition (i.e. not much):
    
    - docs and cleanups for shared dpll code (Ander)
    - some kerneldoc work (Chris)
    - fbc by default on gen9+ too, yeah! (Paulo)
    - fixes, polish and other small things all over gem code (Chris)
    - and a few small things on top
    
    Plus a backmerge, because Dave was enjoying time off too.
  • drm-misc-fixes-2017-01-09
  • v4.9.2
    6f2fabab · Linux 4.9.2 ·
    This is the 4.9.2 stable release
    
  • v4.8.17
    3d8f8d06 · Linux 4.8.17 ·
    This is the 4.8.17 stable release
    
  • v4.4.41
    cdd86b97 · Linux 4.4.41 ·
    This is the 4.4.41 stable release
    
  • drm-fixes-for-v4.10-rc4
    amdgpu, radeon, msm, meson, tilcdc, drm fixes.