aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-vanilla/config-vanilla.ppc64le
Commit message (Collapse)AuthorAgeFilesLines
* 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.