freebsd-src/sys
Sepherosa Ziehau 9b2d0feeca MFC 297142,297143,297176,297177,297178,297221
297142
    hyperv: Factor out snprinf_hv_guid()

    Submitted by:       Ju Sun <junsu microsoft com>
    Reviewed by:        Dexuan Cui <decui microsoft com>, sephe
    MFC after:  1 week
    Sponsored by:       Microsoft OSTC
    Differential Revision:      https://reviews.freebsd.org/D5651

297143
    hyperv/vmbus: Implement bus_child_pnpinfo_str method

    Submitted by:       Jun Su <junsu microsoft com>
    Sponsored by:       Microsoft OSTC
    Differential Revision:      https://reviews.freebsd.org/D5669

297176
    hyperv/evttimer: Use an independent message slot so that it can work

    Using the same message slot as the other types of the messages has
    the side effect that the event timer message could be deferred to
    the swi threads to run (lacking of trapframe and the original code
    didn't even handle that, so the event timer was actually broken).

    As of this commit we use an independent message slot for event timer,
    so that we could handle all of event timer messages in the interrupt
    handler directly.  Note, the message slot for event timer is still
    bind to the same interrupt vector as the other types of messages.

    Submitted by:       Jun Su <junsu microsoft com>
    Reviewed by:        sephe
    Discussed with: Jun Su <junsu microsoft com>, Dexuan Cui <decui microsoft com>
    MFC after:  1 week
    Sponsored by:       Microsoft OSTC
    Differential Revision:      https://reviews.freebsd.org/D5696

297177
    hyperv/vmbus: Use taskqueue_fast for non-performance critical messages

    This gets rid of the per-cpu SWIs.

    Submitted by:       Jun Su <junsu microsoft com>
    Reviewed by:        Dexuan Cui <decui microsoft com>, sephe
    MFC after:  1 week
    Sponsored by:       Microsoft OSTC
    Differential Revision:      https://reviews.freebsd.org/D5215

297178
    hyperv/vmbus: Remove NULL check for taskqueue_create_fast(M_WAITOK)

    Submitted by:       Jun Su <junsu microsoft com>
    Reviewed by:        Dexuan Cui <decui microsoft com>, sephe
    MFC after:  1 week
    Sponsored by:       Microsoft OSTC
    Differential Revision:      https://reviews.freebsd.org/D5215

297221
    hyperv/vmbus: Create per-cpu fast taskqueue for msg handling

    Using one taskqueue does not work, since the EOM MSR must be written
    on the msg's owner CPU.

    Noticed by: Jun Su <junsu microsoft com>
    Discussed with:     Jun Su <junsu microsoft com>, Dexuan Cui <decui microsoft com>
    MFC after:  1 week
    Sponsored by:       Microsoft OSTC
2016-06-16 03:04:16 +00:00
..
amd64 MFC r301457: 2016-06-12 02:42:08 +00:00
arm MFC r289477: 2016-01-24 22:17:05 +00:00
boot MFC r297147, r297148, r297149, r297150, r297151: 2016-05-31 17:01:54 +00:00
bsm MFH: r292522 2016-01-04 16:51:56 +00:00
cam MFC r299373: Allow sleepable allocations in enclosure daemon threads. 2016-05-24 07:21:23 +00:00
cddl MFC r300870,r300884: 2016-06-08 20:47:25 +00:00
compat MFC r300431: 2016-06-05 07:43:20 +00:00
conf MFC 295919,295958,295964 2016-06-13 09:02:08 +00:00
contrib MFC r298030: Use NULL instead of 0 for pointer comparison. 2016-05-14 19:09:32 +00:00
crypto
ddb MFC r298043: 2016-04-22 08:49:50 +00:00
dev MFC 297142,297143,297176,297177,297178,297221 2016-06-16 03:04:16 +00:00
fs MFC r300365: 2016-06-04 10:19:07 +00:00
gdb
geom MFC r298420, r298439, r298644 2016-05-19 16:04:20 +00:00
gnu
i386 MFC r300415: 2016-06-05 07:34:10 +00:00
ia64 MFC r291716, r291724, r291741, r291742 2015-12-16 19:01:14 +00:00
isa
kern MFC r301764: 2016-06-15 01:59:55 +00:00
kgssapi MFC r295134,r298338,r298655: 2016-05-13 08:25:06 +00:00
libkern
mips MFC r294463: 2016-01-28 22:34:29 +00:00
modules MFC 295919,295958,295964 2016-06-13 09:02:08 +00:00
net MFC 296178 2016-06-15 05:16:37 +00:00
net80211
netatalk
netgraph MFH: r278640 2015-12-27 13:37:14 +00:00
netinet MFC r300779, r300781, r300783, r300784, r300949, r301162, r301180 2016-06-10 00:00:25 +00:00
netinet6 MFC r295583, r295584, r295729, r295730: 2016-05-05 23:06:39 +00:00
netipsec MFC r299387: 2016-06-10 13:57:56 +00:00
netipx
netnatm
netpfil MFC r300779, r300781, r300783, r300784, r300949, r301162, r301180 2016-06-10 00:00:25 +00:00
netsmb MFC: r291035 2015-12-02 21:48:34 +00:00
nfs MFC r297323,r297324, r297325, r297326: 2016-05-31 17:15:57 +00:00
nfsclient
nfsserver
nlm
ofed MFC r294832: 2016-06-03 10:17:19 +00:00
opencrypto
pc98 MFC r291716, r291724, r291741, r291742 2015-12-16 19:01:14 +00:00
pci MFC: r271864 2015-12-27 17:12:54 +00:00
powerpc MFC r300415: 2016-06-05 07:34:10 +00:00
rpc MFC r300836: 2016-06-10 17:57:50 +00:00
security MFC r294137: 2016-01-23 07:35:29 +00:00
sparc64 MFC r300415: 2016-06-05 07:34:10 +00:00
sys MFC 296178 2016-06-15 05:16:37 +00:00
teken
tools
ufs MFC r300364: 2016-06-04 10:16:58 +00:00
vm Redo MFC r300220,r300223: 2016-06-11 11:28:29 +00:00
x86 MFC r301278 2016-06-10 04:04:55 +00:00
xdr
xen MFC: r292969 2016-01-08 02:52:04 +00:00
Makefile