Tags

Tags give the ability to mark specific points in history as being important
  • v3.10.3

    81a46483 · Linux 3.10.3 ·
    This is the 3.10.3 stable release
    
  • v3.10.2

    0f4a56e1 · Linux 3.10.2 ·
    This is the 3.10.2 stable release
    
  • v3.4.54

    e278ba2f · Linux 3.4.54 ·
    This is the 3.4.54 stable release
    
  • v3.0.87

    61bfa77d · Linux 3.0.87 ·
    This is the 3.0.87 stable release
    
  • v3.11-rc2

    3b2f64d0 · Linux 3.11-rc2 ·
    Linux 3.11-rc2
    
  • v3.9.11

    896f5009 · Linux 3.9.11 ·
    This is the 3.9.11 stable release
    
  • acpi-video-3.11

    ACPI video support fixes for 3.11
    
    - Change from Aaron Lu makes ACPICA export a variable which can be
      used by driver code to determine whether or not the BIOS believes
      that we are compatible with Windows 8.
    
    - Change from Matthew Garrett makes the ACPI video driver initialize
      the ACPI backlight even if it is not going to be used afterward
      (that is needed for backlight control to work on Thinkpads).
    
    - Fix from Rafael J Wysocki implements Windows 8 backlight support
      workaround making i915 take over bakclight control if the firmware
      thinks it's dealing with Windows 8.  Based on the work of multiple
      developers including Matthew Garrett, Chun-Yi Lee, Seth Forshee,
      and Aaron Lu.
    
    - Fix from Aaron Lu makes the kernel follow Windows 8 by informing
      the firmware through the _DOS method that it should not carry out
      automatic brightness changes, so that brightness can be controlled
      by GUI.
    
    /
    
  • pm+acpi-3.11-rc2

    5a8d2815 · Merge branch 'pm-fixes' ·
    Power management and ACPI fixes for 3.11-rc2
    
    - Two cpufreq commits from the 3.10 cycle introduced regressions.
      The first of them was buggy (it did way much more than it needed
      to do) and the second one attempted to fix an issue introduced by
      the first one.  Fixes from Srivatsa S Bhat revert both.
    
    - If autosleep triggers during system shutdown and the shutdown
      callbacks of some device drivers have been called already, it may
      crash the system.  Fix from Liu Shuo prevents that from happening
      by making try_to_suspend() check system_state.
    
    - The ACPI memory hotplug driver doesn't clear its driver_data on
      errors which may cause a NULL poiter dereference to happen later.
      Fix from Toshi Kani.
    
    - The ACPI namespace scanning code should not try to attach scan
      handlers to device objects that have them already, which may confuse
      things quite a bit, and it should rescan the whole namespace branch
      starting at the given node after receiving a bus check notify event
      even if the device at that particular node has been discovered
      already.  Fixes from Rafael J Wysocki.
    
    - New ACPI video blacklist entry for a system whose initial backlight
      setting from the BIOS doesn't make sense.  From Lan Tianyu.
    
    - Garbage string output avoindance for ACPI PNP from Liu Shuo.
    
    - Two Kconfig fixes for issues introduced recently in the s3c24xx
      cpufreq driver (when moving the driver to drivers/cpufreq) from
      Paul Bolle.
    
    - Trivial comment fix in pm_wakeup.h from Chanwoo Choi.
    
    /
    
  • iio-fixes-for-3.11a

    The first round of IIO fixes for the 3.11 cycle.
    
    This set is larger than I would like, partly due to my lack of review
    time in the weeks before the merge window and partly because a
    couple of large drivers and the subsystem as a whole seem to be
    getting a lot more exposure and testing recently.
    
    1) A long term bug in trigger handling gave a double free of the device.
    
    2) Wrong return value handling means offsets are ignored in
       iio_convert_raw_to_processed_unlocked.
    
    3) The iio_channel_has_info utility function was incorrectly updated
       during the recent info_mask split, this is now fixed.
    
    4) mxs-lradc has a couple of little fixes.
    
    5) A couple of missing .driver_module entries meant that drivers
       could be removed from underneath their users.
    
    6) Error path fixes for ad7303 and lis3l02dq.
    
    7) The scale value for presure in the lps331ap driver was out by
       a factor of 100.
    
  • v3.11-rc1

    ad81f054 · Linux 3.11-rc1 ·
    Linux 3.11-rc1
    
  • v3.10.1

    cb5d8be9 · Linux 3.10.1 ·
    This is the 3.10.1 stable release
    
  • v3.9.10

    0c2dc4da · Linux 3.9.10 ·
    This is the 3.9.10 stable release
    
  • v3.4.53

    dd156c8d · Linux 3.4.53 ·
    This is the 3.4.53 stable release
    
  • v3.0.86

    a62a8716 · Linux 3.0.86 ·
    This is the 3.0.86 stable release
    
  • pm+acpi-3.11-rc1-more

    d8851b4b · Merge branch 'pm-tools' ·
    More power management and ACPI updates for 3.11-rc1
    
    - Fix for a recent cpufreq regression that caused WARN() to trigger
      overzealously in a couple of places and spam the kernel log with
      useless garbage as a result.  From Viresh Kumar.
    
    - ACPI dock fix removing a discrepancy between the definition of
      acpi_dock_init(), which says that the function returns int, and
      its header in the header file, which says that it is a void
      function.  The function is now defined as void too.
    
    - ACPI PM fix for failures to update device power states as needed,
      for example, during resume from system suspend, because the old
      state was deeper than the new one, but the new one is not D0.
    
    - Fix for two debug messages in the ACPI power resources code that
      don't have a newline at the end and make the kernel log difficult
      to read.  From Mika Westerberg.
    
    - Two ACPI cleanups from Naresh Bhat and Haicheng Li.
    
    - cpupower updates from Thomas Renninger, including Intel Haswell
      support improvements and a new idle-set subcommand among other
      things.
    
    /
    
  • vfio-v3.11

    vfio Updates for v3.11
    
    Largely hugepage support for vfio/type1 iommu and surrounding cleanups and fixes.
    
  • regulator-v3.11-2

    regulator: Fixes for the merge window
    
    A set of small fixes for issues noticed during the merge window, all
    very much non-invasive.
    
  • iommu-updates-v3.11

    IOMMU Updates for Linux 3.11
    
    A few updates this time, most important and exiciting (to me) is:
    
    	* The new ARM SMMU driver. This is a common IOMMU driver that will
    	  hopefully be used in a lot of upcoming ARM chips. So the mess in the
    	  past where every SOC had its own IOMMU will be over.
    
    Besides that:
    
    	* Some important fixes in the IOMMU unmap path. There are fixes in the
    	  common code and also in the AMD IOMMU driver.
    	* Other random fixes
    
  • v3.0.85

    2d0ed865 · Linux 3.0.85 ·
    This is the 3.0.85 stable release