summaryrefslogtreecommitdiff
path: root/scripts/package-build/linux-kernel/arch/arm64/configs
AgeCommit message (Collapse)Author
2026-02-17Kernel: T8134: split-out common executable file formats from configChristian Breunig
2026-01-27T8210: ARM: Add missing kernel modules for Marvell CN9130 platformViacheslav Hletenko
2026-01-15Merge pull request #1102 from sever-sever/T8181Daniil Baturin
T8181: Add kernel CONFIG_MODULE_SIG for arm64 architecture
2026-01-15T8181: Add kernel CONFIG_MODULE_SIG for arm64 architectureViacheslav Hletenko
Add missed CONFIG_MODULE_SIG kernel options for arm64 architecture
2026-01-13T8174: Disable CHELSIO_FCOE kernel module due to issuesViacheslav Hletenko
While by-passing a Chelsio NIC in Proxmox, some users are experiencing issues with the `csiostor module`. After manually blacklisting the module in GRUB settings, no issues were found. Comment this module for the kernel.
2025-12-18T8106: ARM: Add missing kernel modules for Marvell CN9130 platform supportViacheslav Hletenko
2025-12-15T8101: Add secure boot Kernel kexec optionsViacheslav Hletenko
Add Secure Boot - compatible kexec Kernel options - Required if system uses Secure Boot - Allows systemctl kexec or kexec to load signed kernels safely
2025-09-26T7870: Kernel add option CONFIG_NO_HZ_FULLViacheslav
Add options CONFIG_NO_HZ_FULL and CONFIG_RCU_NOCB_CPU for: - system option kernel cpu nohz-full - system option kernel cpu rcu-no-cbs Fixes: ``` kernel: Housekeeping: nohz unsupported. Build with CONFIG_NO_HZ_FULL r14 kernel: Unknown kernel command line parameters ```
2025-05-06Merge pull request #955 from tjjh89017/arm64_kernelViacheslav Hletenko
T7406: add virtio-gpu and pl011 console support for arm64
2025-05-04Kernel: T7428: remove io_uring supportChristian Breunig
Given the recent chatter about io_uring and it flaws - e.g. [1] - and we have to my knowledge no use for it we should remove it from the Kernel configuration. Every feature not used and removed from the Kernel is a good one. 1: https://www.armosec.io/blog/io_uring-rootkit-bypasses-linux-security/
2025-04-28T7406: add virtio-gpu and pl011 console support for arm64Date Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2025-02-20T7178: Add vDPA Virtio Data Path Aceleration kernel moduleViacheslav Hletenko
2025-01-17T6895: Build hsflowd with option PSAMPLENataliia Solomko
2024-12-18T6952: enable exFat in kernel configNataliia Solomko
2024-10-02T6754: Delete Jenkins build packagesViacheslav Hletenko
2024-09-06T6674: Add symlink to original linux-kernel arch and patchesViacheslav Hletenko
2024-08-29T6674: Add build-scrips for packages without JenkinsViacheslav Hletenko
Add build scripts for .deb packages without Jenkins. To exclude Jenkins we need some place where we can put new builds-scripts to run in parallel (old/new) during meantime We will deprecate old Jenkins package builds in the future.