Package Details: linux-amd-headers 6.10.5-1

Git Clone URL: https://aur.archlinux.org/linux-amd.git (read-only, click to copy)
Package Base: linux-amd
Description: Headers and scripts for building modules for the linux-amd package
Upstream URL: https://www.kernel.org/
Licenses: GPL-2.0-only
Submitter: None
Maintainer: archdevlab
Last Packager: archdevlab
Votes: 33
Popularity: 0.21
First Submitted: 2019-11-10 15:20 (UTC)
Last Updated: 2024-08-21 00:22 (UTC)

Required by (0)

Sources (21)

Pinned Comments

archdevlab commented on 2024-08-15 03:38 (UTC)

Hi

I have adopted this package and have updated it!

Thanks!

<deleted-account> commented on 2023-05-04 16:38 (UTC)

GCC13.1 is mainlined in arch, so this means znver4 support can kick off on this kernel. The graysky compile patches have been updated too.

This kernel now natively supports the znver4 arch, but this kernel will most likely keep working on all AMD ryzen hardware. It's better to be able to address certain small perks or issues per architecture now and in the future.

If you use znver3 based hardware, please use linux-amd-znver3
If you use znver2 based hardware, please use linux-amd-znver2
If you use raven based hardware, please use linux-amd-raven

<deleted-account> commented on 2020-10-26 18:15 (UTC)

GCC11.1 is mainlined in arch, so this means znver3 support can kick off on this kernel. The graysky compile patches have been updated too.

This kernel now natively supports the znver3 arch, but this kernel will most likely keep working on all AMD ryzen hardware. It's better to be able to address certain small perks or issues per architecture now and in the future.

If you use znver2 based hardware, please use linux-amd-znver2
If you use raven based hardware, please use linux-amd-raven

<deleted-account> commented on 2019-11-10 15:23 (UTC)

Tired of compiling? Use this binary repo instead! Add this at the end of /etc/pacman.conf :

[linuxkernels]
Server = http://nhameh.ovh/$repo/$arch
SigLevel = Optional TrustAll

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 37 Next › Last »

<deleted-account> commented on 2023-07-07 14:17 (UTC)

@dekart811 I think this should do it. Maybe you can test?

<deleted-account> commented on 2023-07-07 13:56 (UTC)

I will use the patch proposed on top of your given thread, this seems to work. hold on.

<deleted-account> commented on 2023-07-07 13:41 (UTC)

it seems CONFIG_PER_VMA_LOCK is overidden by another dependency, i need time to search them, hold on.

<deleted-account> commented on 2023-07-07 13:39 (UTC)

thx for the heads up dekart, this bug went over my head...

dekart811 commented on 2023-07-07 11:16 (UTC)

There seem to be some issues when having CONFIG_PER_VMA_LOCK=y set with kernel 6.4, e.g. with Conky (https://github.com/brndnmtthws/conky/issues/1544) and Firefox does also randomly crash for me. Would you please compile the kernel without CONFIG_PER_VMA_LOCK?

<deleted-account> commented on 2023-05-04 16:38 (UTC)

GCC13.1 is mainlined in arch, so this means znver4 support can kick off on this kernel. The graysky compile patches have been updated too.

This kernel now natively supports the znver4 arch, but this kernel will most likely keep working on all AMD ryzen hardware. It's better to be able to address certain small perks or issues per architecture now and in the future.

If you use znver3 based hardware, please use linux-amd-znver3
If you use znver2 based hardware, please use linux-amd-znver2
If you use raven based hardware, please use linux-amd-raven

flakusha commented on 2023-04-28 15:07 (UTC) (edited on 2023-04-28 15:08 (UTC) by flakusha)

Gaming performance is much worse, although energy saving is really there and other workloads are the same, but I need more testing too.

<deleted-account> commented on 2023-04-28 14:45 (UTC)

Yeah so adding

amd_pstate=active

Is enough. I already did extensive testing on my znver2 hardware and the powersavings are really there. also the temporary boosts are good for variable workloads. And ofcourse nothing changes on heavy workloads. So, I reckon its even better on znver3 since its an active pstate instead of a passive pstate.

<deleted-account> commented on 2023-04-28 13:28 (UTC)

I was about to post that adding

amd_pstate=active

Would probably be enough. Ill let you know the results when I have access to znver3 hardware.

flakusha commented on 2023-04-28 13:19 (UTC)

In my case I just have added initcall_blacklist=acpi_cpufreq_init amd_pstate.enable=1 amd_pstate=active amd_pstate.shared_mem=1 to my grub parameters, please check this out if it works on your side. This P-State EPP should be already included to the kernel at the moment.