summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-11packaging: Remove unneeded package's dependencysubmit/tizen/20180514.060515accepted/tizen/unified/20180516.065450Chanwoo Choi1-7/+0
2018-05-10pass: thermal: Fix issue during stop PASS daemonsubmit/tizen/20180510.070432accepted/tizen/unified/20180510.134400Chanwoo Choi1-1/+1
2018-05-10Remove dependency of unneeded libtzplatform-config packageChanwoo Choi1-1/+0
2018-05-10scripts: Fix dbus issue to get dbus well-known nameChanwoo Choi1-0/+4
2018-04-26scripts: Simplify the deny permission for PASS dbus interfacesubmit/tizen/20180427.074549accepted/tizen/unified/20180430.072116Chanwoo Choi1-4/+2
2018-04-06pass: resmon: Remove duplicate free operation of monitor instancesubmit/tizen/20180409.024353accepted/tizen/unified/20180410.063557Chanwoo Choi1-7/+3
2018-04-06pass: thermal: Add support of Thermal Monitor of each h/w resourceChanwoo Choi4-2/+218
2018-04-06pass: parser: Add support of thermal monitor for each h/w resourceChanwoo Choi2-0/+120
2018-04-06pass: pmqos: Group the private data of PMQoS module into struct pmqosChanwoo Choi3-20/+23
2018-04-06thermal: Add new Thermal Monitor moduleChanwoo Choi7-0/+525
2018-04-05scripts: Add pass-thermal.conf configurationChanwoo Choi3-0/+27
2018-04-05core: gdbus: Add new gdbus function to send broadcast signalChanwoo Choi2-0/+43
2018-04-05core: device-notifier: Add new DEVICE_NOTIFIER_THERMALChanwoo Choi1-0/+1
2018-04-05core: device-notifier: Remove unused notifier definitionChanwoo Choi1-1/+0
2018-04-05pmqos: Clean-up code and remove unnecessary functionChanwoo Choi1-74/+52
2018-03-30pass: resmon: Save updated timer intervalChanwoo Choi1-0/+5
2018-03-16pass: cpuhp: Fix error when exiting the CPUHP moduleChanwoo Choi1-0/+15
2018-03-16pass: resmon: Add uevent-based RESMON_SRC_THERMAL sourceChanwoo Choi1-2/+24
2018-03-16pass: resmon: Add uevent-based resource monitorChanwoo Choi7-8/+449
2018-03-15pass: Initialize only supported module according to h/w resourceChanwoo Choi2-38/+111
2018-03-15pass: rescon: Set default pass level when initializing RESCONChanwoo Choi2-10/+10
2018-03-15pass: cpuhp: Replace legacy monitoring with RESMON (Resource Monitor)Chanwoo Choi7-188/+60
2018-03-15pass: resmon: Add timer-based RESMON_SRC_THERMAL sourceChanwoo Choi2-0/+40
2018-03-15pass: resmon: Add timer-based RESMON_SRC_CPUHP sourceChanwoo Choi2-0/+105
2018-03-15pass: resmon: Add resmon source's skeleton codeChanwoo Choi3-1/+88
2018-03-15pass: resmon: Add new Resource Monitor (resmon) moduleChanwoo Choi7-4/+545
2018-03-13pass: cpuhp: Remove possible null deferencesubmit/tizen/20180313.020130accepted/tizen/unified/20180313.061035Seung-Woo Kim1-2/+5
2018-02-23pass: Remove inclusion of unneeded header fileChanwoo Choi1-1/+0
2018-02-23Remove unnecessary CREDITSChanwoo Choi1-7/+0
2018-02-20pass: Remove unreachable code of dbus_cb_core_stop()submit/tizen/20180221.002730accepted/tizen/unified/20180221.061150Chanwoo Choi1-21/+6
2018-02-02pass: cpuhp: Remove unnecessary struct pass_freq_policy and level_up_thresholdChanwoo Choi3-20/+5
2018-02-02pass: cpuhp: Replace 'governor' with 'cpuhp' expressionChanwoo Choi6-96/+68
2018-02-02pass: pmqos: Remove unneeded header file of PMQoSChanwoo Choi3-28/+2
2018-02-02pass: rescon: Set init_level for init step to write the required levelChanwoo Choi1-25/+27
2018-02-02pass: rescon: Move initialization code to guarantee the independnecyChanwoo Choi5-50/+124
2018-02-02pass: cpuhp: Remove unneeded header file of CPUHPChanwoo Choi3-59/+13
2018-02-02pass: cpuhp: Move initialization code to guarantee the independnecyChanwoo Choi3-78/+60
2018-02-02pass: Redefine struct pass_* to modularize PASS's modulesChanwoo Choi10-663/+579
2018-01-31pass: pmqos: Separate PMQoS's code from pass-gov.c (cpu hotplug)Chanwoo Choi4-82/+46
2018-01-29Remove dependency of unused packagesChanwoo Choi1-4/+0
2018-01-29Remove unneeded README.error.code fileChanwoo Choi1-9/+0
2018-01-29pass: Replace pass_main() with main() expressionChanwoo Choi2-4/+4
2018-01-26pass: Remove unused script from makefileSeung-Woo Kim1-6/+0
2018-01-26pass: hal: Remove example code for hal implementationChanwoo Choi1-170/+0
2018-01-26pass: Make include directory containing the exported header filesChanwoo Choi25-52/+47
2018-01-26pass: hal: Remove inefficient local variablesChanwoo Choi1-218/+83
2018-01-25pass: hal: Remove duplicate header fileChanwoo Choi1-1/+0
2018-01-25pass: parser: Clean-up internal parsing functions to improve readabilityChanwoo Choi2-113/+104
2018-01-25pass: parser: Clean-up exported parsing function to improve readabilityChanwoo Choi3-188/+211
2018-01-25pass: parser: Simplify parsing function of 'Level' sectionDongwoo Lee1-27/+25