aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-vanilla/config-vanilla.x86
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-vanilla: upgrade to 4.19.84Natanael Copa2019-11-131-1/+4
|
* main/linux-vanilla: enable CONFIG_IIO* and generic IIO drivers on aarch64 ↵Rasmus Thomsen2019-11-111-5/+414
| | | | and x86* too
* main/linux-vanilla: enable rumble support for dualshock 4Natanael Copa2019-10-181-1/+1
| | | | fixes #10873
* main/linux-vanilla: enable DM_UEVENT on all archesNatanael Copa2019-10-091-1/+1
| | | | | | | ppc64le and ppc64le already had this enabled so enable for intel and arm. This is needed for multipath to work properly.
* main/linux-vanilla: enable FSCACHE for NFS, CEPH, and CIFSJake Buchholz2019-10-081-2/+2
| | | | Enable FSCACHE for NFS, CEPH and CIFS filesystems. (FSCACHE is already built as a module).
* main/linux-vanilla: disable CONFIG_RT_GROUP_SCHEDNatanael Copa2019-09-301-1/+1
| | | | | | | | | | Apparently there are no sane way to make use of it currently and most other distros has disabled it. https://bugzilla.redhat.com/show_bug.cgi?id=1229700 It is needed to be disabled for debian (or any other systemd based) containers in lxc.
* main/linux-vanilla: enable EFI varsNatanael Copa2019-09-231-5/+8
| | | | enable efivars for all architectures with EFI for consistency.
* main/linux-vanilla: enable dm-writecacheNatanael Copa2019-09-091-1/+1
| | | | fixes #10176
* main/linux-vanilla: increase number of CPUsMilan P. Stanić2019-09-031-1/+1
| | | | | | | | | | Increase CONFIG_NR_CPUS to 128 for x86 and 256 for x86_64 on linux-virt and linux-vanilla. CONFIG_NR_CPUS_DEFAULT is left at 32 for now because each CPU need 8KB of RAM fixes #10768
* main/linux-vanilla: enable CONFIG_BLK_DEV_THROTTLINGNatanael Copa2019-08-261-2/+3
| | | | | | This is needed for lxc-top to show I/O serviced reporting. fixes #10754
* main/linux-vanilla: upgrade to 4.19.67Natanael Copa2019-08-161-2/+2
|
* main/linux-vanilla: Enable CONFIG_SND_HDA_RECONFIGRasmus Thomsen2019-08-051-1/+1
| | | | It's required for alsa-tools-gui's hdajackretask
* main/linux-vanilla: upgrade to 4.19.59Natanael Copa2019-07-191-2/+2
|
* main/linux-vanilla: upgrade to 4.19.50Natanael Copa2019-06-121-2/+4
|
* main/linux-vanilla: Enable CONFIG_CEPH_LIB_USE_DNS_RESOLVERMatthias Neugebauer2019-04-301-1/+1
|
* main/linux-vanilla: enable Realtek RTL8822BE driverNatanael Copa2019-04-281-1/+1
| | | | | | found in Lenovo IdeaPad ref #10147
* main/linux-vanilla: upgrade to 4.19.36Natanael Copa2019-04-251-5/+6
| | | | | | | also enable CONFIG_RANDOM_TRUST_CPU https://askubuntu.com/questions/1070433/will-ubuntu-enable-random-trust-cpu-in-the-kernel-and-what-would-be-the-effect/1071196#1071196 ref #9960
* main/linux-vanilla: enable ipset set type hash:ip,macThomas Liske2019-04-081-1/+1
|
* main/linux-vanilla: enable crypto zstd for all archesNatanael Copa2019-03-081-1/+1
| | | | ref #10044
* main/linux-vanilla: enable CONFIG_PINCTRL_BAYTRAIL=yJoe Holden2019-02-211-1/+1
| | | | This fixes the card reader on some of the Atom tablet SoCs
* main/linux-vanilla: build CONFIG_RTL8723BS=mJoe Holden2019-02-081-1/+1
|
* main/linux-vanilla: Don't build VBOXGUEST module.Gennady Feldman2019-02-081-1/+1
| | | | | * This fixes a conflict with the virtualbox guest additions package. See virtualbox-guest-modules package
* main/linux-vanilla: upgrade to 4.19.16Natanael Copa2019-01-211-0/+1
|
* main/linux-vanilla: upgrade to 4.19.14Natanael Copa2019-01-101-1/+3
|
* 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-861/+1041
|
* 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: add airo and airo_cs wlan driversNatanael Copa2018-06-121-2/+4
| | | | fixes #8958
* main/linux-vanilla: misc config changesNatanael Copa2018-05-071-1/+1
| | | | | - build xgene net drivers as modules (aarch64) - enable cbc_mbim (x86/x86_64) fixes #8855
* main/linux-vanilla: enable VESA framebuffer driverJonathan Sieber2018-04-301-2/+2
|
* main/linux-vanilla: enable NF_SOCKETNatanael Copa2018-04-231-5/+6
| | | | fixes #8778
* main/linux-vanilla: disable X86_SYSFBNatanael Copa2018-02-201-1/+1
| | | | | | 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-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-2/+6
| | | | fixes #8401
* main/linux-vanilla: upgrade to 4.14.14Natanael Copa2018-01-191-2/+3
|
* main/linux-vanilla: upgrade to 4.14.13William Pitcock2018-01-101-222/+508
|
* 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: enable pata sc1200 for soekrisNatanael Copa2017-11-031-1/+1
|
* main/linux-vanilla: upgrade to 4.9.54Natanael Copa2017-10-091-1/+2
|
* main/linux-vanilla: upgrade to 4.9.24Natanael Copa2017-04-251-2/+10
|
* main/linux-vanilla: add support for keyboard backlight on chromebooksNatanael Copa2017-03-131-1/+1
| | | | ref #6987
* main/linux-vanilla: enable kensington trackballNatanael Copa2017-03-131-1/+1
|
* main/linux-vanilla: upgrade to 4.9.14Natanael Copa2017-03-131-235/+565
|
* main/linux-vanilla: enable Yama (provides some protections like grsecurity)William Pitcock2017-01-311-1/+12
|
* main/linux-vanilla: fix the mmc sdhci-acpi config changeNatanael Copa2016-12-281-1/+1
|
* main/linux-vanilla: enable GPIO_CS5535 and GPIO_UCB1400Natanael Copa2016-12-211-3/+4
|
* main/linux-vanilla: enable rtsx pci and efifbTimo Teräs2016-11-241-10/+30
| | | | | ref #5191 ref #6486
* main/linux-vanilla: enable ixgbevfNatanael Copa2016-11-071-1/+1
| | | | ref #6425
* main/linux-vanilla: enable brcmfmac driverNatanael Copa2016-07-111-2/+7
|