index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
oom
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: move files' closing brace to separate line
Zbigniew Jędrzejewski-Szmek
2022-03-03
1
-1
/
+2
*
meson: do not use split() in file lists
Zbigniew Jędrzejewski-Szmek
2022-03-02
1
-12
/
+9
*
Merge pull request #22596 from yuwata/test-fix-fd-leaks
Yu Watanabe
2022-02-22
1
-1
/
+4
|
\
|
*
test: fix file descriptor leak in test-oomd-util
Yu Watanabe
2022-02-22
1
-1
/
+4
*
|
test-oomd-util: fix conditional jump on uninitialised value
Yu Watanabe
2022-02-22
1
-1
/
+1
*
|
test-oomd-util: style fixlets
Yu Watanabe
2022-02-22
1
-4
/
+3
|
/
*
oom: Cleanup of information dump code after kill
Benjamin Berg
2022-02-07
1
-3
/
+1
*
oomd: Dump top offenders after a kill action
Benjamin Berg
2022-02-04
2
-2
/
+41
*
oomd: handle situations when no cgroups are killed
Anita Zhang
2022-01-20
2
-9
/
+12
*
oomd: fix race with path unavailability when killing cgroups
Anita Zhang
2022-01-20
1
-1
/
+8
*
meson: Use files() for tests
Jan Janssen
2022-01-11
1
-3
/
+3
*
oomd: use type suffix instead of casting
Zbigniew Jędrzejewski-Szmek
2021-11-30
1
-4
/
+1
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-2
/
+2
*
test: use assert_se() instead of assert()
Yu Watanabe
2021-10-12
1
-1
/
+1
*
parse-util: prefix load average macros with LOAD_AVG_
Luca Boccassi
2021-09-27
2
-9
/
+9
*
basic: delete loadavg.h copy
Luca Boccassi
2021-09-25
2
-9
/
+9
*
Merge pull request #20690 from DaanDeMeyer/oomd-user-services
Luca Boccassi
2021-09-21
3
-64
/
+167
|
\
|
*
oom: Add support for user unit ManagedOOM property updates
Daan De Meyer
2021-09-20
3
-13
/
+110
|
*
oom: Introduce process_managed_oom_message()
Daan De Meyer
2021-09-16
1
-52
/
+56
|
*
oom: Add missing sd-bus.h include
Daan De Meyer
2021-09-16
1
-1
/
+3
*
|
tree-wide: mark set-but-not-used variables as unused to make LLVM happy
Frantisek Sumsal
2021-09-15
2
-2
/
+2
|
/
*
test-oomd-util: skip tests if cgroup memory controller is not available
Yu Watanabe
2021-09-12
1
-0
/
+6
*
oomd: refuse to start if cgroup memory controller is not available
Yu Watanabe
2021-09-12
1
-0
/
+8
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
2
-2
/
+2
*
Replace format_bytes_cgroup_protection with FORMAT_BYTES_CGROUP_PROTECTION
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-4
/
+2
*
tree-wide: add FORMAT_BYTES()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-12
/
+7
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
2
-12
/
+5
*
oomd: don't collect candidate stats on every interval
Anita Zhang
2021-07-07
1
-7
/
+0
*
oomd: review follow ups to #20020
Anita Zhang
2021-07-02
1
-7
/
+15
*
Merge pull request #20020 from anitazha/oomd_with_mem
Zbigniew Jędrzejewski-Szmek
2021-06-30
4
-58
/
+120
|
\
|
*
oomd: check mem free and swap free before doing a swap-based kill
Anita Zhang
2021-06-30
1
-4
/
+11
|
*
oomd: get memory total and free as part of system context
Anita Zhang
2021-06-30
3
-14
/
+54
|
*
oomd: switch system context parsing to use /proc/meminfo
Anita Zhang
2021-06-30
3
-49
/
+64
*
|
basic: move acquire_data_fd() and fd_duplicate_data_fd() to new data-fd-util.c
Zbigniew Jędrzejewski-Szmek
2021-06-24
1
-0
/
+1
|
/
*
oom: log one-time warning if kernel doesn't provide memory.swap.current
Dan Streetman
2021-05-20
1
-1
/
+5
*
fix: point to the correct drop-ins subdirectory for confs
Jóhann B. Guðmundsson
2021-04-22
1
-1
/
+1
*
Merge pull request #19126 from anitazha/oomdimprovements
Zbigniew Jędrzejewski-Szmek
2021-04-06
6
-219
/
+274
|
\
|
*
oomd: threshold swap kill candidates to usages of more than 5%
Anita Zhang
2021-04-05
4
-8
/
+13
|
*
oomd: don't get pressure candidates on every interval
Anita Zhang
2021-04-05
1
-5
/
+43
|
*
oomd: force DefaultMemoryPressureDurationSec= to be greater than or equal 1 sec
Anita Zhang
2021-04-02
1
-0
/
+3
|
*
oomd: delete unused variables
Anita Zhang
2021-04-02
2
-4
/
+0
|
*
oomd: rename last_hit_mem_pressure_limit -> mem_pressure_limit_hit_start
Anita Zhang
2021-04-02
3
-18
/
+18
|
*
oomd: rework memory reclaim detection logic
Anita Zhang
2021-04-02
5
-125
/
+60
|
*
oomd: refactor pgscan_rate calculation into helper
Anita Zhang
2021-04-02
2
-17
/
+24
|
*
oomd: split swap and mem pressure event timers
Anita Zhang
2021-04-02
2
-56
/
+127
*
|
test-oomd-util: fix running in mkosi
Anita Zhang
2021-04-02
1
-2
/
+9
|
/
*
Merge pull request #19149 from anitazha/oomdlogging
Luca Boccassi
2021-03-30
3
-32
/
+85
|
\
|
*
oomd: fix iteration over candidates to kill
Zbigniew Jędrzejewski-Szmek
2021-03-30
1
-10
/
+10
|
*
oomd: make it more clear when a kill happens
Anita Zhang
2021-03-30
3
-24
/
+77
*
|
config files: recommend systemd-analyze cat-config
Zbigniew Jędrzejewski-Szmek
2021-03-26
1
-0
/
+2
|
/
[next]