commit: 25334cfc78985c9f6ee2478fcb35cd24fb98505c Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Wed Jul 3 23:04:24 2024 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Wed Jul 3 23:04:24 2024 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=25334cfc
BMQ Schedular (USE=experimental) v6.9-r0 Set default for BMQ. default to n Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 0000_README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/0000_README b/0000_README index 5ba3f04f..3b52f37f 100644 --- a/0000_README +++ b/0000_README @@ -110,3 +110,11 @@ Desc: Add Gentoo Linux support config settings and defaults. Patch: 5010_enable-cpu-optimizations-universal.patch From: https://github.com/graysky2/kernel_compiler_patch Desc: Kernel >= 5.15 patch enables gcc = v11.1+ optimizations for additional CPUs. + +Patch: 5020_BMQ-and-PDS-io-scheduler-v6.9-r0.patch +From: https://gitlab.com/alfredchen/projectc +Desc: BMQ(BitMap Queue) Scheduler. A new CPU scheduler developed from PDS(incld). Inspired by the scheduler in zircon. + +Patch: 5021_BMQ-and-PDS-gentoo-defaults.patch +From: https://gitweb.gentoo.org/proj/linux-patches.git/ +Desc: Set defaults for BMQ. default to n
