Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/linux-vanilla: upgrade to 4.14.46 | Natanael Copa | 2018-05-30 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.45 | Natanael Copa | 2018-05-30 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.44 | Natanael Copa | 2018-05-28 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.43 | Natanael Copa | 2018-05-23 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: buildfix for aarch64 | Natanael Copa | 2018-05-18 | 2 | -2/+3 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.41 | Natanael Copa | 2018-05-16 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.40 | Natanael Copa | 2018-05-14 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.39 | Natanael Copa | 2018-05-07 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: misc config changes | Natanael Copa | 2018-05-07 | 4 | -7/+7 | |
| | | | | | - build xgene net drivers as modules (aarch64) - enable cbc_mbim (x86/x86_64) fixes #8855 | |||||
* | main/linux-vanilla: spectre v2 on s390x | Tuan M. Hoang | 2018-05-01 | 2 | -2/+8 | |
| | | | | | | | build fix for s390x commit 6e179d64126b909f0b288fa63cdbf07c531e9b1d allows either nobp or expolines | |||||
* | main/linux-vanilla: upgrade to 4.14.38 | Natanael Copa | 2018-04-30 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: enable VESA framebuffer driver | Jonathan Sieber | 2018-04-30 | 3 | -7/+7 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.37 | Natanael Copa | 2018-04-26 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla enable FB simple and slimpro mbox on aarch64 | Natanael Copa | 2018-04-26 | 2 | -4/+4 | |
| | | | | | | | | | | Framebuffer simple seems to be needed to get a VGA console working on xgene. setting CONFIG_XGENE_SLIMPRO_MBOX=y fixes dmesg error: xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request failed https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1697407 | |||||
* | main/linux-vanilla: enable NF_SOCKET | Natanael Copa | 2018-04-23 | 9 | -65/+38 | |
| | | | | fixes #8778 | |||||
* | main/linux-vanilla: upgrade to 4.14.35 | Natanael Copa | 2018-04-23 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.34 | Natanael Copa | 2018-04-13 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.33 | Natanael Copa | 2018-04-09 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.32 | Natanael Copa | 2018-04-02 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.30 | Natanael Copa | 2018-03-26 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: update aarch64 config | Natanael Copa | 2018-03-26 | 2 | -10/+13 | |
| | | | | | | | | - enable thunder2 - set ARM64_VA_BITS to 48 - increase NR_CPUS to 256 fixes #8717 | |||||
* | main/linux-vanilla: fix armhf config | Natanael Copa | 2018-03-22 | 2 | -3/+4 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.28 | Natanael Copa | 2018-03-19 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.27 | Natanael Copa | 2018-03-16 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.26 | Natanael Copa | 2018-03-12 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.24 | Natanael Copa | 2018-03-05 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: remove unused $_abi_release | xentec | 2018-03-05 | 1 | -1/+0 | |
| | ||||||
* | main/linux-vanilla: removed dep. linux-firmware from linux-virt apk | Bernhard J. M. Gruen | 2018-03-05 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: aarch64: update config for 4.14.20 | William Pitcock | 2018-02-21 | 2 | -5/+10 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.20 | Natanael Copa | 2018-02-20 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: disable X86_SYSFB | Natanael Copa | 2018-02-20 | 5 | -9/+9 | |
| | | | | | | 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 rename | Manuel Mendez | 2018-02-20 | 5 | -9/+17 | |
| | | | | | | | 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.19 | Natanael Copa | 2018-02-15 | 1 | -3/+2 | |
| | | | | | also remove the vmlinuz symlink. /boot may be on a FAT partition for UEFI. | |||||
* | main/linux-vanilla: upgrade to 4.14.18 | Natanael Copa | 2018-02-09 | 1 | -2/+3 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.17 | Natanael Copa | 2018-02-05 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: enable audit | Natanael Copa | 2018-02-05 | 9 | -20/+44 | |
| | | | | fixes #8401 | |||||
* | main/linux-vanilla: fix cross-compile support | Daniel Sabogal | 2018-02-01 | 1 | -3/+4 | |
| | ||||||
* | main/linux-vanilla: remap mips64 arch | Daniel Sabogal | 2018-02-01 | 1 | -0/+1 | |
| | ||||||
* | main/linux-vanilla: fix config for s390x | Natanael Copa | 2018-02-01 | 2 | -2/+3 | |
| | | | | note that BPF_SYSCALL is disabled on other architectures | |||||
* | main/linux-vanilla: upgrade to 4.14.16 | Natanael Copa | 2018-02-01 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: add perl to -dev depends | Natanael Copa | 2018-01-25 | 1 | -3/+4 | |
| | | | | it may be needed depending on configuration. Apparently s390x needs it | |||||
* | main/linux-vanilla: upgrade to 4.14.15 | Natanael Copa | 2018-01-24 | 1 | -4/+2 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.14 | Natanael Copa | 2018-01-19 | 5 | -11/+18 | |
| | ||||||
* | main/linux-vanilla: add elfutils-dev to the various flavours -dev packages | William Pitcock | 2018-01-11 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: add missing config-virt configs | William Pitcock | 2018-01-11 | 2 | -0/+8489 | |
| | ||||||
* | main/linux-vanilla: add -virt kernel profile | William Pitcock | 2018-01-11 | 1 | -45/+92 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.13 | William Pitcock | 2018-01-10 | 9 | -1291/+3295 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.9.76 | Natanael Copa | 2018-01-10 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: Update 4.9.73 --> 4.9.75 (Fix for Meltdown) | Marian Buschsieweke | 2018-01-07 | 8 | -9/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.73 | Natanael Copa | 2018-01-02 | 1 | -2/+2 | |
| |