Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • regulator-v4.18
    regulator: Updates for v4.18
    
    Quite a lot of core work this time around, though not 100% successful.
    
    We gained support for runtime mode changes thanks to David Collins and
    improved support for write only regulators (ones where we can't read
    back the configuration) from Douglas Anderson.
    
    There's been quite a bit of work from Linus Walleij on converting from
    specfying GPIOs by numbers to descriptors.  Sadly the testing turned out
    to be less good than we had hoped and so a lot of this had to be
    reverted.
    
    We also have the start of updates to use coupled regulators from Maciej
    Purski, unfortunately there are further problems there so the last
    couple of patches have been reverted.
    
    We also have new drivers for BD71837 and SY8106A devices, SAW regulators
    on Qualcomm SPMI and dropped support for some preproduction chips
    that never made it to market from the AB8500 driver.
    
  • drm-intel-next-fixes-2018-06-08-2
    First batch of i915 fixes for v4.18:
    - gvt fixes that missed v4.17, potentially need to be backported
    - eDP resolution regression revert
    - remove broken nv12 special casing
    - remove stale asserts from find active requests
    
  • gpio-v4.18-1
    This is the bulk of GPIO changes for the v4.18 development
    cycle.
    
    Core changes:
    
    - We have killed off VLA from the core library and all drivers.
      The background should be clear for everyone at this point:
      https://lwn.net/Articles/749064/
      Also I just don't like VLA's, kernel developers hate it when
      compilers do things behind their back. It's as simple as that.
      I'm sorry that they even slipped in to begin with.
      Kudos to Laura Abbott for exorcising them.
    
    - Support GPIO hogs in machines/board files.
    
    New drivers and chip support:
    
    - R-Car r8a77470 (RZ/G1C)
    - R-Car r8a77965 (M3-N)
    - R-Car r8a77990 (E3)
    - PCA953x driver improvements to accomodate more variants.
    
    Improvements and new features:
    
    - Support one interrupt per line on port A in the DesignWare
      dwapb driver.
    
    Misc:
    
    - Random cleanups, right header files in the drivers, some
      size optimizations etc.
    
  • drm-intel-next-2018-06-06
    - Ice Lake's display enabling patches (Jose, Mahesh, Dhinakaran, Paulo, Manasi, Anusha, Arkadiusz)
    - Ice Lake's workarounds (Oscar and Yunwei)
    - Ice Lake interrupt registers fixes (Oscar)
    - Context switch timeline fixes and improvements (Chris)
    - Spelling fixes (Colin)
    - GPU reset fixes and improvements (Chris)
      - Including fixes on execlist and preemption for a proper GPU reset (Chris)
    - Clean-up the port pipe select bits (Ville)
    - Other execlist improvements (Chris)
    - Remove unused enable_cmd_parser parameter (Chris)
    - Fix order of enabling pipe/transcoder/planes on HSW+ to avoid hang on ICL (Paulo)
    - Simplification and changes on intel_context (Chris)
    - Disable LVDS on Radiant P845 (Ondrej)
    - Improve HSW/BDW voltage swing handling (Ville)
    - Cleanup and renames on few parts of intel_dp code to make code clear and less confusing (Ville)
    - Move acpi lid notification code for fixing LVDS (Chris)
    - Speed up GPU idle detection (Chris)
    - Make intel_engine_dump irqsafe (Chris)
    - Fix GVT crash (Zhenyu)
    - Move GEM BO inside drm_framebuffer and use intel_fb_obj everywhere (Chris)
    - Revert edp's alternate fixed mode (Jani)
    - Protect tainted function pointer lookup (Chris)
      - And subsequent unsigned long size fix (Chris)
    - Allow page directory allocation to fail (Chris)
    - VBT's edp and lvds fix and clean-up (Ville)
    - Many other reorganizations and cleanups on DDI and DP code, as well on scaler and planes (Ville)
    - Selftest pin the mock kernel context (Chris)
    - Many PSR Fixes, clean-up and improvements (Dhinakaran)
    - PSR VBT fix (Vathsala)
    - Fix i915_scheduler and intel_context declaration (Tvrtko)
    - Improve PCH underruns detection on ILK-IVB (Ville)
    - Few s/drm_priv/i915 (Chris, Michal)
    - Notify opregion of the sanitized encoder state (Maarten)
    - Guc's event handling improvements and fixes on initialization failures (Michal)
    - Many gtt fixes and improvements (Chris)
    - Fixes and improvements for Suspend and Freeze safely (Chris)
    - i915_gem init and fini cleanup and fixes (Michal)
    - Remove obsolete switch_mm for gen8+ (Chris)
    - hw and context id fixes for GuC (Lionel)
    - Add new vGPU cap info bit VGT_CAPS_HUGE_GTT (Changbin)
    - Make context pin/unpin symmetric (Chris)
    - vma: Move the bind_count vs pin_count assertion to a helper (Chris)
    - Use available SZ_1M instead of 1 << 20 (Chris)
    - Trace and PMU fixes and improvements (Tvrtko)
    
  • media/v4.18-2
    media updates for v4.18-rc1
    
  • v4.4.136
    dc45cafe · Linux 4.4.136 ·
    This is the 4.4.136 stable release
    
  • v4.9.107
    3c3d05fc · Linux 4.9.107 ·
    This is the 4.9.107 stable release
    
  • devicetree-for-4.18
    DeviceTree updates for v4.18:
    
    - Sync dtc with upstream version v1.4.6-21-g84e414b0b5bc. This adds new
      warnings which are either fixed or disabled by default (enabled with
      W=1).
    
    - Validate an untrusted offset in DT overlay function
      update_usages_of_a_phandle_reference
    
    - Fix a use after free error of_platform_device_destroy
    
    - Fix an off by 1 string errors in unittest
    
    - Avoid creating a struct device for OPP nodes
    
    - Update DT specific submitting-patches.txt with patch content and
      subject requirements.
    
    - Move some bindings to their proper subsystem locations
    
    - Add vendor prefixes for Kaohsiung, SiFive, Avnet, Wi2Wi, Logic PD, and
      ArcherMind
    
    - Add documentation for "no-gpio-delays" property in FSI bus GPIO master
    
    - Add compatible for r8a77990 SoC ravb ethernet block
    
    - More wack-a-mole removal of 'status' property in examples
    
  • sound-4.18-rc1
    sound updates for 4.18
    
    We've got many code additions at this cycle as a result of quite a few
    new drivers.  Below are highlights:
    
    Core stuff:
    - Fix the long-standing issue with the device registration order;
      the control device is now registered at last
    - PCM locking code cleanups for RT kernels
    - Fixes for possible races in ALSA timer resolution accesses
    - TLV offset definitions in uapi
    
    ASoC:
    - Many fixes for the topology stuff, including fixes for v4 ABI
      compatibility
    - Lots of cleanups / quirks for Intel platforms based on Realtek
      CODECs
    - Continued componentization works, removing legacy CODEC stuff
    - Conversion of OMAP DMA to the new, more standard SDMA-PCM driver
    - Fixes and updates to Cirrus Logic SoC drivers
    - New Qualcomm DSP support
    - New drivers for Analog SSM2305, Atmel I2S controllers, Mediatek
      MT6351, MT6797 and MT7622, Qualcomm DSPs, Realtek RT1305, RT1306 and
      RT5668 and TI TSCS454
    
    HD-audio:
    - Finally better support for some CA0132 boards, allowing Windows
      firmware
    - HP Spectre x360 support along with a bulk of COEF stuff
    - Blacklisting power save default some known boards reported on Fedora
    
    USB-audio:
    - Continued improvements on UAC3 support; now BADD is supported
    - Fixes / improvements for Dell WD15 dock
    - Allow DMA coherent pages for PCM buffers for ARCH, MIPS & co
    
    Others:
    - New Xen sound frontend driver support
    - Cache implementation and other improvements for FireWire DICE
    - Conversions to octal permissions in allover places
    
  • old/cs_f2809d20b925
  • v4.16.14
    03329bc6 · Linux 4.16.14 ·
    This is the 4.16.14 stable release
    
  • v4.14.48
    2c6025eb · Linux 4.14.48 ·
    This is the 4.14.48 stable release
    
  • v4.9.106
    2460c23c · Linux 4.9.106 ·
    This is the 4.9.106 stable release
    
  • android-8.1.0_r0.65
    Android 8.1.0 Release 0.65
    
  • android-8.1.0_r0.64
    Android 8.1.0 Release 0.64
    
  • android-8.1.0_r0.62
    Android 8.1.0 Release 0.62
    
  • android-8.1.0_r0.61
    Android 8.1.0 Release 0.61
    
  • ASB-2018-06-05_3.18-o-release
    https://source.android.com/security/bulletin/2018-06-01
    CVE-2017-17806
    CVE-2017-17807
    CVE-2017-17558
    CVE-2018-9383
    CVE-2018-9393
    CVE-2018-9385
    CVE-2018-9389
    CVE-2018-7480
    CVE-2017-18075
  • ASB-2018-06-05_4.14
    https://source.android.com/security/bulletin/2018-06-01
    CVE-2017-17806
    CVE-2017-17807
    CVE-2017-17558
    CVE-2018-9383
    CVE-2018-9393
    CVE-2018-9385
    CVE-2018-9389
    CVE-2018-7480
    CVE-2017-18075
  • ASB-2018-06-05_4.9-o-mr1
    https://source.android.com/security/bulletin/2018-06-01
    CVE-2017-17806
    CVE-2017-17807
    CVE-2017-17558
    CVE-2018-9383
    CVE-2018-9393
    CVE-2018-9385
    CVE-2018-9389
    CVE-2018-7480
    CVE-2017-18075