summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-05-07Update config to match linux v6.3.1-arch1David Cohen
Signed-off-by: David Cohen <dacohen@pm.me>
2023-02-27add tags when fetching remoteDavid Cohen
Signed-off-by: David Cohen <dacohen@pm.me>
2023-02-27fix compilation issue with setlocalversionDavid Cohen
Signed-off-by: David Cohen <dacohen@pm.me>
2023-02-22fix packaging problem if CONFIG_DEBUG_INFO_BTF is disabledDavid Cohen
Signed-off-by: David Cohen <dacohen@pm.me>
2023-02-21Update config file to match linux v6.2-arch1 and fix compilationDavid Cohen
Until pahole is updated, we need to disable CONFIG_DEBUG_INFO_BTF on config.extra to prevent compilation failure. Signed-off-by: David Cohen <dacohen@pm.me>
2022-05-24Update config file to match linux v5.18-arch1David Cohen
Signed-off-by: David Cohen <dacohen@pm.me>
2022-05-14Add more inline documentation to remote fileDavid Cohen
Signed-off-by: David Cohen <dacohen@pm.me>
2022-05-14Update config file to match linux v5.17.6-arch1David Cohen
Signed-off-by: David Cohen <dacohen@pm.me>
2022-04-21Update config file to match linux v5.17.4-arch1David Cohen
Signed-off-by: David Cohen <dacohen@pm.me>
2022-04-21Fix REMOTE_URL variableDavid Cohen
Signed-off-by: David Cohen <dacohen@pm.me>
2022-04-21add support for extra user configsDavid Cohen
This patch adds support to select specific remote and commit (instead of hardcoded to support only mainline master branch). It also adds support to add custom patches to be applied on top of selected remote/commit. Signed-off-by: David Cohen <dacohen@pm.me>
2022-03-27update config file to match linux v5.17.0-arch1David Cohen
Signed-off-by: David Cohen <dacohen@pm.me>
2022-03-20Add support for persistent user custom config fileDavid Cohen
This patch adds support for a persistent user custom config file located at /etc/linux-mainline-git/config that will be appended to .config before compilation. Signed-off-by: David Cohen <dacohen@pm.me>
2022-03-14update config file to match linux v5.16.14-arch1David Cohen
Signed-off-by: David Cohen <dacohen@pm.me>
2022-03-06Update configDavid Cohen
Add support for config.extra and enable the new AMD pstate driver. Signed-off-by: David Cohen <dacohen@pm.me>
2022-02-28Initial commitDavid Cohen
Signed-off-by: David Cohen <dacohen@pm.me>