Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 updates from Vasily Gorbik: - Make use of the IBM z16 processor activity instrumentation facility extension to count neural network processor assist operations: add a new PMU device driver so that perf can make use of this. - Rework memcpy_real() to avoid DAT-off mode. - Rework absolute lowcore access code. - Various small fixes and improvements all over the code. * tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390/pci: remove unused bus_next field from struct zpci_dev s390/cio: remove unused ccw_device_force_console() declaration s390/pai: Add support for PAI Extension 1 NNPA counters s390/mm: fix no previous prototype warnings in maccess.c s390/mm: uninline copy_oldmem_kernel() function s390/mm,ptdump: add real memory copy page markers s390/mm: rework memcpy_real() to avoid DAT-off mode s390/dump: save IPL CPU registers once DAT is available s390/pci: convert high_memory to physical address s390/smp,ptdump: add absolute lowcore markers s390/smp: rework absolute lowcore access s390/smp: call smp_reinit_ipl_cpu() before scheduler is available s390/ptdump: add missing amode31 markers s390/mm: split lowcore pages with set_memory_4k() s390/mm: remove unused access parameter from do_fault_error() s390/delay: sync comment within __delay() with reality s390: move from strlcpy with unused retval to strscpy
No related branches found
No related tags found
Showing
- arch/s390/boot/startup.c 7 additions, 1 deletionarch/s390/boot/startup.c
- arch/s390/include/asm/abs_lowcore.h 17 additions, 0 deletionsarch/s390/include/asm/abs_lowcore.h
- arch/s390/include/asm/ccwdev.h 0 additions, 1 deletionarch/s390/include/asm/ccwdev.h
- arch/s390/include/asm/ctl_reg.h 2 additions, 1 deletionarch/s390/include/asm/ctl_reg.h
- arch/s390/include/asm/lowcore.h 3 additions, 1 deletionarch/s390/include/asm/lowcore.h
- arch/s390/include/asm/maccess.h 17 additions, 0 deletionsarch/s390/include/asm/maccess.h
- arch/s390/include/asm/os_info.h 0 additions, 14 deletionsarch/s390/include/asm/os_info.h
- arch/s390/include/asm/pai.h 5 additions, 1 deletionarch/s390/include/asm/pai.h
- arch/s390/include/asm/pci.h 0 additions, 1 deletionarch/s390/include/asm/pci.h
- arch/s390/include/asm/pgtable.h 4 additions, 0 deletionsarch/s390/include/asm/pgtable.h
- arch/s390/include/asm/processor.h 0 additions, 17 deletionsarch/s390/include/asm/processor.h
- arch/s390/include/asm/smp.h 3 additions, 1 deletionarch/s390/include/asm/smp.h
- arch/s390/kernel/Makefile 2 additions, 2 deletionsarch/s390/kernel/Makefile
- arch/s390/kernel/abs_lowcore.c 95 additions, 0 deletionsarch/s390/kernel/abs_lowcore.c
- arch/s390/kernel/crash_dump.c 16 additions, 24 deletionsarch/s390/kernel/crash_dump.c
- arch/s390/kernel/debug.c 1 addition, 1 deletionarch/s390/kernel/debug.c
- arch/s390/kernel/early.c 1 addition, 1 deletionarch/s390/kernel/early.c
- arch/s390/kernel/ipl.c 7 additions, 2 deletionsarch/s390/kernel/ipl.c
- arch/s390/kernel/machine_kexec.c 7 additions, 1 deletionarch/s390/kernel/machine_kexec.c
- arch/s390/kernel/os_info.c 7 additions, 3 deletionsarch/s390/kernel/os_info.c
Loading
Please register or sign in to comment