-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 updates from Martin Schwidefsky: "The first part of the s390 updates for 4.14: - Add machine type 0x3906 for IBM z14 - Add IBM z14 TLB flushing improvements for KVM guests - Exploit the TOD clock epoch extension to provide a continuous TOD clock afer 2042/09/17 - Add NIAI spinlock hints for IBM z14 - Rework the vmcp driver and use CMA for the respone buffer of z/VM CP commands - Drop some s390 specific asm headers and use the generic version - Add block discard for DASD-FBA devices under z/VM - Add average request times to DASD statistics - A few of those constify patches which seem to be in vogue right now - Cleanup and bug fixes" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (50 commits) s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs s390/dasd: Add discard support for FBA devices s390/zcrypt: make CPRBX const s390/uaccess: avoid mvcos jump label s390/mm: use generic mm_hooks s390/facilities: fix typo s390/vmcp: simplify vmcp_response_free() s390/topology: Remove the unused parent_node() macro s390/dasd: Change unsigned long long to unsigned long s390/smp: convert cpuhp_setup_state() return code to zero on success s390: fix 'novx' early parameter handling s390/dasd: add average request times to dasd statistics s390/scm: use common completion path s390/pci: log changes to uid checking s390/vmcp: simplify vmcp_ioctl() s390/vmcp: return -ENOTTY for unknown ioctl commands s390/vmcp: split vmcp header file and move to uapi s390/vmcp: make use of contiguous memory allocator s390/cpcmd,vmcp: avoid GFP_DMA allocations s390/vmcp: fix uaccess check and avoid undefined behavior ...
Showing
- Documentation/admin-guide/kernel-parameters.txt 4 additions, 0 deletionsDocumentation/admin-guide/kernel-parameters.txt
- arch/s390/Kconfig 18 additions, 0 deletionsarch/s390/Kconfig
- arch/s390/Makefile 4 additions, 2 deletionsarch/s390/Makefile
- arch/s390/include/asm/Kbuild 1 addition, 0 deletionsarch/s390/include/asm/Kbuild
- arch/s390/include/asm/cpcmd.h 3 additions, 4 deletionsarch/s390/include/asm/cpcmd.h
- arch/s390/include/asm/ebcdic.h 1 addition, 3 deletionsarch/s390/include/asm/ebcdic.h
- arch/s390/include/asm/elf.h 1 addition, 1 deletionarch/s390/include/asm/elf.h
- arch/s390/include/asm/ipl.h 1 addition, 1 deletionarch/s390/include/asm/ipl.h
- arch/s390/include/asm/lowcore.h 24 additions, 24 deletionsarch/s390/include/asm/lowcore.h
- arch/s390/include/asm/mman.h 0 additions, 11 deletionsarch/s390/include/asm/mman.h
- arch/s390/include/asm/mmu_context.h 4 additions, 29 deletionsarch/s390/include/asm/mmu_context.h
- arch/s390/include/asm/nmi.h 1 addition, 1 deletionarch/s390/include/asm/nmi.h
- arch/s390/include/asm/page-states.h 1 addition, 0 deletionsarch/s390/include/asm/page-states.h
- arch/s390/include/asm/page.h 27 additions, 10 deletionsarch/s390/include/asm/page.h
- arch/s390/include/asm/pgalloc.h 12 additions, 6 deletionsarch/s390/include/asm/pgalloc.h
- arch/s390/include/asm/pgtable.h 120 additions, 77 deletionsarch/s390/include/asm/pgtable.h
- arch/s390/include/asm/qdio.h 1 addition, 1 deletionarch/s390/include/asm/qdio.h
- arch/s390/include/asm/setup.h 14 additions, 3 deletionsarch/s390/include/asm/setup.h
- arch/s390/include/asm/spinlock.h 5 additions, 4 deletionsarch/s390/include/asm/spinlock.h
- arch/s390/include/asm/timex.h 35 additions, 5 deletionsarch/s390/include/asm/timex.h
Loading
Please register or sign in to comment