Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-20 | system/easy-kernel: parts 1-2 of common config | Samuel Holland | 8 | -1609/+2994 | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2019-12-19 | system/easy-kernel: bump to 5.4.5 | Samuel Holland | 11 | -5875/+9912 | |
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 | 8 | -28/+44 | |
2019-09-28 | system/easy-kernel: $srcdir/.. != $startdir | Max Rees | 1 | -1/+1 | |
2019-08-18 | system/easy-kernel: disable x86 verbose, enable more AGP | A. Wilcox | 3 | -10/+10 | |
2019-08-13 | system/easy-kernel: update configs (fixes #177) | A. Wilcox | 1 | -4/+4 | |
2019-08-13 | system/easy-kernel: ALL the WiFi? | A. Wilcox | 4 | -115/+317 | |
2019-08-12 | system/easy-kernel: add secfixes comment | Max Rees | 1 | -0/+70 | |
2019-08-11 | system/easy-kernel: Bump to 4.14.136-mc15 | Samuel Holland | 8 | -497/+756 | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2019-07-15 | system/easy-kernel: Small aarch64 fixes | Luis Ressel | 2 | -51/+51 | |
These were meant to be in my MR. | |||||
2019-07-14 | system/easy-kernel*: slight config tweaking | A. Wilcox | 8 | -51/+100 | |
* 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 | 5 | -1599/+2051 | |
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 | -6/+6 | |
2019-06-25 | system/easy-kernel*: Enable the crypto user API modules | Luis Ressel | 6 | -22/+27 | |
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 | 4 | -8/+9 | |
2019-06-17 | Kernel: [CVE] bump to 4.14.127-mc14 | A. Wilcox | 12 | -191/+26 | |
2019-06-03 | system/easy-kernel: enable PATA_CMD64x and PATA_CMD640 on PPC32 | A. Wilcox | 2 | -4/+5 | |
2019-06-02 | system/easy-kernel*: unify config options, fix config stuff | A. Wilcox | 8 | -332/+3171 | |
2019-06-02 | system/easy-kernel: enable FB_SIMPLE etc and RETPOLINE on x86es | A. Wilcox | 3 | -29/+36 | |
2019-02-28 | system/easy-kernel*: Fix build for powerpc64 with GCC 8 | A. Wilcox | 2 | -1/+86 | |
2019-02-27 | system/easy-kernel: update ppc32 config somewhat | A. Wilcox | 2 | -23/+110 | |
2019-02-22 | system/easy-kernel: fix configuration for Raspberry Pi 3 | A. Wilcox | 2 | -51/+25 | |
2019-02-20 | system/easy-kernel*: Make the easy-kernel packages more similar | Luis Ressel | 1 | -15/+20 | |
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. | |||||
2019-02-19 | system/easy-kernel: Clean unneccessary build artifacts, provide crtsaves.o | Luis Ressel | 1 | -1/+6 | |
2019-02-19 | system/easy-kernel: change back to $srcdir | A. Wilcox | 1 | -0/+1 | |
2019-02-19 | system/easy-kernel: fix MuQSS and config on x86* | A. Wilcox | 4 | -17/+31 | |
2019-02-19 | system/easy-kernel: apply patches *after* -mc patchset | A. Wilcox | 1 | -1/+1 | |
2019-02-17 | system/easy-kernel: Make easy-kernel-src suitable for OOT module builds | Luis Ressel | 1 | -0/+4 | |
2019-02-17 | sys/easy-kernel: Use patch -d | Luis Ressel | 1 | -3/+1 | |
2019-02-17 | system/easy-kernel: Don't hardcode version numbers | Luis Ressel | 1 | -7/+10 | |
2018-12-17 | system/easy-kernel: re-spin mc13 | A. Wilcox | 3 | -5/+5 | |
2018-12-16 | system/easy-kernel: fix checksum | A. Wilcox | 1 | -1/+1 | |
2018-12-16 | system/easy-kernel: update aarch64 config for errata | A. Wilcox | 2 | -2/+11 | |
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 | -11/+47 | |
2018-11-12 | system/easy-kernel: fix headers | A. Wilcox | 3 | -1/+84 | |
2018-10-18 | system/easy-kernel: re-mc11 | A. Wilcox | 1 | -1/+1 | |
2018-10-16 | system/easy-kernel*: bump to 4.14.76-mc11 | A. Wilcox | 1 | -3/+3 | |
2018-09-27 | system/easy-kernel: fix futex on pre-P8 PPC64 | A. Wilcox | 2 | -1/+15 | |
2018-08-16 | system/easy-kernel: UAPI fix for linux-headers | A. Wilcox | 2 | -1/+21 | |
2018-08-16 | system/easy-kernel: Install utsrelease.h, enable XTS on ppc64/sparc64 | A. Wilcox | 3 | -4/+22 | |
2018-08-06 | system/easy-kernel: support more PPC64 SCSI controllers for early boot | A. Wilcox | 2 | -12/+12 | |
2018-07-24 | system/easy-kernel: add CONFIG_USB_STORAGE=y, bump to 4.14.56-mc9 | A. Wilcox | 4 | -8/+8 | |
2018-07-20 | system/easy-kernel: add SPARC64 kernel config | A. Wilcox | 1 | -0/+4277 | |
Purposefully not in APKBUILD yet since it is not stable | |||||
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: use gzip on ppc64, build in NVMe for roots | A. Wilcox | 2 | -115/+159 | |
2018-06-30 | system/easy-kernel: initial AST fix for Talos 2 | A. Wilcox | 2 | -1/+42 | |
2018-06-25 | system/[various]: last SPDX license fixes | A. Wilcox | 1 | -1/+1 | |
2018-06-14 | system/[various]: fix maintainer, tweak configs | A. Wilcox | 1 | -1/+1 | |
2018-06-06 | system/easy-kernel: bump to 4.14.48-mc8 | A. Wilcox | 1 | -4/+4 | |