Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-14 | system/easy-kernel-power8: Bump to 4.14.149-mc16 | Samuel Holland | 2 | -6/+6 | |
2019-08-11 | system/easy-kernel-power8: Bump to 4.14.136-mc15 | Samuel Holland | 2 | -65/+88 | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2019-07-14 | system/easy-kernel*: slight config tweaking | A. Wilcox | 2 | -6/+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-14 | system/easy-kernel*: (Partly) sync kernel configs | Luis Ressel | 1 | -232/+513 | |
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*: update checksums for configs | A. Wilcox | 1 | -1/+1 | |
2019-06-25 | system/easy-kernel*: Enable the crypto user API modules | Luis Ressel | 1 | -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-22 | system/easy-kernel-power8*: use new mc14 | A. Wilcox | 1 | -1/+1 | |
2019-06-17 | Kernel: [CVE] bump to 4.14.127-mc14 | A. Wilcox | 4 | -106/+8 | |
2019-06-02 | system/easy-kernel*: unify config options, fix config stuff | A. Wilcox | 2 | -80/+92 | |
2019-02-28 | system/easy-kernel*: Fix build for powerpc64 with GCC 8 | A. Wilcox | 2 | -2/+87 | |
2019-02-20 | system/easy-kernel*: Make the easy-kernel packages more similar | Luis Ressel | 2 | -28/+36 | |
Only three of the changes should be user-visible: (1) /boot/System.map --> /boot/System.map-VERSION (2) easy-kernel-power8's CONFIG_LOCALVERSION has been changed from "-p8" to "-power8" (3) easy-kernel-power8-64k now has its own src subpackage instead of relying on easy-kernel-power8-src. | |||||
2018-12-18 | system/easy-kernel-power8*: update checksums for respun mc131.0-BETA2 | A. Wilcox | 1 | -1/+1 | |
2018-12-16 | system/easy-kernel: bump to 4.14.88-mc13 | A. Wilcox | 1 | -3/+3 | |
2018-11-17 | system/easy-kernel*: add bridge/net modules to PPC64 configs | A. Wilcox | 2 | -12/+48 | |
2018-10-22 | system/easy-kernel-power8*: bump to mc11 too | A. Wilcox | 1 | -1/+1 | |
2018-10-16 | system/easy-kernel*: bump to 4.14.76-mc11 | A. Wilcox | 1 | -3/+3 | |
2018-09-11 | system/easy-kernel-power8: make sure no conflicts with easy-kernel | A. Wilcox | 1 | -0/+3 | |
2018-08-31 | system/easy-kernel-power8: select HAVE_FUTEX_CMPXCHG on PowerPC | Rich Felker | 2 | -2/+17 | |
2018-08-16 | system/easy-kernel-power8: Add XTS crypto support | A. Wilcox | 2 | -2/+2 | |
2018-08-07 | system/easy-kernel-power8: make separate from easy-kernel so they can coexist | A. Wilcox | 2 | -15/+15 | |
2018-08-06 | system/easy-kernel: support more PPC64 SCSI controllers for early boot | A. Wilcox | 2 | -12/+12 | |
2018-07-24 | [nobody sees this] | A. Wilcox | 1 | -1/+1 | |
2018-07-24 | system/easy-kernel-power8: make power8 power8 again | A. Wilcox | 1 | -58/+9 | |
2018-07-24 | system/easy-kernel-power8: sync with easy-kernel | A. Wilcox | 2 | -14/+63 | |
2018-07-08 | system/easy-kernel: enable virtio blk/net by default on ppc64 | A. Wilcox | 2 | -10/+14 | |
2018-07-03 | system/easy-kernel-power8: lo, our first kernel flavour | A. Wilcox | 3 | -0/+4624 | |