Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-17 | system/easy-kernel: enable 9P support (#250) | Max Rees | 1 | -1/+3 | |
2020-02-27 | system/easy-kernel: CONFIG_INPUT_UINPUT=y | A. Wilcox | 1 | -1/+1 | |
2019-12-20 | system/easy-kernel: parts 1-2 of common config | Samuel Holland | 1 | -210/+425 | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2019-12-19 | system/easy-kernel: bump to 5.4.5 | Samuel Holland | 1 | -997/+1616 | |
Just an olddefconfig. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2019-10-14 | system/easy-kernel: Bump to 4.14.149-mc16 | Samuel Holland | 1 | -4/+4 | |
2019-08-18 | system/easy-kernel: disable x86 verbose, enable more AGP | A. Wilcox | 1 | -1/+1 | |
2019-08-13 | system/easy-kernel: ALL the WiFi? | A. Wilcox | 1 | -26/+35 | |
2019-08-11 | system/easy-kernel: Bump to 4.14.136-mc15 | Samuel Holland | 1 | -59/+105 | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2019-07-14 | system/easy-kernel*: slight config tweaking | A. Wilcox | 1 | -5/+6 | |
* 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-14 | system/easy-kernel*: (Partly) sync kernel configs | Luis Ressel | 1 | -524/+323 | |
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-25 | system/easy-kernel*: Enable the crypto user API modules | Luis Ressel | 1 | -2/+2 | |
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-19 | system/easy-kernel: fix patch, update configs | A. Wilcox | 1 | -0/+1 | |
2019-06-17 | Kernel: [CVE] bump to 4.14.127-mc14 | A. Wilcox | 1 | -0/+2 | |
2019-06-02 | system/easy-kernel*: unify config options, fix config stuff | A. Wilcox | 1 | -35/+45 | |
2019-06-02 | system/easy-kernel: enable FB_SIMPLE etc and RETPOLINE on x86es | A. Wilcox | 1 | -17/+21 | |
2019-02-19 | system/easy-kernel: fix MuQSS and config on x86* | A. Wilcox | 1 | -8/+7 | |
2018-12-17 | system/easy-kernel: re-spin mc13 | A. Wilcox | 1 | -1/+1 | |
2018-05-19 | system/easy-kernel: CONFIG_DEVTMPFS_MOUNT=y | A. Wilcox | 1 | -1/+1 | |
2018-05-15 | system/easy-kernel: add Fusion SCSI/SAS support to easy kernel | A. Wilcox | 1 | -5/+10 | |
2018-03-10 | system/easy-kernel: bump to 4.14.19-mc4 | A. Wilcox | 1 | -3/+4 | |
2018-02-13 | system/easy-kernel: mc3 for x86_64 | A. Wilcox | 1 | -410/+1139 | |
2017-12-23 | system/easy-kernel: x86_64: add virtio-blk =y1.0-alpha4 | A. Wilcox | 1 | -2/+3 | |
2017-12-23 | system/easy-kernel: fix x86_64 config | A. Wilcox | 1 | -9/+10 | |
2017-12-08 | system/easy-kernel: -mc1 bump, make more things modules | A. Wilcox | 1 | -138/+141 | |
2017-12-05 | system/easy-kernel: disable panicky SCSI driver | A. Wilcox | 1 | -6/+1 | |
2017-12-02 | system/easy-kernel: new package | A. Wilcox | 1 | -0/+6045 | |