Tags

Tags give the ability to mark specific points in history as being important
  • acpi-4.12-rc3

    ACPI updates for v4.12-rc3
    
     - Revert a 4.11 commit related to the ACPI-based handling of laptop
       lids that made changes incompatible with existing user space
       stacks and broke things there (Lv Zheng).
    
     - Add .gitignore to the ACPI tools directory (Prarit Bhargava).
    
  • pm-4.12-rc3

    Power management updates for v4.12-rc3
    
     - Fix RTC wakeup from suspend-to-idle broken by the recent rework
       of ACPI wakeup handling (Rafael Wysocki).
    
     - Update intel_pstate driver documentation to reflect the current
       code and explain how it works in more detail (Rafael Wysocki).
    
     - Fix an issue related to CPU idleness detection on systems with
       shared cpufreq policies in the schedutil governor (Juri Lelli).
    
     - Fix a possible build issue in the dbx500 cpufreq driver (Arnd
       Bergmann).
    
     - Fix a function in the power capping framework core to return
       an error code instead of 0 when there's an error (Dan Carpenter).
    
     - Clean up variable definition in the hibernation core (Pushkar
       Jambhlekar).
    
  • iio-fixes-for-4.12a

    First set of IIO fixes in the 4.12 cycle.
    
    Matt finally set up the lightning storm he needed to test the as3935.
    
    * core
      - Fix a null pointer deference in iio_trigger_write_current when changing
      from a non existent trigger to another non existent trigger.
    * a3935
      - Recalibrate the RCO after resume.
      - Fix interrupt mask so that we actually get some interrupts.
      - Use iio_trigger_poll_chained as we aren't in interrupt context.
    * am335x
      - Fix wrong allocation size provided for private data to iio_device_alloc.
    * bcm_iproc
      - Swapped primary and secondary isr handlers.
    * ltr501
      - Fix swapped als/ps register fields when enabling interrupts
    * max9611
      - Wrong scale factor for the shunt_resistor attribute.
    * sun4-gpadc
      - Module autoloading fixes by adding the device table declarations.
      - Fix parent device being used in devm functions.
    
  • v4.12-rc2

    08332893 · Linux 4.12-rc2 ·
    Linux 4.12-rc2
    
  • v4.11.2

    02d86837 · Linux 4.11.2 ·
    This is the 4.11.2 stable release
    
  • v4.10.17

    17a4d480 · Linux 4.10.17 ·
    This is the 4.10.17 stable release
    
  • v4.9.29

    f5eea276 · Linux 4.9.29 ·
    This is the 4.9.29 stable release
    
  • v4.4.69

    bb56ca29 · Linux 4.4.69 ·
    This is the 4.4.69 stable release
    
  • v3.18.54

    7b9d239f · Linux 3.18.54 ·
    This is the 3.18.54 stable release
    
  • iommu-fixes-v4.12-rc1

    IOMMU Fixes for Linux v4.12-rc1
    
    Including:
    
    	* Another compile-fix as a fallout of the recent header-file
    	  cleanup
    
    	* Add a missing IO/TLB flush to the Intel VT-d kdump code path
    
    	* A fix for ARM64 dma code to only access initialized
    	  iova_domain members
    
  • devicetree-fixes-for-4.12

    DeviceTree fixes for 4.12-rc:
    
    - Fix missing allocation failure handling in fdt code
    
    - Fix dtc compile error on 32-bit hosts
    
    - Revert bad sparse changes causing GCC7 warnings
    
  • drm-misc-fixes-2017-05-18

    Driver Changes:
    - host1x: Fix link error when host1x is built-in and iova is a module (Arnd)
    - hlcdc: Fix arguments passed to drm_of_find_panel_or_bridge (Boris)
    
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
  • drm-misc-next-2017-05-16

    UAPI Changes:
    - Return -ENODEV instead of -ENXIO when creating cma fb w/o valid gem (Daniel)
    - Add aspect ratio and custom scaling propertis to connector state (Maarten)
    
    Cross-subsystem Changes:
    - None
    
    Core Changes:
    - Add Laurent as bridge reviewer and Andrzej as bridge maintainer (Archit)
    - Maintain new STM driver through -misc (Yannick)
    - Misc doc improvements (as is tradition) (Daniel)
    - Add driver-private objects to atomic state (Dhinakaran)
    - Deprecate preclose hook in modern drivers (use postclose) (Daniel)
    - Add hwmode to vblank struct. This fixes mode access in irq context and reduced
      a bunch of boilerplate (Daniel)
    
    Driver Changes:
    - vc4: Add out-fence support to vc4 V3D rendering (Eric)
    - stm: Add stm32f429 display hw and am-480272h3tmqw-t01h panel support (Yannick)
    - vc4: Remove 256MB cma limit from vc4 (Eric)
    - dw-hdmi: Disable audio when inactive, instead of always enabled (Romain)
    - zte: Add support for VGA to the ZTE driver (Shawn)
    - i915: Track DP MST bandwidth and check it in atomic_check (Dhinakaran)
    - vgem: Enable gem dmabuf import iface to facilitate ion testing (Laura)
    - vc4: Add support for Cygnus (new dt compat string + couple bug fixes) (Eric)
    - pl111: Add driver for pl111 CLCD display controller (Eric/Tom)
    - vgem: Subclass drm_device instead of standalone platform device (Chris)
    
    Cc: Archit Taneja <architt@codeaurora.org>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Yannick Fertre <yannick.fertre@st.com>
    Cc: Romain Perier <romain.perier@collabora.com>
    Cc: Navare, Manasi D <manasi.d.navare@intel.com>
    Cc: Shawn Guo <shawn.guo@linaro.org>
    Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
    Cc: Laura Abbott <labbott@redhat.com>
    Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
    Cc: Tom Cooksey <tom.cooksey@arm.com>
    Cc: Daniel Vetter <daniel.vetter@intel.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
  • v3.18.53

    b3eba07a · Linux 3.18.53 ·
    This is the 3.18.53 stable release
    
  • drm-intel-next-2017-05-15

    Another pile of stuff for 4.12:
    
    - OA improvements and fixes from Robert Bragg
    - fixes for the dp aux backlight driver (Puthikorn Voravootivat)
    - no RCU during shrinking (unfortunately), from Joonas
    - small atomic leftovers (better unpin, statified hw verifier), from
      Maarten
    - g4x wm fixes (Ville)
    - piles of cursor fixes/improvements (Ville)
    - g4x overlay plane support (Ville)
    - prep for new guc logging/notification (Michal Wajdeczko)
    - pile of static checker appeasement from Imre
    - implement dma_buf->kmap, good for testing (Chris)
    - fine-tune ring handling (Chris)
  • v4.10.16

    6e8e9958 · Linux 4.10.16 ·
    This is the 4.10.16 stable release
    
  • v4.11.1

    4c71e91a · Linux 4.11.1 ·
    This is the 4.11.1 stable release
    
  • v4.9.28

    58cd97ff · Linux 4.9.28 ·
    This is the 4.9.28 stable release