Compiled 5.19 for my Arch server and works fine
Search Criteria
Package Details: linux-mainline 6.13-1
Package Actions
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, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 281 |
Popularity: | 2.20 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-01-20 06:29 (UTC) |
Dependencies (21)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-hybridAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 77 Next › Last »
bittin commented on 2022-08-01 23:39 (UTC)
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
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here