summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-29pass: resmon: Fix memory leak of udev_monitor in error pathsubmit/tizen_6.0/20210201.005217accepted/tizen/6.0/unified/20210201.093355tizen_6.0accepted/tizen_6.0_unifiedSeung-Woo Kim1-1/+1
2020-08-13PASS v1.1.0tizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114805submit/tizen_6.0_hotfix/20201102.192505submit/tizen_6.0/20201029.205105submit/tizen/20200828.025140accepted/tizen/unified/20200831.122528accepted/tizen/6.0/unified/hotfix/20201103.001924accepted/tizen/6.0/unified/20201030.113832tizen_6.0_hotfixaccepted/tizen_6.0_unified_hotfixChanwoo Choi1-1/+1
2020-08-10scripts: pmqos: Add new Doze modesubmit/tizen/20200810.073747accepted/tizen/unified/20200810.123011Chanwoo Choi1-1/+5
2020-08-10pmqos: Add support of 'mode' like UltraPowerSavingChanwoo Choi2-10/+39
2020-08-07pmqos: Add new SetScenario method for pmqos dbus interfaceChanwoo Choi3-24/+54
2020-08-07pass: Adjust indentation to show current resource statues for readabilityChanwoo Choi2-15/+7
2020-08-07pmqos: Set max_duration_ms for each scenarioChanwoo Choi4-52/+41
2020-08-07pmqos: Fix issue when the part of scenario name is same with supported scenarioChanwoo Choi1-3/+2
2020-08-07pmqos: Fix wrong unlocked issue when pmqos list contains only one scenarioChanwoo Choi1-3/+2
2020-08-06scripts: dbus: Allow root to use d-bus interfaceChanwoo Choi1-0/+6
2020-02-26pass: parser: Clean-up code to remove warning from static code analyzersubmit/tizen/20200227.020232accepted/tizen/unified/20200227.121023Chanwoo Choi2-7/+5
2020-02-26pass: parser: Rename parser API for the readabilityChanwoo Choi4-14/+14
2020-02-26pass: hal: Rename HAL API for the readabilityChanwoo Choi6-132/+133
2020-02-26pass: thermal: Change local variable name for readabilityChanwoo Choi1-27/+25
2020-02-26pass: thermal: Add support for scenario_level for thermal scenarioChanwoo Choi2-3/+38
2020-02-26pass: rescon: Add support for multiple scenario pass_levelChanwoo Choi6-149/+477
2020-02-26pass: parser: Add support for parsing of scenario pass_levelChanwoo Choi2-2/+123
2020-02-26pass: parser: Verify properties of pass_level before usingChanwoo Choi4-16/+96
2020-02-12pass: rescon: Add new 'limit_max_cpu' property for CPU h/w resourceChanwoo Choi3-11/+28
2020-02-10pass: thermal: Call resource monitor API directly without redundant functionsubmit/tizen/20200213.105841accepted/tizen/unified/20200214.050407Chanwoo Choi1-6/+1
2020-02-10pass: Clean-up minor indentaion to show the scenario name during init stepChanwoo Choi2-6/+10
2020-02-10pass: thermal: Define thermal_update function to reduce duplicate codeChanwoo Choi1-80/+62
2020-02-10pass: thermal: Fix bug of interval update until changed first thermal scenarioChanwoo Choi1-0/+26
2020-02-10pass: resmon: Fix unneeded g_list_remove call when updating timer intervalChanwoo Choi1-22/+25
2020-02-04unittest: pass_gtest: Use dbus defintionsubmit/tizen/20200206.041536accepted/tizen/unified/20200207.122419Chanwoo Choi1-28/+28
2020-02-04unittest: pass_gtest: Fix thermal monitor dbus pathChanwoo Choi1-6/+6
2020-02-04scripts: Allow telephony to send thermal method_callsubmit/tizen_5.5_wearable_hotfix/20201026.184304submit/tizen_5.5/20200204.013653submit/tizen/20200204.012547accepted/tizen/unified/20200204.125807accepted/tizen/5.5/unified/wearable/hotfix/20201027.113049accepted/tizen/5.5/unified/20200204.125925tizen_5.5_wearable_hotfixtizen_5.5accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unifiedDongwoo Lee1-0/+4
2020-01-09pass: pmqos: remove possible stringop-overflowsubmit/tizen/20200110.040829accepted/tizen/unified/20200113.130640Seung-Woo Kim1-24/+24
2020-01-09pass: resmon: Remove unnecessary check in exitSeung-Woo Kim1-2/+0
2020-01-09thermal: Fix incompatible-pointer-typesSeung-Woo Kim1-1/+2
2020-01-09unittest: pass_haltests: Remove dangling-else warningsSeung-Woo Kim1-32/+64
2020-01-09CMakeLists: Fix cmake warningsDongwoo Lee1-3/+2
2019-08-23pass: Add PMQoS as supported module for nonstandard resourcetizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185104submit/tizen_5.5/20191031.000004submit/tizen/20190823.053814accepted/tizen/unified/20190826.000114accepted/tizen/5.5/unified/mobile/hotfix/20201027.090409accepted/tizen/5.5/unified/20191031.022608tizen_5.5_tvtizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfixDongwoo Lee1-1/+2
2019-07-30thermal: Support dbus activation for thermal f/wsubmit/tizen/20190730.044254accepted/tizen/unified/20190731.112548Dongwoo Lee6-4/+124
2019-07-25core: sd_notify() when all dbus name is ownedDongwoo Lee4-16/+15
2019-07-25core: Add support for dbus activation for thermalDongwoo Lee3-0/+6
2019-07-23thermal: Change order of initializationDongwoo Lee1-8/+8
2019-07-23core: Remove unnecessary parameter for booting_done eventDongwoo Lee3-28/+3
2019-07-16core: Apply systemd-based dbus activationHyotaek Shim5-1/+18
2019-07-16core: Add name acquired event handler parameter to dbus name own API.Dongwoo Lee4-5/+8
2019-07-16core: Remove late activation processDongwoo Lee6-154/+10
2019-07-15Rearrange pass.service into delayed.targetHyotaek Shim2-3/+3
2019-06-21pass: thermal: Add GetCoolDownStatus DBUS methodsubmit/tizen/20190624.013748accepted/tizen/unified/20190627.014836Dongwoo Lee4-0/+42
2019-05-28pass: thermal: add separate dbus for thermal monitorsubmit/tizen/20190528.074510accepted/tizen/unified/20190530.043119Dongwoo Lee7-38/+97
2019-05-27pass: thermal: Prevent memory leakageDongwoo Lee1-2/+7
2019-05-27pass: thermal: Correct thermal action namesDongwoo Lee4-7/+7
2019-05-27Modify pass.conf to add org.tizen.system.thermalHyotaek Shim1-7/+5
2019-04-12pass: Change DBUS interface of thermal monitorDongwoo Lee6-17/+17
2019-04-11pass: core: Remove unused structureDongwoo Lee1-4/+0
2018-12-17pass: pmqos: print int64_t type on 32/64bit architecture properlysubmit/tizen/20181217.034218accepted/tizen/unified/20181217.142346Dongwoo Lee1-1/+2