platform/core/system/pass.git
2018-08-03 Chanwoo Choipass: rescon: Fix issue of init_level setting and remov... 07/185807/5
2018-08-03 Chanwoo Choiunittest: pass_gtest: Use gdbus-definition.h to remove... 06/185806/3
2018-08-03 Chanwoo Choigdbus: Separate gdubs-definition.h from gdbus-util.h 05/185805/2
2018-07-23 Chanwoo Choipackaging: Add pass-unittest package 17/184817/6 accepted/tizen/unified/20180724.073356 submit/tizen/20180724.000537
2018-07-23 Chanwoo Choipackaging: Add pass-haltests package 16/184816/6
2018-07-23 Dongwoo Leeunittest: Add testcase to verify pass daemon 15/184815/6
2018-07-23 Chanwoo Choiunittest: Add testcase to verify PASS HAL interface 14/184814/6
2018-07-23 Chanwoo Choipass: hal: Fix error number from EINVAL to EPERM/ENODEV 13/184813/2
2018-07-18 Chanwoo Choihal: Move LOG_TAG definition to makefile to remove... 24/184524/1
2018-07-18 Chanwoo ChoiRemove unused macro and definitions from CMakeLists.txt 23/184523/1
2018-07-18 Chanwoo Choigdbus: Move dbus interface definition to one header... 22/184522/1
2018-07-17 Chanwoo Choipackaging: Remove unused libpass.manifest file 43/184343/1
2018-06-07 Chanwoo Choicore: Remove unused helper functions 62/180962/1
2018-05-11 Chanwoo Choipackaging: Remove unneeded package's dependency 87/178687/1 accepted/tizen/unified/20180516.065450 submit/tizen/20180514.060515
2018-05-10 Chanwoo Choipass: thermal: Fix issue during stop PASS daemon 39/178439/1 accepted/tizen/unified/20180510.134400 submit/tizen/20180510.070432
2018-05-10 Chanwoo ChoiRemove dependency of unneeded libtzplatform-config... 31/178331/2
2018-05-10 Chanwoo Choiscripts: Fix dbus issue to get dbus well-known name 18/178418/1
2018-04-26 Chanwoo Choiscripts: Simplify the deny permission for PASS dbus... 60/177260/2 accepted/tizen/unified/20180430.072116 submit/tizen/20180427.074549
2018-04-06 Chanwoo Choipass: resmon: Remove duplicate free operation of monito... 42/174942/6 accepted/tizen/unified/20180410.063557 submit/tizen/20180409.024353
2018-04-06 Chanwoo Choipass: thermal: Add support of Thermal Monitor of each... 70/174370/7
2018-04-06 Chanwoo Choipass: parser: Add support of thermal monitor for each... 69/174369/7
2018-04-06 Chanwoo Choipass: pmqos: Group the private data of PMQoS module... 68/174368/7
2018-04-06 Chanwoo Choithermal: Add new Thermal Monitor module 66/174366/7
2018-04-05 Chanwoo Choiscripts: Add pass-thermal.conf configuration 67/174367/6
2018-04-05 Chanwoo Choicore: gdbus: Add new gdbus function to send broadcast... 64/174364/5
2018-04-05 Chanwoo Choicore: device-notifier: Add new DEVICE_NOTIFIER_THERMAL 63/174363/5
2018-04-05 Chanwoo Choicore: device-notifier: Remove unused notifier definition 62/174362/5
2018-04-05 Chanwoo Choipmqos: Clean-up code and remove unnecessary function 61/174361/5
2018-03-30 Chanwoo Choipass: resmon: Save updated timer interval 60/174360/1
2018-03-16 Chanwoo Choipass: cpuhp: Fix error when exiting the CPUHP module 12/172812/3
2018-03-16 Chanwoo Choipass: resmon: Add uevent-based RESMON_SRC_THERMAL source 67/172667/4
2018-03-16 Chanwoo Choipass: resmon: Add uevent-based resource monitor 66/172666/4
2018-03-15 Chanwoo Choipass: Initialize only supported module according to... 51/170451/4
2018-03-15 Chanwoo Choipass: rescon: Set default pass level when initializing... 65/172665/2
2018-03-15 Chanwoo Choipass: cpuhp: Replace legacy monitoring with RESMON... 50/170450/4
2018-03-15 Chanwoo Choipass: resmon: Add timer-based RESMON_SRC_THERMAL source 49/170449/4
2018-03-15 Chanwoo Choipass: resmon: Add timer-based RESMON_SRC_CPUHP source 48/170448/4
2018-03-15 Chanwoo Choipass: resmon: Add resmon source's skeleton code 47/170447/3
2018-03-15 Chanwoo Choipass: resmon: Add new Resource Monitor (resmon) module 46/170446/3
2018-03-13 Seung-Woo Kimpass: cpuhp: Remove possible null deference 21/172221/1 accepted/tizen/unified/20180313.061035 submit/tizen/20180313.020130
2018-02-23 Chanwoo Choipass: Remove inclusion of unneeded header file 45/170445/2
2018-02-23 Chanwoo ChoiRemove unnecessary CREDITS 30/170930/1
2018-02-20 Chanwoo Choipass: Remove unreachable code of dbus_cb_core_stop() 05/170405/1 accepted/tizen/unified/20180221.061150 submit/tizen/20180221.002730
2018-02-02 Chanwoo Choipass: cpuhp: Remove unnecessary struct pass_freq_policy... 44/169044/2
2018-02-02 Chanwoo Choipass: cpuhp: Replace 'governor' with 'cpuhp' expression 43/169043/2
2018-02-02 Chanwoo Choipass: pmqos: Remove unneeded header file of PMQoS 32/169032/2
2018-02-02 Chanwoo Choipass: rescon: Set init_level for init step to write... 42/169042/1
2018-02-02 Chanwoo Choipass: rescon: Move initialization code to guarantee... 31/169031/2
2018-02-02 Chanwoo Choipass: cpuhp: Remove unneeded header file of CPUHP 30/169030/2
2018-02-02 Chanwoo Choipass: cpuhp: Move initialization code to guarantee... 29/169029/2
2018-02-01 Chanwoo Choipass: Redefine struct pass_* to modularize PASS's modules 02/168802/5
2018-01-31 Chanwoo Choipass: pmqos: Separate PMQoS's code from pass-gov.c... 01/168801/1
2018-01-29 Chanwoo ChoiRemove dependency of unused packages 07/168507/2
2018-01-29 Chanwoo ChoiRemove unneeded README.error.code file 06/168506/1
2018-01-29 Chanwoo Choipass: Replace pass_main() with main() expression 05/168505/1
2018-01-26 Seung-Woo Kimpass: Remove unused script from makefile 41/168341/1
2018-01-26 Chanwoo Choipass: hal: Remove example code for hal implementation 38/168338/1
2018-01-26 Chanwoo Choipass: Make include directory containing the exported... 35/168335/1
2018-01-26 Chanwoo Choipass: hal: Remove inefficient local variables 34/168334/1
2018-01-25 Chanwoo Choipass: hal: Remove duplicate header file 33/168333/1
2018-01-25 Chanwoo Choipass: parser: Clean-up internal parsing functions to... 32/168232/5
2018-01-25 Chanwoo Choipass: parser: Clean-up exported parsing function to... 31/168231/1
2018-01-25 Dongwoo Leepass: parser: Simplify parsing function of 'Level'... 30/168230/1
2017-12-20 Chanwoo Choipass: gov: Fix bug for governor state of each h/w resource 18/164618/2 accepted/tizen/unified/20171221.071205 submit/tizen/20171220.053323
2017-12-20 Chanwoo Choipass: hal: Fix wrong format string of variables in... 97/164597/1
2017-12-20 Jinhee Choipass: hal: Fix wrong format string of stat.load variable 96/164596/1
2017-12-11 Chanwoo Choipass: Replace struct pass_policy to pass_resource for... 40/163440/3
2017-11-16 Wook Songpmqos: Do not send DBus method return message when... 46/160446/4 accepted/tizen/unified/20171123.065848 submit/tizen/20171123.001235
2017-11-06 Chanwoo Choipass: Consolidate the size of char arrary to the 255... 00/158900/1
2017-11-06 Chanwoo Choipass: Move local constatnt definition to the specific... 99/158899/1
2017-11-06 Chanwoo Choipass: Remove unneeded constant definition 98/158898/1
2017-11-03 Chanwoo Choipass: pmqos: Change name of 'struct pass_scenario_polic... 54/158854/1
2017-11-03 Chanwoo Choipass: gov: Move private structure from pass.h to pass... 11/158611/2
2017-11-03 Chanwoo Choipass: rescon: Remove unneeded enumeration pass_cpu_state 10/158610/2
2017-11-02 Chanwoo Choipass: Change name of 'struct pass_table' to 'struct... 09/158609/1
2017-11-02 Seung-Woo Kimpass: parser: update pass->num_resources properly 19/158219/4
2017-11-02 Seung-Woo Kimpmqos: update scenarios->num properly from pmqos_parse_... 18/158218/4
2017-11-02 Seung-Woo Kimpmqos: clear freed scenario->list in pmqos_put_scenario() 17/158217/4
2017-11-02 Seung-Woo Kimpmqos: fix wrong condition to clear in pmqos_put_scenario() 75/158575/1
2017-11-01 Seung-Woo Kimpass: parser: update policy->scenario.num_scenarios... 16/158216/2
2017-11-01 Seung-Woo Kimpass: parser: clear freed scenario.list in pass_put_table() 91/156991/7
2017-11-01 Seung-Woo Kimpass: Remove use-after-free of policy->pass_table durin... 15/158215/2
2017-10-30 Chanwoo Choipass: Release v1.0.0 62/158162/1
2017-09-27 Chanwoo Choihal: Fix the TOCTOU issue by using the path on dlopen... 91/152591/2 accepted/tizen/4.0/unified/20170929.075611 accepted/tizen/unified/20170928.072150 submit/tizen/20170927.080101 submit/tizen_4.0/20170927.080359 tizen_4.0.IoT.p1_release tizen_4.0.m2_release
2017-09-27 Chanwoo Choipass: Fix the not-null terminated string 44/152544/4
2017-09-21 Chanwoo Choipass: Print thermal name for each resource 74/151574/2
2017-09-13 Chanwoo Choipass: pmqos: Fix the svace warning 31/149731/1 accepted/tizen/4.0/unified/20170919.170914 accepted/tizen/unified/20170915.194627 submit/tizen/20170915.013740 submit/tizen_4.0/20170915.014015
2017-09-12 Chanwoo Choihal: Remove unused log macros 21/149421/1
2017-09-12 Chanwoo Choipass: Fix the checkpatch's warning to keep the coding... 69/149269/1
2017-09-07 Chanwoo Choipass: hal: Remove the meaningless condition 88/147988/3 accepted/tizen/unified/20170913.070645 submit/tizen/20170911.052326
2017-09-07 Chanwoo Choipass: Add new fault_around_bytes feature for memory... 47/146347/4
2017-09-07 Chanwoo Choipass: Add new struct pass_resource_memory to support... 46/146346/3
2017-09-07 Chanwoo Choihal: Define new struct pass_resource_memory for memory... 45/146345/3
2017-09-07 Chanwoo Choipass: Add description of properties in the PASS's level 70/147970/2
2017-09-07 Wook Songcore: Replace functionalities based on Ecore with ones... 51/144851/15
2017-09-05 Chanwoo Choihal: Remove unused version info 52/147652/1
2017-08-28 Dongwoo Leepass: Skip exit process for uninitialized resources 62/146162/5 accepted/tizen/4.0/unified/20170901.202640 accepted/tizen/unified/20170829.053236 submit/tizen/20170828.071557 submit/tizen_4.0/20170901.015952
2017-08-25 Dongwoo Leepass: parser: Fix memory leakage for resource list 61/146161/2
2017-08-24 Chanwoo ChoiCREDITS: Add main contributor info 62/145862/2 accepted/tizen/unified/20170824.172538 submit/tizen/20170824.064003
2017-08-18 Chanwoo Choipass: hal: Fix the bug when putting the nonstandard... 44/144844/1
next