summaryrefslogtreecommitdiff
path: root/src/shared/cpu-set-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: add some assertsDavid Tardon2023-04-141-0/+4
* tree-wide: use TAKE_STRUCTDavid Tardon2023-04-141-7/+3
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-3/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-4/+4
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-5/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* core: introduce support for setting NUMAMask= to special "all" valueMichal Sekletár2020-09-081-1/+1
* core: add support for setting CPUAffinity= to special "numa" valueMichal Sekletár2020-03-161-2/+2
* shared: split out NUMA code from cpu-set-util.c to numa-util.cMichal Sekletár2020-03-161-87/+0
* Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-281-1/+1
* core: introduce NUMAPolicy and NUMAMask optionsMichal Sekletar2019-06-241-0/+93
* cpu-set-util: use %d-%d format in cpu_set_to_range_string() only for actual ...Michal Sekletar2019-06-031-2/+2
* shared/cpu-set-util: only force range printing one timeZbigniew Jędrzejewski-Szmek2019-05-291-2/+8
* shared/cpu-set-util: introduce cpu_set_to_range()Michal Sekletar2019-05-291-0/+37
* shared/cpu-set-util: make transfer of cpu_set_t over bus endian safeMichal Sekletar2019-05-291-0/+38
* test-execute: use CPUSet tooZbigniew Jędrzejewski-Szmek2019-05-291-30/+1
* Move cpus_in_affinity_mask() to cpu-set-util.[ch]Zbigniew Jędrzejewski-Szmek2019-05-291-0/+34
* Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-291-25/+108
* shared/cpu-set-util: move the part to print cpu-set into a separate functionZbigniew Jędrzejewski-Szmek2019-05-211-0/+21
* Move various files that don't need to be in basic/ to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+99