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: archdevlab
Last Packager: archdevlab
Votes: 33
Popularity: 1.19
First Submitted: 2019-11-10 15:20 (UTC)
Last Updated: 2024-08-21 00:22 (UTC)

Dependencies (31)

Required by (6)

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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 37 Next › Last »

<deleted-account> commented on 2022-01-05 15:25 (UTC)

I attempted to fix the problem by aligning the config to the vanilla (archlinux kernel) config as best as I could. As I dont have zen3 hardware or any detailed logs, this is the best I can attempt so far ..

<deleted-account> commented on 2022-01-01 17:01 (UTC)

That's interesting, also, no idea why :-D. Ill keep searching.

Gero commented on 2022-01-01 16:37 (UTC) (edited on 2022-01-01 16:38 (UTC) by Gero)

@deemon just wanted to share I'm experiencing the same issue. I've reverted to the default Arch kernel, on which I don't experience crashes.

I'm running native Arch Linux on AMD Ryzen:

root@arch:~ # lshw -C CPU -short
H/W path            Device          Class          Description
==============================================================
/0/4                                processor      AMD Ryzen 7 5800H with Radeon Graphics


root@arch:~ # lsb_release -a
LSB Version:    1.4
Distributor ID: Arch
Description:    Arch Linux
Release:    rolling
Codename:   n/a

deemon commented on 2022-01-01 11:40 (UTC)

don't know why, but this kernel has crashed me like 3 times already in last week. whereas "normal" manjaro kernel has not crashed for months. have 5950X.

<deleted-account> commented on 2021-12-18 15:02 (UTC)

You can read all about it here:

https://github.com/torvalds/linux/blob/master/lib/find_bit_benchmark.c

All kernels do it, were just being verbose about it. Just keep calm and boot :-)

blackhole commented on 2021-12-18 13:29 (UTC)

I have this output at the first stage of booting:

Start testing find_bit() with random-filled bitmap...

What is that?

<deleted-account> commented on 2021-12-15 15:37 (UTC)

Yes this kernel is tuned for your cezanne znver3 based cpu

Archttila commented on 2021-12-15 14:44 (UTC)

hi, Is this kernel compatible with my processor? (Ryzen 5700G)

lspci | grep -i VGA
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne (rev c8)

sorry for my very bad English!

astor commented on 2021-11-02 18:18 (UTC)

@eggz solved editing PKGBUILD as you said. I can confirm that it is working. Thank you very much.

<deleted-account> commented on 2021-11-02 17:53 (UTC)

@Astor

It was an easy fix. Only one file needs modifications: https://github.com/egnappahz/rtl8821ce/blob/8d1fa1bdc38c31c4ae69d6dd48c0f8f70ed57f71/core/rtw_br_ext.c ( https://github.com/egnappahz/rtl8821ce/commit/8d1fa1bdc38c31c4ae69d6dd48c0f8f70ed57f71 )

To get it easily, You can replace the gitsource in the PKGBUILD of rtl8821ce-dkms-git with my forked version;

source=("git+https://github.com/egnappahz/rtl8821ce.git")

and then run a good old makepkg -fi, compilation should work then. Atleast it did for me. I don't have the hardware tho so I cant test it out myself.