Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v4.11.10
    e3d9e2b2 · Linux 4.11.10 ·
    This is the 4.11.10 stable release
    
  • v4.9.37
    c48f76d6 · Linux 4.9.37 ·
    This is the 4.9.37 stable release
    
  • iommu-updates-v4.13
    IOMMU Updates for Linux v4.13
    
    This update comes with:
    
    	* Support for lockless operation in the ARM io-pgtable code.
    	  This is an important step to solve the scalability problems in
    	  the common dma-iommu code for ARM
    
    	* Some Errata workarounds for ARM SMMU implemenations
    
    	* Rewrite of the deferred IO/TLB flush code in the AMD IOMMU
    	  driver. The code suffered from very high flush rates, with the
    	  new implementation the flush rate is down to ~1% of what it
    	  was before
    
    	* Support for amd_iommu=off when booting with kexec. Problem
    	  here was that the IOMMU driver bailed out early without
    	  disabling the iommu hardware, if it was enabled in the old
    	  kernel
    
    	* The Rockchip IOMMU driver is now available on ARM64
    
    	* Align the return value of the iommu_ops->device_group
    	  call-backs to not miss error values
    
    	* Preempt-disable optimizations in the Intel VT-d and common
    	  IOVA code to help Linux-RT
    
    	* Various other small cleanups and fixes
    
  • drm-intel-next-fixes-2017-07-11
    drm/i915 fixes for v4.13-rc1
  • devprop-4.13-rc1
    Device properties framework updates for v4.13-rc1
    
     - Rearrange the core device properties code by moving the code
       specific to each supported platform configuration framework
       (ACPI, DT and build-in) into a separate file (Sakari Ailus).
    
     - Add helper functions for accessing device properties in a
       firmware-agnostic way (Sakari Ailus, Kieran Bingham).
    
  • acpi-extra-4.13-rc1
    More ACPI updates for v4.13-rc1
    
     - Fix the ACPI code handling the SPCR table to check access
       width of MMIO regions and add a workaround for APM X-Gene
       8250 UART to use 32-bit MMIO accesses with its register
       (Loc Ho).
    
     - Fix two ACPI-based hotplug issues related to the handling of
       hot-remove failures on the OS side (Chun-Yi Lee).
    
     - Constify attribute_group structures in a few places (Arvind Yadav).
    
     - Make one local function static (Colin Ian King).
    
  • pm-extra-4.13-rc1
    More power management updates for v4.13-rc1
    
     - Revert a recent change in the generic power domains (genpd)
       framework that led to regressions and turned out the be misguided
       (Rafael Wysocki).
    
     - Fix a recently introduced build issue in the generic power domains
       (genpd) framework (Arnd Bergmann).
    
     - Constify attribute_group structures in the PM core, the cpufreq
       stats code and in intel_pstate (Arvind Yadav).
    
  • drm-misc-next-fixes-2017-07-10
    Core Changes:
    - Fix empty timestamps on hw without vlbank counter (Laurent)
    - Clear atomic state before retrying ww/mutex acquisition in remove_fb (Maarten)
    
    Driver Changes:
    - rockchip: Fix incorrect NULL pointer check after allocation (Gustavo)
    
    Cc: Gustavo A. R. Silva <garsilva@embeddedor.com>
    Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
    Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
  • drm-for-v4.13
    main drm pull for v4.13
    
  • mac80211-for-davem-2017-07-07
    netlink validation fixes for nl80211
    
  • gpio-v4.13-1
    This is the bulk of GPIO changes for the v4.13 series:
    
    Core:
    - Export add/remove for lookup tables so that modules can export GPIO
      descriptor tables.
    - Handle GPIO sleep states: it is now possible to flag that a GPIO line
      may loose its state during suspend/resume of the system to save
      power. This is used in the Wolfson Micro Arizona driver.
    - ACPI-based GPIO was tightened up a lot around the edges.
    - Use bitmap_fill() to speed up a loop.
    
    New drivers:
    - Exar XRA1403 SPI-based GPIO.
    - MVEBU driver now supports Armada 7K and 8K.
    - LP87565 PMIC GPIO.
    - Renesas R-CAR R8A7743 (RZ/G1M).
    - The new IOT2040 8250 serial/GPIO also comes in through this
      changeset.
    
    Substantial driver changes:
    - Seriously fix the Exar 8250 GPIO portions to work.
    - The MCP23S08 was moved out to a pin control driver.
    - Convert MEVEBU to use regmap for register access.
    - Drop Vulcan support from the Broadcom driver.
    - Serious cleanup and improvement of the mockup driver, giving us a
      better test coverage.
    
    Misc:
    - Lots of janitorial clean up.
    - A bunch of documentation fixes.
    
  • devicetree-for-4.13
    DeviceTree for 4.13:
    
    - vsprintf format specifier %pOF for device_node's. This will enable us
      to stop storing the full node names. Conversion of users will happen
      next cycle.
    
    - Update documentation to point to DT specification instead of ePAPR.
    
    - Split out graph and property functions to a separate file.
    
    - New of-graph functions for ALSA
    
    - Add vendor prefixes for RISC-V, Linksys, iWave Systems, Roofull,
      Itead, and BananaPi.
    
    - Improve dtx_diff utility filename printing.
    
  • v4.11.9
    f82a53b8 · Linux 4.11.9 ·
    This is the 4.11.9 stable release
    
  • v4.9.36
    9f86f302 · Linux 4.9.36 ·
    This is the 4.9.36 stable release
    
  • v4.4.76
    4282d395 · Linux 4.4.76 ·
    This is the 4.4.76 stable release
    
  • media/v4.13-1
    media updates for v4.13-rc1
    
  • v3.18.60
    8686d7d2 · Linux 3.18.60 ·
    This is the 3.18.60 stable release
    
  • sound-4.13-rc1
    sound updates for 4.13-rc1
    
    This development cycle resulted in a fair amount of changes in both
    core and driver sides.  The most significant change in ALSA core is
    about PCM.  Also the support of of-graph card and the new DAPM widget
    for DSP are noteworthy changes in ASoC core.  And there're lots of
    small changes splat over the tree, as you can see in diffstat.
    
    Below are a few highlights:
    
    ALSA core:
    - Removal of set_fs() hackery from PCM core stuff, and the code
      reorganization / optimization thereafter
    - Improved support of PCM ack ops, and a new ABI for improved
      control/status mmap handling
    - Lots of constifications in various codes
    
    ASoC core:
    - The support of of-graph card, which may work as a better generic
      device for a replacement of simple-card
    - New widget types intended mainly for use with DSPs
    
    ASoC drivers:
    - New drivers for Allwinner V3s SoCs
    - Ensonic ES8316 codec support
    - More Intel SKL and KBL works
    - More device support for Intel SST Atom (mostly for cheap tablets and
      2-in-1 devices)
    - Support for Rockchip PDM controllers
    - Support for STM32 I2S and S/PDIF controllers
    - Support for ZTE AUD96P22 codecs
    
    HD-audio:
    - Support of new Realtek codecs (ALC215/ALC285/ALC289), more quirks
      for HP and Dell machines
    - A few more fixes for i915 component binding
    
    Note that of-graph change may bring the conflicts with a later pull
    request of devicetree, as currently found in linux-next.
    
  • regulator-v4.13
    regulator: Updates for v4.13
    
    A quiet release for the regulator API, a series of fairly small fixes
    plus one new feature and a few new drivers:
    
     - Support for regulators with different settling times for rising and
       falling voltage changes.
     - New drivers for Allwinner AXP803, HiSilicon HI6421V530 and TI
       LP87565.
    
  • acpi-4.13-rc1
    ACPI updates for v4.13-rc1
    
     - Update the ACPICA code in the kernel to upstream revision
       revision 20170531 (which covers all of the new material from
       ACPI 6.2) including:
       * Support for the PinFunction(), PinConfig(), PinGroup(),
         PinGroupFunction(), and PinGroupConfig() resource descriptors
         (Mika Westerberg).
       * Support for new subtables in HEST and SRAT, new notify value
         for HEST, header support for TPM2 table changes, and BGRT
         Status field update (Bob Moore).
       * Support for new PCCT subtables (David Box).
       * Support for _LSI, _LSR, _LSW, and _HMA as predefined methods
         (Erik Schmauss).
       * Support for the new WSMT, HMAT, and PPTT tables (Lv Zheng).
       * New UUID values for Processor Properties (Bob Moore).
       * New notify values for memory attributes and graceful shutdown
         (Bob Moore).
       * Fix related to the PCAT_COMPAT MADT flag (Janosch Hildebrand).
       * Resource to AML conversion fix for resources containing GPIOs
         (Mika Westerberg).
       * Disassembler-related updates (Bob Moore, David Box, Erik
         Schmauss).
       * Assorted fixes and cleanups (Bob Moore, Erik Schmauss, Lv Zheng,
         Cao Jin).
    
     - Modify ACPICA to always use designated initializers for function
       pointer structures to make the structure layout randomization GCC
       plugin work with it (Kees Cook).
    
     - Update the tables configfs interface to unload SSDTs on configfs
       entry removal (Jan Kiszka).
    
     - Add support for the GPI1 regulator to the xpower PMIC Operation
       Region handler (Hans de Goede).
    
     - Fix ACPI EC issues related to conflicting EC definitions in the
       ECDT and in the ACPI namespace (Lv Zheng, Carlo Caione, Chris
       Chiu).
    
     - Fix an interrupt storm issue in the EC driver and make its debug
       output work with dynamic debug as expected (Lv Zheng).
    
     - Add ACPI backlight quirk for Dell Precision 7510 (Shih-Yuan Lee).
    
     - Fix whitespace in pr_fmt() to align log entries properly in some
       places in the ACPI subsystem (Vincent Legoll).