summaryrefslogtreecommitdiff
path: root/system/easy-kernel/0000-README
diff options
context:
space:
mode:
Diffstat (limited to 'system/easy-kernel/0000-README')
-rw-r--r--system/easy-kernel/0000-README40
1 files changed, 22 insertions, 18 deletions
diff --git a/system/easy-kernel/0000-README b/system/easy-kernel/0000-README
index ba2ebb04d..67d75ca60 100644
--- a/system/easy-kernel/0000-README
+++ b/system/easy-kernel/0000-README
@@ -28,10 +28,6 @@ Patchset Sequence
Individual Patch Descriptions (0120-1000):
--------------------------------------------------------------------------
-File: 0120-XATTR_USER_PREFIX.patch
-From: Anthony G. Basile <blueness@gentoo.org>
-Desc: Support for namespace user.pax.* on tmpfs.
-
File: 0122-link-security-restrictions.patch
From: Ben Hutchings <ben@decadent.org.uk>
Desc: Enable link security restrictions by default.
@@ -52,18 +48,22 @@ File: 0202-parisc-disable-prctl.patch
From: Helge Deller <deller@gmx.de>
Desc: Disables prctl on PA-RISC/HPPA due to this platform needing executable stacks.
-File: 0204-amd-deserialised-MSR-access.patch
-From: Borislav Petkov <bp@alien8.de>
-Desc: Reduces performance penalty on AMD64 processors (Opteron, K8, Athlon64, Sempron) by removing unnecessary synchronisation barrier.
+File: 0204-sparc-warray-fix.patch
+From: Gustavo A. R. Silva <gustavoars@kernel.org>
+Desc: Fixes issues with SPARC compilation due to -Warray-bounds
-File: 0210-fix-powerbook-6-5-audio.patch
-From: Horst Burkhardt <horst@burkhardt.com.au>
-Desc: Enables audio in PowerBook6,4 and PowerBook6,5 iBooks on PowerPC.
+File: 0208-gcc14-objtool-fix.patch
+From: Sam James <sam@gentoo.org>
+Desc: Fixes to calloc to make gcc14 not chuck a -Walloc hissy fit.
File: 0250-expose-per-process-ksm.patch
From: Oleksandr Natalenko <oleksandr@natalenko.name>
Desc: Provides a non-prctl interface for per-process KSM to support uksmd.
+File: 0252-rectify-ksm-inheritance.patch
+From: Stefan Roesch <shr@devkernel.io>
+Desc: Extends prctl interface for per-process KSM to allow proper inheritance of KSM state.
+
File: 0260-reduce-swappiness.patch
From: Horst Burkhardt <horst@burkhardt.com.au> - originally from -ck patchset by Con Kolivas
Desc: Reduces the proclivity of the kernel to page out memory contents to disk.
@@ -72,13 +72,17 @@ File: 0262-boot-order.patch
From: Peter Jung <admin@ptr1337.dev>
Desc: Changes graphics bringup to occur after ATA initialisation, saving some time at boot.
-File: 0300-tmp513-regression-fix.patch
-From: Mike Pagano <mpagano@gentoo.org>
-Desc: Fix to regression in Kconfig from kernel 5.5.6 to enable tmp513 hardware monitoring module to build.
+File: 0300-correct-max98388-includes.patch
+From: Linus Walleij <linus.walleij@linaro.org>
+Desc: Fixes includes in MAX98388 ASoC ALSA driver.
+
+File: 0302-i915-gcc14-fix.patch
+From: Sam James <sam@gentoo.org>
+Desc: Adjusts alloc size in drm/i915 to prevent gcc14 hissy fit.
-File: 0302-iwlwifi-rfkill-fix.patch
-From: Johannes Berg <johannes.berg@intel.com>
-Desc: Fix issue where rfkill results in kernel lock-up.
+File: 0304-fix-powerbook-6-5-audio.patch
+From: Horst Burkhardt <horst@burkhardt.com.au>
+Desc: Enables audio in PowerBook6,4 and PowerBook6,5 iBooks on PowerPC.
File: 0400-reduce-pageblock-size-nonhugetlb.patch
From: Sultan Alsawaf <sultan@kerneltoast.com>
@@ -100,9 +104,9 @@ File: 0502-gcc9-kcflags.patch
From: graysky <therealgraysky@proton.me>
Desc: Enables gcc >=9.1 optimizations for the very latest x86_64 CPUs.
-File: 0504-update-zstd-to-v1_5_5.patch
+File: 0504-update-zstd-to-v1_5_6.patch
From: Piotr Gorski <lucjan.lucjanov@gmail.com>
-Desc: Updates kernel Zstandard compression code to upstream 1.5.5 from Meta.
+Desc: Updates kernel Zstandard compression code to upstream 1.5.6 from Meta.
File: 1000-version.patch
From: Horst Burkhardt <horst@burkhardt.com.au>