Tags

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

    29594404 · Linux 3.7 ·
    Linux 3.7
    
  • v3.6.10

    a63a7cf3 · Linux 3.6.10 ·
    This is the 3.6.10 stable release
    
  • v3.4.23

    b947fcbc · Linux 3.4.23 ·
    This is the 3.4.23 stable release
    
  • v3.0.56

    4eb15b7f · Linux 3.0.56 ·
    This is the 3.0.56 stable release
    
  • v3.2.35

    20c7bbdd · Linux 3.2.35 ·
    This is the 3.2.35 stable release
    
  • v3.0.55

    3bbbcb13 · Linux 3.0.55 ·
    This is the 3.0.55 stable release
    
  • v3.4.22

    edc7a368 · Linux 3.4.22 ·
    This is the 3.4.22 stable release
    
  • v3.0.54

    7cd2d7c8 · Linux 3.0.54 ·
    This is the 3.0.54 stable release
    
  • v3.4.21

    3d514b82 · Linux 3.4.21 ·
    This is the 3.4.21 stable release
    
  • v3.6.9

    072e44f1 · Linux 3.6.9 ·
    This is the 3.6.9 stable release
    
  • v3.7-rc8

    b69f0859 · Linux 3.7-rc8 ·
    Linux 3.7-rc8
    
  • iio-for-3.8f

    6th set of IIO new driver support, clean up and fixes for the 3.8 cycle
    (possibly wait until 3.9 cycle given timing).
    
    Here we have
    * the cleanup and move out of staging of ad7793.
    * addition support for additional parts to ad7793.
    * a basic new driver for TI ADC081C021/027
    * 4 little fixes for the recent addition of ad16136 and ad16480.
    
    So some nice work with nothing controversial or anything that
    will effect stuff outside the drivers in question.
    
  • ixp4xx-fixes

    ARM: ixp4xx bug fixes
    
    These were originally prepared by Krzysztof Halasa but not submitted
    in time for v3.7 due to some confusion about how ixp4xx patches should
    be handled. Jason Cooper thankfully offered to help out sending the
    patches upstream through arm-soc now, but given the timing, we could
    as well delay them for 3.8.
    
  • v3.6.8

    597d50c7 · Linux 3.6.8 ·
    This is the 3.6.8 stable release
    
  • v3.4.20

    0f4475cf · Linux 3.4.20 ·
    This is the 3.4.20 stable release
    
  • v3.0.53

    2fc3fd44 · Linux 3.0.53 ·
    This is the 3.0.53 stable release
    
  • v3.7-rc7

    9489e9dc · Linux 3.7-rc7 ·
    Linux 3.7-rc7
    
  • sound-3.7

    Sound fix #2 for 3.7-rc7
    
    Only a single commit for fixing the build error without CONFIG_PM
    in hda driver.
    
  • pm-for-3.7-rc7

    Power management update for 3.7-rc7
    
    Fix for an incorrect error condition check in device PM QoS code
    that may lead to an Oops from Guennadi Liakhovetski.
    
  • iio-for-3.8e

    Fifth round of new IIO drivers, cleanups and fixes for the 3.8 cycle.
    
    Here we have a number of minor fixes.
    * a quirk for the hid sensor driver should be a boolean option.
    * return an error for a failed memdup in the hid sensor driver.
    * Fix a return value in adt7410.
    * A double free in the IIO event infrastructure.
    * Disabling interrupts in tsl2563 was wrong (never been correct!)
    * Incorrect signature for the iio_buffer_register stub
    * Incorrect return for isl29018 write_raw callback.
    * A number of minor fixes as part of the various rework series.
    
    New drivers and major rework.
    * Introduce and use extensively an adis library for numerous spi
      Analog Devices mems sensors.  This then moves out of staging.
    * Lots of new stuff then added to this library to support newer
      sensors.
    * New drivers for ADIS16136 and ADIS16480 and similar.
    * Core support for barometric pressure sensors.
    * ad7298 cleanup and move out of staging.
    
    The bulk of this is from Lars-Peter Clausen.  He's been rather
    busy!