1
0

release 6.15.2 (preliminary)

This commit is contained in:
2025-06-18 10:16:56 +03:00
parent 4d2691343a
commit c6ba88d5bc
230 changed files with 6762 additions and 32303 deletions

View File

@@ -0,0 +1,24 @@
From e90e4b57fedca27f5c230f39bd6f67672f1d24ef Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
Date: Mon, 27 Jan 2020 18:10:06 +0100
Subject: ZEN: INTERACTIVE: Base config item
---
init/Kconfig | 6 ++++++
1 file changed, 6 insertions(+)
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -163,6 +163,12 @@ config THREAD_INFO_IN_TASK
menu "General setup"
+config ZEN_INTERACTIVE
+ bool "Tune kernel for interactivity"
+ default y
+ help
+ Tunes the kernel for responsiveness at the cost of throughput and power usage.
+
config BROKEN
bool