Hey, thanks for providing this PKGBUILD and the prebuilt repo. Would you please consider enabling CONFIG_DRM_AMD_DC_PRE_VEGA? Thanks in advance.
Edit: nevermind, looks like this only changes the default state of DC, so anyone who wants to enable it can do so with amdgpu.dc=1.
Search Criteria
Package Details: linux-mainline 6.15rc3-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, 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) |
Dependencies (24)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-uutils-symlinkAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, ugrd-gitAUR, booster, dracut, mkinitcpio)
- kmod (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)
- rust (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (make)
- tar (tar-gitAUR) (make)
- texlive-latexextra (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (make)
- Show 4 more dependencies...
Required by (8)
- 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)
- wine-osu-spectator (requires NTSYNC-MODULE) (optional)
- wine-osu-spectator-wow64 (requires NTSYNC-MODULE) (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 .. 93 Next › Last »
novenary commented on 2017-11-27 16:10 (UTC) (edited on 2017-11-27 17:46 (UTC) by novenary)
restl3ss commented on 2017-11-18 11:18 (UTC)
Great package overall, one small request -
in the next update can you please update your config to build the kmod for rtl8822be? The module works just fine, and otherwise I'm going to have to download the PKGBUILD and edit the config every time I want to update. Thanks
mirh commented on 2017-10-21 10:43 (UTC)
Can you please make git at least shallow cloning?
It's nuts I have to download GBs of history, just to build latest kernel.
And especially, what is now the point of this repo with respect to linux-git?
xuiqzy commented on 2017-10-10 18:01 (UTC)
Could you please change the VCS url to git+https://... to pull the git sources over TLS encrypted https since the git protocol is not encrypted and not authenticated? Thanks in advance! :)
MK13 commented on 2017-10-04 15:05 (UTC)
Tarballs are unsigned since 4.12-rc1
https://www.kernel.org/rc-tarballs-and-patches-starting-with-412-rc1.html
Also reflects in the PKGBUILD
#"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
Any plans to change to a git based build? Even if it comes with the downsides described in the kernel page
darkbasic commented on 2017-09-28 15:39 (UTC)
kernel.org git infrastructure has lots of countermeasures to avoid abuse and sometimes they get right into your way. For example if you try to pull the same big tree twice you will notice a much lower download speed the second time. Wait a couple of hours or change your IP and everything will probably get fixed.
laichiaheng commented on 2017-09-28 15:18 (UTC)
Why is the download speed so slow??
prazola commented on 2017-09-18 15:52 (UTC)
PKGBUILD and Makefile renewed?
I used to patch both to load my config and setup march and mtune like this:
"sed -i -e 's/march=core2/march=native/g;s/mtune=generic/mtune=native/g' Makefile"
And replacing o2 with o3. Is there a way to do the same now with only few modifications as before?
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here