Freshen up your Galaxy. An optimized, One UI-first kernel for Samsung Galaxy devices on the Exynos 9610 platform.
Supports the following devices:
- Samsung Galaxy A50 (
a50
)
Looking for the Linux kernel readme? Click here.
Mint Kernel will never be possible without the unwavering work of these awesome people. I have tried my best to keep their authorships on the commit history. Thank you very much!
- Cruel Kernel for the Galaxy S10/Note10 (@evdenis)
- GaltsGulch for the OnePlus 7 series (@RealJohnGalt)
- DragonHeart Kernel for the OnePlus 7 series (@cyberknight777)
- Sultan Kernel for the Google Pixel 4 (@kerneltoast)
- ThunderStorms Kernel for the Galaxy S10/Note10 (@ThunderStorms21th)
- Cosmic Fresh for the Moto G40 Fusion (@Dark-Matter7232)
- Motorola One Action/Vision Kernel Sources
- Quantum Kernel (@prashantpaddune)
- Zeus Kernel for the Galaxy Note9 (@THEBOSS619)
- Custom Galaxy A51 Kernel (@ianmacd)
- StormBreaker Kernel (@stormbreaker-project) and Stratosphere Kernel (@Stratosphere-Kernel) for the POCO X3
- Artemis Kernel for the Pixel 4 XL (@celtare21)
- GS101/Tensor SoC Kernel Source (@Google/@AndreiLux)
Mint is an optimized kernel source based on Samsung's open-source kernel drops of the Galaxy A50. Additional features include:
- Built with LLVM/Clang (
proton-clang
) 13 - Built with Link-Time Optimizations (LTO) enabled
- A fully-revamped Exynos Mobile Scheduler (EMS) optimized for low-latency tasks.
- A smarter governor with boost algorithms from the Galaxy S10 as well as 'inferencing' from the S20.
- Added additional I/O schedulers,
anxiety
is set as default. - Various kernel and performance improvements from Linux upstream, and even from Qualcomm devices.
- Backported changes from multiple devices, including newer Galaxy devices.
- RAM Plus support (requires ROM support), including support for per-process swap.
- Disabled basic Samsung hardening (Knox, etc).
- Added support for WireGuard VPN tunnel.
The device must have an unlocked bootloader; as well as TWRP, SHRP, or any recovery of your choice installed.
- Download latest available release from GitHub Releases.
- Copy the ZIP file to your SD card if necessary.
- Reboot to recovery.
- Flash downloaded ZIP.
- Reboot to System instead of recovery.
- ???
- Profit
Local and GitHub Action builds of Mint are built using Ubuntu 22.04 LTS. The following prerequisites are needed to build with this source:
sudo apt-get install libelf-dev bzip2 bc p7zip-full jq git python3 python-is-python3
sudo dnf install elfutils-libelf-devel bzip2 bc p7zip jq git python3
Once you have the prerequisites installed, simply run this on the Terminal.
./build.sh -d|--device <device> -v|--variant <variant> -a|--android <Android version> [main options]
Device options:
- a50 # For Samsung Galaxy A50
More options are available on the script by executing ./build.sh --help|-h
. The script will download all it needs (including the toolchain) and builds a new kernel build for you.