aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-vanilla
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-vanilla: upgrade to 4.9.29Natanael Copa2017-05-221-3/+3
|
* main/linux-vanilla: fix config file for ppc64leRoberto Oliveira2017-05-182-10/+68
| | | | | | | | | | | 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: upgrade to 4.9.28Natanael Copa2017-05-151-2/+2
|
* main/linux-vanilla: CONFIG_NR_CPUS=32 is not enough these daysWilliam Pitcock2017-05-112-3/+3
|
* main/linux-vanilla: upgrade to 4.9.27Natanael Copa2017-05-101-3/+3
|
* main/linux-vanilla: fix ppc64le configNatanael Copa2017-05-092-212/+265
| | | | | | | - 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-092-1/+43
| | | | | | | | | | 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: upgrade to 4.9.26Natanael Copa2017-05-041-3/+3
|
* main/linux-vanilla: add perl as depends to -devNatanael Copa2017-05-031-2/+2
|
* main/linux-vanilla: upgrade to 4.9.25Natanael Copa2017-04-291-2/+2
|
* main/linux-vanilla: upgrade to 4.9.24Natanael Copa2017-04-253-10/+24
|
* main/linux-vanilla: upgrade to 4.9.22Natanael Copa2017-04-171-2/+2
|
* main/linux-vanilla: upgrade to 4.9.21Natanael Copa2017-04-101-2/+2
|
* main/linux-vanilla: Enable hot plug on PCI on PowerNVBreno Leitao2017-04-052-2/+3
| | | | | | | | 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-052-87/+86
| | | | | 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-052-2/+140
| | | | | | | | | | | 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: upgrade to 4.9.20Natanael Copa2017-04-031-2/+2
|
* main/linux-vanilla: upgrade to 4.9.19Natanael Copa2017-03-301-2/+2
|
* main/linux-vanilla: upgrade to 4.9.18Natanael Copa2017-03-301-2/+2
|
* main/linux-vanilla: build fix for aarch64Natanael Copa2017-03-232-2/+3
|
* main/linux-vanilla: upgrade to 4.9.17Natanael Copa2017-03-231-2/+2
|
* main/linux-vanilla: upgrade to 4.9.16Natanael Copa2017-03-201-2/+2
|
* main/linux-vanilla: add s390x supportTuan M. Hoang2017-03-202-1/+3017
| | | | | Add CONFIG_SECURITY_YAMA. Update to 4.9.15. [TT: Minor changes in config]
* main/linux-vanilla: upgrade to 4.9.15Natanael Copa2017-03-161-2/+2
|
* main/linuc-vanilla: fix aarch64 buildNatanael Copa2017-03-142-3/+3
|
* main/linux-vanilla: fix armhf buildNatanael Copa2017-03-132-3/+3
|
* main/linux-vanilla: add support for keyboard backlight on chromebooksNatanael Copa2017-03-133-4/+4
| | | | ref #6987
* main/linux-vanilla: enable kensington trackballNatanael Copa2017-03-133-4/+4
|
* main/linux-vanilla: upgrade to 4.9.14Natanael Copa2017-03-137-1769/+2620
|
* main/linux-vanilla: upgrade to 4.4.47Natanael Copa2017-02-051-5/+5
|
* main/linux-vanilla: enable Yama (provides some protections like grsecurity)William Pitcock2017-01-317-28/+87
|
* [various]: fix kernel.org 'source' url protocol & hostnameValery Kartel2017-01-301-1/+1
| | | | | http -> https ftp.kernel.org -> kernel.org
* main/linux-vanilla: revert pkgrel bumpTimo Teräs2017-01-271-1/+1
| | | | | | adding a new / non-built arch does not require pkgrel bump currently. on the otherhand bumping linux kernel package requires updating it also on all the extra module packages too.
* main/linux-vanilla: Add ppc64le supportBreno Leitao2017-01-272-3/+3263
| | | | | | | | | | 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.
* main/linux-vanilla: upgrade to 4.4.45Natanael Copa2017-01-261-4/+4
|
* main/linux-vanilla: add powerpc (32-bit) default configWilliam Pitcock2017-01-242-0/+3381
|
* main/linux-vanilla: upgrade to 4.4.44Natanael Copa2017-01-201-4/+4
|
* main/linux-vanilla: upgrade to 4.4.43Natanael Copa2017-01-161-4/+4
|
* main/linux-vanilla: upgrade to 4.4.42Natanael Copa2017-01-131-4/+4
|
* main/linux-vanilla: upgrade to 4.4.41Natanael Copa2017-01-091-5/+5
|
* main/linux-vanilla: fix the mmc sdhci-acpi config changeNatanael Copa2016-12-284-13266/+2
|
* main/linux-vanilla: add sdhci-acpi moduleNatanael Copa2016-12-283-7/+13271
|
* main/linux-vanilla: enable GPIO_CS5535 and GPIO_UCB1400Natanael Copa2016-12-213-16/+12
|
* main/linux-vanilla: upgrade to 4.4.39Natanael Copa2016-12-191-4/+4
|
* main/linux-vanilla: upgrade to 4.4.38Natanael Copa2016-12-111-4/+4
|
* main/linux-vanilla: upgrade to 4.4.36Natanael Copa2016-12-031-4/+4
|
* main/linux-vanilla: upgrade to 4.4.35Natanael Copa2016-11-281-5/+5
|
* main/linux-vanilla: add missing patchTimo Teräs2016-11-241-0/+11
|
* main/linux-vanilla: rebuild with makefile patched for gcc default-pieTimo Teräs2016-11-241-2/+6
| | | | | | otherwise it's non-trivial to build modules. and seems to be the only sane way to setup flags so that the kbuild tests get it right for stack protector tests.
* main/linux-vanilla: fix -fno-pie locationTimo Teräs2016-11-241-4/+2
| | | | | | KCFLAGS is too late for gcc flags detection logic. So embed the -fno-pie flag directly to CC. This fixes the error: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler