aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-vanilla/config-vanilla.aarch64
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-vanilla: enable ipset set type hash:ip,macThomas Liske2019-04-081-1/+1
|
* main/linux-vanilla: use 1280 for stack frame warning on 64-bitJason A. Donenfeld2019-04-031-1/+1
| | | | | | | | | | | The goal of upstream Linux is to reduce the stackframe size on 32-bit to 1024 and on 64-bit to 1280, inline with how gcc generally works. While this hasn't been achieved yet everywhere and in all configurations, the Alpine status quo of 1024 on 64-bit is something that doesn't have plans to happen. Given that the intent was to be conservative, we raise this to 1280, rather than something large like 2048. Reference: https://lore.kernel.org/lkml/CAK8P3a0CS3QzEKEV5==qj8hUYgW+q2v1f13jA+s0TjQd8kYXFA@mail.gmail.com/
* main/linux-vanilla: enable crypto zstd for all archesNatanael Copa2019-03-081-1/+1
| | | | ref #10044
* main/linux-vanilla: enable MMC_SDHCI_XENON for aarch64Natanael Copa2019-02-251-1/+1
| | | | fixes #9975
* main/linux-vanilla: upgrade to 4.19.16Natanael Copa2019-01-211-0/+1
|
* main/linux-vanilla: upgrade to 4.19.14Natanael Copa2019-01-101-2/+2
|
* main/vanilla-linux: build amazon ena moduleJake Buchholz2018-12-311-1/+2
| | | | | | | Build amazon's ena network driver module on x86, x86_64, and aarch64 (for EC2 a1 instances). At some point we will probably want to add config-virt.aarch64, too. The ena driver in recent kernels (4.19.x) is in sync with the one in https://github.com/amzn/amzn-drivers, eliminating the necessity for the 'community/aws-ena-driver' aport.
* main/linux-vanilla: upgrade to 4.19.12, modernizeNatanael Copa2018-12-271-875/+1174
|
* main/linux-vanilla: fix config for aarch64Natanael Copa2018-11-211-1/+6
|
* main/linux-vanilla: enable drivers for Huawei Taishan 2280Natanael Copa2018-11-081-13/+18
| | | | those are used by packet.net's c1.large.arm.xda machines
* main/linux-vanilla: enable NFS v4.1 & v4.2Jake Buchholz2018-10-041-1/+8
| | | | | AWS Elastic File System works best with NFS v4.1, Docker's cloudstor:aws plugin requires it. This is already enabled in config-vanilla.s390x; simply enabling it in the other configs.
* main/linux-vanilla: fix config for aarch64Natanael Copa2018-07-251-4/+5
|
* main/linux-vanilla: buildfix for aarch64Natanael Copa2018-05-181-1/+2
|
* main/linux-vanilla: misc config changesNatanael Copa2018-05-071-2/+2
| | | | | - build xgene net drivers as modules (aarch64) - enable cbc_mbim (x86/x86_64) fixes #8855
* main/linux-vanilla enable FB simple and slimpro mbox on aarch64Natanael Copa2018-04-261-2/+2
| | | | | | | | | | 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_SOCKETNatanael Copa2018-04-231-2/+3
| | | | fixes #8778
* main/linux-vanilla: update aarch64 configNatanael Copa2018-03-261-8/+11
| | | | | | | | - enable thunder2 - set ARM64_VA_BITS to 48 - increase NR_CPUS to 256 fixes #8717
* main/linux-vanilla: aarch64: update config for 4.14.20William Pitcock2018-02-211-4/+9
|
* main/linux-vanilla: renable Netronome nics after driver renameManuel Mendez2018-02-201-1/+3
| | | | | | | 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: enable auditNatanael Copa2018-02-051-1/+5
| | | | fixes #8401
* main/linux-vanilla: upgrade to 4.14.13William Pitcock2018-01-101-252/+648
|
* main/linux-vanilla: Update 4.9.73 --> 4.9.75 (Fix for Meltdown)Marian Buschsieweke2018-01-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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-* and main/squashfs-tools: normalize squashfs compression optionsJack Schmidt2017-11-201-1/+1
| | | | | | | | | | | | | | | | | | 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.54Natanael Copa2017-10-091-1/+2
|
* main/linux-vanilla: build fix for aarch64Natanael Copa2017-03-231-1/+2
|
* main/linuc-vanilla: fix aarch64 buildNatanael Copa2017-03-141-2/+2
|
* main/linux-vanilla: upgrade to 4.9.14Natanael Copa2017-03-131-260/+856
|
* main/linux-vanilla: enable Yama (provides some protections like grsecurity)William Pitcock2017-01-311-1/+12
|
* main/linux-vanilla: enable rtsx pci and efifbTimo Teräs2016-11-241-3/+6
| | | | | ref #5191 ref #6486
* main/linux-vanilla: fix aarch64 configNatanael Copa2016-09-211-1/+2
|
* main/linux-vanilla: add aarch64 32bit compatCarlo Landmeter2016-09-091-11/+16
|
* main/linux-vanilla: tweak aarch64 configTimo Teräs2016-07-261-16/+24
|
* main/linux-vanilla: aarch64 serial config improvementTimo Teräs2016-07-181-1/+1
| | | | | serial_of_platform=y. this improves console=ttyS0 handling on certain boards.
* main/linux-vanilla: aarch64 config and build improvementsTimo Teräs2016-07-131-8/+14
|
* main/linux-vanilla: cross compile support and tentative aarch64 configTimo Teräs2016-07-121-0/+6403