summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-27packaging: Remove unneeded script codesubmit/tizen/20170328.004502accepted/tizen/unified/20170328.053650accepted/tizen/mobile/20170328.053617accepted/tizen_mobileChanwoo Choi1-36/+3
2017-03-27shared: systemd: Fix use-after-free and double-free defectsWook Song1-30/+32
2017-03-27core: common: Fix defects including integer overflow caseWook Song1-4/+5
2017-03-27pass: hal: Fix defects including the case that the handle could be lostWook Song1-7/+19
2017-03-27pmqos: Fix strcpy use and memory leak defectsWook Song1-2/+10
2017-03-27pass: parser: Fix various defects including nonterminated string casesWook Song1-15/+38
2017-03-27pmqos: parser: Fix defects such as tainted integer and use of strcpyWook Song1-2/+11
2017-03-10pass: Remove dead-code related to the number of cpuChanwoo Choi1-3/+0
2017-03-10pmqos: Add callbacks for dbus messagesWook Song1-0/+43
2017-03-10pmqos: Move registration of booting-done callback to probeWook Song1-14/+44
2017-03-10pass: Add init_done and exit_done callbacksWook Song2-86/+108
2017-03-09pass: pmqos: Prevent from accessing variables before initializationWook Song1-3/+7
2017-03-09pass: gov: Modify timer interval setting mechanismWook Song2-13/+14
2017-03-09pass: Remove policy-specific data from struct pass_governorWook Song3-21/+18
2017-03-09pass: parser: Add gov_timeout to Level section in resource conf fileWook Song2-0/+10
2017-02-27pass: Add new PASS_GOV_BASIC type and adjust the unique number of governorChanwoo Choi2-3/+23
2017-02-24pmqos: Add missing pmqos_put_scenario for freeing dataWook Song1-1/+4
2017-02-24pmqos: parser: Initialize number of scenarios in pmqos_put_scenarioWook Song1-1/+3
2017-02-24pmqos: Add cleanup function on normal exitWook Song1-1/+22
2017-02-23core: Add macro which wraps g_list_free_full()Wook Song1-0/+2
2017-02-22shared: Add missing free for avoiding memory leaksWook Song1-1/+1
2017-02-15pass: Fix build warningsWook Song3-29/+3
2017-02-14pass: parser: Add parsing of pass_path_compatibleWook Song1-14/+62
2017-02-14pass: parser: Remove parsing of pass_compatible in resource confWook Song1-14/+1
2017-02-14pass: hal: Remove unused pass_get_num_cpus()Chanwoo Choi2-18/+0
2017-02-14pass: Fix minor typo of commentChanwoo Choi1-1/+1
2017-02-14pass: gov: Add setting the minimum number of online CPUs to hotpluggingWook Song1-0/+2
2017-02-14pass: hal: Add helper functions for the min/max number of online CPUsWook Song2-0/+94
2017-02-14hal: Add hal functions to handle the min/max number of online cpusWook Song1-0/+6
2017-02-14pass: Clean up duplicate variables for num_cpusWook Song5-21/+21
2017-02-13pass: gov: Add new GOV_HOTPLUG_ONLY definitionChanwoo Choi2-1/+4
2017-02-13pass: pmqos: Add the support for multiple scenarios at the same timeChanwoo Choi4-25/+49
2017-02-13pass: pmqos: Remove the duplicate conditional statementChanwoo Choi1-5/+4
2017-02-13pass: Remove the configuration file of resouresChanwoo Choi9-1998/+0
2017-02-10packaging: Modify spec file to include d-bus confWook Song1-0/+1
2017-02-10pass: gov: Fix wrong description and remove specific resource nameChanwoo Choi1-21/+21
2017-02-10pass: Remove the unneeded debug logChanwoo Choi1-3/+1
2017-02-09pass: pmqos: Remove unused codeChanwoo Choi1-4/+0
2017-02-09pass: gov: Rename struct pass_cpufreq_policy to pass_freq_policyChanwoo Choi5-21/+21
2017-02-07hal: Make separate pass-hal-devel packageWook Song6-1/+55
2017-02-07hal: Add define directive for BUFF_MAX to hal.hWook Song2-1/+2
2017-02-07hal: Add hal-log.h file to hal directoryWook Song2-1/+39
2017-02-07shared: Fix warning messages due to LOG_TAG defineWook Song1-0/+4
2017-02-07shared: Arrange common header fileWook Song1-22/+3
2017-02-07pass: pmqos: Fix bug of locked timeChanwoo Choi1-2/+2
2017-02-06pmqos: Rename the pmqos filename from 'pmqos.conf' to 'pass-pmqos.conf'Chanwoo Choi4-3/+3
2017-02-06pmqos: Change the 'PmqosScenario' to 'PassScenario' section nameChanwoo Choi2-15/+6
2017-02-06pass: parser: Change 'limit_max_cpu' name to 'limit_min_cpu'Chanwoo Choi7-57/+57
2017-02-06shared: Unify the separate log.h to remove the duplicate header fileChanwoo Choi2-57/+10
2017-02-03core: Remove duplicate log header fileWook Song17-57/+35