-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 updates from Martin Schwidefsky: - New entropy generation for the pseudo random number generator. - Early boot printk output via sclp to help debug crashes on boot. This needs to be enabled with a kernel parameter. - Add proper no-execute support with a bit in the page table entry. - Bug fixes and cleanups. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (65 commits) s390/syscall: fix single stepped system calls s390/zcrypt: make ap_bus explicitly non-modular s390/zcrypt: Removed unneeded debug feature directory creation. s390: add missing "do {} while (0)" loop constructs to multiline macros s390/mm: add cond_resched call to kernel page table dumper s390: get rid of MACHINE_HAS_PFMF and MACHINE_HAS_HPAGE s390/mm: make memory_block_size_bytes available for !MEMORY_HOTPLUG s390: replace ACCESS_ONCE with READ_ONCE s390: Audit and remove any remaining unnecessary uses of module.h s390: mm: Audit and remove any unnecessary uses of module.h s390: kernel: Audit and remove any unnecessary uses of module.h s390/kdump: Use "LINUX" ELF note name instead of "CORE" s390: add no-execute support s390: report new vector facilities s390: use correct input data address for setup_randomness s390/sclp: get rid of common response code handling s390/sclp: don't add new lines to each printed string s390/sclp: make early sclp code readable s390/sclp: disable early sclp code as soon as the base sclp driver is active s390/sclp: move early printk code to drivers ...
No related branches found
No related tags found
Showing
- Documentation/admin-guide/kernel-parameters.txt 4 additions, 1 deletionDocumentation/admin-guide/kernel-parameters.txt
- arch/s390/Kconfig.debug 3 additions, 0 deletionsarch/s390/Kconfig.debug
- arch/s390/boot/compressed/Makefile 2 additions, 1 deletionarch/s390/boot/compressed/Makefile
- arch/s390/boot/compressed/misc.c 1 addition, 1 deletionarch/s390/boot/compressed/misc.c
- arch/s390/crypto/aes_s390.c 7 additions, 0 deletionsarch/s390/crypto/aes_s390.c
- arch/s390/crypto/des_s390.c 14 additions, 0 deletionsarch/s390/crypto/des_s390.c
- arch/s390/crypto/prng.c 24 additions, 16 deletionsarch/s390/crypto/prng.c
- arch/s390/include/asm/cacheflush.h 26 additions, 4 deletionsarch/s390/include/asm/cacheflush.h
- arch/s390/include/asm/cpu_mf.h 3 additions, 2 deletionsarch/s390/include/asm/cpu_mf.h
- arch/s390/include/asm/ctl_reg.h 7 additions, 5 deletionsarch/s390/include/asm/ctl_reg.h
- arch/s390/include/asm/elf.h 2 additions, 0 deletionsarch/s390/include/asm/elf.h
- arch/s390/include/asm/hugetlb.h 1 addition, 1 deletionarch/s390/include/asm/hugetlb.h
- arch/s390/include/asm/livepatch.h 1 addition, 1 deletionarch/s390/include/asm/livepatch.h
- arch/s390/include/asm/pci_clp.h 1 addition, 1 deletionarch/s390/include/asm/pci_clp.h
- arch/s390/include/asm/pgtable.h 62 additions, 35 deletionsarch/s390/include/asm/pgtable.h
- arch/s390/include/asm/processor.h 2 additions, 2 deletionsarch/s390/include/asm/processor.h
- arch/s390/include/asm/sclp.h 7 additions, 5 deletionsarch/s390/include/asm/sclp.h
- arch/s390/include/asm/setup.h 2 additions, 3 deletionsarch/s390/include/asm/setup.h
- arch/s390/include/asm/spinlock.h 1 addition, 1 deletionarch/s390/include/asm/spinlock.h
- arch/s390/include/asm/timex.h 0 additions, 8 deletionsarch/s390/include/asm/timex.h
Loading
Please register or sign in to comment