aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-vanilla/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-vanilla: upgrade to 4.14.35Natanael Copa2018-04-231-2/+2
|
* main/linux-vanilla: upgrade to 4.14.34Natanael Copa2018-04-131-2/+2
|
* main/linux-vanilla: upgrade to 4.14.33Natanael Copa2018-04-091-2/+2
|
* main/linux-vanilla: upgrade to 4.14.32Natanael Copa2018-04-021-2/+2
|
* main/linux-vanilla: upgrade to 4.14.30Natanael Copa2018-03-261-3/+3
|
* main/linux-vanilla: update aarch64 configNatanael Copa2018-03-261-2/+2
| | | | | | | | - enable thunder2 - set ARM64_VA_BITS to 48 - increase NR_CPUS to 256 fixes #8717
* main/linux-vanilla: fix armhf configNatanael Copa2018-03-221-1/+1
|
* main/linux-vanilla: upgrade to 4.14.28Natanael Copa2018-03-191-2/+2
|
* main/linux-vanilla: upgrade to 4.14.27Natanael Copa2018-03-161-2/+2
|
* main/linux-vanilla: upgrade to 4.14.26Natanael Copa2018-03-121-2/+2
|
* main/linux-vanilla: upgrade to 4.14.24Natanael Copa2018-03-051-3/+3
|
* main/linux-vanilla: remove unused $_abi_releasexentec2018-03-051-1/+0
|
* main/linux-vanilla: removed dep. linux-firmware from linux-virt apkBernhard J. M. Gruen2018-03-051-2/+2
|
* main/linux-vanilla: aarch64: update config for 4.14.20William Pitcock2018-02-211-1/+1
|
* main/linux-vanilla: upgrade to 4.14.20Natanael Copa2018-02-201-3/+3
|
* main/linux-vanilla: disable X86_SYSFBNatanael Copa2018-02-201-5/+5
| | | | | | This should fix a regression that caused console go black. http://lists.alpinelinux.org/alpine-devel/6125.html
* main/linux-vanilla: renable Netronome nics after driver renameManuel Mendez2018-02-201-5/+5
| | | | | | | The Netronome nic driver was renamed in v4.11, the kernel jump from 4.9 to 4.14 in 9b052dbbcfdc3645493c91f1a80012ba3cdb0d16 correctly drops the old nic config, but does not replace it with the new one. This commit adds the driver back.
* main/linux-vanilla: upgrade to 4.14.19Natanael Copa2018-02-151-3/+2
| | | | | also remove the vmlinuz symlink. /boot may be on a FAT partition for UEFI.
* main/linux-vanilla: upgrade to 4.14.18Natanael Copa2018-02-091-2/+3
|
* main/linux-vanilla: upgrade to 4.14.17Natanael Copa2018-02-051-3/+3
|
* main/linux-vanilla: enable auditNatanael Copa2018-02-051-9/+9
| | | | fixes #8401
* main/linux-vanilla: fix cross-compile supportDaniel Sabogal2018-02-011-3/+4
|
* main/linux-vanilla: remap mips64 archDaniel Sabogal2018-02-011-0/+1
|
* main/linux-vanilla: fix config for s390xNatanael Copa2018-02-011-1/+1
| | | | note that BPF_SYSCALL is disabled on other architectures
* main/linux-vanilla: upgrade to 4.14.16Natanael Copa2018-02-011-3/+3
|
* main/linux-vanilla: add perl to -dev dependsNatanael Copa2018-01-251-3/+4
| | | | it may be needed depending on configuration. Apparently s390x needs it
* main/linux-vanilla: upgrade to 4.14.15Natanael Copa2018-01-241-4/+2
|
* main/linux-vanilla: upgrade to 4.14.14Natanael Copa2018-01-191-7/+7
|
* main/linux-vanilla: add elfutils-dev to the various flavours -dev packagesWilliam Pitcock2018-01-111-2/+2
|
* main/linux-vanilla: add -virt kernel profileWilliam Pitcock2018-01-111-45/+92
|
* main/linux-vanilla: upgrade to 4.14.13William Pitcock2018-01-101-13/+16
|
* main/linux-vanilla: upgrade to 4.9.76Natanael Copa2018-01-101-2/+2
|
* main/linux-vanilla: Update 4.9.73 --> 4.9.75 (Fix for Meltdown)Marian Buschsieweke2018-01-071-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | This commit updates to kernel version 4.9.75 and enables CONFIG_PAGE_TABLE_ISOLATION for x86, x86_64 and aarch64. For all other architectures, CONFIG_PAGE_TABLE_ISOLATION is disabled. CONFIG_PAGE_TABLE_ISOLATION mitigates the Meltdown security flaw almost all Intel CPUs and some ARM CPUs are suspect to [1,2]. (This patch does not solve the Spectre security threat [2], which affects also non-Intel CPUs [3].) I believe this commit will cause some discussion, especially the following points seem worth discussing: a) CONFIG_PAGE_TABLE_ISOLATION has a performance impact on syscalls, which can slow down specific applications significantly. AMD users might benefit from a kernel without KPTI (unless Meltdown turns out to affect them as well) b) Is disabling this feature a reasonable choice for CPU architectures different from x86, x86_64 and aarch64? [1]: https://meltdownattack.com/#faq-systems-meltdown [2]: http://kroah.com/log/blog/2018/01/06/meltdown-status/ [3]: https://meltdownattack.com/#faq-systems-spectre
* main/linux-vanilla: upgrade to 4.9.73Natanael Copa2018-01-021-2/+2
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/linux-vanilla: upgrade to 4.9.72Natanael Copa2017-12-271-2/+2
|
* main/linux-vanilla: upgrade to 4.9.71Natanael Copa2017-12-221-2/+2
|
* main/linux-vanilla: upgrade to 4.9.70Natanael Copa2017-12-181-3/+3
|
* main/linux-vanilla: enable NUMANatanael Copa2017-12-131-2/+2
| | | | fixes #8256
* main/linux-vanilla: upgrade to 4.9.68Natanael Copa2017-12-131-2/+2
|
* main/linux-vanilla: upgrade to 4.9.65Natanael Copa2017-11-241-2/+2
|
* main/linux-vanilla: fix ppc64le configTimo Teräs2017-11-211-1/+1
|
* main/linux-vanilla: fix armhf configTimo Teräs2017-11-211-1/+1
|
* main/linux-vanilla: fix s390x configTimo Teräs2017-11-211-1/+1
|
* main/linux-vanilla: upgrade to 4.9.63Natanael Copa2017-11-201-2/+2
|
* main/linux-* and main/squashfs-tools: normalize squashfs compression optionsJack Schmidt2017-11-201-4/+4
| | | | | | | | | | | | | | | | | | This commit brings kernel and userspace into agreement about squashfs compression algorithms: zlib, xz, lzo, and lz4 (except on S/390 and PPC64LE). Some kernels has LZO, some had LZ4, some had both. Userspace had LZO, but not LZ4. XZ and LZO were added to squashfs-tools in commit 151deb4c2fe91078c30c588de3fe9e411849a52f Most compression options were added to kernels through default configs: * LZO had been enabled in RPI, RPI2, S/390, PPC64le, and squashfs-tools. * LZ4 had been enabled in x86, x86_64, aarch64, armhf, rpi, rpi2. Default linux kernel config does not currently include LZ4 for S/390 or PPC64le, so I did not change their config. XZ and ZLIB are in everything.
* main/linux-vanilla: upgrade to 4.9.60Natanael Copa2017-11-031-3/+3
|
* main/linux-vanilla: enable pata sc1200 for soekrisNatanael Copa2017-11-031-2/+2
|
* main/linux-vanilla: upgrade to 4.9.59Natanael Copa2017-10-301-3/+3
|
* main/linux-vanilla: enable ipv6 on ppc64le config fileRoberto Oliveira2017-10-301-2/+2
| | | | | Added CONFIG_IPV6 configuration to enable ipv6 modules in ppc64le.