summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-22lowmem-controller: Add missing vconf setting for soft warningaccepted/tizen/8.0/unified/20240823.183209tizen_8.0accepted/tizen_8.0_unifiedYoungjae Cho1-0/+2
2024-08-08cpu-sched: Get return value from the non-void functionaccepted/tizen/8.0/unified/20240809.180306Unsung Lee1-2/+1
2024-08-08heart-abnormal: Remove unreachable codeUnsung Lee1-4/+2
2024-08-08proc-oom-priority: Change minimum fixed oom scoreUnsung Lee2-4/+2
2024-08-08resourced: Remove unnecessary comments and indentationsSangYoun Kwak1-63/+25
2024-08-08resourced: Modify switch statement not to fall throughSangYoun Kwak1-2/+2
2024-08-08process: Remove unnecessary comments and indentationsSangYoun Kwak1-83/+30
2024-08-08Modify switch statement not to fall throughSangYoun Kwak1-2/+2
2024-08-01spec: Change version to match tizen versionaccepted/tizen/8.0/unified/20240807.134505Unsung Lee1-1/+1
2024-07-26proc-monitor: Add support of missing componentbasedapp app typeaccepted/tizen/8.0/unified/20240729.125346Chanwoo Choi1-0/+4
2024-07-26proc-monitor: Add support of new robotapp app typeChanwoo Choi1-0/+3
2024-07-26proc-monitor: Remove duplicate code as separate functionChanwoo Choi1-28/+43
2024-07-26proc-monitor: Align indentation of definitionChanwoo Choi1-8/+9
2024-07-22proc-main: Init proc_app_info memory strucutre before updatingaccepted/tizen/8.0/unified/20240724.010423Unsung Lee1-5/+6
2024-07-01cpu-boosting: Remove meaningless but frequent called logaccepted/tizen/8.0/unified/20240703.154916Unsung Lee1-2/+0
2024-07-01cpu-boosting: Add reason to fail boosting cpu in the logUnsung Lee2-8/+25
2024-07-01safe-kill: Add reason to send signal in the logUnsung Lee10-20/+52
2024-07-01fd-handler: Remove meaningless but frequent called logUnsung Lee1-3/+0
2024-04-17heart-cpu: Remove double unlock codeaccepted/tizen/8.0/unified/20240417.155223Unsung Lee1-1/+1
2024-04-16lowmem-governor: Revert "Classify apps & optimize memory cgroup"Unsung Lee1-1/+1
2024-04-04lowmem: Modify to move cgroup when pid is childaccepted/tizen/8.0/unified/20240405.142053SangYoun Kwak1-1/+20
2024-01-31Add ISU packageaccepted/tizen/8.0/unified/20240201.164552Adam Michalski8-0/+102
2023-12-28cpu-sched: Exclude apps that are not foreground but have PROC_STATE_FOREGROUN...accepted/tizen/8.0/unified/20240102.165105Unsung Lee1-1/+3
2023-12-28cpu-sched: Add background notifiers for fixed oom score appUnsung Lee3-4/+40
2023-12-28cpu-sched: Check name and cpu_info for app with cpu affinityUnsung Lee1-1/+7
2023-12-28memory-cgroup: Set oom score range between cgroupUnsung Lee1-3/+8
2023-12-28proc-main: Revert update oom score of service app launchUnsung Lee1-2/+12
2023-12-28lowmem-limit: Update app (w/ MemLimitAction) cgroup when status is changedUnsung Lee1-3/+3
2023-12-28conf: Support memory limit exception for specific appUnsung Lee4-1/+14
2023-12-28conf: Remove action from all LimitActionUnsung Lee5-65/+90
2023-12-28lowmem: Restore default value of LmkThresholdLeave and LmkMaxVictimPerOomUnsung Lee2-2/+6
2023-12-28process: Fix watchdog handler to use proper appidSangYoun Kwak1-10/+11
2023-12-28conf: Add LmkMaxVictimPerOom to set max victim per oom level during LMKUnsung Lee6-2/+15
2023-12-28conf: Add LmkThresholdLeave to set stop condition of LMKUnsung Lee7-17/+50
2023-12-28proc-oom-priority: Support fixed oom for service type appUnsung Lee1-0/+2
2023-12-28lowmem-governor: Remove app with LmkKillException from the LMK victim listUnsung Lee1-0/+94
2023-12-28conf: Add LmkKillException to remove app from LMK listUnsung Lee4-0/+21
2023-12-28proc-common: Change limit_bytes type to cover larger than 4GBUnsung Lee1-1/+1
2023-12-28lowmem-limit: Remove useless max limit size checkUnsung Lee1-4/+2
2023-12-28lowmem-limit: Add oom based event trigger and handlerUnsung Lee4-81/+194
2023-12-28conf: Support oom based event trigger and handler in confUnsung Lee5-1/+56
2023-12-28swap: Reclaim memory when LCD is offUnsung Lee5-1/+33
2023-12-28memory-cgroup: Add BackgroundMru cgroupUnsung Lee6-32/+68
2023-12-28memory-cgroup: Rename memory throttling to memory background LRUUnsung Lee15-69/+71
2023-12-11config: Add AfterScreenDim configurationUnsung Lee7-5/+143
2023-10-30lowmem-monitor-psi: Add the lowest PSI levelaccepted/tizen/8.0/unified/20231103.040827Unsung Lee1-24/+39
2023-09-14conf: Add governor (post) configurationstizen_8.0_m2_releaseaccepted/tizen/unified/20230920.072014accepted/tizen/8.0/unified/20231005.093836Unsung Lee5-1/+63
2023-09-14conf: Move proc-common to memory-common for consistencyUnsung Lee5-34/+15
2023-09-13cpu-boosting-monitor: Check return value of eventfd_write and remove useless ...accepted/tizen/unified/20230914.100402Unsung Lee1-4/+11
2023-09-13proc-monitor: Modify variable type and function to parse window infoUnsung Lee1-7/+50