Commit Graph

8 Commits

Author SHA1 Message Date
Jianxiong Pan f831ea7c61 mm: module parameter clean for lowmemorykiller [1/1]
PD#SWPL-199995

Problem:
module parameter clean.

Solution:
remove unnecessary module parameters.

Verify:
local.

Change-Id: I01ed821c302c53febcd3ad784846c4925d249caa
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2025-01-14 19:00:12 -08:00
Dezhen Wang bcfa0ee2e4 bring up: revert compatibility code for kernel 6.6 [1/1]
PD#SWPL-151245

Problem:
kernel6.6 will not distinguish different versions of kernel.
so we do not make compatibility code in 6.6.

Solution:
revert compatibility code for kernel 6.6.

Verify:
local

Test:
local

Change-Id: I24b8acac62cec05ffb2f637a86f91789f1d0b905
Signed-off-by: Dezhen Wang <dezhen.wang@amlogic.com>
2024-01-11 18:46:45 -07:00
Wanwei Jiang c73f5afdef module: disable module_param [1/1]
PD#SWPL-151470

Problem:
many of module parameters are no longer in use, but have not been deleted,
which affects memory and performance. all module parameters are now
disabled and can only be used after the application is approved.

Solution:
disabled all module parameters

Verify:
a4 a5

Test:
none

Change-Id: I27ee98a0437542d7b8a3da437c1525e0afded6b1
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2024-01-09 19:58:31 +08:00
Wanwei Jiang 43461aec82 kernel6.6: bring up [1/1]
PD#SWPL-145682

Problem:
bring up kernel6.6

Solution:
1. porting kernel6.6
2. compatible with different kernel versions
3. bring up kernel6.6

Verify:
sc2 c2 a4 a5

Test:
None

Change-Id: Ie22af0abc8ea96261e8a8cc7804b58565aedd904
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2023-12-14 16:55:55 +08:00
qinglin.li 9f54c42bbd break_gki: adjust break gki config [2/2]
PD#SWPL-137861

Problem:
adjust break gki config

Solution:
CONFIG_AMLOGIC_BREAK_GKI_20 only break gki2.0
CONFIG_AMLOGIC_BREAK_GKI break gki 1.0 and 2.0

Verify:
local

Change-Id: Ic86c771027980aa24c638d5f89c014240d65ec91
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2023-08-30 20:13:49 -07:00
Jianxiong Pan 12b13b09ac lmk: avoid kill process too fast. [1/1]
PD#SWPL-135230

Problem:
kill process too fast.

Solution:
advance the delay time judgment.

Verify:
loca.

Change-Id: I313cc0568c255d430d19f4c45557ee6aa6dd3b9b
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2023-08-16 03:58:51 -07:00
Jianxiong Pan 253ac2b0ba mm: port lowmemorykiller for 5.15+P. [2/2]
PD#SWPL-124928

Problem:
Android P no LMKD.

Solution:
port the lowmemorykiller from 4.9.

Verify:
local.

Change-Id: Ib9ed5d9ff1e29f3fa1e5a522255f2153b37a0d5a
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2023-05-25 01:21:49 -07:00
yanmei.yang ef591da407 yocto: CF2 add logger in kernel 5.15 [1/1]
PD#SWPL-105337

Problem:
android logger not support in kernel 5.15

Solution:
add logger into kernel 515

Verify:
Local

Signed-off-by: yanmei.yang <yanmei.yang@amlogic.com>
Change-Id: I2445c494eaae3c74f8053bb6caeea3e98825a901
2023-02-17 02:16:17 -08:00