1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 49
49
50
50
# This is based on the following sources:
51
51
# - zen: https://gitlab.archlinux.org/archlinux/packaging/packages/linux-zen/-/blob/main/config
52
- # - lqx: https://github.com/damentz/liquorix-package/blob/6.8 /master/linux-liquorix/debian/config/kernelarch-x86/config-arch-64
52
+ # - lqx: https://github.com/damentz/liquorix-package/blob/6.13 /master/linux-liquorix/debian/config/kernelarch-x86/config-arch-64
53
53
# - Liquorix features: https://liquorix.net/
54
54
# The list below is not exhaustive, so the kernels probably doesn't match
55
55
# the upstream, but should bring most of the improvements that will be
103
103
104
104
}
105
105
// lib . optionalAttrs ( isLqx ) {
106
+ # https://github.com/damentz/liquorix-package/commit/07b176edc002f2a7825ae181613e1f79a3650fd2
107
+ CMDLINE = freeform "audit=0 intel_pstate=disable amd_pstate=disable " ;
108
+
106
109
# Google's BBRv3 TCP congestion Control
107
110
TCP_CONG_BBR = yes ;
108
111
DEFAULT_BBR = yes ;
115
118
RCU_BOOST = no ;
116
119
RCU_LAZY = lib . mkOverride 60 no ;
117
120
121
+ # https://github.com/damentz/liquorix-package/commit/3a82381a4db3452599e2b2a607046a379c72ad27
122
+ SLAB_BUCKETS = lib . mkForce ( option no ) ;
123
+ # https://github.com/damentz/liquorix-package/commit/ca7efe07abd478f3f4cbe0725a3383fd235aa5be
124
+ ENERGY_MODE = lib . mkForce ( option no ) ;
125
+ # https://github.com/damentz/liquorix-package/commit/fdc93f5633d22c26f0994fba751a26de0cb51a17
126
+ WQ_POWER_EFFICIENT_DEFAULT = lib . mkForce ( option no ) ;
127
+
118
128
# Swap storage is compressed with LZ4 using zswap
119
129
ZSWAP_COMPRESSOR_DEFAULT_LZ4 = lib . mkOptionDefault yes ;
120
130
ZSWAP_COMPRESSOR_DEFAULT_ZSTD = lib . mkDefault no ;
0 commit comments