Tags

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

    7d4d5a89 · Linux 3.0.88 ·
    This is the 3.0.88 stable release
    
  • pinctrl-for-v3.11-2

    Pin control fixes for the v3.11 series:
    
    - Driver fixes for AM33xx, SIRF and PFC pin controllers.
    
    - Fix a compile warning from the pinctrl single-register
      driver.
    
    - Fix a little nasty memory leak.
    
  • v3.2.49

    66421b21 · Linux 3.2.49 ·
    This is the 3.2.49 stable release
    
  • pm+acpi-3.11-rc3

    ACPI and power management fixes for 3.11-rc3
    
    - Revert of the ACPI video commit that I hoped would help fix
      backlight problems related to Windows 8 compatibility on some
      systems.  Unfortunately, it turned out to cause problems to happen
      too.
    
    - Fix for two problems in intel_pstate, a possible failure to respond
      to a load change on a quiet system and a possible failure to select
      the highest available P-state on some systems.  From Dirk Brandewie.
    
    /
    
  • v3.10.3

    81a46483 · Linux 3.10.3 ·
    This is the 3.10.3 stable release
    
  • for-linus-v3.11-rc3

    xfs: fix for 3.11-rc3
    
    - fix for regression in commit cca9f93a52d2, recovery causing filesystem
      corruption after a crash
    
  • 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.
    
    /
    
  • 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
    
  • for-linus-v3.11-rc1-2

    xfs: update (#2) for 3.11-rc1
    
    - fix for xfs_fsr returning -EINVAL
    - cleanup in xfs_bulkstat
    - cleanup in xfs_open_by_handle
    - update mount options documentation
    - clean up local format handling in xfs_bmapi_write
    - fix dquot log reservations which were too small
    - fix sgid inheritance for subdirectories when default acls are in use
    - add project quota fields to various structures
    - fix teardown of quotainfo structures when quotas are turned off