svn commit: r280839 - stable/10/sys/amd64/vmm

2015-03-30 Thread Alexander Motin
Author: mav Date: Mon Mar 30 07:11:49 2015 New Revision: 280839 URL: https://svnweb.freebsd.org/changeset/base/280839 Log: MFC r280134: Report ARAT (APIC-Timer-always-running) feature for virtual CPU. This makes FreeBSD guest to not avoid using LAPIC timer, preferring HPET due to

svn commit: r280856 - stable/10/sys/amd64/conf

2015-03-30 Thread John Baldwin
Author: jhb Date: Mon Mar 30 16:28:04 2015 New Revision: 280856 URL: https://svnweb.freebsd.org/changeset/base/280856 Log: Revert accidental(?) change in r280455 and do not compile hwpmc statically into GENERIC by default. This change is not present in HEAD and was not made in the two

svn commit: r280876 - stable/10/sys/amd64/amd64

2015-03-30 Thread Konstantin Belousov
Author: kib Date: Tue Mar 31 01:05:34 2015 New Revision: 280876 URL: https://svnweb.freebsd.org/changeset/base/280876 Log: MFC r280781: Make it possible for the signal handler to act on #ss. Load the canonical user data segment' selector into %ss when calling the handler. Modified:

svn commit: r280875 - stable/10/sys/amd64/amd64

2015-03-30 Thread Konstantin Belousov
Author: kib Date: Tue Mar 31 00:59:30 2015 New Revision: 280875 URL: https://svnweb.freebsd.org/changeset/base/280875 Log: MFC r280780: The #ss fault handler erronously does not check for the fault originated from the return to usermode. #ss must be handled same as #np. Modified: