Package Details: linux-amd 6.10.5-1

Git Clone URL: https://aur.archlinux.org/linux-amd.git (read-only, click to copy)
Package Base: linux-amd
Description: The Linux kernel and modules - With some improvement patches
Upstream URL: https://www.kernel.org/
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: None
Maintainer: None
Last Packager: archdevlab
Votes: 34
Popularity: 0.135686
First Submitted: 2019-11-10 15:20 (UTC)
Last Updated: 2024-08-21 00:22 (UTC)

Dependencies (31)

Required by (7)

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 .. 26 27 28 29 30 31 32 33 34 35 36 37 Next › Last »

matbonn commented on 2020-07-10 13:07 (UTC) (edited on 2020-07-10 13:09 (UTC) by matbonn)

Not sure where to mention this but I noticed something odd using this kernel and when trying to record with SimpleScreenRecorder. My audio gets stuttered and SSR says "delaying audio to keep up with video". I have tried this on both my 3600X MSI A320 Pro Max and 3900X (Asus Hero 7) with nothing else running just SSR recording a chromium session. I reboot and try with 5.4LTS and no issues. ArcoLinux. Anything I can try to investigate with? The 5.7 Kernel runs benchmarks much better than 5.4LTS. I'm also limiting the FPS to 10 so it's certainly not a bottleneck thing.

<deleted-account> commented on 2020-07-02 20:29 (UTC)

Nope, couldn't bring up any errors.

Perhaps you are building with unstable hardware? (overclock/undervolt going wrong under high load, killing random threads?)

<deleted-account> commented on 2020-07-02 10:07 (UTC)

@iltoga

Hi there!

I only release my kernels when the compile works, they boot, and I get X/opengl running in a DE with that kernel.

That being said, when I got time, I'll look into it by using multiple systems to build linux-amd and I hope I run in the same problem, because at this very moment I am clueless why the build didnt work for you...

Take care!

iltoga commented on 2020-07-02 09:07 (UTC)

got this while compiling with gcc (10.1.0) on amd (zen2):

  CC      arch/x86/lib/inat.o
arch/x86/lib/inat.c: In function ‘inat_get_opcode_attribute’:
arch/x86/lib/inat.c:15:9: error: ‘inat_primary_table’ undeclared (first use in this function)
   15 |  return inat_primary_table[opcode];
      |         ^~~~~~~~~~~~~~~~~~
arch/x86/lib/inat.c:15:9: note: each undeclared identifier is reported only once for each function it appears in
arch/x86/lib/inat.c: In function ‘inat_get_escape_attribute’:
arch/x86/lib/inat.c:34:10: error: ‘inat_escape_tables’ undeclared (first use in this function); did you mean ‘inat_escape_id’?
   34 |  table = inat_escape_tables[n][0];
      |          ^~~~~~~~~~~~~~~~~~
      |          inat_escape_id
arch/x86/lib/inat.c: In function ‘inat_get_group_attribute’:
arch/x86/lib/inat.c:53:10: error: ‘inat_group_tables’ undeclared (first use in this function); did you mean ‘inat_group_id’?
   53 |  table = inat_group_tables[n][0];
      |          ^~~~~~~~~~~~~~~~~
      |          inat_group_id
arch/x86/lib/inat.c: In function ‘inat_get_avx_attribute’:
arch/x86/lib/inat.c:72:10: error: ‘inat_avx_tables’ undeclared (first use in this function)
   72 |  table = inat_avx_tables[vex_m][0];
      |          ^~~~~~~~~~~~~~~
arch/x86/lib/inat.c: In function ‘inat_get_opcode_attribute’:
arch/x86/lib/inat.c:16:1: warning: control reaches end of non-void function [-Wreturn-type]
   16 | }
      | ^
make[1]: *** [scripts/Makefile.build:267: arch/x86/lib/inat.o] Error 1
make: *** [Makefile:1732: arch/x86/lib] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

<deleted-account> commented on 2020-06-18 19:23 (UTC)

You shouldn't. I mean; one should never take my word for it. Personally, I'm more a promoter of "free will" instead of obedience.

ARM_User commented on 2020-06-18 17:01 (UTC)

Hi, I'm installing this kernel rn. How does it compare to linux-zen in terms of performance. If I have an AMD Ryzen 5 1500x, why should I choose this kernel over the other thousands existing?

NhaMeh commented on 2020-06-03 11:19 (UTC)

As if you had anything better to do...

<deleted-account> commented on 2020-06-03 07:25 (UTC)

Sorry for the "late" 5.7 update. We temporarily had to move our hosting from ovh to digitalocean. (Like we don't have anything better to do...) And judging by the way OVH support is treating us... Maybe even permanently.

Let me know if the (new) repo gives you any trouble!

<deleted-account> commented on 2020-06-02 14:10 (UTC)

Our hosting provider (OVH) is having some major difficulties: renewal of our service has been rejected and results in errors. Its out of our hands. Comment the repo in pacman.conf until OVH solves our problem ...