Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fragments: Add fragment for IEEE 802.11 | Wolfgang Müller | 2024-09-19 | -0/+21 |
| | | | | The latter block is required by iwd, which we expect to be using. | |||
* | templates: Remove obsolete template for nabokov | Wolfgang Müller | 2024-09-19 | -14/+0 |
| | ||||
* | fragments: Add fragment for USB tethering support | Wolfgang Müller | 2024-09-19 | -0/+11 |
| | ||||
* | fragments: Have cpu/amd pick only AMD-based CPUs | Wolfgang Müller | 2024-09-19 | -0/+7 |
| | ||||
* | fragments: Add base/compression | Wolfgang Müller | 2024-09-19 | -0/+2 |
| | | | | | For now this will only include support for zstd. This is generic enough to keep in a base profile. | |||
* | Simplify handling of KVM-based options | Wolfgang Müller | 2024-09-19 | -5/+5 |
| | | | | | | Where before we had a profile/vm fragment that was set on nearly every host we administer, now make sure to enable KVM unconditionally and put CPU-specific KVM options into the CPU profiles. | |||
* | fragments: Remove CONFIG_BT_HS | Wolfgang Müller | 2024-03-27 | -1/+0 |
| | | | | | | | This particular flag has been removed from the Bluetooth Core specification and is not available in the kernel anymore [1]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9dd082b4feb68ca08463767f51c342982e0de7d9 | |||
* | templates: Enable devices/usb/bluetooth on albatross | Wolfgang Müller | 2024-03-25 | -0/+1 |
| | ||||
* | fragments: Enable BNAP and UHID for Bluetooth | Wolfgang Müller | 2024-03-25 | -0/+6 |
| | | | | | This will enable PANs and the ability to pair mice, keyboards, and gamepads. | |||
* | fragments: Enable MediaTek devices in devices/usb/bluetooth | Wolfgang Müller | 2024-03-25 | -0/+1 |
| | ||||
* | templates: Enable devices/input/playstation fragment on albatross | Wolfgang Müller | 2024-03-24 | -0/+1 |
| | ||||
* | fragments: Add fragment for Playstation controllers | Wolfgang Müller | 2024-03-24 | -0/+7 |
| | ||||
* | fragments: Remove obsoleted options | Wolfgang Müller | 2024-01-08 | -1/+0 |
| | ||||
* | fragments: Remove obsoleted options | Wolfgang Müller | 2023-12-14 | -2/+0 |
| | ||||
* | fragments: Remove obsoleted option | Wolfgang Müller | 2023-01-21 | -1/+0 |
| | ||||
* | templates: Enable TPM on albatross | Wolfgang Müller | 2022-11-05 | -0/+1 |
| | ||||
* | fragments: Add fragment for TPM | Wolfgang Müller | 2022-11-05 | -0/+4 |
| | ||||
* | fragments: Enable CONFIG_RANDSTRUCT_PERFORMANCE | Wolfgang Müller | 2022-10-15 | -0/+1 |
| | | | | | This option is now needed for Kernel Self Protection system to be available. | |||
* | fragments: Remove CONFIG_EFI_VARS | Wolfgang Müller | 2022-10-15 | -1/+0 |
| | | | | | | This option has been removed in newer kernel versions [1]. [1] https://github.com/torvalds/linux/commit/0f5b2c69a4cbe4166ca24b76d5ada98ed2867741 | |||
* | fragments: Remove reference to STRUCTLEAK_BYREF | Wolfgang Müller | 2022-07-10 | -1/+0 |
| | | | | This option no longer exists in versions >= 5.18.7. | |||
* | fragments: Enable NVMe temperatures in hwmon | Wolfgang Müller | 2022-07-10 | -0/+1 |
| | | | | | This exposes NVMe drive temperatures to the hwmon interface, making them accessible through lm-sensors. | |||
* | fragments: Enable sensors for drive temperatures | Wolfgang Müller | 2022-07-10 | -0/+2 |
| | | | | | These are useful to show with lm-sensors. No more need to show temperatures using smartctl. | |||
* | templates: Add template for albatross | Wolfgang Müller | 2022-07-10 | -0/+17 |
| | ||||
* | fragments: Add fragment for albatross | Wolfgang Müller | 2022-07-10 | -0/+3 |
| | | | | | This includes the necessary firmware settings and a specific chipset configuration toggle. | |||
* | fragments: Add fragment for newer AMD GPUs | Wolfgang Müller | 2022-07-10 | -0/+7 |
| | | | | | | | | This should work fine on Navi or newer GPUs. The Gentoo Wiki [1] recommends also setting the MEMORY_*, ZONE_* and DEVICE_* settings, so we have them enabled here. [1] https://wiki.gentoo.org/wiki/AMDGPU#Kernel | |||
* | fragments: Add fragment for NVMe drives | Wolfgang Müller | 2022-07-10 | -0/+2 |
| | ||||
* | fragments: Add fragment for the Intel I225 Ethernet Controller | Wolfgang Müller | 2022-07-10 | -0/+1 |
| | ||||
* | fragments: Add fragment for AMD Zen 3 CPUs | Wolfgang Müller | 2022-07-10 | -0/+1 |
| | ||||
* | fragments: Remove obsolete settings from net/nftables | Wolfgang Müller | 2022-07-10 | -3/+0 |
| | | | | These are gone with the 5.17 series. | |||
* | fragments: Enable AMD-specific support for cpu/amd | Wolfgang Müller | 2022-07-10 | -1/+1 |
| | | | | | We can safely choose the MK8 setting here instead of falling back to a generic CPU configuration. | |||
* | fragments: Enable the EFI framebuffer console for EFI systems | Wolfgang Müller | 2022-07-10 | -0/+5 |
| | | | | | Support for this was lacking before, making EFI systems unusable after boot since there was no output on the screen. | |||
* | fragments: Enable core scheduling for SMT | Wolfgang Müller | 2022-07-10 | -0/+2 |
| | | | | | This should be safe to have enabled (but unused) and gives us an extra layer of potential mitigation of SMT side channels. | |||
* | fragments: Enable X2APIC support | Wolfgang Müller | 2022-07-10 | -0/+3 |
| | | | | | This should improve handling of very large core counts and should be safe to enable globally. | |||
* | templates: Add base/acpi to base template | Wolfgang Müller | 2022-07-10 | -0/+1 |
| | ||||
* | fragments: Add fragments for base ACPI settings | Wolfgang Müller | 2022-07-10 | -0/+1 |
| | | | | | For now this enables the processor aggregator, which should reduce power consumption when supported by the ACPI device. | |||
* | templates: Add base/tasks to base template | Wolfgang Müller | 2022-07-10 | -0/+1 |
| | ||||
* | fragments: Add fragment for task accounting | Wolfgang Müller | 2022-07-10 | -0/+4 |
| | | | | | This is needed for application such as htop and doesn't hurt to be included in the base group. | |||
* | templates: Enable ZFS on nabokov | Wolfgang Müller | 2022-06-04 | -0/+1 |
| | ||||
* | fragments: Enable CONFIG_BINFMT_MISC | Wolfgang Müller | 2022-06-04 | -0/+2 |
| | ||||
* | fragments: Add CONFIG_JUMP_LABEL to base/common | Wolfgang Müller | 2022-06-04 | -0/+2 |
| | | | | This seems to be a harmless optimization. | |||
* | templates: Enable fs/ntfs on nabokov | Wolfgang Müller | 2022-06-04 | -0/+1 |
| | | | | | We dual-boot Windows, so this should come in handy and removes the need for the FUSE-based ntfs3g driver. | |||
* | fragments: Add fragment for NTFS3 | Wolfgang Müller | 2022-06-04 | -0/+2 |
| | | | | | | This fragment add support for NTFS versions up to 3.1 [1] [1] https://www.kernel.org/doc/html/latest/filesystems/ntfs3.html | |||
* | fragments: Remove CONFIG_SND_HDA_PREALLOC_SIZE=2048 | Wolfgang Müller | 2022-06-04 | -3/+0 |
| | | | | | | | | | | Starting with kernels in the 5.15 branch, this setting is no longer changeable from its value of '0' on x86 systems [1]. The pulseaudio ebuild still recommends setting this value, which is possibly misleading. See [2]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/sound/hda/Kconfig?id=c31427d0d21e198c74d5d92082c4b8194b257f82 [2] https://bugs.gentoo.org/show_bug.cgi?id=716252 | |||
* | fragments: Remove CONFIG_NF_LOG_BRIDGE=y | Wolfgang Müller | 2022-06-04 | -1/+0 |
| | | | | | | This particular option was merged into NF_LOG_SYSLOG in kernel commit 77ccee96a674 (netfilter: nf_log_bridge: merge with nf_log_syslog, 2021-03-25) | |||
* | fragments: Remove reference to CONFIG_UNUSED_SYMBOLS | Wolfgang Müller | 2022-06-04 | -2/+0 |
| | | | | This option does no longer exist in the 5.15 branch. | |||
* | fragments: Add fragment for ZFS | Wolfgang Müller | 2022-06-04 | -0/+1 |
| | | | | | ZFS requires CONFIG_ZLIB_DEFLATE which is selected by CONFIG_CRYPTO_DEFLATE. | |||
* | fragments: Add requisite option for KSP | Wolfgang Müller | 2022-06-04 | -0/+1 |
| | ||||
* | fragments: Update to latest KSP recommendations | Wolfgang Müller | 2021-08-13 | -0/+5 |
| | | | | | | The Gentoo KSP recommendations have changed slightly again, now requiring three different settings instead of just one. Additionally, in order to enable KSP at all, CONFIG_MODIFY_LDT_SYSCALL needs to be unset. | |||
* | fragments: Enable CONFIG_SECURITY | Wolfgang Müller | 2021-08-13 | -0/+2 |
| | | | | | | An upcoming commit updates to the latest KSP recommendations and requires this particular setting as a direct dependency for CONFIG_SECURITY_YAMA. | |||
* | fragments: Use expert mode by default | Wolfgang Müller | 2021-08-13 | -0/+2 |
| | | | | | An upcoming commit which updates to the latest KSP recommendations requires expert mode for one setting. Enable it here. |