summaryrefslogtreecommitdiff
path: root/system/easy-kernel
AgeCommit message (Collapse)AuthorFilesLines
2020-09-22system/easy-kernel: Add modprobe configuration for fb modulesA. Wilcox2-1/+27
2020-09-19system/easy-kernel: Unify network driver optionsSamuel Holland9-182/+273
2020-09-19system/easy-kernel: Unify block/SCSI/md/dm optionsSamuel Holland8-535/+424
2020-09-19system/easy-kernel: Add a config for armv7Samuel Holland2-0/+7533
2020-09-19system/easy-kernel: bump to 5.4.66Samuel Holland6-451/+16
2020-08-09system/easy-kernel: Enable more DRM options on 32-bit systemsA. Wilcox3-13/+42
2020-07-20Merge branch 'new/easy-boot' into 'master'A. Wilcox1-1/+1
Adjust existing boot-related triggers and add one for dracut See merge request adelie/packages!485
2020-07-19Merge branch 'fix/x1c7-touchpad' into 'master'A. Wilcox3-12/+186
[RFC] system/easy-kernel: fix support for X1C7 touchpad See merge request adelie/packages!454
2020-07-11system/easy-kernel: depend on kernel-bootMax Rees1-2/+2
2020-07-08system/easy-kernel: patch a few macintosh thermal issues (#283)Max Rees4-2/+425
2020-05-28system/easy-kernel: fix support for X1C7 touchpadMax Rees3-13/+187
2020-04-17system/easy-kernel: enable 9P support (#250)Max Rees8-15/+29
2020-02-27system/easy-kernel: CONFIG_INPUT_UINPUT=yA. Wilcox8-19/+86
2019-12-28system/easy-kernel: Two minor fixesA. Wilcox2-14/+30
1. Fix syntax for uapi/sound/asound.h. Otherwise, alsa-lib FTBFS. 2. Initial support for persistent, builder-storage-only mod signing key.
2019-12-22system/{easy-kernel,musl}: fix struct iphdr UAPI thingA. Wilcox2-1/+50
2019-12-22system/easy-kernel: return kernel.h hack for gcc-go and othersA. Wilcox2-1/+22
2019-12-20system/easy-kernel: parts 1-2 of common configSamuel Holland8-1609/+2994
Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-12-19system/easy-kernel: bump to 5.4.5Samuel Holland11-5875/+9912
Just an olddefconfig. Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-10-14system/easy-kernel: Bump to 4.14.149-mc16Samuel Holland8-28/+44
2019-09-28system/easy-kernel: $srcdir/.. != $startdirMax Rees1-1/+1
2019-08-18system/easy-kernel: disable x86 verbose, enable more AGPA. Wilcox3-10/+10
2019-08-13system/easy-kernel: update configs (fixes #177)A. Wilcox1-4/+4
2019-08-13system/easy-kernel: ALL the WiFi?A. Wilcox4-115/+317
2019-08-12system/easy-kernel: add secfixes commentMax Rees1-0/+70
2019-08-11system/easy-kernel: Bump to 4.14.136-mc15Samuel Holland8-497/+756
Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-07-15system/easy-kernel: Small aarch64 fixesLuis Ressel2-51/+51
These were meant to be in my MR.
2019-07-14system/easy-kernel*: slight config tweakingA. Wilcox8-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-14system/easy-kernel*: (Partly) sync kernel configsLuis Ressel5-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-25system/easy-kernel*: update checksums for configsA. Wilcox1-6/+6
2019-06-25system/easy-kernel*: Enable the crypto user API modulesLuis Ressel6-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-19system/easy-kernel: fix patch, update configsA. Wilcox4-8/+9
2019-06-17Kernel: [CVE] bump to 4.14.127-mc14A. Wilcox12-191/+26
2019-06-03system/easy-kernel: enable PATA_CMD64x and PATA_CMD640 on PPC32A. Wilcox2-4/+5
2019-06-02system/easy-kernel*: unify config options, fix config stuffA. Wilcox8-332/+3171
2019-06-02system/easy-kernel: enable FB_SIMPLE etc and RETPOLINE on x86esA. Wilcox3-29/+36
2019-02-28system/easy-kernel*: Fix build for powerpc64 with GCC 8A. Wilcox2-1/+86
2019-02-27system/easy-kernel: update ppc32 config somewhatA. Wilcox2-23/+110
2019-02-22system/easy-kernel: fix configuration for Raspberry Pi 3A. Wilcox2-51/+25
2019-02-20system/easy-kernel*: Make the easy-kernel packages more similarLuis Ressel1-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-19system/easy-kernel: Clean unneccessary build artifacts, provide crtsaves.oLuis Ressel1-1/+6
2019-02-19system/easy-kernel: change back to $srcdirA. Wilcox1-0/+1
2019-02-19system/easy-kernel: fix MuQSS and config on x86*A. Wilcox4-17/+31
2019-02-19system/easy-kernel: apply patches *after* -mc patchsetA. Wilcox1-1/+1
2019-02-17system/easy-kernel: Make easy-kernel-src suitable for OOT module buildsLuis Ressel1-0/+4
2019-02-17sys/easy-kernel: Use patch -dLuis Ressel1-3/+1
2019-02-17system/easy-kernel: Don't hardcode version numbersLuis Ressel1-7/+10
2018-12-17system/easy-kernel: re-spin mc13A. Wilcox3-5/+5
2018-12-16system/easy-kernel: fix checksumA. Wilcox1-1/+1
2018-12-16system/easy-kernel: update aarch64 config for errataA. Wilcox2-2/+11
2018-12-16system/easy-kernel: bump to 4.14.88-mc13A. Wilcox1-3/+3