aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-vanilla/config-vanilla.ppc64le
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-vanilla: enable ipv6 on ppc64le config fileRoberto Oliveira2017-10-301-5/+137
| | | | | Added CONFIG_IPV6 configuration to enable ipv6 modules in ppc64le.
* main/linux-vanilla: upgrade to 4.9.54Natanael Copa2017-10-091-1/+2
|
* main/linux-vanilla: enable 9p for ppc64leNatanael Copa2017-09-071-2/+8
| | | | | we have this enabled on the other arches and it may become handy for mounting host filesystem in qemu guests
* main/linux-vanilla: enable pcieport and xhcd on ppc64leNatanael Copa2017-07-041-3/+15
| | | | needed for boot usb
* main/linux-vanilla: ppc64le config fixesNatanael Copa2017-05-231-56/+65
| | | | | | | - enable vfat - enable nvme dirver - enable NLS for filesystems - enable configfs module
* main/linux-vanilla: fix config file for ppc64leRoberto Oliveira2017-05-181-8/+66
| | | | | | | | | | | vmlinuz 4.9.28 was not booting on ppc64le because some configurations was missing in ppc64le config file. The most important configurations that were missing are: CONFIG_PPC_OF_BOOT_TRAMPOLINE and CONFIG_PPC_PSERIES. Another configurations were consequently added because of these two configurations.
* main/linux-vanilla: fix ppc64le configNatanael Copa2017-05-091-210/+257
| | | | | | | - fix netfilter modules config (needed netfilter advanced) - enable CRYPT_PCRYPT (and PADATA) for wireguard - include crtsavres.o in the -dev subpackage http://bugzilla.kernel.org/show_bug.cgi?id=11143
* main/linux-vanilla: Improve netfilter sectionBreno Leitao2017-05-091-0/+42
| | | | | | | | | | Keep CONFIG_NETFILTER Xtables matches similar to x86_64. The main motivation for this change is to enable wireguard-vanilla to be built on ppc64. wireguard-vanilla requires special Xtable configurations, as reported in: https://www.wireguard.io/install/#kernel-requirements
* main/linux-vanilla: Enable hot plug on PCI on PowerNVBreno Leitao2017-04-051-1/+2
| | | | | | | | Enable PCI hot plug on PowerNV (aka Bare metal) model. Not all cards support PCI Hot plug, tho. Also, adding support for CXL bimodal, a feature that comes with PCI hot plug.
* main/linux-vanilla: Improve ppc64le configBreno Leitao2017-04-051-86/+85
| | | | | This patch is improving the config file for ppc64le to generate a smaller kernel, and to be more similar to x86.
* main/linux-vanilla: Update config for new 4.9 kernelBreno Leitao2017-04-051-1/+139
| | | | | | | | | | | Current kernel 4.9 is not being built with the current config file, since a lot of extra CONFIG is required, and it is undefined on the current config file. This patch's intention is to be less invasive possible, just adding the new CONFIGs. The new CONFIG are as near as possible with x86. This work was based on original patch from Roberto Olivera.
* main/linux-vanilla: enable Yama (provides some protections like grsecurity)William Pitcock2017-01-311-2/+9
|
* main/linux-vanilla: Add ppc64le supportBreno Leitao2017-01-271-0/+3257
This is a patch that adds supports for ppc64le platform. The config file was generated with "make powernv_defconfig". On top of it, I just changed CONFIG_POWER8=y, since I do not expect to have any PPC64LE/ABIv2 distro running on machines older than POWER8. Also, all PowerPC platform is considered powerpc inside the kernel.