diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-02-16 00:24:20 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-29 05:22:46 -0600 |
commit | 89e582ada3e1a390a696ce4a6361ab4f3cc05f00 (patch) | |
tree | 0ba3f1e1a8145ac6f9fac577ace1426523d30d69 /system/easy-kernel/0000-README | |
parent | a9cdd056f977a136b2a5e6ce523ff393aa5e35d6 (diff) | |
download | packages-89e582ada3e1a390a696ce4a6361ab4f3cc05f00.tar.gz packages-89e582ada3e1a390a696ce4a6361ab4f3cc05f00.tar.bz2 packages-89e582ada3e1a390a696ce4a6361ab4f3cc05f00.tar.xz packages-89e582ada3e1a390a696ce4a6361ab4f3cc05f00.zip |
system/easy-kernel: Update to 6.6.6-mc1
Diffstat (limited to 'system/easy-kernel/0000-README')
-rw-r--r-- | system/easy-kernel/0000-README | 46 |
1 files changed, 37 insertions, 9 deletions
diff --git a/system/easy-kernel/0000-README b/system/easy-kernel/0000-README index ae39cebbe..ba2ebb04d 100644 --- a/system/easy-kernel/0000-README +++ b/system/easy-kernel/0000-README @@ -48,34 +48,62 @@ File: 0200-x86-compile.patch From: Laurent Bercot <ska-adelie@skarnet.org> Desc: Fixes builds on x86 that terminate due to overenthusiastic -Werror -File: 0202-fix-gcc13-build.patch -From: Sam James <sam@gentoo.org> -Desc: Fixes building with gcc-13 due to plugin ABI mismatch, does not affect older gcc builds +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: 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 +Desc: Enables audio in PowerBook6,4 and PowerBook6,5 iBooks on PowerPC. -File: 0255-ultraksm.patch -From: https://github.com/sirlucjan/kernel-patches/ -Desc: Ultra Same-Page Merging provides an aggressive KSM implementation to further enhance memory usage over RedHat KSM in mainline +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: 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 +Desc: Reduces the proclivity of the kernel to page out memory contents to disk. + +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: 0302-iwlwifi-rfkill-fix.patch +From: Johannes Berg <johannes.berg@intel.com> +Desc: Fix issue where rfkill results in kernel lock-up. + +File: 0400-reduce-pageblock-size-nonhugetlb.patch +From: Sultan Alsawaf <sultan@kerneltoast.com> +Desc: Reduces latency under memory pressure by reducing pageblock size. + +File: 0402-mm-optimise-slub.patch +From: Jay Patel <jaypatel@linux.ibm.com> +Desc: Reduces SLUB memory usage by adjusting operational constants depending on page size. + +File: 0404-page-cache-not-found.patch +From: Yin Fengwei <fengwei.yin@intel.com> +Desc: Reverts a commit that causes cache misses in readahead. + File: 0500-print-fw-info.patch From: Georgy Yakovlev <gyakovlev@gentoo.org> Desc: Makes kernel print exact firmware file that kernel attempts to load. File: 0502-gcc9-kcflags.patch -From: https://github.com/graysky2/kernel_compiler_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 +From: Piotr Gorski <lucjan.lucjanov@gmail.com> +Desc: Updates kernel Zstandard compression code to upstream 1.5.5 from Meta. + File: 1000-version.patch From: Horst Burkhardt <horst@burkhardt.com.au> Desc: Adjust Makefile to represent patchset version, adds cool logo to boot logo options |