summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-03-07pass-rescon: Get scenario_level_list inside critical sectionaccepted/tizen/unified/x/20240311.100253accepted/tizen/unified/20240308.174124Dongwoo Lee1-1/+2
2024-03-07monitor: Prevent possible deadlock and pseudo wakeupDongwoo Lee2-6/+5
2023-12-14resource-monitor: Add a body of the dbus request message for applying the cha...Sung-hun Kim1-0/+6
2023-12-14monitor: Add error handling codesSung-hun Kim1-1/+11
2023-08-08pass: thermal: Fix possible null deference in thermal_free()accepted/tizen/unified/riscv/20230809.013248accepted/tizen/unified/20230808.170202accepted/tizen_unified_riscvSeung-Woo Kim1-3/+5
2023-08-08pass: thermal: Fix typo in thermal_free()Seung-Woo Kim1-1/+1
2023-03-17pass: resmon: Add missing exception handling to check parameterChanwoo Choi2-4/+14
2023-03-16pass: resmon: Move private pass_resmon structure for encapsulationChanwoo Choi7-63/+135
2023-03-14pass: rescon: Fix GET functions to work properlyaccepted/tizen/unified/20230315.093502Dongwoo Lee1-5/+20
2023-03-14pass: resmon: Add RESMON_TIMER_UNKNOWN enumChanwoo Choi1-0/+2
2023-03-02monitor: request-handler: Apply API for creating monitoraccepted/tizen/unified/20230310.062654Youngjae Cho1-1/+1
2023-02-20pass: monitor: Apply libsyscommon resource-monitor changesaccepted/tizen/unified/20230306.172219Dongwoo Lee13-403/+403
2023-02-20resource: system: Fix possible vulnerabilityDongwoo Lee1-1/+1
2023-02-15resource: system: Add is_supported ops for memory pressure level attributeDongwoo Lee1-0/+7
2023-02-14pass: Fix build warningsDongwoo Lee1-5/+6
2023-02-08util: thread: Prevent to run thread before creation finishedaccepted/tizen/unified/20230221.031435Dongwoo Lee1-3/+9
2023-02-07resource: system: Add MEMORY_PRESSURE_LEVEL attributeDongwoo Lee1-0/+214
2022-12-13pass: rescon: Encapsulate struct pass_rescon to prevent direct accessChanwoo Choi8-127/+247
2022-11-08resource: Operate based on resource idaccepted/tizen/unified/20221206.170546Youngjae Cho15-403/+263
2022-10-31resource: Apply system resource manager libraryDongwoo Lee23-1699/+632
2022-10-31resource: Resolve dependency of HAL devicesDongwoo Lee9-80/+89
2022-10-31resource: extract resource core from monitorDongwoo Lee3-144/+142
2022-09-23pass: thermal: Fix to return proper value for dbus signal handlertizen_7.0_m2_releaseaccepted/tizen/unified/20220927.132311accepted/tizen/7.0/unified/hotfix/20221116.105751accepted/tizen/7.0/unified/20221110.063429tizen_7.0_hotfixaccepted/tizen_7.0_unified_hotfixSeung-Woo Kim1-1/+1
2022-09-23pmqos: Fix to return proper value for dbus signal handlerSeung-Woo Kim1-6/+3
2022-09-23pass: Fix to return proper value for dbus signal handlerSeung-Woo Kim1-1/+1
2022-09-20pass: parser: Change num_of_cpus and first_cpu into signed typeaccepted/tizen/unified/20220922.114008Dongwoo Lee1-2/+2
2022-09-20pass: parser: Check NULL before referenceDongwoo Lee1-2/+3
2022-09-20monitor: Use the systemd Unix socketaccepted/tizen/unified/20220920.110715Sung-hun Kim1-5/+31
2022-09-15resource: Fix missing NULL checkDongwoo Lee1-0/+3
2022-09-15resource: Pass error result directly from resource creationaccepted/tizen/unified/20220919.013232accepted/tizen/unified/20220917.094318Dongwoo Lee2-10/+12
2022-09-14monitor: Add dbus interface for turning on/off debug modeDongwoo Lee2-1/+72
2022-09-14monitor: providing ip socket server when debug mode is enabledDongwoo Lee2-10/+36
2022-09-07pass: parser: Add get_property_set to simplify getting propertiesChanwoo Choi4-358/+210
2022-09-07util: kernel: Fix possible vulnerabilityaccepted/tizen/unified/20220908.013431Dongwoo Lee1-1/+4
2022-09-05monitor: lib: Support Unix domain socket (UDS) and TCP/IP socket concurrentlySung-hun Kim1-27/+119
2022-09-01util: privilege: Add is_privilege_supported functionChanwoo Choi1-0/+75
2022-09-01util: resource: Change error code from -EPERM to -EACCESSung-hun Kim1-1/+1
2022-08-31monitor: request-handler: Fix build errorsubmit/tizen/20220901.025125Chanwoo Choi1-1/+1
2022-08-31monitor: Add a handler function for REQUEST_SET_RESOURCE_FLAGSung-hun Kim2-0/+81
2022-08-31resource: Add a new property "flag" to attributesSung-hun Kim11-0/+77
2022-08-30util: kernel: Get the name of smaps entry with limited widthDongwoo Lee1-13/+16
2022-08-30util: kernel: Use snprintf() instead of sprintf()Dongwoo Lee1-1/+1
2022-08-30pass: Remove unnecessarily included headersDongwoo Lee4-6/+0
2022-08-30pass: Change the unit for gov_timeout into milliseconds from secondsDongwoo Lee3-24/+24
2022-08-30resource-monitor: Fix coverity issuesubmit/tizen/20220830.033447Chanwoo Choi2-0/+6
2022-08-30resource: disk: Remove unnecessary pre-checking for opening fileDongwoo Lee1-5/+6
2022-08-25resource: process: Fix to convert to double before integer divisionDongwoo Lee1-1/+1
2022-08-25resource: system: Fix to check NULL for private dataDongwoo Lee1-1/+5
2022-08-25util: kernel: Use proper data type for the id of cpu statDongwoo Lee1-4/+4
2022-08-23util: common: Add missing case breakSeung-Woo Kim1-0/+1