Commit Graph

8773 Commits

Author SHA1 Message Date
Atemu
dce14bda87
linux_xanmod, linux_xanmod_latest: 2024-11-22 (#358228) 2024-11-23 19:10:25 +01:00
Shawn8901
8f89eb9e52 linux_xanmod_latest: 6.11.9 -> 6.11.10 2024-11-22 19:46:22 +01:00
Shawn8901
b9cad22076 linux_xanmod: 6.6.62 -> 6.6.63 2024-11-22 19:46:19 +01:00
K900
2f84e7307d linux_6_1: 6.1.118 -> 6.1.119 2024-11-22 18:25:38 +03:00
K900
0bbb393726 linux_6_6: 6.6.62 -> 6.6.63 2024-11-22 18:25:33 +03:00
K900
5c617efdc8 linux_6_11: 6.11.9 -> 6.11.10 2024-11-22 18:25:30 +03:00
K900
2f9f2895cf linux_6_12: 6.12 -> 6.12.1 2024-11-22 18:25:24 +03:00
Fabián Heredia Montiel
9590e3221f linux/hardened/patches/6.6: v6.6.60-hardened1 -> v6.6.62-hardened1 2024-11-21 09:06:35 -06:00
Fabián Heredia Montiel
3f0de246f4 linux/hardened/patches/6.11: v6.11.7-hardened1 -> v6.11.9-hardened1 2024-11-21 09:06:31 -06:00
Fabián Heredia Montiel
6fe36d8ed8 linux/hardened/patches/6.1: v6.1.116-hardened1 -> v6.1.118-hardened1 2024-11-21 09:06:27 -06:00
Fabián Heredia Montiel
6c769a79a9 linux/hardened/patches/5.4: v5.4.285-hardened1 -> v5.4.286-hardened1 2024-11-21 09:06:22 -06:00
Fabián Heredia Montiel
abb7a527f6 linux/hardened/patches/5.15: v5.15.171-hardened1 -> v5.15.173-hardened1 2024-11-21 09:06:18 -06:00
Fabián Heredia Montiel
b441ea9a9f linux/hardened/patches/5.10: v5.10.229-hardened1 -> v5.10.230-hardened1 2024-11-21 09:06:13 -06:00
Atemu
fbad0b97db
linux_xanmod, linux_xanmod_latest: 2024-11-17 (#356262) 2024-11-20 14:47:38 +01:00
Shawn8901
8e03d427e0 linux_xanmod_latest: 6.11.7 -> 6.11.9 2024-11-18 19:10:29 +01:00
Shawn8901
36f09e35b6 linux_xanmod: 6.6.60 -> 6.6.62 2024-11-18 19:09:46 +01:00
Maximilian Bosch
f58d077173
Merge: Kernel updates for 2024-11-18 (#356881) 2024-11-18 13:23:33 +01:00
K900
9dd1da7475 linuxManualConfig: don't leak rust-lib-src paths into the final binary 2024-11-18 14:58:42 +03:00
Sefa Eyeoglu
10343b095a
linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 2024-11-18 10:37:45 +01:00
K900
1386871d14 linux_5_4: 5.4.285 -> 5.4.286 2024-11-18 09:14:47 +03:00
K900
d5b803b067 linux_5_10: 5.10.229 -> 5.10.230 2024-11-18 09:14:47 +03:00
K900
17c934c9aa linux_5_15: 5.15.172 -> 5.15.173 2024-11-18 09:14:46 +03:00
K900
3f7febe1b4 linux_6_1: 6.1.117 -> 6.1.118 2024-11-18 09:14:46 +03:00
K900
3471123c6d linux_6_6: 6.6.61 -> 6.6.62 2024-11-18 09:14:46 +03:00
K900
78450026fe linux_6_11: 6.11.8 -> 6.11.9 2024-11-18 09:14:46 +03:00
K900
a7c029235d linux_6_12: init at 6.12 2024-11-18 09:14:46 +03:00
Maximilian Bosch
302ee112b0
Merge: linux/common-config: enable Intel TDX guest support (#344372) 2024-11-15 09:23:33 +01:00
K900
4ab23ff7a8 linux_5_15: 5.15.171 -> 5.15.172 2024-11-14 17:45:36 +03:00
K900
6e39bab2d3 linux_6_1: 6.1.116 -> 6.1.117 2024-11-14 17:45:32 +03:00
K900
ab249bf1fd linux_6_6: 6.6.60 -> 6.6.61 2024-11-14 17:45:27 +03:00
K900
8dbca107ee linux_6_11: 6.11.7 -> 6.11.8 2024-11-14 17:45:21 +03:00
K900
fe74556e9f linux_testing: 6.12-rc6 -> 6.12-rc7 2024-11-14 17:45:15 +03:00
Alex James
41a390a2a2
linux/common-config: enable Intel TDX guest support
Intel Trust Domain Extensions (TDX) is a VM-based trusted execution
environment which attempts to isolate confidential guest VMs from the
host, similar to AMD SEV-SNP. Like AMD SEV-SNP it requires guest
modifications (also referred to as "enlightenments") to operate in the
TEE. Initial support for running Linux in a TDX guest environment was
merged [in 5.19][1]. The guest driver used for generating attestation
reports was merged [in 6.2][2].

Enable both of these options on supported kernel versions. This matches
other distros such as [Arch Linux][3], [Debian][4], [Fedora][5],
[openSUSE][6], and [Ubuntu][7].

[1]: https://lore.kernel.org/lkml/Yot1IAqHoRBlwe0w@zn.tnic/
[2]: https://lore.kernel.org/lkml/20221212191525.553266-1-dave.hansen@linux.intel.com/
[3]: ac5ceec882/config (L409)
[4]: 3fdc0bdcaf/debian/config/amd64/config (L13)
[5]: 28b3da71f8/f/kernel-x86_64-fedora.config (_3170)
[6]: 994cc2d44d/config/x86_64/default (L403)
[7]: https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/noble/tree/debian.master/config/annotations#n6660
2024-11-10 13:32:00 -06:00
Fabián Heredia Montiel
9bd781e733 linux/hardened/patches/6.6: v6.6.59-hardened1 -> v6.6.60-hardened1 2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
3b3ea3ac4b linux/hardened/patches/6.11: v6.11.6-hardened1 -> v6.11.7-hardened1 2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
d9b6a745b2 linux/hardened/patches/6.1: v6.1.115-hardened1 -> v6.1.116-hardened1 2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
c367b19a22 linux/hardened/patches/5.4: v5.4.284-hardened1 -> v5.4.285-hardened1 2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
fc9089929a linux/hardened/patches/5.15: v5.15.170-hardened1 -> v5.15.171-hardened1 2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
edb9a963e6 linux/hardened/patches/5.10: v5.10.228-hardened1 -> v5.10.229-hardened1 2024-11-10 11:30:43 -06:00
Atemu
acf406372c
linux_xanmod, linux_xanmod_latest: 2024-11-08 (#354617) 2024-11-10 05:24:25 +01:00
Shawn8901
71330f93ee linux_xanmod_latest: 6.11.6 -> 6.11.7 2024-11-08 23:14:32 +01:00
Shawn8901
efa0718e74 linux_xanmod: 6.6.59 -> 6.6.60 2024-11-08 23:14:32 +01:00
Maximilian Bosch
e62a69dc68
linux_5_4: 5.4.284 -> 5.4.285 2024-11-08 20:08:06 +01:00
K900
6a2e37b318 linux/update-mainline: fix oldest version check 2024-11-08 22:01:52 +03:00
Maximilian Bosch
7c1e8955b7
linux_latest-libre: 19643 -> 19663 2024-11-08 19:51:34 +01:00
Maximilian Bosch
040a0dae71
linux-rt_6_6: 6.6.52-rt43 -> 6.6.58-rt45 2024-11-08 19:51:14 +01:00
Maximilian Bosch
0216aad174
linux-rt_6_1: 6.1.111-rt42 -> 6.1.112-rt43 2024-11-08 19:51:00 +01:00
Maximilian Bosch
f919f99e9c
linux-rt_5_15: 5.15.167-rt79 -> 5.15.170-rt81 2024-11-08 19:50:48 +01:00
Maximilian Bosch
878ea7b096
linux_5_10: 5.10.228 -> 5.10.229 2024-11-08 19:50:35 +01:00
Maximilian Bosch
c51850c016
linux_5_15: 5.15.170 -> 5.15.171 2024-11-08 19:50:27 +01:00