Tags

Tags give the ability to mark specific points in history as being important
  • v4.18-rc1

    ce397d21 · Linux 4.18-rc1 ·
    Linux 4.18-rc1
    
  • v3.16.57

    e472f29e · Linux 3.16.57 ·
    This is the 3.16.57 stable release
    
  • v4.4.138

    0bd2bedb · Linux 4.4.138 ·
    This is the 4.4.138 stable release
    
  • v4.9.109

    8e52b94e · Linux 4.9.109 ·
    This is the 4.9.109 stable release
    
  • v4.14.50

    cda6fd4d · Linux 4.14.50 ·
    This is the 4.14.50 stable release
    
  • v4.16.16

    f77427a9 · Linux 4.16.16 ·
    This is the 4.16.16 stable release
    
  • v4.17.2

    3816828a · Linux 4.17.2 ·
    This is the 4.17.2 stable release
    
  • mac80211-for-davem-2018-06-15

    A handful of fixes:
     * missing RCU grace period enforcement led to drivers freeing
       data structures before; fix from Dedy Lansky.
     * hwsim module init error paths were messed up; fixed it myself
       after a report from Colin King (who had sent a partial patch)
     * kernel-doc tag errors; fix from Luca Coelho
     * initialize the on-stack sinfo data structure when getting
       station information; fix from Sven Eckelmann
     * TXQ state dumping is now done from init, and when TXQs aren't
       initialized yet at that point, bad things happen, move the
       initialization; fix from Toke Høiland-Jørgensen.
    
  • drm-misc-next-fixes-2018-06-15

    Single fix for v4.18:
    - Fix possible race conditions while unplugging DRM device.
    
  • sound-fix-4.18-rc1

    sound fixes for 4.18-rc1
    
    Here is a collection of small fixes on top of the previous update.
    All small and obvious fixes.  Mostly for usual suspects, USB-audio and
    HD-audio, but a few trivial error handling fixes for misc drivers as
    well.
    
  • v4.9.108

    4f42dc62 · Linux 4.9.108 ·
    This is the 4.9.108 stable release
    
  • v4.4.137

    ed90fd0c · Linux 4.4.137 ·
    This is the 4.4.137 stable release
    
  • v3.18.113

    31767764 · Linux 3.18.113 ·
    This is the 3.18.113 stable release
    
  • acpi-4.18-rc1-2

    67445532 · Merge branch 'acpica' ·
    Additional ACPI updates for 4.18-rc1
    
     - Update the ACPICA code in the kernel to upstream revision
       20180531 including:
       * AML parser fix to continue loading tables after detecting an AML
         error (Erik Schmauss).
       * AML parser debug option to dump parse trees (Bob Moore).
       * Debugger updates (Bob Moore).
       * Initial bits of Unload () operator deprecation (Bob Moore).
       * Updates related to the IORT table (Robin Murphy).
    
     - Make Linux respond to the "Windows 2017.2" _OSI string which
       allows native Thunderbolt enumeration to be used on Dell systems
       and was unsafe before recent changes in the PCI subsystem (Mario
       Limonciello).
    
     - Update the ACPI method customization feature documentation (Erik
       Schmauss).
    
  • pm-4.18-rc1-2

    Additional power management updates for 4.18-rc1
    
     - Revert a recent PM core change that attempted to fix an issue
       related to device links, but introduced a regression (Rafael
       Wysocki).
    
     - Fix build when the recently added cpufreq driver for Kryo
       processors is selected by making it possible to build that
       driver as a module (Arnd Bergmann).
    
     - Fix the long idle detection mechanism in the out-of-band
       (ondemand and conservative) cpufreq governors (Chen Yu).
    
     - Add support for devices in multiple power domains to the
       generic power domains (genpd) framework (Ulf Hansson).
    
     - Add support for iowait boosting on systems with hardware-managed
       P-states (HWP) enabled to the intel_pstate driver and make it use
       that feature on systems with Skylake Xeon processors as it is
       reported to improve performance significantly on those systems
       (Srinivas Pandruvada).
    
     - Fix and update the acpi_cpufreq, ti-cpufreq and imx6q cpufreq
       drivers (Colin Ian King, Suman Anna, Sébastien Szymanski).
    
     - Change the behavior of the wakeup_count device attribute in
       sysfs to expose the number of events when the device might have
       aborted system suspend in progress (Ravi Chandra Sadineni).
    
     - Fix two minor issues in the cpupower utility (Abhishek Goel,
       Colin Ian King).
    
  • drm-misc-fixes-2018-06-12

    Only a small qxl fix that was queued for v4.17.
    
  • v4.14.49

    70d7bbd9 · Linux 4.14.49 ·
    This is the 4.14.49 stable release
    
  • v4.16.15

    9f8fb09b · Linux 4.16.15 ·
    This is the 4.16.15 stable release
    
  • v4.17.1

    d0c07726 · Linux 4.17.1 ·
    This is the 4.17.1 stable release
    
  • regulator-v4.18

    regulator: Updates for v4.18
    
    Quite a lot of core work this time around, though not 100% successful.
    
    We gained support for runtime mode changes thanks to David Collins and
    improved support for write only regulators (ones where we can't read
    back the configuration) from Douglas Anderson.
    
    There's been quite a bit of work from Linus Walleij on converting from
    specfying GPIOs by numbers to descriptors.  Sadly the testing turned out
    to be less good than we had hoped and so a lot of this had to be
    reverted.
    
    We also have the start of updates to use coupled regulators from Maciej
    Purski, unfortunately there are further problems there so the last
    couple of patches have been reverted.
    
    We also have new drivers for BD71837 and SY8106A devices, SAW regulators
    on Qualcomm SPMI and dropped support for some preproduction chips
    that never made it to market from the AB8500 driver.