Package Details: linux-mainline 6.15rc3-1

Git Clone URL: https://aur.archlinux.org/linux-mainline.git (read-only, click to copy)
Package Base: linux-mainline
Description: The Linux Mainline kernel and modules
Upstream URL: https://kernel.org/
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, NTSYNC-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: miffe
Maintainer: miffe
Last Packager: miffe
Votes: 290
Popularity: 1.55
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2025-04-21 02:53 (UTC)

Required by (8)

Sources (2)

Pinned Comments

miffe commented on 2020-01-30 21:44 (UTC)

Repository here

Latest Comments

« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 93 Next › Last »

Kithop commented on 2022-04-11 21:24 (UTC)

FYI for those on AMD machines, while the config is currently putting the new AMD P-State driver as a module ('CONFIG_X86_AMD_PSTATE=m'), you can work around this a couple different ways - I just make sure to include that module in:

/etc/mkinitcpio.conf

For me, for example, I have the MODULES line including both the p-state and amdgpu modules:

MODULES=(amdgpu amd_pstate)

Then just run mkinitcpio -P as root (or via sudo) and reboot, and check again with something like cpupower frequency-info.

aorth commented on 2022-03-16 16:05 (UTC)

@normalname012 as far as I recall, linux-mainline uses the kernel configuration from the current Arch Linux linux package. Once Arch updates to 5.17 this package will update the config.

normalname012 commented on 2022-03-14 15:37 (UTC)

Can you please compile the kernel with CONFIG_X86_AMD_PSTATE=y? It has been added in the 5.17 and will be very usefull for amd laptops

ckane commented on 2022-02-07 23:15 (UTC) (edited on 2022-02-07 23:16 (UTC) by ckane)

I would recommend adding the following change to the config:

diff --git a/config b/config
index 40c8019..898c766 100644
--- a/config
+++ b/config
@@ -644,6 +644,7 @@ CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
  # CPU frequency scaling drivers
  #
  CONFIG_X86_INTEL_PSTATE=y
+CONFIG_X86_AMD_PSTATE=y
  CONFIG_X86_PCC_CPUFREQ=m
  CONFIG_X86_ACPI_CPUFREQ=m
  CONFIG_X86_ACPI_CPUFREQ_CPB=y

miffe commented on 2022-01-30 21:14 (UTC)

The PSU in my server blew, so it will be a few days until the repo and rc2 is online.

kola54453 commented on 2022-01-30 14:26 (UTC)

repo seems to be down atm

MuggleTwist commented on 2022-01-05 21:14 (UTC)

Automatically generated file; DO NOT EDIT.
Linux/x86 5.15.2-arch1 Kernel Configuration

Your kernel config is from the previous kernel. Maybe this is why the rtw89 driver is not being built

swyter commented on 2022-01-01 17:38 (UTC)

Very small thing; I think wireguard-maineline in the PKGBUILD should be wireguard-mainline.