Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 updates from Vasily Gorbik: - Update maintainers. Niklas Schnelle takes over zpci and Vineeth Vijayan common io code. - Extend cpuinfo to include topology information. - Add new extended counters for IBM z15 and sampling buffer allocation rework in perf code. - Add control over zeroing out memory during system restart. - CCA protected key block version 2 support and other fixes/improvements in crypto code. - Convert to new fallthrough; annotations. - Replace zero-length arrays with flexible-arrays. - QDIO debugfs and other small improvements. - Drop 2-level paging support optimization for compat tasks. Varios mm cleanups. - Remove broken and unused hibernate / power management support. - Remove fake numa support which does not bring any benefits. - Exclude offline CPUs from CPU topology masks to be more consistent with other architectures. - Prevent last branching instruction address leaking to userspace. - Other small various fixes and improvements all over the code. * tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (57 commits) s390/mm: cleanup init_new_context() callback s390/mm: cleanup virtual memory constants usage s390/mm: remove page table downgrade support s390/qdio: set qdio_irq->cdev at allocation time s390/qdio: remove unused function declarations s390/ccwgroup: remove pm support s390/ap: remove power management code from ap bus and drivers s390/zcrypt: use kvmalloc instead of kmalloc for 256k alloc s390/mm: cleanup arch_get_unmapped_area() and friends s390/ism: remove pm support s390/cio: use fallthrough; s390/vfio: use fallthrough; s390/zcrypt: use fallthrough; s390: use fallthrough; s390/cpum_sf: Fix wrong page count in error message s390/diag: fix display of diagnose call statistics s390/ap: Remove ap device suspend and resume callbacks s390/pci: Improve handling of unset UID s390/pci: Fix zpci_alloc_domain() over allocation s390/qdio: pass ISC as parameter to chsc_sadc() ...
Showing
- MAINTAINERS 2 additions, 2 deletionsMAINTAINERS
- arch/s390/Kconfig 3 additions, 70 deletionsarch/s390/Kconfig
- arch/s390/appldata/appldata_os.c 1 addition, 1 deletionarch/s390/appldata/appldata_os.c
- arch/s390/boot/install.sh 6 additions, 11 deletionsarch/s390/boot/install.sh
- arch/s390/configs/debug_defconfig 1 addition, 0 deletionsarch/s390/configs/debug_defconfig
- arch/s390/configs/defconfig 1 addition, 0 deletionsarch/s390/configs/defconfig
- arch/s390/crypto/aes_s390.c 3 additions, 0 deletionsarch/s390/crypto/aes_s390.c
- arch/s390/include/asm/hw_irq.h 0 additions, 1 deletionarch/s390/include/asm/hw_irq.h
- arch/s390/include/asm/ipl.h 1 addition, 0 deletionsarch/s390/include/asm/ipl.h
- arch/s390/include/asm/lowcore.h 3 additions, 1 deletionarch/s390/include/asm/lowcore.h
- arch/s390/include/asm/mmu.h 0 additions, 2 deletionsarch/s390/include/asm/mmu.h
- arch/s390/include/asm/mmu_context.h 23 additions, 21 deletionsarch/s390/include/asm/mmu_context.h
- arch/s390/include/asm/numa.h 1 addition, 12 deletionsarch/s390/include/asm/numa.h
- arch/s390/include/asm/page.h 9 additions, 9 deletionsarch/s390/include/asm/page.h
- arch/s390/include/asm/pci.h 6 additions, 0 deletionsarch/s390/include/asm/pci.h
- arch/s390/include/asm/pgalloc.h 14 additions, 25 deletionsarch/s390/include/asm/pgalloc.h
- arch/s390/include/asm/processor.h 5 additions, 5 deletionsarch/s390/include/asm/processor.h
- arch/s390/include/asm/setup.h 7 additions, 0 deletionsarch/s390/include/asm/setup.h
- arch/s390/include/asm/smp.h 1 addition, 0 deletionsarch/s390/include/asm/smp.h
- arch/s390/include/asm/topology.h 11 additions, 4 deletionsarch/s390/include/asm/topology.h
Loading
Please register or sign in to comment