summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-06-18chore: updateShinKouyo
2026-06-18build: remove PGP signature verification and bump pkgrelShinKouyo
2026-06-18build: update config for clang and generate .SRCINFOShinKouyo
- Regenerate config for Linux 7.1.0-gnu using Clang 22.1.6 and LLD - Add missing b2sums for clang-polly patch in PKGBUILD - Generate and add .SRCINFO
2026-06-18conf(config|PKGBUILD)~: enable kernel features and update build depsShinKouyo
- Enable CONFIG_LTO_CLANG_THIN and CONFIG_POLLY_CLANG for Clang ThinLTO and Polly optimizations - Enable CONFIG_SCHED_BORE for BORE scheduler - Enable CONFIG_ACPI_CALL as module - Enable CONFIG_FONT_CJK_16X16 and CONFIG_FONT_CJK_32X32 for cjktty - Set CONFIG_TCP_CONG_BBR to built-in (y) - Add 'polly' to makedepends in PKGBUILD
2026-06-18init~: add initial PKGBUILD, config and keysShinKouyo
- Rewrite PKGBUILD for linux-libre 7.1 with BORE, BBRv3, acpi-call, cjktty, and clang-polly patches - Add default x86_64 config from official Arch Linux (WIP, to be customized) - Add PGP key for Alexandre Oliva (linux-libre) - Remove .SRCINFO (will be generated automatically) - Update .gitignore to track config and keys Refs: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/main/config.x86_64
2026-06-18conf(nvchecker)~: remove nvchecker configurationShinKouyo
2026-06-18init~: import pkgbuild template filesShinKouyo
Refs: https://codeberg.org/shkouyo/pkgbuild-template.git