-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 updates from Martin Schwidefsky: "The new features and main improvements in this merge for v4.9 - Support for the UBSAN sanitizer - Set HAVE_EFFICIENT_UNALIGNED_ACCESS, it improves the code in some places - Improvements for the in-kernel fpu code, in particular the overhead for multiple consecutive in kernel fpu users is recuded - Add a SIMD implementation for the RAID6 gen and xor operations - Add RAID6 recovery based on the XC instruction - The PCI DMA flush logic has been improved to increase the speed of the map / unmap operations - The time synchronization code has seen some updates And bug fixes all over the place" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (48 commits) s390/con3270: fix insufficient space padding s390/con3270: fix use of uninitialised data MAINTAINERS: update DASD maintainer s390/cio: fix accidental interrupt enabling during resume s390/dasd: add missing \n to end of dev_err messages s390/config: Enable config options for Docker s390/dasd: make query host access interruptible s390/dasd: fix panic during offline processing s390/dasd: fix hanging offline processing s390/pci_dma: improve lazy flush for unmap s390/pci_dma: split dma_update_trans s390/pci_dma: improve map_sg s390/pci_dma: simplify dma address calculation s390/pci_dma: remove dma address range check iommu/s390: simplify registration of I/O address translation parameters s390: migrate exception table users off module.h and onto extable.h s390: export header for CLP ioctl s390/vmur: fix irq pointer dereference in int handler s390/dasd: add missing KOBJ_CHANGE event for unformatted devices s390: enable UBSAN ...
Showing
- MAINTAINERS 2 additions, 2 deletionsMAINTAINERS
- arch/s390/Kconfig 3 additions, 0 deletionsarch/s390/Kconfig
- arch/s390/Makefile 2 additions, 0 deletionsarch/s390/Makefile
- arch/s390/appldata/appldata_base.c 1 addition, 1 deletionarch/s390/appldata/appldata_base.c
- arch/s390/boot/compressed/Makefile 1 addition, 0 deletionsarch/s390/boot/compressed/Makefile
- arch/s390/configs/default_defconfig 8 additions, 3 deletionsarch/s390/configs/default_defconfig
- arch/s390/configs/gcov_defconfig 10 additions, 3 deletionsarch/s390/configs/gcov_defconfig
- arch/s390/configs/performance_defconfig 10 additions, 3 deletionsarch/s390/configs/performance_defconfig
- arch/s390/crypto/aes_s390.c 222 additions, 368 deletionsarch/s390/crypto/aes_s390.c
- arch/s390/crypto/crc32-vx.c 1 addition, 1 deletionarch/s390/crypto/crc32-vx.c
- arch/s390/crypto/des_s390.c 145 additions, 185 deletionsarch/s390/crypto/des_s390.c
- arch/s390/crypto/ghash_s390.c 5 additions, 15 deletionsarch/s390/crypto/ghash_s390.c
- arch/s390/crypto/prng.c 26 additions, 75 deletionsarch/s390/crypto/prng.c
- arch/s390/crypto/sha1_s390.c 1 addition, 1 deletionarch/s390/crypto/sha1_s390.c
- arch/s390/crypto/sha256_s390.c 1 addition, 1 deletionarch/s390/crypto/sha256_s390.c
- arch/s390/crypto/sha512_s390.c 1 addition, 1 deletionarch/s390/crypto/sha512_s390.c
- arch/s390/crypto/sha_common.c 7 additions, 16 deletionsarch/s390/crypto/sha_common.c
- arch/s390/include/asm/cpacf.h 79 additions, 99 deletionsarch/s390/include/asm/cpacf.h
- arch/s390/include/asm/facilities_src.h 24 additions, 0 deletionsarch/s390/include/asm/facilities_src.h
- arch/s390/include/asm/fpu/api.h 21 additions, 11 deletionsarch/s390/include/asm/fpu/api.h
Loading
Please register or sign in to comment