Commit Graph

897 Commits

Author SHA1 Message Date
Nils Freydank b18313907e
pachyrhynchus: Bump to 6.3.14 and gcc 13.1.1 20230527 2023-07-09 23:16:56 +02:00
Nils Freydank b339d458d3
pygoscelis: Disable CONFIG_ACPI_SBS
It’s probably not supported by my hardware.
2023-07-02 15:35:49 +02:00
Nils Freydank 0fb482244a
pygoscelis: Bump to 6.4.1-T14s 2023-07-02 15:35:49 +02:00
Nils Freydank 8358b51c6e
aptenodytes: Bump to 6.3.10 2023-07-02 14:28:24 +02:00
Nils Freydank 92156a5d31
pygoscelis: Bump to 6.3.10-T14s 2023-06-29 23:51:32 +02:00
Nils Freydank 430e3cc7d2
pygoscelis: Bump to 6.3.8-T14s 2023-06-16 06:16:05 +02:00
Nils Freydank 0da633ed89
pygoscelis: Bump to 6.3.7-T14s 2023-06-10 23:31:00 +02:00
Nils Freydank c0f3e24cdb
pygoscelis: Bump to 6.3.6-T14s 2023-06-05 21:06:40 +02:00
Nils Freydank 6998d1bf04
pygoscelis: Bump to 6.3.5-T14s 2023-05-31 06:52:59 +02:00
Nils Freydank 9372a22e9c
aptenodytes: Enable CONFIG_RANDSTRUCT_PERFORMANCE 2023-05-29 11:23:13 +02:00
Nils Freydank 8885095da6
aptenodytes: Disable CONFIG_BLK_WBT 2023-05-29 11:23:13 +02:00
Nils Freydank e0325ddb7f
aptenodytes: Disable CONFIG_BLK_DEV_THROTTLING 2023-05-29 11:23:13 +02:00
Nils Freydank b8013655d0
aptenodytes: Disable CONFIG_BLK_DEV_INTEGRITY
AFAICT I do not use it anyways.
2023-05-29 11:23:13 +02:00
Nils Freydank 8132fca0bf
aptenodytes: Add 'amd' to CONFIG_DEFAULT_HOSTNAME
This just reflect the status quo more precisely.
2023-05-29 11:23:12 +02:00
Nils Freydank 1824af3c94
aptenodytes: Bump to 6.3.4 and gcc 13.1.1 2023-05-29 11:23:12 +02:00
Nils Freydank a154941d62
pachyrhynchus-config: Bump to 6.3.4 and gcc 13.1.1 2023-05-26 08:16:51 +02:00
Nils Freydank 63b9d22fbc
pygoscelis: Bump to 6.3.4-T14s and gcc 13.1.1 2023-05-25 19:07:24 +02:00
Nils Freydank b6e31aee59
pygoscelis: Bump to 6.3.3-T14s 2023-05-18 07:35:48 +02:00
Nils Freydank b93d38a6f9
pygoscelis: Bump to 6.3.2-T14s 2023-05-11 23:27:40 +02:00
Nils Freydank 4f15843cc7
pygoscelis: Bump to 6.3.1-T14s 2023-05-01 11:41:57 +02:00
Nils Freydank 9cf4b25f93
pygoscelis: Disable CONFIG_IPV6_SIT 2023-05-01 11:41:57 +02:00
Nils Freydank d249b2ced0
pygoscelis: Disable CONFIG_INET6_ESP and CONFIG_INET6_AH 2023-05-01 11:41:57 +02:00
Nils Freydank cdeaae922f
pygoscelis: Disable CONFIG_XFRM_USER 2023-05-01 11:41:57 +02:00
Nils Freydank 7acc98894d
pygoscelis: Disable CONFIG_IP_MROUTE 2023-05-01 11:41:57 +02:00
Nils Freydank 683ef412eb
pygoscelis: Drop NFS versions 2 and 3 2023-05-01 11:41:56 +02:00
Nils Freydank 9c28677440
pygoscelis: Disable CONFIG_NFS_V4_1_MIGRATION
Disable the migration flag as suggested by the help text.
2023-05-01 11:41:56 +02:00
Nils Freydank c03b2cb558
pygoscelis: Bump to gcc 13.1 2023-05-01 11:41:56 +02:00
Nils Freydank 8793a455cf
pygoscelis: Disable I2C_HID 2023-04-25 23:31:48 +02:00
Nils Freydank 6a9741a98c
pygoscelis: Enable CONFIG_NLMON as module 2023-04-25 23:31:48 +02:00
Nils Freydank 726b0c28d2
pygoscelis: Disable CONFIG_ISA_DMA_API 2023-04-25 23:31:48 +02:00
Nils Freydank a49d182335
pygoscelis: Disable CONFIG_EFI_HANDOVER_PROTOCOL 2023-04-25 23:31:48 +02:00
Nils Freydank e805388957
pygoscelis: Bump to 6.3.0-T14s 2023-04-25 23:31:47 +02:00
Nils Freydank d6b73b1fbc
pachyrhynchus: Bump to 6.2.11 2023-04-16 10:49:28 +02:00
Nils Freydank 2936e26006
Revert "pachyrhynchus: Disable CONFIG_MTRR" to fix the boot process
For possible future investigations:
If CONFIG_MTRR is disabled entirely the device resets / restarts in the
boot process. It might be issued by the initrd (which can't show the
LUKS password prompt). There is no LED blinking that would usually
indicate a kernel panic.

This reverts commit e1bcf12cde.
2023-04-16 10:49:28 +02:00
Nils Freydank 4355fba9c2
aptenodytes: Bump to 6.2.11 2023-04-14 21:18:44 +02:00
Nils Freydank 08f8eca61e
aptenodytes: Enable head randomization 2023-04-14 21:18:44 +02:00
Nils Freydank 2dc2088180
aptenodytes: Enable compressed swap pages (ZSWAP)
Chose zsmalloc for now.
2023-04-14 21:18:44 +02:00
Nils Freydank e30f605a1c
aptenodytes: Enable CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS 2023-04-14 21:18:44 +02:00
Nils Freydank d8ccf1d1db
aptenodytes: Bump to 6.2.7 2023-04-14 21:18:44 +02:00
Nils Freydank 7afd4511c9
pygoscelis: Bump to 6.2.11-T14s 2023-04-14 19:16:38 +02:00
Nils Freydank d15993c655
pygoscelis: Bump to 6.2.10-T14s 2023-04-06 17:01:16 +02:00
Nils Freydank 967437a855
pygoscelis: Bump to 6.2.9-T14s 2023-03-30 22:56:52 +02:00
Nils Freydank 8d62602042
pygoscelis: Bump to 6.2.8-T14s 2023-03-26 14:40:32 +02:00
Nils Freydank 7c57b3d617
pygoscelis: Disable CONFIG_CRYPTO_CAST5_AVX_X86_64 2023-03-26 14:40:32 +02:00
Nils Freydank c2e0e8ff48
pygoscelis: Disable CONFIG_CRYPTO_MD5 2023-03-26 14:40:32 +02:00
Nils Freydank b00070bb08
pygoscelis: Bump to 6.2.7-T14s 2023-03-19 19:38:09 +01:00
Nils Freydank 68a177c25c
pygoscelis: Bump to 6.2.6-T14s 2023-03-13 19:50:26 +01:00
Nils Freydank 117dc96ee2
pygoscelis: Bump gcc 2023-03-11 15:38:30 +01:00
Nils Freydank c77a674c0f
pygoscelis: Bump to 6.2.5-T14s 2023-03-11 15:38:02 +01:00
Nils Freydank c3452cf13f
pygoscelis: Bump to 6.2.2-T14s 2023-03-04 21:19:22 +01:00