Tags

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

    ACPI fixes for v4.13-rc4
    
     - Fix a device ID of Hisilicon Hip07/08 in the ACPI APD (AMD SoC)
       driver (Hanjun Guo).
    
     - Fix list corruption (introduced during the 4.11 cycle) in the ACPI
       LPSS (Intel SoC) driver (Hans de Goede).
    
     - Fix PCC mailbox handling code crash during initialization when
       PCCT is not present and PCC channel 0 is requested (Hoan Tran).
    
     - Fix a WDAT watchdog initialization issue causing platform device
       creation to fail due to partially overlapping address ranges in
       resources (Ryan Kennedy).
    
  • pm-4.13-rc4

    Power management fixes for v4.13-rc4
    
     - Fix the handling of the scaling_cur_freq cpufreq policy attribute
       on x86 systems with the MPERF/APERF registers present to make it
       behave more as expected after recent changes (Rafael Wysocki).
    
     - Drop a leftover callback from the intel_pstate driver which also
       prevents the cpuinfo_cur_freq cpufreq policy attribute from being
       incorrectly exposed when intel_pstate works in the active mode
       (Rafael Wysocki).
    
     - Add a missing piece describing the cpuinfo_cur_freq policy
       attribute to cpufreq documentation (Rafael Wysocki).
    
     - Fix up a recently added part of the Thunderbolt driver to avoid
       aborting system suspends if its mailbox commands time out (Rafael
       Wysocki).
    
     - Update device runtime PM framework documentation to reflect the
       current behavior of the code (Johan Hovold).
    
  • sunxi-clk-fixes-for-4.13

    Allwinner clock fixes for 4.13
    
    One critical clock fix for sun5i (A10s/A13/R8) which enables propogation
    of clock rate changes from the "cpu" clock to it's parent PLL clock.
    This fixes cpufreq related crashes that have been observed on KernelCI
    with the C.H.I.P. and multi_v7_defconfig.
    
  • drm-intel-next-2017-07-31

    More 4.14 work:
    
    - tons of corner-case fixes for gpu reset/recovery (Chris Wilson)
    - refactor power-well code for future platforms (Imre)
    - Ycbcr420 support for hdmi 2.0 displays (Shashank Sharma)
    - document FBC structs (Paulo Zanoni)
    - reduce struct_mutex usage in pinning (Chris Wilson)
    - small bits all over, as usual
  • v4.13-rc3

    16f73eb0 · Linux 4.13-rc3 ·
    Linux 4.13-rc3
    
  • wireless-drivers-for-davem-2017-07-28

    wireless-drivers fixes for 4.13
    
    Two fixes for for brcmfmac, the crash was reported by two people
    already so it's a high priority fix.
    
    brcmfmac
    
    * fix a crash in skb headroom handling in v4.13-rc1
    * fix a memory leak due to a merge error in v4.6
    
  • drm-fixes-for-v4.13-rc3

    vmwgfx, exynos, i915, amdgpu, nouveau, host1x and displayport fixes
    
  • v4.12.4

    13df91db · Linux 4.12.4 ·
    This is the 4.12.4 stable release
    
  • v4.9.40

    efcfbfb1 · Linux 4.9.40 ·
    This is the 4.9.40 stable release
    
  • v4.4.79

    e058f634 · Linux 4.4.79 ·
    This is the 4.4.79 stable release
    
  • v3.18.63

    8c13fcce · Linux 3.18.63 ·
    This is the 3.18.63 stable release
    
  • acpi-4.13-rc3

    ACPI fixes for v4.13-rc3
    
     - Add an ACPI module parameter to allow users to override the
       new default behavior on some systems where the EC GPE is not
       disabled during suspend-to-idle in case the EC on their systems
       generates excessive wakeup events and they want to sacrifice
       some functionality (like power button wakeups) for extra battery
       life while suspended (Rafael Wysocki).
    
     - Fix flushing of the outstanding EC work in the ACPI core
       suspend-to-idle code (Rafael Wysocki).
    
     - Add a missing include and fix a messed-up comment in the ACPI
       NUMA code (Ross Zwisler).
    
  • drm-intel-fixes-2017-07-27

    i915 fixes for -rc3
    
    Bit more than usual since we missed -rc2. 4x cc: stable, 2 gvt
    patches, but all fairly minor stuff. Last minute rebase was to add a
    few missing cc: stable, I did prep the pull this morning already and
    made sure CI approves.
  • drm-misc-fixes-2017-07-27

    Core Changes:
    - dp: A few fixes in drm_dp_downstream_debug() (Chris)
    - rockchip: sanitize the Kconfig dependencies (fallout from EXTCON) (Arnd)
    - host1x: Free the iommu domain when attach_device fails (Paul)
    
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Paul Kocialkowski <contact@paulk.fr>
  • sunxi-fixes-for-4.13

    Allwinner fixes for 4.13
    
    Two fixes to correct the EMAC blocks memory region size to match the
    datasheet. One that converts raw A83T clock indices to macros from the
    clk dt-binding header, completing the A83T sunxi-ng clk driver.
    
  • xfs-4.13-fixes-2

    Changes since last update:
    - Fix firstfsb variables that we left uninitialized, which could lead to
      locking problems.
    - Check for NULL metadata buffer pointers before using them.
    - Don't allow btree cursor manipulation if the btree block is corrupt.
      Better to just shut down.
    - Fix infinite loop problems in quotacheck.
    - Fix buffer overrun when validating directory blocks.
    - Fix deadlock problem in bunmapi.
    
  • drm-misc-next-2017-07-26

    drm-misc-next-2017-07-18:
    Core Changes:
    - A couple fixes to only opening crc when needed (Maarten)
    - Change atomic helper swap_state to be interruptible (Maarten)
    - fb_helper: Support waiting for an output before setting up (Daniel)
    - Allow drivers supporting runtime_pm to use helper_commit_tail (Maxime)
    
    Driver Changes:
    - misc: Use %pOF to print device node names (Rob)
    - Miscellaneous fixes
    
    drm-misc-next-2017-07-18:
    UAPI Changes:
    - Fail commits which request an event without including a crtc (Andrey)
    
    Core Changes:
    - Add YCBCR 4:2:0 support (Shashank)
    - s/drm_atomic_replace_property_blob/drm_property_replace_blob/ (Peter)
    - Add proper base class for private objs instead of using void* (Ville)
    - Remove pending_read/write_domains from drm_gem_object (Chris)
    - Add async plane update support (ie: cursor) to atomic helpers (Gustavo)
    - Add old state to .enable and rename to .atomic_enable (Laurent)
    - Add drm_atomic_helper_wait_for_flip_done() (Boris)
    - Remove drm_driver->set_busid hook (Daniel)
    - Migrate vblank documentation into the source files (Daniel)
    - Add fb_helper->lock instead of abusing modeset lock (Thierry/Daniel)
    
    Driver Changes:
    - stm: Add STM32 DSI controller driver (Phillipe)
    - amdgpu: Numerous small/misc fixes
    - bridge: Add Synopsys Designware MIPI DSI host bridge driver (Phillipe)
    - tinydrm: Add support for Pervasive Displays RePaper displays (Noralf)
    - misc: Replace for_each_[obj]_in_state to prep for removal (Maarten)
    - misc: Use .atomic_disable for atomic drivers (Laurent)
    - vgem: Pin pages when mapped/exported (Chris)
    - dw_hdmi: Add support for Rockchip RK3399 (Mark)
    - atmel-hlcdc: Add 8-bit color look-up table format (Peter)
    - vc4: Send vblank event when disabling a crtc (Boris)
    - vc4: Use atomic helpers for fence waits (Eric)
    - misc: drop drm_vblank_cleanup cargo-cult (Daniel)
    
    Cc: Daniel Vetter <daniel.vetter@intel.com>
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Peter Rosin <peda@axentia.se>
    Cc: Mark Yao <mark.yao@rock-chips.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
    Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    Cc: Gustavo Padovan <gustavo.padovan@collabora.com>
    Cc: Thierry Reding <treding@nvidia.com>
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Cc: Peter Rosin <peda@axentia.se>
    Cc: Shashank Sharma <shashank.sharma@intel.com>
    Cc: Philippe CORNU <philippe.cornu@st.com>
    Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
    Cc: Rob Herring <robh@kernel.org>
    Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
  • v4.13-rc2

    520eccdf · Linux 4.13-rc2 ·
    Linux 4.13-rc2