Revision ee51814888278677cb4384814bbe3c95f6270b50 authored by Linus Torvalds on 06 November 2020, 20:21:33 UTC, committed by Linus Torvalds on 06 November 2020, 20:21:33 UTC
Pull s390 fixes from Heiko Carstens:

 - fix reference counting for ap devices

 - fix paes selftest

 - fix pmd_deref()/pud_deref() so they can also handle large pages

 - remove unused vdso file and defines

 - update defconfigs

 - call rcu_cpu_starting() early in smp init code to avoid lockdep
   warnings

 - fix hotplug of PCI function missing bus

* tag 's390-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/pci: fix hot-plug of PCI function missing bus
  s390/smp: move rcu_cpu_starting() earlier
  s390/pkey: fix paes selftest failure with paes and pkey static build
  s390: update defconfigs
  s390/vdso: remove unused constants
  s390/vdso: remove empty unused file
  s390/mm: make pmd/pud_deref() large page aware
  s390/ap: fix ap devices reference counting
2 parent s 41f1653 + 0b2ca2c
History
File Mode Size
Kconfig -rw-r--r-- 4.2 KB
Makefile -rw-r--r-- 952 bytes
badrange.c -rw-r--r-- 7.7 KB
blk.c -rw-r--r-- 8.3 KB
btt.c -rw-r--r-- 43.0 KB
btt.h -rw-r--r-- 7.3 KB
btt_devs.c -rw-r--r-- 8.9 KB
bus.c -rw-r--r-- 31.2 KB
claim.c -rw-r--r-- 7.6 KB
core.c -rw-r--r-- 13.8 KB
dax_devs.c -rw-r--r-- 2.8 KB
dimm.c -rw-r--r-- 3.1 KB
dimm_devs.c -rw-r--r-- 24.7 KB
e820.c -rw-r--r-- 1.8 KB
label.c -rw-r--r-- 35.2 KB
label.h -rw-r--r-- 4.1 KB
namespace_devs.c -rw-r--r-- 67.1 KB
nd-core.h -rw-r--r-- 7.7 KB
nd.h -rw-r--r-- 11.1 KB
nd_virtio.c -rw-r--r-- 3.6 KB
of_pmem.c -rw-r--r-- 2.6 KB
pfn.h -rw-r--r-- 1.5 KB
pfn_devs.c -rw-r--r-- 21.9 KB
pmem.c -rw-r--r-- 16.7 KB
pmem.h -rw-r--r-- 1.1 KB
region.c -rw-r--r-- 4.1 KB
region_devs.c -rw-r--r-- 33.1 KB
security.c -rw-r--r-- 13.9 KB
virtio_pmem.c -rw-r--r-- 3.0 KB
virtio_pmem.h -rw-r--r-- 1.3 KB

back to top