index
:
platform/core/system/pass
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_mobile
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
master
sandbox/chanwoochoi/hal-api-foo-test
sandbox/chanwoochoi/monitor-request-handler
sandbox/chanwoochoi/pass-parser
sandbox/chanwoochoi/pass-rescon
sandbox/chanwoochoi/pass-resmon
sandbox/chanwoochoi/privilge
sandbox/dwlee08/fix_coverity
sandbox/dwlee08/psi
sandbox/sebuns2/request_server
sandbox/sebuns2/unix_socket
sandbox/sebuns2/visibility
tizen
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / Kernel; Licenses: Apache-2.0;
Chanwoo Choi <cw00.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-19
util: kernel: Check for returned value is NULL in kernel_get_process_taskstats()
tizen_9.0_m2_release
accepted/tizen/unified/x/asan/20241014.000510
accepted/tizen/unified/x/20240920.053204
accepted/tizen/unified/toolchain/20241004.102105
accepted/tizen/unified/dev/20240920.060431
accepted/tizen/unified/20240919.163750
accepted/tizen/9.0/unified/20241030.235945
tizen_9.0
tizen
accepted/tizen_unified_x_asan
accepted/tizen_unified_x
accepted/tizen_unified_toolchain
accepted/tizen_unified_dev
accepted/tizen_unified
accepted/tizen_9.0_unified
Chanwoo Choi
1
-1
/
+8
2024-08-30
util: timer: Add exception handling when calloc is failed
accepted/tizen/unified/x/20240904.025256
accepted/tizen/unified/dev/20240910.111523
accepted/tizen/unified/20240903.110740
Chanwoo Choi
1
-0
/
+5
2024-07-19
pass: pass-hal: Fix unreachable code when using pass_hal_save_memory_initdata()
accepted/tizen/unified/x/asan/20240813.231931
accepted/tizen/unified/x/20240723.043617
accepted/tizen/unified/toolchain/20240812.133447
accepted/tizen/unified/dev/20240724.110043
accepted/tizen/unified/20240722.104306
Chanwoo Choi
1
-1
/
+5
2024-07-19
util: device-notifier: Fix unreachable code when using unregister_notifier()
Chanwoo Choi
1
-0
/
+3
2024-07-19
pass: pmqos: Fix unreachable code when using pass_pmqos_exit()
Chanwoo Choi
1
-0
/
+3
2024-07-19
pmqos: Fix unreachable code when using pmqos_cancel()
Chanwoo Choi
1
-1
/
+1
2024-07-19
monitor: request-handler: Fix unreachable code when using request_server_init()
Chanwoo Choi
1
-1
/
+7
2024-04-11
packaging: Remove shared lib from libpass-resource-monitor-devel
accepted/tizen/unified/x/asan/20240625.092844
accepted/tizen/unified/x/20240415.014045
accepted/tizen/unified/dev/20240620.005751
accepted/tizen/unified/20240412.141433
Chanwoo Choi
1
-1
/
+1
2024-03-07
pass-rescon: Get scenario_level_list inside critical section
accepted/tizen/unified/x/20240311.100253
accepted/tizen/unified/20240308.174124
Dongwoo Lee
1
-1
/
+2
2024-03-07
monitor: Prevent possible deadlock and pseudo wakeup
Dongwoo Lee
2
-6
/
+5
2024-03-07
lib: resource-monitor: Fix missing mutual exclusion
Dongwoo Lee
1
-1
/
+5
2023-12-14
resource-monitor: Add a body of the dbus request message for applying the cha...
Sung-hun Kim
1
-0
/
+6
2023-12-14
monitor: Add error handling codes
Sung-hun Kim
1
-1
/
+11
2023-09-12
pass: Get rid of CAP_DAC_OVERRIDE capability from systemd service
tizen_8.0_m2_release
accepted/tizen/unified/20230913.091617
accepted/tizen/8.0/unified/20231005.093825
accepted/tizen_8.0_unified
Dongwoo Lee
1
-1
/
+1
2023-09-11
pass: Add CAP_SYS_RESOURCE capability to allow write in psi nodes
accepted/tizen/unified/20230912.171559
Dongwoo Lee
1
-1
/
+1
2023-08-08
pass: thermal: Fix possible null deference in thermal_free()
accepted/tizen/unified/riscv/20230809.013248
accepted/tizen/unified/20230808.170202
accepted/tizen_unified_riscv
Seung-Woo Kim
1
-3
/
+5
2023-08-08
pass: thermal: Fix typo in thermal_free()
Seung-Woo Kim
1
-1
/
+1
2023-03-17
tests: unittest: Add pass-resmon-unittests
accepted/tizen/unified/20230322.080545
Chanwoo Choi
6
-0
/
+944
2023-03-17
pass: resmon: Add missing exception handling to check parameter
Chanwoo Choi
2
-4
/
+14
2023-03-16
pass: resmon: Move private pass_resmon structure for encapsulation
Chanwoo Choi
10
-63
/
+147
2023-03-14
pass: rescon: Fix GET functions to work properly
accepted/tizen/unified/20230315.093502
Dongwoo Lee
1
-5
/
+20
2023-03-14
pass: resmon: Add RESMON_TIMER_UNKNOWN enum
Chanwoo Choi
1
-0
/
+2
2023-03-02
monitor: request-handler: Apply API for creating monitor
accepted/tizen/unified/20230310.062654
Youngjae Cho
1
-1
/
+1
2023-02-20
pass: monitor: Apply libsyscommon resource-monitor changes
accepted/tizen/unified/20230306.172219
Dongwoo Lee
13
-403
/
+403
2023-02-20
resource: system: Fix possible vulnerability
Dongwoo Lee
1
-1
/
+1
2023-02-17
tests: unittest: Add pass-rescon-unittests
Chanwoo Choi
4
-0
/
+681
2023-02-15
resource: system: Add is_supported ops for memory pressure level attribute
Dongwoo Lee
1
-0
/
+7
2023-02-15
tools: resource-monitor: Fix wrong attribute name description
Dongwoo Lee
1
-1
/
+1
2023-02-14
pass: Fix build warnings
Dongwoo Lee
2
-7
/
+10
2023-02-08
util: thread: Prevent to run thread before creation finished
accepted/tizen/unified/20230221.031435
Dongwoo Lee
1
-3
/
+9
2023-02-07
pass: Add capability for writing to procfs node
Dongwoo Lee
1
-1
/
+1
2023-02-07
resource: system: Add MEMORY_PRESSURE_LEVEL attribute
Dongwoo Lee
3
-0
/
+217
2022-12-13
tests: unittest: Add pass-hal-mock class for unittest
Chanwoo Choi
2
-0
/
+517
2022-12-13
tests: unittest: Move pass-unittests into pass-hal-and-parser and rename it
Chanwoo Choi
32
-3
/
+933
2022-12-13
pass: rescon: Encapsulate struct pass_rescon to prevent direct access
Chanwoo Choi
12
-127
/
+251
2022-11-08
resource: Operate based on resource id
accepted/tizen/unified/20221206.170546
Youngjae Cho
16
-406
/
+267
2022-10-31
resource: Apply system resource manager library
Dongwoo Lee
34
-2273
/
+971
2022-10-31
resource: Resolve dependency of HAL devices
Dongwoo Lee
11
-97
/
+106
2022-10-31
resource: extract resource core from monitor
Dongwoo Lee
4
-155
/
+161
2022-10-21
packaging: libpass-resource-monitor: Fix typo
Dongwoo Lee
1
-1
/
+1
2022-09-23
pass: thermal: Fix to return proper value for dbus signal handler
tizen_7.0_m2_release
accepted/tizen/unified/20220927.132311
accepted/tizen/7.0/unified/hotfix/20221116.105751
accepted/tizen/7.0/unified/20221110.063429
tizen_7.0_hotfix
accepted/tizen_7.0_unified_hotfix
Seung-Woo Kim
1
-1
/
+1
2022-09-23
pmqos: Fix to return proper value for dbus signal handler
Seung-Woo Kim
1
-6
/
+3
2022-09-23
pass: Fix to return proper value for dbus signal handler
Seung-Woo Kim
1
-1
/
+1
2022-09-20
pass: parser: Change num_of_cpus and first_cpu into signed type
accepted/tizen/unified/20220922.114008
Dongwoo Lee
1
-2
/
+2
2022-09-20
pass: parser: Check NULL before reference
Dongwoo Lee
1
-2
/
+3
2022-09-20
monitor: Use the systemd Unix socket
accepted/tizen/unified/20220920.110715
Sung-hun Kim
2
-5
/
+35
2022-09-19
resource-monitor-tests: Prevent possible memory leaks
Sung-hun Kim
1
-0
/
+8
2022-09-15
resource: Fix missing NULL check
Dongwoo Lee
1
-0
/
+3
2022-09-15
resource: Pass error result directly from resource creation
accepted/tizen/unified/20220919.013232
accepted/tizen/unified/20220917.094318
Dongwoo Lee
3
-11
/
+13
2022-09-15
systemd: Fix socket file path
Sung-hun Kim
1
-1
/
+1
[next]