Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/realtime-suggestions: Switching to info level for detection of audio group. | David Runge | 2018-12-09 | 1 | -2/+2 |
| | |||||
* | bin/realtime-suggestions: Switching the kernel_config location to somewhere ↵ | David Runge | 2018-12-09 | 1 | -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 Runge | 2018-12-09 | 1 | -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 Runge | 2018-12-09 | 1 | -9/+14 |
| | | | | | | when running check_cpu_governor(). Mentioning default value in check_max_user_watches(). | ||||
* | bin/realtime-suggestions: Adding check for virtualization/containerization. | David Runge | 2018-12-09 | 1 | -0/+16 |
| | |||||
* | Merge branch 'master' of git.sleepmap.de:config/dotfiles | David Runge | 2018-12-08 | 1 | -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 Runge | 2018-12-08 | 1 | -0/+8 |
| | | |||||
* | | bin/realtime-suggestions: Fixing unitialized variable in message printout. | David Runge | 2018-12-08 | 1 | -1/+1 |
|/ | |||||
* | bin/realtime-suggestions: Switching WARNING to CHANGE. Only checking for ↵ | David Runge | 2018-12-06 | 1 | -28/+26 |
| | | | | CONFIG_NO_HZ_{,COMMON,FULL}. | ||||
* | bin/realtime-suggestions: Ignoring /boot mount points (it's very unlikely to ↵ | David Runge | 2018-12-05 | 1 | -5/+7 |
| | | | | use that for anything but boot stuff). | ||||
* | bin/realtime-suggestions: Adding realtime-suggestions. | David Runge | 2018-12-05 | 1 | -0/+216 |