summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-08lowmem: Add lowmem event logssandbox/sy.kwak/resourced_loggingSangYoun Kwak5-5/+120
2023-08-03lowmem-monitor: Modify PSI monitor to do one action per monitoraccepted/tizen/unified/riscv/20230809.013259accepted/tizen/unified/20230809.071852SangYoun Kwak1-11/+30
2023-08-03lowmem-monitor: Modify PSI's epoll_wait as blockingSangYoun Kwak1-4/+1
2023-08-03lowmem-monitor: Modify PSI memory monitoring levelsSangYoun Kwak1-67/+50
2023-08-03lowmem-monitor: Modify psi event handler like vmpressureSangYoun Kwak1-1/+11
2023-08-02proc: Check whether window is enabled or notaccepted/tizen/unified/20230803.174805Unsung Lee4-0/+56
2023-08-02proc: Reset the window stack information from proc_app_infoUnsung Lee3-6/+165
2023-08-02proc-monitor: Check window validity using focus informationUnsung Lee1-79/+42
2023-08-01proc-monitor: Update window stack when updating app life cycleUnsung Lee3-4/+35
2023-08-01proc-monitor: Identify windows to save in app infoUnsung Lee1-4/+1
2023-07-31lowmem: Pass oom level to LMK governor post for fg appUnsung Lee1-4/+5
2023-07-31memory-cgroup: Move code to correct module and refer to correct moduleUnsung Lee4-73/+93
2023-07-31lowmem: Move oom level to libsyscommonUnsung Lee5-26/+43
2023-07-31lowmem: Support 'get_kill_candidates_post' funcsUnsung Lee3-21/+30
2023-07-31memory-cgroup: Add a new oom_level called OOM_LEVEL_FOREGROUNDUnsung Lee3-0/+11
2023-07-31lowmem: Initalize task window info using app window infoUnsung Lee1-0/+24
2023-07-31lowmem: Set fixed oom_score_adj of foreground app during LMKUnsung Lee2-0/+17
2023-07-31proc-oom-priority: Set low oom_score_adj for 'ForegroundAppList'Unsung Lee2-31/+78
2023-07-31conf: Parse 'ForegroundAppList' property of process.confUnsung Lee4-1/+65
2023-07-31conf: Extract functions to reduce duplicate codeUnsung Lee1-24/+94
2023-07-31proc-monitor: Save window info obtained from window system in app infoUnsung Lee3-0/+258
2023-07-31Refactor enum 'oom_score' for high readabilityUnsung Lee10-81/+96
2023-07-27lowmem-monitor: Disable PSI monitoring methodSangYoun Kwak1-0/+12
2023-07-13lowmem-monitor: Add PSI monitoring methodSangYoun Kwak1-0/+389
2023-07-12lowmem-monitor: Rename to lowmem-monitor-vmpressureSangYoun Kwak1-3/+3
2023-07-11conf: Add detailed explanations for process confsSangYoun Kwak1-3/+15
2023-07-04Fix the build error using gcc 13accepted/tizen/unified/dev/20230726.115715accepted/tizen/unified/20230706.152150SangYoun Kwak1-1/+13
2023-06-02optimizer.conf: Change CPU RT throttling from 90% to 95%accepted/tizen/unified/20230613.170823Unsung Lee1-1/+1
2023-04-27Rename package, include and function name of system pluginSangYoun Kwak4-5/+5
2023-04-20Rename plugins according to conf/resource/moduleUnsung Lee2-28/+28
2023-04-19resourced.spec: revert "Undo modification of light package"Unsung Lee1-18/+4
2023-04-17lowmem: Add MEM_LEVEL_LOW in lowmem_register_mem_level_controller()Unsung Lee1-0/+1
2023-04-11lowmem: Remove unused functionSangYoun Kwak1-5/+0
2023-04-11lowmem: Rename structure and functions of controller opsSangYoun Kwak4-42/+42
2023-04-11lowmem-controller: Move oom memory action from lowmem to controllerSangYoun Kwak4-128/+159
2023-04-10lowmem-controller: Move critical memory action from lowmem to controllerSangYoun Kwak2-18/+6
2023-04-10lowmem-controller: Move low memory action from lowmem to controllerSangYoun Kwak4-116/+132
2023-04-10lowmem-controller: Move medium memory action from lowmem to controllerSangYoun Kwak3-37/+63
2023-04-10lowmem-controller: Move high memory action from lowmem to controllerSangYoun Kwak4-37/+114
2023-04-07lowmem-controller: Modify controller as a moduleSangYoun Kwak4-38/+40
2023-04-07lowmem-monitor: Modify monitor as a moduleSangYoun Kwak4-65/+38
2023-04-07lowmem-governor: Move governor to plugin-backendSangYoun Kwak4-88/+6
2023-04-07lowmem-governor: Modify governor as a moduleSangYoun Kwak4-69/+70
2023-04-07module: Add a new entry to the priority of modulesSangYoun Kwak2-0/+5
2023-04-07module: Refactor to use lists per prioritiesSangYoun Kwak2-56/+88
2023-03-31resourced.spec: Undo modification of light packageUnsung Lee1-4/+18
2023-03-09lowmem-governor: Refactor to use the governor independentlyaccepted/tizen/unified/20230310.062650SangYoun Kwak6-244/+317
2023-02-17process: Support fixed oom for app via Private configaccepted/tizen/unified/20230220.174507Unsung Lee8-70/+76
2023-02-16cpu-sched: Fix memory leak when loading the cpu affinity configUnsung Lee1-2/+8
2023-02-16cpu-sched: Optimize search for cpu affinity fixed appUnsung Lee1-8/+4