Skip to content

Commit

Permalink
updater: Update information for 1.0 C2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
idkwhoiam322 committed Feb 2, 2020
1 parent 65ce97e commit d028484
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 47 deletions.
41 changes: 0 additions & 41 deletions updater/changelog

This file was deleted.

47 changes: 47 additions & 0 deletions updater/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## Build Information
```
Kernel: Weeb Kernel
Type: STABLE
Device: OnePlus 7/T/Pro/5G
Compiler: GCC
Branch: master
HEAD: 65ce97e1d647e
Build Number: v1.0-C2
```

## JSONs for OTA
**Stable Channel:**
https://raw.githubusercontent.com/RaphielGang/android_kernel_oneplus_sm8150/master/updater/update.json

**Beta Channel:**
https://raw.githubusercontent.com/idkwhoiam322/weeb_kernel_oneplus_sm8150/staging/updater/update.json

## Changelog
```
Initial Release!
- Cleanly based over latest CAF tag with minimal OnePlus changes
-- RAM Boost MUST be disabled
- Merged latest LTS subversion tag
- BBR as the default TCP network congestion control
- vDSO 32 patches to improve 32-bit performance
- vmalloc patches backported from mainline
- UFS optimizations
- Latest CFQ I/O scheduler
- Removed VLAs treewide
- Removed RTB logging
- Block userspace from messing with cpufreq completely
- cpu_input_boost driver by kerneltoast to handle cpu boosting
- devfreq_boost driver by kerneltoast to handle devfreq boosting
- Use userspace LMKD alongside PSI
- Use full PELT with sched_boost added ( but all its influences removed )
to satisfy userspace
- kcal support
- wireguard support
- clean up and optimize some OnePlus changes
- Upstream KGSL and qseecom to latest CAF
- Import several optimizations from Pixel 4
- Don't boost cpu/task utilization by default with schedtune.boost
-- This behaviour is only when schedtune.boost is set to 2
-- Tasks are still biased to big cluster by default for top-app
- force some kernel threads to big cluster
```
12 changes: 6 additions & 6 deletions updater/update.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"kernel": {
"name": "Weeb Kernel - Hentai Edition",
"version": "v1.0rc1",
"link": "https://github.com/idkwhoiam322/weeb_kernel_oneplus_sm8150/releases/download/1.0-rc1/Hentai-perf-v1.0rc1.zip",
"changelog_url": "https://raw.githubusercontent.com/idkwhoiam322/weeb_kernel_oneplus_sm8150/staging/updater/changelog",
"date": "2020-01-10",
"sha1": "d223bac4591a7af94d893212815290690e5b3466"
"name": "Weeb Kernel - C2 Release",
"version": "v1.0-C2",
"link": "https://github.com/RaphielGang/android_kernel_oneplus_sm8150/releases/download/1.0-C2/Weeb-Kernel-v1.0-C2.zip",
"changelog_url": "https://raw.githubusercontent.com/RaphielGang/android_kernel_oneplus_sm8150/master/updater/changelog.md",
"date": "2020-02-02",
"sha1": "18e7d85b6b2cda07b0e1e84612c38bb0b1ca5790"
},
"support": {
"link": "https://t.me/weebkernelchat"
Expand Down

0 comments on commit d028484

Please sign in to comment.