Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: - Fix 32-bit TCE table init in kdump kernel from Nish - Fix kdump with non-power-of-2 crashkernel= from Nish - Abort cxl_pci_enable_device_hook() if PCI channel is offline from Andrew - Fix to release DRC when configure_connector() fails from Bharata - Wire up sys_userfaultfd() - Fix race condition in tearing down MSI interrupts from Paul - Fix unbalanced pci_dev_get() in cxl_probe() from Daniel - Fix cxl build failure due to -Wunused-variable gcc behaviour change from Ian - Tell the toolchain to use ABI v2 when building an LE boot wrapper from Benh - Fix THP to recompute hash value after a failed update from Aneesh - 32-bit memcpy/memset: only use dcbz once cache is enabled from Christophe * tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc32: memset: only use dcbz once cache is enabled powerpc32: memcpy: only use dcbz once cache is enabled powerpc/mm: Recompute hash value after a failed update powerpc/boot: Specify ABI v2 when building an LE boot wrapper cxl: Fix build failure due to -Wunused-variable behaviour change cxl: Fix unbalanced pci_dev_get in cxl_probe powerpc/MSI: Fix race condition in tearing down MSI interrupts powerpc: Wire up sys_userfaultfd() powerpc/pseries: Release DRC when configure_connector fails cxl: abort cxl_pci_enable_device_hook() if PCI channel is offline powerpc/powernv/pci-ioda: fix kdump with non-power-of-2 crashkernel= powerpc/powernv/pci-ioda: fix 32-bit TCE table init in kdump kernel
Showing
- arch/powerpc/boot/Makefile 3 additions, 0 deletionsarch/powerpc/boot/Makefile
- arch/powerpc/include/asm/systbl.h 1 addition, 0 deletionsarch/powerpc/include/asm/systbl.h
- arch/powerpc/include/asm/unistd.h 1 addition, 1 deletionarch/powerpc/include/asm/unistd.h
- arch/powerpc/include/uapi/asm/unistd.h 1 addition, 0 deletionsarch/powerpc/include/uapi/asm/unistd.h
- arch/powerpc/kernel/setup_32.c 6 additions, 0 deletionsarch/powerpc/kernel/setup_32.c
- arch/powerpc/lib/copy_32.S 11 additions, 0 deletionsarch/powerpc/lib/copy_32.S
- arch/powerpc/mm/hugepage-hash64.c 2 additions, 1 deletionarch/powerpc/mm/hugepage-hash64.c
- arch/powerpc/platforms/pasemi/msi.c 3 additions, 2 deletionsarch/powerpc/platforms/pasemi/msi.c
- arch/powerpc/platforms/powernv/pci-ioda.c 15 additions, 1 deletionarch/powerpc/platforms/powernv/pci-ioda.c
- arch/powerpc/platforms/powernv/pci.c 3 additions, 2 deletionsarch/powerpc/platforms/powernv/pci.c
- arch/powerpc/platforms/pseries/dlpar.c 3 additions, 1 deletionarch/powerpc/platforms/pseries/dlpar.c
- arch/powerpc/sysdev/fsl_msi.c 3 additions, 2 deletionsarch/powerpc/sysdev/fsl_msi.c
- arch/powerpc/sysdev/mpic_u3msi.c 3 additions, 2 deletionsarch/powerpc/sysdev/mpic_u3msi.c
- arch/powerpc/sysdev/ppc4xx_msi.c 3 additions, 2 deletionsarch/powerpc/sysdev/ppc4xx_msi.c
- drivers/misc/cxl/Makefile 1 addition, 1 deletiondrivers/misc/cxl/Makefile
- drivers/misc/cxl/pci.c 0 additions, 2 deletionsdrivers/misc/cxl/pci.c
- drivers/misc/cxl/vphb.c 6 additions, 0 deletionsdrivers/misc/cxl/vphb.c
Loading
Please register or sign in to comment