summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-13procfs: assume that only half of the free CMA memory is available (heuristic)sandbox/mszyprowski/cma_workaroundMarek Szyprowski2-1/+11
2020-10-12Add memcg threshold for memory size larger than 2GBYoungjae Cho2-39/+53
2020-09-08Fix svace issuetizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114805submit/tizen_6.0_hotfix/20201102.192505submit/tizen_6.0/20201029.205105submit/tizen/20200910.050828accepted/tizen/unified/20200911.043144accepted/tizen/6.0/unified/hotfix/20201103.002008accepted/tizen/6.0/unified/20201030.114030tizen_6.0_hotfixaccepted/tizen_6.0_unified_hotfixYoungjae Cho5-49/+48
2020-09-04swap: do NOT set ZRAM size if it is already set by kernelsubmit/tizen/20200908.010406submit/tizen/20200907.113616accepted/tizen/unified/20200908.060819Elmurod Talipov1-11/+20
2020-08-28cpu-sched: Fix leaks in load_configKarol Lewandowski1-12/+20
2020-08-28cpu-sched: Handle suspend event tooKarol Lewandowski1-0/+2
2020-08-28cpu-sched: Add support for handling background eventsKarol Lewandowski1-61/+56
2020-08-28cpu-sched: Support assigning cpusets to servicesKarol Lewandowski1-0/+2
2020-08-28cpu-sched: Do not depend on foreground= being set in configurationKarol Lewandowski1-34/+41
2020-08-28fix svace buffer-overflow issuesubmit/tizen/20200828.070910Sung-hun Kim1-1/+1
2020-08-27swap: zramswap: Use zstd compression algorithmsubmit/tizen/20200827.070546accepted/tizen/unified/20200828.121534Dongwoo Lee1-1/+1
2020-08-27swap: zramswap: Fallback to write default compressorDongwoo Lee1-3/+15
2020-08-27Enable memory optimization features on default configurationsubmit/tizen/20200827.041709Dongwoo Lee2-6/+6
2020-08-27swap: Add support for reclaiming more memory at bootDongwoo Lee2-3/+54
2020-08-26DEDUP: a dedup module to control LKSMSung-hun Kim9-3/+937
2020-08-13memory: Fix: Avoid copying garbage when dir is shorter than fpathKarol Lewandowski1-1/+1
2020-08-12procfs: Fix: do not copy garbage when filename is shorter than PROC_NAME_MAXKarol Lewandowski6-13/+17
2020-07-28Increase MemLimitService to 128MBsubmit/tizen/20200728.005611accepted/tizen/unified/20200728.045250Hyotaek Shim2-2/+2
2020-07-21Default conf file for cpu core pinningsubmit/tizen/20200722.034444accepted/tizen/unified/20200722.144549Hyotaek Shim1-1/+1
2020-07-21cpu-sched: check app list on startupsubmit/tizen/20200721.120800accepted/tizen/unified/20200722.014938Maciej Słodczyk1-0/+25
2020-07-21cpu-sched: add apps' static cpusetsMaciej Słodczyk1-20/+145
2020-07-21cpu-sched: use apps' foreground events to pin to proper cpusetMaciej Słodczyk1-0/+60
2020-07-21cpu-sched: use cpu on/off events to create cpusetsMaciej Słodczyk1-0/+141
2020-07-21cpu-sched: add cpu hotplug notification mechanismMaciej Słodczyk4-0/+235
2020-07-21cpu-sched: foreground core set data structuresMaciej Słodczyk2-0/+237
2020-07-21cpu-sched: add new moduleMaciej Słodczyk3-0/+27
2020-07-06file-helper: fix possible memleakMaciej Słodczyk1-2/+4
2020-06-26Fix misspelled "swappiness"Dongwoo Lee4-17/+17
2020-06-26swap: fix wrong indentationDongwoo Lee1-2/+2
2020-06-15safe-kill: unit testsMaciej Słodczyk2-1/+7
2020-06-09safe-kill: prevent processes from being killed while dumping a coreMaciej Słodczyk8-10/+119
2020-06-04Merge changes I4f376da7,I60270eda into tizenKarol Lewandowski1-4/+8
2020-06-04Fix improper behaviour of strstrip when string contains only whitespacesAgnieszka Baumann1-4/+8
2020-06-02avoid truncate string warning when copyingMaciej Słodczyk3-3/+3
2020-05-08proc-watchdog: correct the change in the processing parts for each dbus signalHyotaek Shim1-2/+2
2020-05-05Merge "Fix double free module_list variable" into tizenMaciej Slodczyk1-0/+1
2020-05-05Merge "Fix g_list_remove and g_slist_remove bug" into tizenMaciej Slodczyk2-3/+3
2020-04-29Fix double free module_list variableINSUN PYO1-0/+1
2020-04-24Block module priority NORMAL → LATEsubmit/tizen/20200427.110102ByungSoo Kim1-1/+1
2020-04-24Initialize late modules after BootingDoneByungSoo Kim4-1/+9
2020-04-22Added variable initialization for g_variant_getINSUN PYO2-2/+2
2020-04-22Fix g_list_remove and g_slist_remove bugINSUN PYO2-3/+3
2020-04-01dbus: modified to reply error type messagesanghyeok.oh9-28/+39
2020-03-17Include all GPerf files verbatimsubmit/tizen/20200317.115543accepted/tizen/unified/20200318.130501Michal Bloch3-3/+449
2020-03-17Workaround build issue: include gperf file verbatimMichal Bloch2-1/+136
2020-03-17Fix some warningsMichal Bloch1-0/+1
2020-03-13Fix: parse_bytes prevent out of range valueAgnieszka Baumann1-1/+1
2020-03-13Fix improper behaviour of parse_bytes when string contains only one letterAgnieszka Baumann1-1/+1
2020-03-11Fix a compilation failuresubmit/tizen/20200311.110552Michal Bloch1-0/+8
2020-03-04parse_bytes prevent out of range valueAgnieszka Baumann1-6/+24