kernel_compiler_patch icon indicating copy to clipboard operation
kernel_compiler_patch copied to clipboard

Kernel patch enables compiler optimizations for additional CPUs.

Results 9 kernel_compiler_patch issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm not sure if you noticed the phoronix article: https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.19-O3-March-Native Which showed -march=native being much slower than just using -O2 or -O3 Has anyone else managed to verify this? Was...

Hi, @graysky2! Just a quick heads up, this won't apply cleanly on 6.8 due to the PAE kconfig changes. Cheers!

Howdy! Nifty patch set! I’d like to use it since I yak-shaved essentially the same thing for Rocket Lake a couple days ago before I found this repo. I am...

As the title says, fix a typo in the patch header.

I have just pulled the latest changes and I spotted this: ``` more-uarches-for-kernel-6.8-rc4+.patch => more-ISA-levels-and-uarches-for-kernel-6.1.79-6.8-rc3.patch | 390 +++++++++++++++----------------- more-uarches-for-kernel-6.1.79-6.8-rc3.patch => more-ISA-levels-and-uarches-for-kernel-6.8-rc4+.patch | 424 ++++++++++++++++------------------- ``` this looks like a mixed...

Given the project's potential for merging into the main upstream line, it might be worth considering. While some of these changes might be controversial, we could at least extract the...

Hi I have been using your patches since version 5 kernel, make a real difference on my AMD FX4130 I have even begun recompiling all key pkgs of my distro...

With https://github.com/graysky2/kernel_compiler_patch/commit/8b4675b3a96547b73fa92f87f6a6b3a2e387ac06 the MICELAKE config option which enabled icelake-client was changed into two new options: MICELAKE_CLIENT and MICELAKE_SERVER but only for the patch that applies to 6.1.79+. Could this change...

KCPPFLAGS are flags for the kernel's C preprocessor. KCFLAGS are flags for the kernel's C compiler. `-march=znver3` only applies to the latter, so KCPPFLAGS can be safely dropped.