svn commit: r315268 - in stable/10/sys: kern sys

2017-03-14 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 14 16:00:33 2017 New Revision: 315268 URL: https://svnweb.freebsd.org/changeset/base/315268 Log: MFC r314553: Implement taskqueue_poll_is_busy() for use by the LinuxKPI. Refer to comment above function for a detailed description. Discussed with:

svn commit: r315264 - stable/10/sys/dev/acpica

2017-03-14 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 14 15:56:19 2017 New Revision: 315264 URL: https://svnweb.freebsd.org/changeset/base/315264 Log: MFC r314328: Fix startup race initialising ACPI CM battery structures on MacBookPro. During acpi_cmbat_attach() the acpi_cmbat_init_battery() notification h

svn commit: r315260 - stable/10/sys/kern

2017-03-14 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 14 15:50:36 2017 New Revision: 315260 URL: https://svnweb.freebsd.org/changeset/base/315260 Log: MFC r313941: Make sure the thread constructor and destructor eventhandlers are called for all threads belonging to a procedure. Currently the first thread in a

svn commit: r315257 - stable/10/sys/ofed/drivers/infiniband/hw/mlx4

2017-03-14 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 14 15:44:39 2017 New Revision: 315257 URL: https://svnweb.freebsd.org/changeset/base/315257 Log: MFC r313778: Improve code readability and fix compilation error when using clang 4.x. Found by: emaste @ Sponsored by: Mellanox Technolo

svn commit: r315255 - stable/10/sys/kern

2017-03-14 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 14 15:37:29 2017 New Revision: 315255 URL: https://svnweb.freebsd.org/changeset/base/315255 Log: MFC r312551: Fix for race leading to endless timer interrupts related to configtimer(). During normal operation "state->nextcallopt" will always be less tha

svn commit: r315252 - stable/10/sys/dev/usb/controller

2017-03-14 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 14 15:28:59 2017 New Revision: 315252 URL: https://svnweb.freebsd.org/changeset/base/315252 Log: MFC r312424: Fix problem with suspend and resume when using Skylake chipsets. Make sure the XHCI controller is reset after halting it. The problem is clearly a

svn commit: r315249 - in stable/10: share/man/man4 sys/dev/sound/usb sys/dev/usb sys/dev/usb/quirk

2017-03-14 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 14 15:21:41 2017 New Revision: 315249 URL: https://svnweb.freebsd.org/changeset/base/315249 Log: MFC r312338: Add USB audio support for S/PDIF output with C-Media CM6206 devices. Submitted by: Julien Nadeau PR: 216131 Modifie

svn commit: r315247 - stable/10/sys/dev/pci

2017-03-14 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 14 15:15:37 2017 New Revision: 315247 URL: https://svnweb.freebsd.org/changeset/base/315247 Log: MFC r310806: Add MSIX rewrite table quirk for use with VMs. This patch solves IRQ generation problems using the mlx5en(4) driver with xenserver v6.5.0 in SR