Merge branch 'parisc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc fixes from Helge Deller: - Many small fixes to show the real physical addresses of devices instead of hashed addresses. - One important fix to unbreak 32-bit SMP support: We forgot to 16-byte align the spinlocks in the assembler code. - Qemu support: The host will get a chance to sleep when the parisc guest is idle. We use the same mechanism as the power architecture by overlaying the "or %r10,%r10,%r10" instruction which is simply a nop on real hardware. * 'parisc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: parisc: qemu idle sleep support parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel parisc: Show unhashed EISA EEPROM address parisc: Show unhashed HPA of Dino chip parisc: Show initial kernel memory layout unhashed parisc: Show unhashed hardware inventory
No related branches found
No related tags found
Showing
- arch/parisc/include/asm/ldcw.h 2 additions, 0 deletionsarch/parisc/include/asm/ldcw.h
- arch/parisc/kernel/drivers.c 1 addition, 1 deletionarch/parisc/kernel/drivers.c
- arch/parisc/kernel/entry.S 11 additions, 2 deletionsarch/parisc/kernel/entry.S
- arch/parisc/kernel/pacache.S 7 additions, 2 deletionsarch/parisc/kernel/pacache.S
- arch/parisc/kernel/process.c 39 additions, 0 deletionsarch/parisc/kernel/process.c
- arch/parisc/mm/init.c 5 additions, 5 deletionsarch/parisc/mm/init.c
- drivers/parisc/dino.c 5 additions, 5 deletionsdrivers/parisc/dino.c
- drivers/parisc/eisa_eeprom.c 1 addition, 1 deletiondrivers/parisc/eisa_eeprom.c
Loading
Please register or sign in to comment