aboutsummarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
3 daysRegenerate config with LLVM=1 and rustup Rust versionRaphael Nestler
3 daysUpdate to 6.14.4 and upate upstream configRaphael Nestler
2025-03-16Update to 6.13.7Raphael Nestler
Also apply upstream config changes.
2025-03-10Update to 6.13.6Raphael Nestler
Also update the config from the main ArchLinux kernel.
2025-02-27Reduce differences to the upstream PKGBUILDRaphael Nestler
2025-02-27Apply configuration changesRaphael Nestler
Apparently Rust support is configured to be enabled in the upstream config now, so the only change is to compile with clang / LLVM.
2025-02-27Add upstream 6.13.5 configRaphael Nestler
Taken from https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/tree/9faea7f99edb365734ec8d67437da93c3e1a67d1
2025-02-27Update to 6.13.5Raphael Nestler
2025-02-26Add !debug to options (#14)Christian Holme
Similar to the arch upstream kernels
2025-02-25Allow rust from repos, properly install rust-toolchain file (#13)Christian Holme
* Allow rust and rust-src from the repos By not explicitly depending on rustup, users can also install rust and rust-src from the repos. If rustup is installed, we use to make sure that rust-src is installed. * Generate rust-toolchain during build To support building out-of-tree modules we need to store which rustc version was used during kernel build. --------- Co-authored-by: Raphael Nestler <raphael.nestler@gmail.com>
2025-02-25Add rust-toolchain to source arrayChristian Holme
If `BUILDDIR` is set, the install path `../../rust-toolchain` will fail. By adding `rust-toolchain` to the source array, it will have a stable path to install it from. --------- Co-authored-by: Raphael Nestler <raphael.nestler@gmail.com>
2025-01-13Update to 6.12.9Raphael Nestler
2025-01-06Update config with current bindgen versionRaphael Nestler
2025-01-06Use rust-bindgen from Arch repositoriesRaphael Nestler
Since 6.11 the Linux kernel supports building with newer versions as well, so we can depend on the version from the official repositories.
2025-01-06Re-enable Rust supportRaphael Nestler
2025-01-06Add upstream 6.12.8 configRaphael Nestler
2025-01-06Update to 6.12.8Raphael Nestler
2024-11-20Re-enable Rust supportRaphael Nestler
2024-11-20Add upstream 6.11.9 configRaphael Nestler
2024-11-20Update to 6.11.9Raphael Nestler
2024-10-04Change upstraem URL to the GitHub repoRaphael Nestler
That way its clearer that issues, PRs and so on can be created there.
2024-10-04Add python-yaml as makedependsRaphael Nestler
2024-09-22Re-enable Rust supportRaphael Nestler
2024-09-22Add upstream 6.10.10 configRaphael Nestler
2024-09-22Update to 6.10.10Raphael Nestler
2024-07-16Update to 6.9.9Raphael Nestler
2024-07-16Apply upstream config changesRaphael Nestler
See https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/commit/e58b9c60e7dae6fffd15bc59b224f775b7d319a3
2024-07-02Verify that Rust support is available during prepareRaphael Nestler
2024-06-30Update to 6.9.7Raphael Nestler
2024-06-23Re-enable Rust supportRaphael Nestler
2024-06-23Add upstream 6.9.6 configRaphael Nestler
2024-06-23Update to 6.9.6Raphael Nestler
2024-01-18Update to 6.6.10Raphael Nestler
2023-12-27Re-enable Rust supportRaphael Nestler
2023-12-27Update to 6.6.8Raphael Nestler
2023-10-31Update configRaphael Nestler
2023-10-31Update PKBGUILD to match upstream kernelRaphael Nestler
2023-09-07Update .SRCINFORaphael Nestler
2023-08-27Update to 6.4.12Raphael Nestler
2023-08-03Update to 6.4.8 and apply upstream config changesRaphael Nestler
See https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/commit/c1dba2cf7a04ddbf435f7ef434b5c91e79c05285
2023-08-02Update description to better describe this kernelRaphael Nestler
2023-07-30Update to 6.4.7Raphael Nestler
The custom patch can be removed, since it was mainlined.
2023-07-26Update to 6.4.6Raphael Nestler
Including the upstream 'Add python makedep' change: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/commit/b1cdbef5aa2169fbe4c07bd70d6d08892a855dc1
2023-07-11Update to 6.4.3Raphael Nestler
2023-07-11Update .SRCINFORaphael Nestler
2023-07-07Enable Rust support again in configRaphael Nestler
2023-07-07Update to upstream 6.4.2Raphael Nestler
2023-06-27Update to 6.3.9Raphael Nestler
2023-06-27Add patch to fix out-of-tree module buildRaphael Nestler
2023-06-15Update config to 6.3Raphael Nestler
I took the upstream config and enabled Rust again.