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
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
3
-3
/
+3
*
oomd: print dry run output at INFO level
Jade Lovelace
2022-12-08
1
-1
/
+1
*
oomd: fix doc comment for oomd_fetch_cgroup_oom_preference
Nick Rosbrook
2022-11-29
1
-3
/
+4
*
oomd: only check prefix_uid when uid != 0
Nick Rosbrook
2022-11-29
1
-21
/
+27
*
oomd: fix unreachable test case in test-oomd-util
Nick Rosbrook
2022-11-23
1
-2
/
+2
*
oomd: always allow root-owned cgroups to set ManagedOOMPreference
Nick Rosbrook
2022-11-23
1
-1
/
+1
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
2
-0
/
+2
*
tree-wide: replace "plural(s)" by "plurals"
Zbigniew Jędrzejewski-Szmek
2022-10-17
1
-2
/
+2
*
tree-wide: add ERRNO_IS_XATTR_ABSENT() helper
Lennart Poettering
2022-10-10
1
-3
/
+4
*
meson: add libatomic dependency
Heinrich Schuchardt
2022-09-15
1
-1
/
+3
*
oom: include a header file instead of a source file
Frantisek Sumsal
2022-09-14
1
-2
/
+3
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
2
-12
/
+5
*
oomd: fix off-by-one when dumping kill candidates
Nick Rosbrook
2022-08-26
1
-2
/
+2
*
oomd: add tests for oomd_fetch_cgroup_oom_preference
Nick Rosbrook
2022-08-26
1
-45
/
+83
*
oomd: loosen the restriction on ManagedOOMPreference
Nick Rosbrook
2022-08-26
2
-19
/
+61
*
oomd: notify via dbus what have been killed
Oleg Solovyov
2022-08-11
2
-2
/
+27
*
oom: drop invalid %m in the log message
Yu Watanabe
2022-08-10
1
-1
/
+1
*
Use https for freedesktop.org
Michael Biebl
2022-06-28
1
-1
/
+1
*
oomd: "descendent" → "descendant"
Zbigniew Jędrzejewski-Szmek
2022-04-28
1
-4
/
+4
*
oomd: actually fail if configuration is bad
Zbigniew Jędrzejewski-Szmek
2022-04-26
1
-1
/
+1
*
oomd: calculate 'used' memory with MemAvailable instead of MemFree
Nick Rosbrook
2022-04-05
4
-19
/
+19
*
test/oomd: Add test for new oomd_ooms xattr
Nishal Kulkarni
2022-03-22
1
-1
/
+5
*
core/oomd: Use oom-kill ServiceResult for oomd
Nishal Kulkarni
2022-03-22
1
-0
/
+4
*
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
[next]