summaryrefslogtreecommitdiff
path: root/system/easy-kernel/config-ppc64
AgeCommit message (Collapse)AuthorFilesLines
2023-10-24system/easy-kernel: ppc64: Add more net driversA. Wilcox1-115/+210
Add more network drivers to the ppc64 config. Requested by @djt.
2023-10-03system/easy-kernel: Update to 5.15.132-mc6A. Wilcox1-5/+3
* 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-82/+38
Also reconfigure all eight architectures for oldconfig.
2022-05-01system/easy-kernel: Update patchset to 5.15.28A. Wilcox1-2/+2
* Adds x86 compilation patch from Laurent * Update ProjectC patch to sync with upstream cputime changes * Update PPC64 config for new option knob
2022-05-01system/easy-kernel: Replace with 5.15 test-kernelA. Wilcox1-342/+853
2020-09-19system/easy-kernel: Unify network driver optionsSamuel Holland1-17/+24
2020-09-19system/easy-kernel: Unify block/SCSI/md/dm optionsSamuel Holland1-58/+48
2020-04-17system/easy-kernel: enable 9P support (#250)Max Rees1-1/+3
2020-02-27system/easy-kernel: CONFIG_INPUT_UINPUT=yA. Wilcox1-3/+25
2019-12-20system/easy-kernel: parts 1-2 of common configSamuel Holland1-153/+372
Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-12-19system/easy-kernel: bump to 5.4.5Samuel Holland1-845/+1365
Just an olddefconfig. Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-10-14system/easy-kernel: Bump to 4.14.149-mc16Samuel Holland1-2/+2
2019-08-13system/easy-kernel: ALL the WiFi?A. Wilcox1-38/+161
2019-08-11system/easy-kernel: Bump to 4.14.136-mc15Samuel Holland1-55/+79
Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-07-14system/easy-kernel*: slight config tweakingA. Wilcox1-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-14system/easy-kernel*: (Partly) sync kernel configsLuis Ressel1-231/+511
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-17Kernel: [CVE] bump to 4.14.127-mc14A. Wilcox1-2/+4
2019-06-02system/easy-kernel*: unify config options, fix config stuffA. Wilcox1-75/+89
2018-11-17system/easy-kernel*: add bridge/net modules to PPC64 configsA. Wilcox1-10/+46
2018-08-16system/easy-kernel: Install utsrelease.h, enable XTS on ppc64/sparc64A. Wilcox1-1/+1
2018-08-06system/easy-kernel: support more PPC64 SCSI controllers for early bootA. Wilcox1-11/+11
2018-07-24system/easy-kernel: add CONFIG_USB_STORAGE=y, bump to 4.14.56-mc9A. Wilcox1-1/+1
2018-07-08system/easy-kernel: enable virtio blk/net by default on ppc64A. Wilcox1-9/+13
2018-07-03system/easy-kernel: use gzip on ppc64, build in NVMe for rootsA. Wilcox1-113/+158
2018-04-24system/easy-kernel: update PPC64 config for NUMAA. Wilcox1-12/+31
2018-02-13system/easy-kernel: enter mc3 (ppc only)A. Wilcox1-3/+2
2017-12-09system/easy-kernel: PPC64 configA. Wilcox1-0/+4489