Package Base Details: linux-mainline

Git Clone URL: https://aur.archlinux.org/linux-mainline.git (read-only, click to copy)
Submitter: miffe
Maintainer: miffe
Last Packager: miffe
Votes: 271
Popularity: 2.92
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2024-04-21 21:46 (UTC)

Pinned Comments

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

Repository here

Latest Comments

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

bittin commented on 2022-08-01 23:39 (UTC)

Compiled 5.19 for my Arch server and works fine

cherrot commented on 2022-07-26 08:42 (UTC) (edited on 2022-07-26 08:42 (UTC) by cherrot)

We should set CONFIG_PINCTRL_AMD=y in config. Since CONFIG_PINCTRL_AMD=m is not an option since 5.19.rc8. See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v5.19-rc8&id=41ef3c1a6bb0fd4a3f81170dd17de3adbff80783

saeziae commented on 2022-07-21 18:56 (UTC)

Sourcing the git will download the 5GB big repo, using https://git.kernel.org/torvalds/t/linux-$TAG.tar.gz may be one considerable option...

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