Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Releases: kdrag0n/proton_kernel_wahoo

Test 89

02 Jun 22:14
Compare
Choose a tag to compare
Test 89 Pre-release
Pre-release

Changelog:

  • Re-enabled AVB for the stock ROM
  • Enabled namespaces and some other features to allow running full Linux containers
  • Enabled CPU-specific compiler optimizations
  • Reduced ARP log spam
  • Upstreamed to v4.4.225
  • Added more detail to the kernel version string
  • Improved zRAM performance for larger chunks
  • Reduced freeze time when a kernel crash occurs
  • Removed old temporarily experiments from Google to reduce overhead
  • Added Sultan's latest changes (reduced debugging and other optimizations)
  • Disabled expedited RCU grace periods to reduce power usage

Test 58

29 May 00:12
Compare
Choose a tag to compare
Test 58 Pre-release
Pre-release

This is an early Proton Kernel build for the Pixel 2 (XL), based on Sultan kernel.

Changelog:

  • Optimized flashing process
  • Reduced log spam during deep sleep
  • Removed unused device trees for pre-production devices
  • Reduced display power usage significantly on Pixel 2 XL only (9%/h → 7%/h for me)
  • Compiled with Proton Clang 11
  • Disabled some unused code
  • Bumped TCP receive window and memory sizes to speed up small downloads and page loads
  • Upstreamed to v4.4.224
  • Enabled TCP ECN for better handling of poor connections (similar to iOS 11+)
  • Fixed rare full device lockups caused by one of Sultan's backported changes (likely)