Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | Regenerate config with LLVM=1 and rustup Rust version | Raphael Nestler | |
3 days | Update to 6.14.4 and upate upstream config | Raphael Nestler | |
2025-03-16 | Update to 6.13.7 | Raphael Nestler | |
Also apply upstream config changes. | |||
2025-03-10 | Update to 6.13.6 | Raphael Nestler | |
Also update the config from the main ArchLinux kernel. | |||
2025-02-27 | Reduce differences to the upstream PKGBUILD | Raphael Nestler | |
2025-02-27 | Apply configuration changes | Raphael 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-27 | Add upstream 6.13.5 config | Raphael Nestler | |
Taken from https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/tree/9faea7f99edb365734ec8d67437da93c3e1a67d1 | |||
2025-02-27 | Update to 6.13.5 | Raphael Nestler | |
2025-02-26 | Add !debug to options (#14) | Christian Holme | |
Similar to the arch upstream kernels | |||
2025-02-25 | Allow 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-25 | Add rust-toolchain to source array | Christian 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-13 | Update to 6.12.9 | Raphael Nestler | |
2025-01-06 | Update config with current bindgen version | Raphael Nestler | |
2025-01-06 | Use rust-bindgen from Arch repositories | Raphael 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-06 | Re-enable Rust support | Raphael Nestler | |
2025-01-06 | Add upstream 6.12.8 config | Raphael Nestler | |
2025-01-06 | Update to 6.12.8 | Raphael Nestler | |
2024-11-20 | Re-enable Rust support | Raphael Nestler | |
2024-11-20 | Add upstream 6.11.9 config | Raphael Nestler | |
2024-11-20 | Update to 6.11.9 | Raphael Nestler | |
2024-10-04 | Change upstraem URL to the GitHub repo | Raphael Nestler | |
That way its clearer that issues, PRs and so on can be created there. | |||
2024-10-04 | Add python-yaml as makedepends | Raphael Nestler | |
2024-09-22 | Re-enable Rust support | Raphael Nestler | |
2024-09-22 | Add upstream 6.10.10 config | Raphael Nestler | |
2024-09-22 | Update to 6.10.10 | Raphael Nestler | |
2024-07-16 | Update to 6.9.9 | Raphael Nestler | |
2024-07-16 | Apply upstream config changes | Raphael Nestler | |
See https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/commit/e58b9c60e7dae6fffd15bc59b224f775b7d319a3 | |||
2024-07-02 | Verify that Rust support is available during prepare | Raphael Nestler | |
2024-06-30 | Update to 6.9.7 | Raphael Nestler | |
2024-06-23 | Re-enable Rust support | Raphael Nestler | |
2024-06-23 | Add upstream 6.9.6 config | Raphael Nestler | |
2024-06-23 | Update to 6.9.6 | Raphael Nestler | |
2024-01-18 | Update to 6.6.10 | Raphael Nestler | |
2023-12-27 | Re-enable Rust support | Raphael Nestler | |
2023-12-27 | Update to 6.6.8 | Raphael Nestler | |
2023-10-31 | Update config | Raphael Nestler | |
2023-10-31 | Update PKBGUILD to match upstream kernel | Raphael Nestler | |
2023-09-07 | Update .SRCINFO | Raphael Nestler | |
2023-08-27 | Update to 6.4.12 | Raphael Nestler | |
2023-08-03 | Update to 6.4.8 and apply upstream config changes | Raphael Nestler | |
See https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/commit/c1dba2cf7a04ddbf435f7ef434b5c91e79c05285 | |||
2023-08-02 | Update description to better describe this kernel | Raphael Nestler | |
2023-07-30 | Update to 6.4.7 | Raphael Nestler | |
The custom patch can be removed, since it was mainlined. | |||
2023-07-26 | Update to 6.4.6 | Raphael Nestler | |
Including the upstream 'Add python makedep' change: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/commit/b1cdbef5aa2169fbe4c07bd70d6d08892a855dc1 | |||
2023-07-11 | Update to 6.4.3 | Raphael Nestler | |
2023-07-11 | Update .SRCINFO | Raphael Nestler | |
2023-07-07 | Enable Rust support again in config | Raphael Nestler | |
2023-07-07 | Update to upstream 6.4.2 | Raphael Nestler | |
2023-06-27 | Update to 6.3.9 | Raphael Nestler | |
2023-06-27 | Add patch to fix out-of-tree module build | Raphael Nestler | |
2023-06-15 | Update config to 6.3 | Raphael Nestler | |
I took the upstream config and enabled Rust again. |