Tags

Tags give the ability to mark specific points in history as being important
  • wireless-drivers-for-davem-2014-12-26

    o Paul made a Kconfig dependency fix to ipw2200, it was not possible to
      enable that driver because Wireless Extensions is now disabled by default.
    
    o Mika fixed brcmfmac not to crash when platform data is not populated
    
    o Emmanuel provided few fixes to iwlwifi, he says:
    
      "I have here new device IDs and a fix for double free bug I
      introduced. I also fix an issue with the RFKILL interrupt - the HW
      needs us to ACK the interrupt again after we reset it. Liad fixes an
      issue with the firmware debugging infrastructure. While working on
      torture scenarios of firmware restarts, Eliad found an issue which
      he fixed."
    
  • v0.89.4

    MPTCP maintenance release v0.89.4
  • v3.19-rc1

    97bf6af1 · Linux 3.19-rc1 ·
    Linux 3.19-rc1
    
  • pm-config-3.19-rc1

    CONFIG_PM_RUNTIME elimination for 3.19-rc1
    
    This removes the last few uses of CONFIG_PM_RUNTIME introduced
    recently and makes that config option finally go away.
    
    CONFIG_PM will be available directly from the menu now and
    also it will be selected automatically if CONFIG_SUSPEND or
    CONFIG_HIBERNATION is set.
    
    /
    
  • drm-intel-next-2014-12-19

    - plane handling refactoring from Matt Roper and Gustavo Padovan in prep for
      atomic updates
    - fixes and more patches for the seqno to request transformation from John
    - docbook for fbc from Rodrigo
    - prep work for dual-link dsi from Gaurav Signh
    - crc fixes from Ville
    - special ggtt views infrastructure from Tvrtko Ursulin
    - shadow patch copying for the cmd parser from Brad Volkin
    - execlist and full ppgtt by default on gen8, for testing for now
  • pm+acpi-3.19-rc1-2

    More ACPI and power management updates for 3.19-rc1
    
     - Fix a regression in leds-gpio introduced by a recent commit that
       inadvertently changed the name of one of the properties used by
       the driver (Fabio Estevam).
    
     - Fix a regression in the ACPI backlight driver introduced by a
       recent fix that missed one special case that had to be taken
       into account (Aaron Lu).
    
     - Drop the level of some new kernel messages from the ACPI core
       introduced by a recent commit to KERN_DEBUG which they should
       have used from the start and drop some other unuseful KERN_ERR
       messages printed by ACPI (Rafael J Wysocki).
    
     - Revert an incorrect commit modifying the cpupower tool
       (Prarit Bhargava).
    
     - Fix two regressions introduced by recent commits in the OPP
       library and clean up some existing minor issues in that code
       (Viresh Kumar).
    
     - Continue to replace CONFIG_PM_RUNTIME with CONFIG_PM throughout
       the tree (or drop it where that can be done) in order to make
       it possible to eliminate CONFIG_PM_RUNTIME (Rafael J Wysocki,
       Ulf Hansson, Ludovic Desroches).  There will be one more
       "CONFIG_PM_RUNTIME removal" batch after this one, because some
       new uses of it have been introduced during the current merge
       window, but that should be sufficient to finally get rid of it.
    
     - Make the ACPI EC driver more robust against race conditions
       related to GPE handler installation failures (Lv Zheng).
    
     - Prevent the ACPI device PM core code from attempting to
       disable GPEs that it has not enabled which confuses ACPICA
       and makes it report errors unnecessarily (Rafael J Wysocki).
    
     - Add a "force" command line switch to the intel_pstate driver
       to make it possible to override the blacklisting of some
       systems in that driver if needed (Ethan Zhao).
    
     - Improve intel_pstate code documentation and add a MAINTAINERS
       entry for it (Kristen Carlson Accardi).
    
     - Make the ACPI fan driver create cooling device interfaces
       witn names that reflect the IDs of the ACPI device objects
       they are associated with, except for "generic" ACPI fans
       (PNP ID "PNP0C0B").  That's necessary for user space thermal
       management tools to be able to connect the fans with the
       parts of the system they are supposed to be cooling properly.
       From Srinivas Pandruvada.
    
    /
    
  • v3.18.1

    39ca4845 · Linux 3.18.1 ·
    This is the 3.18.1 stable release
    
  • v3.17.7

    9fbe8b46 · Linux 3.17.7 ·
    This is the 3.17.7 stable release
    
  • v3.14.27

    83a926f7 · Linux 3.14.27 ·
    This is the 3.14.27 stable release
    
  • v3.10.63

    a472efc7 · Linux 3.10.63 ·
    This is the 3.10.63 stable release
    
  • gpio-v3.19-2

    This is the bulk of GPIO changes for the v3.19 series:
    
    - A new API that allows setting more than one GPIO at the
      time. This is implemented for the new descriptor-based
      API only and makes it possible to e.g. toggle a clock and
      data line at the same time, if the hardware can do this
      with a single register write. Both consumers and drivers
      need new calls, and the core will fall back to driving
      individual lines where needed. Implemented for the MPC8xxx
      driver initially.
    - Patched the mdio-mux-gpio and the serial mctrl driver
      that drives modems to use the new multiple-setting API
      to set several signals simultaneously.
    - Get rid of the global GPIO descriptor array, and instead
      allocate descriptors dynamically for each GPIO on a certain
      GPIO chip. This moves us closer to getting rid of the
      limitation of using the global, static GPIO numberspace.
    - New driver and device tree bindings for 74xx ICs.
    - New driver and device tree bindings for the VF610 Vybrid.
    - Support the RCAR r8a7793 and r8a7794.
    - Guidelines for GPIO device tree bindings trying to get
      things a bit more strict with the advent of combined
      device properties.
    - Suspend/resume support for the MVEBU driver.
    - A slew of minor fixes and improvements.
    
  • v3.2.65

    6a367cd6 · Linux 3.2.65 ·
    This is the 3.2.65 stable release
    
  • v2.6.32.65

    3bd0d1ad · Linux 2.6.32.65 ·
    This is the 2.6.32.65 stable release
    
  • xfs-for-linus-3.19-rc1

    xfs: update for 3.19-rc1
    
    This update contains:
    o more on-disk format header consolidation
    o move some structures shared with userspace to libxfs
    o new per-mount workqueue to fix for deadlocks between nested loop
      mounted filesystems
    o various bug fixes for ENOSPC, stats, quota off and preallocation
    o a bunch of compiler warning fixes for set-but-unused variables
    o various code cleanups