aboutsummaryrefslogtreecommitdiffstats
path: root/bin/realtime-suggestions
Commit message (Collapse)AuthorAgeFilesLines
* bin/realtime-suggestions: Switching to info level for detection of audio group.David Runge2018-12-091-2/+2
|
* bin/realtime-suggestions: Switching the kernel_config location to somewhere ↵David Runge2018-12-091-38/+67
| | | | | | below /boot, if the default below /proc/config.gz was not found. Rewriting all kernel config checks to use a unified function kernel_config_has() and cmdline checks to use kernel_cmdline_has().
* bin/realtime-suggestions: Changing check for policy directory in ↵David Runge2018-12-091-3/+3
| | | | check_cpu_governor(), so that we fail if we don't at least find one policy dir.
* bin/realtime-suggestions: Guarding against non-existing cpufreq dir in /sys, ↵David Runge2018-12-091-9/+14
| | | | | | when running check_cpu_governor(). Mentioning default value in check_max_user_watches().
* bin/realtime-suggestions: Adding check for virtualization/containerization.David Runge2018-12-091-0/+16
|
* Merge branch 'master' of git.sleepmap.de:config/dotfilesDavid Runge2018-12-081-0/+8
|\ | | | | | | | | * 'master' of git.sleepmap.de:config/dotfiles: bin/realtime-suggestions: Adding check for Linux kernel.
| * bin/realtime-suggestions: Adding check for Linux kernel.David Runge2018-12-081-0/+8
| |
* | bin/realtime-suggestions: Fixing unitialized variable in message printout.David Runge2018-12-081-1/+1
|/
* bin/realtime-suggestions: Switching WARNING to CHANGE. Only checking for ↵David Runge2018-12-061-28/+26
| | | | CONFIG_NO_HZ_{,COMMON,FULL}.
* bin/realtime-suggestions: Ignoring /boot mount points (it's very unlikely to ↵David Runge2018-12-051-5/+7
| | | | use that for anything but boot stuff).
* bin/realtime-suggestions: Adding realtime-suggestions.David Runge2018-12-051-0/+216