summaryrefslogtreecommitdiff
path: root/system/easy-kernel/config-aarch64
AgeCommit message (Collapse)AuthorFilesLines
2024-05-22system/easy-kernel: Update to 6.6.6-mc1A. Wilcox1-869/+1447
2023-10-26system/easy-kernel: Add RTC support for aarch64A. Wilcox1-83/+92
Adds modules for most RTCs supported on arm64. We also now build-in RTC_EFI, which should grab most of the server-class boards.
2023-10-25system/easy-kernel: Config update for new binutilsA. Wilcox1-3/+16
The new binutils version allows more options on aarch64, pmmx, and x86_64. Configure them so that native builders don't have `oldconfig` output. Fixes: #1091, #1092, #1094
2023-10-03system/easy-kernel: Update to 5.15.132-mc6A. Wilcox1-33/+130
* Adds exFAT module to all architectures. * Adds Hyper-V guest support to aarch64. * Fixes audio output issues on some PowerBook models.
2023-04-02system/easy-kernel: Update to 5.15.98-mc4A. Wilcox1-11/+4
Also reconfigure all eight architectures for oldconfig.
2022-11-26system/easy-kernel: Update Arm64 configA. Wilcox1-90/+43
There are more errata workarounds available, so we enable them.
2022-05-01system/easy-kernel: Update 5.15 kernel config for aarch64A. Wilcox1-756/+2305
2020-09-19system/easy-kernel: Unify network driver optionsSamuel Holland1-14/+21
2020-09-19system/easy-kernel: Unify block/SCSI/md/dm optionsSamuel Holland1-143/+71
2020-09-19system/easy-kernel: bump to 5.4.66Samuel Holland1-0/+1
2020-04-17system/easy-kernel: enable 9P support (#250)Max Rees1-1/+3
2020-02-27system/easy-kernel: CONFIG_INPUT_UINPUT=yA. Wilcox1-1/+1
2019-12-20system/easy-kernel: parts 1-2 of common configSamuel Holland1-574/+480
Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-12-19system/easy-kernel: bump to 5.4.5Samuel Holland1-1072/+2227
Just an olddefconfig. Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-10-14system/easy-kernel: Bump to 4.14.149-mc16Samuel Holland1-2/+3
2019-08-11system/easy-kernel: Bump to 4.14.136-mc15Samuel Holland1-88/+109
Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-07-15system/easy-kernel: Small aarch64 fixesLuis Ressel1-50/+50
These were meant to be in my MR.
2019-07-14system/easy-kernel*: slight config tweakingA. Wilcox1-7/+7
* Use Westwood+ as default TCP cc algo, instead of CUBIC. * Ensure JFS and XFS are =y. * Allow all users to read dmesg. * Enable ALi PATA controller on pmmx.
2019-07-14system/easy-kernel*: (Partly) sync kernel configsLuis Ressel1-283/+489
This is an attempt at syncing the kernel configs of our different arches. So far, only the 'Networking support/Networking options', 'Filesystems', 'Security Options' and 'Cryptographic API' sections have been handled, since those require much less knowledge about some of the more exotic hardware we support than some of the other sections. Some notable changes: Network * Enable IPsec, miscellaneous tunnels, and the diag interfaces for all socket families. * Enable policy routing (for wireguard). * Make the CUBIC TCP congestion control algorithm the default everywhere, provide a few other common choices. * Support FQ_CODEL. We may want to support further QoS features. * Disable support for PF_KEY sockets, which shouldn't be required by our IPsec userland tools. * Enable most netfilter features, except for arptables/ebtables/nfacct/ nfqueue/ipset, whose userland tools we don't provide yet, and a few other very specialized options. Filesystems * Build everything except for ext4, iso9660, vfat and squashfs as modules. * Use the ext4 driver for ext2 filesystems. * Disable the kernel automounter, which is currently only enabled on ppc32 and aarch64. Security * Only grant root access to dmesg by default; this can be overriden via a sysctl. * Support Yama; it doesn't do anything unless explicitly enabled by a sysctl, and may be useful to some users. * Disable AppAarmor, which is currently only enabled on pmmx and x86_64. Crypto * Disable a lot of uncommon ciphers which are unlikely to be used by anything. * Build all crypto code as modules (where possible); this means users with a dm-crypt-encrypted root filesystem now need to provide the appropriate kernel modules in their initramfs images on all arches. * Disable support for dedicated cryptographic coprocessors; we are not in a position to evaluate their security and performance benefits or disadvantages. Other * Allow serial consoles to be used as the kernel console on all arches; this is important for VMs.
2019-06-25system/easy-kernel*: Enable the crypto user API modulesLuis Ressel1-4/+5
The SKCIPHER and HASH components are required for cryptsetup/dm-crypt, and there's no reason not to enable RNG and AEAD as well.
2019-06-19system/easy-kernel: fix patch, update configsA. Wilcox1-2/+2
2019-06-17Kernel: [CVE] bump to 4.14.127-mc14A. Wilcox1-0/+1
2019-06-02system/easy-kernel*: unify config options, fix config stuffA. Wilcox1-20/+125
2019-02-22system/easy-kernel: fix configuration for Raspberry Pi 3A. Wilcox1-49/+16
2018-12-16system/easy-kernel: update aarch64 config for errataA. Wilcox1-1/+10
2018-06-06system/easy-kernel: update aarch64 config to support pine64 wifiA. Wilcox1-20/+203
2018-06-01system/easy-kernel: Initial, bad aarch64 supportA. Wilcox1-0/+6061