mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 11:40:13 +07:00
0a1ef9c81e
allocation (32kb) for each guest start/restart which can result in OOM killer activity when kernel memory is fragmented enough. This fix reduces the number of iopins as s390 doesn't use them, hence reducing the memory footprint. -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEwGNS88vfc9+v45Yq41TmuOI4ufgFAl7xxoUACgkQ41TmuOI4 ufg5Lg//QFzh7hEchnMBJeA+RSXnZtzsOzhOn0QYrKQM9a++CLJJU0FL+6gXL8vv BPBK5E44K8sv0imDCXYgocZoxn4xcAvdwXbfp9lncaiYse54hY31y3YLbCULPTHy DDA6vuetoEeLO1djVtu0Ot0gkAjAPPnEdbhkaN7i378oe2HlXD9ALd53uhCAL0J3 KyKvrlbOoOz60uLF5E+INZ01GxXHxhpb55UKR+9YhtukOC6TPyfl+T7ifneBh8fl U1ZtAAOa6kxl6amDdWBnnbmV0SxQDlWMouueqZvN1Wy0E59eX20v6zKmn+nXkSYZ IJfX/QZw0swOnmt4vj+6y84zw52VtA43hNCdXsHd4I63uWV1SIufwDZDLlWHePPF nWNZ7zQhV7Qt4K/fCWW2zCS1Jf8FNlgeXpouZaKdUsYoA5XKm6CZqb4nwkOGI/pk G++E/gsomk+lvsAmyEi/Wj7nCPl4kJdsOUn6QRu5jDPNgydkkTMccHWqTHEg7Fjt tGPiGOpH19pHg24gP5QBjJtyfFmGhV2i8f6h5h3m9JWyTmNm8389DU9OBFigbOGf lyxODwgnCiCp+TDIiHvsJeG2Lz7z8kAisewDyMOrqpttmkEhi/4QhXhdWlcIqh3h 9KJ08A7lj3FOw4z5PV0zfeETms99kCxjCXTKL+79yS7F2w6xADY= =s85F -----END PGP SIGNATURE----- Merge tag 'kvm-s390-master-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master The current number of KVM_IRQCHIP_NUM_PINS results in an order 3 allocation (32kb) for each guest start/restart which can result in OOM killer activity when kernel memory is fragmented enough. This fix reduces the number of iopins as s390 doesn't use them, hence reducing the memory footprint. |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
README |
Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. The formatted documentation can also be read online at: https://www.kernel.org/doc/html/latest/ There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.