aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-vanilla/config-vanilla.s390x
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-vanilla: upgrade to 4.19.118Natanael Copa2020-04-231-1/+1
|
* main/linux-vanilla: upgrade to 4.19.117Natanael Copa2020-04-231-2/+1
|
* main/linux-vanilla: enable CONFIG_BLK_DEV_THROTTLINGMilan P. Stanić2019-10-101-2/+3
| | | | | | | This is needed for lxc-top to show I/O serviced reporting. 'cherry-pick' by hand from commit 6aef2d983bfc353adbf8d4e215c371140cdbe137 fixes #10754
* main/linux-vanilla: enable dm-writecacheNatanael Copa2019-09-261-1/+1
| | | | | | fixes #10176 (cherry picked from commit e77158f7767e83d40f369b1ced7c192e5ede9558)
* main/linux-vanilla: upgrade to 4.19.67Natanael Copa2019-08-191-1/+1
|
* main/linux-vanilla: upgrade to 4.19.60Natanael Copa2019-08-141-2/+2
|
* main/linux-vanilla: upgrade to 4.19.50Natanael Copa2019-06-121-1/+2
|
* main/linux-vanilla: Enable CONFIG_CEPH_LIB_USE_DNS_RESOLVERMatthias Neugebauer2019-04-301-1/+1
|
* main/linux-vanilla: upgrade to 4.19.36Natanael Copa2019-04-251-5/+5
| | | | | | | 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 CONFIG_UEVENT_HELPER for s390x.DDoSolitary2019-04-251-1/+2
| | | | The config option is required for busybox's mdev to work, or we'll get ".../lib/rc/sh/openrc-run.sh: line 21: can't create /proc/sys/kernel/hotplug: nonexistent directory" on boot.
* main/linux-vanilla: remove KERNEL_NOBP on s390xTuan Hoang2019-04-251-1/+1
| | | | | | | CONFIG_KERNEL_NOBP should be off if CONFIG_EXPOLINE_AUTO is selected NOBP has been the first line of defense and is basically outdated by now
* main/linux-vanilla: enable ipset set type hash:ip,macThomas Liske2019-04-081-1/+1
|
* main/linux-vanilla: add pkey for s390xTuan Hoang2019-04-031-1/+2
| | | | zkey in s390-tools requires pkey module
* 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: upgrade to 4.19.12, modernizeNatanael Copa2018-12-271-568/+615
|
* main/linux-vanilla: spectre v2 on s390xTuan M. Hoang2018-05-011-1/+7
| | | | | | | build fix for s390x commit 6e179d64126b909f0b288fa63cdbf07c531e9b1d allows either nobp or expolines
* main/linux-vanilla: enable NF_SOCKETNatanael Copa2018-04-231-2/+3
| | | | fixes #8778
* main/linux-vanilla: fix config for s390xNatanael Copa2018-02-011-1/+2
| | | | note that BPF_SYSCALL is disabled on other architectures
* main/linux-vanilla: upgrade to 4.14.13William Pitcock2018-01-101-72/+221
|
* 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-vanilla: fix s390x configTimo Teräs2017-11-211-9/+4
|
* main/linux-vanilla: add s390x supportTuan M. Hoang2017-03-201-0/+3013
Add CONFIG_SECURITY_YAMA. Update to 4.9.15. [TT: Minor changes in config]