summaryrefslogtreecommitdiff
path: root/src/oom
Commit message (Expand)AuthorAgeFilesLines
...
* oomd: clean up error handlingAnita Zhang2021-03-171-16/+42
* oomctl: show last_pgscanAnita Zhang2021-03-171-2/+4
* oomd: sort by pgscan rate not pgscanAnita Zhang2021-03-174-26/+58
* oomd: update memory pressure candidates every intervalAnita Zhang2021-03-162-6/+32
* oomd: new helper oomd_update_cgroup_contexts_between_hashmapsAnita Zhang2021-03-163-0/+70
* oomd: "downgrade" level of messageZbigniew Jędrzejewski-Szmek2021-03-091-1/+1
* oomd: wrap paths in oomd_insert_cgroup_context with empty_to_rootAnita Zhang2021-03-092-1/+5
* oomd: move TAKE_PTR to end of oomd_insert_cgroup_context()Anita Zhang2021-03-081-3/+3
* oomd: add unit test to repro #18926Anita Zhang2021-03-081-0/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* Merge pull request #18659 from poettering/permyriadificationYu Watanabe2021-02-197-37/+51
|\
| * oomd: increase accuracy of SwapUsedLimit= to permyriads tooLennart Poettering2021-02-187-42/+50
| * core: use our usual UINT32_MAX scaling for OOMD limitsLennart Poettering2021-02-181-3/+9
* | Recommend drop-ins over modifications to the main config fileZbigniew Jędrzejewski-Szmek2021-02-191-7/+8
|/
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-162-3/+3
* Merge pull request #18401 from anitazha/oomdxattrZbigniew Jędrzejewski-Szmek2021-02-134-27/+127
|\
| * oom: implement avoid/omit xattr supportAnita Zhang2021-02-093-9/+98
| * oom: skip over cgroups with no memory usageAnita Zhang2021-02-091-1/+2
| * oom: sort by pgscan and memory usageAnita Zhang2021-02-093-13/+23
| * oom: wrap reply.path with empty_to_rootAnita Zhang2021-02-091-3/+3
| * oom: shorten xattr nameAnita Zhang2021-02-092-3/+3
* | tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
|/
* Merge pull request #18375 from yuwata/cli-tools-also-read-kernel-command-lineZbigniew Jędrzejewski-Szmek2021-02-081-1/+1
|\
| * tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* | oom: rework *MemoryPressureLimit= properties to have 1/10000 precisionAnita Zhang2021-02-025-18/+26
|/
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-312-10/+10
* oom: fix reclaim activity detectionAnita Zhang2021-01-242-2/+7
* oom: make swap a soft requirementAnita Zhang2021-01-243-6/+19
* oom: make memory pressure duration configurable through oomd.confAnita Zhang2021-01-245-7/+17
* meson: enable several tests even if the relevant features are disabledYu Watanabe2021-01-191-6/+6
* meson: make the second and third elements of tests or fuzzers optionalYu Watanabe2021-01-191-3/+1
* Add install-sysconfdir=no-samples option for (non-)installation of sample con...Josh Triplett2021-01-141-1/+1
* test: use for(;;) instead of while(true)Yu Watanabe2020-11-271-1/+1
* oom: use CMP() macroYu Watanabe2020-11-271-12/+2
* oom: fix oomd.conf install locationChristian Hesse2020-11-271-1/+1
* test-oomd-util: remove memory_pressure == 0 checksAnita Zhang2020-11-171-4/+0
* meson: add option to skip installing to $sysconfdirJörg Thalheim2020-11-121-2/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0912-12/+12
* oomd: make start up swap check more robustAnita Zhang2020-10-221-2/+13
* oomd: use ERRNO_IS_NOT_SUPPORTED and ERRNO_IS_PRIVILEGEAnita Zhang2020-10-211-1/+1
* oomd: simplify if/else error checkAnita Zhang2020-10-191-7/+4
* oomd: fix unit test when xattrs not supportedAnita Zhang2020-10-161-4/+6
* oomd: add names to dbus parameters and implement --bus-introspectionZbigniew Jędrzejewski-Szmek2020-10-154-6/+30
* oomd: check number of arguments, add --version, fix indentationZbigniew Jędrzejewski-Szmek2020-10-151-18/+28
* systemd-oomd: service filesAnita Zhang2020-10-072-0/+17
* systemd-oomd: dbus hook ups and oomctl CLIAnita Zhang2020-10-079-0/+396
* systemd-oomd: manager/daemonAnita Zhang2020-10-076-0/+686
* systemd-oomd: unit testable helper functionsAnita Zhang2020-10-074-0/+858