Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • gpio-v3.13-1
    GPIO bulk changes for the v3.13 development cycle
    
    - Merged the GPIO descriptor API from Alexandre Courbot.
      This is a first step toward trying to get rid of the
      global GPIO numberspace for the future.
    
    - Add an API so that driver can flag that a certain GPIO
      line is being used by a irqchip backend for generating
      IRQs, so that we can enforce checks, like not allowing
      users to switch that line to an output at runtime, since
      this makes no sense. Implemented corresponding calls
      in a few select drivers.
    
    - ACPI GPIO cleanups, refactorings and switch to using the
      descriptor-based interface.
    
    - Support for the TPS80036 Palmas GPIO variant.
    
    - A new driver for the Broadcom Kona GPIO SoC IP block.
    
    - Device tree support for the PCF857x driver.
    
    - A set of ARM GPIO refactorings with the goal of getting
      rid of a bunch of custom GPIO implementations from the
      arch/arm/* tree:
    
      - Move the IOP GPIO driver to the GPIO subsystem and
        fix all users to use the gpiolib API for accessing
        GPIOs. Delete the old custom GPIO implementation.
    
      - Delete the unused custom PXA GPIO implemention.
    
      - Convert all users of the IXP4 custom GPIO
        implementation to use gpiolib and delete the custom
        implementation.
    
      - Delete the custom Gemini GPIO implementation, also
        completely unused.
    
    - Various cleanups and renamings.
    
  • pinctrl-for-v3.13-1
    Main pin control pull request for the v3.13 cycle:
    
    - Blackfin ADI pin control driver, we move yet another
      architecture under this subsystem umbrella.
    
    - Incremental updates to the Renesas Super-H PFC pin control
      driver. New subdriver for the r8a7791 SoC.
    
    - Non-linear GPIO ranges from the gpiolib side of things,
      this enabled simplified device tree bindings by referring
      entire groups of pins on some pin controller to act as
      back-end for a certain GPIO-chip driver.
    
    - Add the Abilis TB10x pin control driver used on the ARC
      architecture. Also the corresponding GPIO driver is merged
      through this tree, so the ARC has full support for pins
      and GPIOs after this.
    
    - Subdrivers for Freescale i.MX1, i.MX27 and i.MX50 pin
      controller instances. The i.MX1 and i.MX27 is an entirely
      new family (silicon) of controllers whereas i.MX50 is
      a variant of the previous supported controller.
    
    - Then the usual slew of fixes, cleanups and incremental
      updates.
    
  • sunxi-clk-for-3.13
    Allwinner sunXi SoCs clock changes
    
    Those are mostly random fixes, except for one patch to the composite
    clock that adds support for automatic reparenting.
    
  • pm+acpi-3.13-rc1
    faddf2f5 · Merge branch 'pm-cpufreq' ·
    ACPI and power management updates for 3.13-rc1
    
     - New power capping framework and the the Intel Running Average Power
       Limit (RAPL) driver using it from Srinivas Pandruvada and Jacob Pan.
    
     - Addition of the in-kernel switching feature to the arm_big_little
       cpufreq driver from Viresh Kumar and Nicolas Pitre.
    
     - cpufreq support for iMac G5 from Aaro Koskinen.
    
     - Baytrail processors support for intel_pstate from Dirk Brandewie.
    
     - cpufreq support for Midway/ECX-2000 from Mark Langsdorf.
    
     - ARM vexpress/TC2 cpufreq support from Sudeep KarkadaNagesha.
    
     - ACPI power management support for the I2C and SPI bus types from
       Mika Westerberg and Lv Zheng.
    
     - cpufreq core fixes and cleanups from Viresh Kumar, Srivatsa S Bhat,
       Stratos Karafotis, Xiaoguang Chen, Lan Tianyu.
    
     - cpufreq drivers updates (mostly fixes and cleanups) from Viresh Kumar,
       Aaro Koskinen, Jungseok Lee, Sudeep KarkadaNagesha, Lukasz Majewski,
       Manish Badarkhe, Hans-Christian Egtvedt, Evgeny Kapaev.
    
     - intel_pstate updates from Dirk Brandewie and Adrian Huang.
    
     - ACPICA update to version 20130927 includig fixes and cleanups and
       some reduction of divergences between the ACPICA code in the kernel
       and ACPICA upstream in order to improve the automatic ACPICA patch
       generation process.  From Bob Moore, Lv Zheng, Tomasz Nowicki,
       Naresh Bhat, Bjorn Helgaas, David E Box.
    
     - ACPI IPMI driver fixes and cleanups from Lv Zheng.
    
     - ACPI hotplug fixes and cleanups from Bjorn Helgaas, Toshi Kani,
       Zhang Yanfei, Rafael J Wysocki.
    
     - Conversion of the ACPI AC driver to the platform bus type and
       multiple driver fixes and cleanups related to ACPI from Zhang Rui.
    
     - ACPI processor driver fixes and cleanups from Hanjun Guo, Jiang Liu,
       Bartlomiej Zolnierkiewicz, Mathieu Rhéaume, Rafael J Wysocki.
    
     - Fixes and cleanups and new blacklist entries related to the ACPI
       video support from Aaron Lu, Felipe Contreras, Lennart Poettering,
       Kirill Tkhai.
    
     - cpuidle core cleanups from Viresh Kumar and Lorenzo Pieralisi.
    
     - cpuidle drivers fixes and cleanups from Daniel Lezcano, Jingoo Han,
       Bartlomiej Zolnierkiewicz, Prarit Bhargava.
    
     - devfreq updates from Sachin Kamat, Dan Carpenter, Manish Badarkhe.
    
     - Operation Performance Points (OPP) core updates from Nishanth Menon.
    
     - Runtime power management core fix from Rafael J Wysocki and update
       from Ulf Hansson.
    
     - Hibernation fixes from Aaron Lu and Rafael J Wysocki.
    
     - Device suspend/resume lockup detection mechanism from Benoit Goby.
    
     - Removal of unused proc directories created for various ACPI drivers
       from Lan Tianyu.
    
     - ACPI LPSS driver fix and new device IDs for the ACPI platform scan
       handler from Heikki Krogerus and Jarkko Nikula.
    
     - New ACPI _OSI blacklist entry for Toshiba NB100 from Levente Kurusa.
    
     - Assorted fixes and cleanups related to ACPI from Andy Shevchenko,
       Al Stone, Bartlomiej Zolnierkiewicz, Colin Ian King, Dan Carpenter,
       Felipe Contreras, Jianguo Wu, Lan Tianyu, Yinghai Lu, Mathias Krause,
       Liu Chuansheng.
    
     - Assorted PM fixes and cleanups from Andy Shevchenko, Thierry Reding,
       Jean-Christophe Plagniol-Villard.
    
    /
    
  • v3.11.7
    39773be9 · Linux 3.11.7 ·
    This is the 3.11.7 stable release
    
  • v3.10.18
    4e77f7f1 · Linux 3.10.18 ·
    This is the 3.10.18 stable release
    
  • v3.4.68
    575e5ec3 · Linux 3.4.68 ·
    This is the 3.4.68 stable release
    
  • v3.12
    5e01dc7b · Linux 3.12 ·
    Linux 3.12
    
  • pm+acpi-3.12-late
    Last-minute ACPI and power management fixes for 3.12
    
     - Revert epoll and select commits related to the freezer, introduced
       during the 3.11 cycle, that cause mysterious user space breakage
       to occur during resume from suspend to RAM for multiple users of
       32-bit x86 systems.  Material for 3.11.y stable kernels.
    
     - Revert a recent ACPI-based PCI hotplug (ACPIPHP) commit that was
       part of boot problem fixes for one machine, but turns out to cause
       issues with hotplug on Thunderbolt chains with multiple devices.
       It also turns out to be unnecessary after another fix in the
       same area that went in later.  From Mika Westerberg.
    
    /
    
  • drm/for-3.13-rc1
    drm/tegra: Changes for v3.13-rc1
    
    The biggest part of the changes is the decoupling of the host1x and DRM
    drivers followed by the move of Tegra DRM back to drivers/gpu/drm/tegra
    from whence it came. There is a lot of cleanup as well, and the drivers
    can now be properly unloaded and reloaded.
    
    HDMI support for the Tegra114 SoC was contributed by Mikko Perttunen.
    
    gr2d support was extended to Tegra114 and the gr3d driver that has been
    in the works for quite some time finally made it in. All pieces to run
    an OpenGL driver on top of an upstream kernel are now available.
    
    Support for syncpoint bases was added by Arto Merilainen. This is useful
    for synchronizing between command streams from different engines such as
    gr2d and gr3d.
    
    Erik Faye-Lund and Wei Yongjun contributed various small fixes. Thanks!
    
  • v3.12-rc7
    959f5854 · Linux 3.12-rc7 ·
    Linux 3.12-rc7
    
  • v3.2.52
    8b5ed99a · Linux 3.2.52 ·
    This is the 3.2.52 stable release
    
  • pm+acpi-3.12-rc7
    ACPI and power management fixes for 3.12-rc7
    
     - Fix for rounding errors in intel_pstate causing CPU utilization to
       be underestimated from Brennan Shacklett.
    
     - intel_pstate fix to always use the correct max pstate value when
       computing the min pstate from Dirk Brandewie.
    
     - Hibernation fix for deadlocking resume in cases when the probing
       of the device containing the image is deferred from Russ Dill.
    
     - acpi-cpufreq fix to prevent the module from staying in memory
       when the driver cannot be registered and then attempting to
       unregister things that have never been registered on exit.
    
    /
    
  • v3.4.67
    3cebd793 · Linux 3.4.67 ·
    This is the 3.4.67 stable release
    
  • v3.0.101
    5dba9ddd · Linux 3.0.101 ·
    This is the 3.0.101 stable release
    
  • v3.12-rc6
    31d141e3 · Linux 3.12-rc6 ·
    Linux 3.12-rc6
    
  • pm+acpi-3.12-rc6
    981984cb · Merge branch 'acpi-fixes' ·
    ACPI and power management fixes for 3.12-rc6
    
     - intel_pstate fix for misbehavior after system resume if sysfs
       attributes are set in a specific way before the corresponding
       suspend from Dirk Brandewie.
    
     - A recent intel_pstate fix has no effect if unsigned long is 32-bit,
       so fix it up to cover that case as well.
    
     - The s3c64xx cpufreq driver was not updated when the index field of
       struct cpufreq_frequency_table was replaced with driver_data, so
       update it now.  From Charles Keepax.
    
     - The Kconfig help text for ACPI_BUTTON still refers to /proc/acpi/event
       that has been dropped recently, so modify it to remove that reference.
       From Krzysztof Mazur.
    
     - A Lan Tianyu's change adds a missing mutex unlock to an error code
       path in acpi_resume_power_resources().
    
     - Some code related to ACPI power resources, whose very purpose is
       questionable to put it lightly, turns out to cause problems to
       happen during testing on real systems, so remove it completely
       (we may revisit that in the future if there's a compelling enough
       reason).  From Rafael J Wysocki and Aaron Lu.
    
    /
    
  • v3.11.6
    50704410 · Linux 3.11.6 ·
    This is the 3.11.6 stable release
    
  • v3.10.17
    14e9c7db · Linux 3.10.17 ·
    This is the 3.10.17 stable release
    
  • sunxi-fixes-for-3.13
    Allwinner sunXi SoCs minor fixes for 3.13