Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v3.4.78
    a1322407 · Linux 3.4.78 ·
    This is the 3.4.78 stable release
    
  • v3.13.1
    07ecf162 · Linux 3.13.1 ·
    This is the 3.13.1 stable release
    
  • asoc-v3.14-rc1
    ASoC: Fixes for v3.14
    
    A few fixes, all in drivers.  Nothing stands out particularly, the
    biggest set of fixes is some build coverage issues from Sachin.
    
  • v3.12.9
    4a5804b8 · Linux 3.12.9 ·
    This is the 3.12.9 stable release
    
  • v3.10.28
    020abbc9 · Linux 3.10.28 ·
    This is the 3.10.28 stable release
    
  • fbdev-3.14
    fbdev changes for 3.14
    
    This is a rather boring pull request. There is one new fb driver, OpenCores
    VGA/LCD, but other than that it's just minor cleanups and fixes.
    
  • vfio-v3.14-rc1
    - Convert to misc driver to support module auto loading
    - Remove unnecessary and dangerous use of device_lock
    
  • drm/for-3.14-rc1-20140123
    drm/tegra: Changes for v3.14-rc1 (update)
    
    These patches fix some issues caused by the DRM panel support from the
    previous pull request and add two more panels (for the Toshiba AC100 as
    well as the Seaboard and Ventana).
    
  • pinctrl-v3.14-1
    Bulk pin control changes for the v3.14 cycle:
    
    - New driver for the Qualcomm TLMM pin controller and its
      msm8x74 subdriver.
    
    - New driver for the Broadcom Capri BCM281xx SoC.
    
    - New subdriver for the imx25 pin controller.
    
    - New subdriver for the Tegra124 pin controller.
    
    - Lock GPIO lines as IRQs for select combined pin control and
      GPIO drivers for baytrail and sirf.
    
    - Some semi-big refactorings and extenstions to the sirf
      driver.
    
    - Lots of patching, cleanup and fixing in the Renesas "PFC"
      driver and associated subdrivers as usual. It is settling
      down a little bit now it seems.
    
    - Minor fixes and incremental updates here and there as usual.
    
  • gpio-v3.14-1
    GPIO tree bulk changes for v3.14
    
    A big set this merge window, as we have much going on in
    this subsystem. Major changes this time:
    
    - Some core improvements and cleanups to the new GPIO
      descriptor API. This seems to be working now so we can
      start the exodus to this API, moving gradually away from
      the global GPIO numberspace.
    
    - Incremental improvements to the ACPI GPIO core, and move
      the few GPIO ACPI clients we have to the GPIO descriptor
      API right *now* before we go any further. We actually
      managed to contain this *before* we started to litter
      the kernel with yet another hackish global numberspace for
      the ACPI GPIOs, which is a big win.
    
    - The RFkill GPIO driver and all platforms using it have
      been migrated to use the GPIO descriptors rather than
      fixed number assignments. Tegra machine has been migrated
      as part of this.
    
    - New drivers for MOXA ART, Xtensa GPIO32 and SMSC SCH311x.
      Those should be really good examples of how I expect a
      nice GPIO driver to look these days.
    
    - Do away with custom GPIO implementations on a major
      part of the ARM machines: ks8695, lpc32xx, mv78xx0.
      Make a first step towards the same in the horribly
      convoluted Samsung S3C include forest. We expect to
      continue to clean this up as we move forward.
    
    - Flag GPIO lines used for IRQ on adnp, bcm-kona, em,
      intel-mid and lynxpoint.
      This makes the GPIOlib core aware that a certain GPIO line
      is used for IRQs and can then enforce some semantics such
      as disallowing a GPIO line marked as in use for IRQ to be
      switched to output mode.
    
    - Drop all use of irq_set_chip_and_handler_name().
      The name provided in these cases were just unhelpful
      tags like "mux" or "demux".
    
    - Extend the MCP23s08 driver to handle interrupts.
    
    - Minor incremental improvements for rcar, lynxpoint, em
      74x164 and msm drivers.
    
    - Some non-urgent bug fixes here and there, duplicate
      #includes and that usual kind of cleanups.
    
  • pm+acpi-3.14-rc1
    77440647 · Merge branch 'pm-cpufreq' ·
    ACPI and power management updates for 3.14-rc1
    
     - ACPI core changes to make it create a struct acpi_device object for every
       device represented in the ACPI tables during all namespace scans regardless
       of the current status of that device.  In accordance with this, ACPI hotplug
       operations will not delete those objects, unless the underlying ACPI tables
       go away.
    
     - On top of the above, new sysfs attribute for ACPI device objects allowing
       user space to check device status by triggering the execution of _STA for
       its ACPI object.  From Srinivas Pandruvada.
    
     - ACPI core hotplug changes reducing code duplication, integrating the
       PCI root hotplug with the core and reworking container hotplug.
    
     - ACPI core simplifications making it use ACPI_COMPANION() in the code
       "glueing" ACPI device objects to "physical" devices.
    
     - ACPICA update to upstream version 20131218.  This adds support for the
       DBG2 and PCCT tables to ACPICA, fixes some bugs and improves debug
       facilities.  From Bob Moore, Lv Zheng and Betty Dall.
    
     - Init code change to carry out the early ACPI initialization earlier.
       That should allow us to use ACPI during the timekeeping initialization
       and possibly to simplify the EFI initialization too.  From Chun-Yi Lee.
    
     - Clenups of the inclusions of ACPI headers in many places all over from
       Lv Zheng and Rashika Kheria (work in progress).
    
     - New helper for ACPI _DSM execution and rework of the code in drivers
       that uses _DSM to execute it via the new helper.  From Jiang Liu.
    
     - New Win8 OSI blacklist entries from Takashi Iwai.
    
     - Assorted ACPI fixes and cleanups from Al Stone, Emil Goode, Hanjun Guo,
       Lan Tianyu, Masanari Iida, Oliver Neukum, Prarit Bhargava, Rashika Kheria,
       Tang Chen, Zhang Rui.
    
     - intel_pstate driver updates, including proper Baytrail support, from
       Dirk Brandewie and intel_pstate documentation from Ramkumar Ramachandra.
    
     - Generic CPU boost ("turbo") support for cpufreq from Lukasz Majewski.
    
     - powernow-k6 cpufreq driver fixes from Mikulas Patocka.
    
     - cpufreq core fixes and cleanups from Viresh Kumar, Jane Li, Mark Brown.
    
     - Assorted cpufreq drivers fixes and cleanups from Anson Huang, John Tobias,
       Paul Bolle, Paul Walmsley, Sachin Kamat, Shawn Guo, Viresh Kumar.
    
     - cpuidle cleanups from Bartlomiej Zolnierkiewicz.
    
     - Support for hibernation APM events from Bin Shi.
    
     - Hibernation fix to avoid bringing up nonboot CPUs with ACPI EC disabled
       during thaw transitions from Bjørn Mork.
    
     - PM core fixes and cleanups from Ben Dooks, Leonardo Potenza, Ulf Hansson.
    
     - PNP subsystem fixes and cleanups from Dmitry Torokhov, Levente Kurusa,
       Rashika Kheria.
    
     - New tool for profiling system suspend from Todd E Brandt and a cpupower
       tool cleanup from One Thousand Gnomes.
    
    /
    
  • kvm-3.14-1
  • v3.13
    d8ec26d7 · Linux 3.13 ·
    Linux 3.13
    
  • acpi-3.13-fixup
    Last-minute ACPI fix for 3.13
    
    This reverts a commit that causes the Alan Cox' ASUS T100TA to "crash
    and burn" during boot if the Baytrail pinctrl driver is compiled in.
    
    /
    
  • v3.12.8
    97f15f18 · Linux 3.12.8 ·
    This is the 3.12.8 stable release
    
  • v3.10.27
    1071ea6e · Linux 3.10.27 ·
    This is the 3.10.27 stable release
    
  • v3.4.77
    4b9c8e9b · Linux 3.4.77 ·
    This is the 3.4.77 stable release
    
  • v3.13-rc8
    7e22e911 · Linux 3.13-rc8 ·
    Linux 3.13-rc8
    
  • pm+acpi-3.13-rc8
    13de22c5 · Merge branch 'pm-cpuidle' ·
    ACPI and power management fixes for 3.13-rc8
    
    - Recent commits modifying the lists of C-states in the intel_idle
      driver introduced bugs leading to crashes on some systems.  Two
      fixes from Jiang Liu.
    
    - The ACPI AC driver should receive all types of notifications, but
      recent change made it ignore some of them.  Fix from Alexander Mezin.
    
    - intel_pstate's validity checks for MSRs it depends on are not
      sufficient to catch the lack of support in nested KVM setups, so
      they are extended to cover that case.  From Dirk Brandewie.
    
    - NEC LZ750/LS has a botched up _BIX method in its ACPI tables, so our
      ACPI battery driver needs a quirk for it.  From Lan Tianyu.
    
    - The tpm_ppi driver sometimes leaks memory allocated by acpi_get_name().
      Fix from Jiang Liu.
    
    /
    
  • v3.12.7
    4301b7a8 · Linux 3.12.7 ·
    This is the 3.12.7 stable release