]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/hyperv
Add parenthesis.
[FreeBSD/FreeBSD.git] / sys / dev / hyperv /
2016-12-28 sephehyperv/hn: Factor out function to set rxfilter.
2016-12-28 sephehyperv/hn: Function renaming; no functional changes.
2016-12-28 sephehyperv/hn: Consolidate hn_{suspend,resume}
2016-12-28 sephehyperv/vmbus: Nuke unnecessary critical sections.
2016-12-27 mmMFV r310622:
2016-12-23 sephehyperv/ic: Allow applying the samples from hypervisor...
2016-12-23 sephehyperv/ic: Fix version4 timesync message format.
2016-12-21 sephehyperv: Unbreak EARLY_AP_STARUP Hyper-V bootstrap by...
2016-12-21 sephehyperv/storvsc: The max channel in PDU actually means...
2016-12-20 sephehyperv/ic: Rename cleaned up files.
2016-12-20 sephehyperv/ic: Cleanup driver glue.
2016-12-20 sephehyperv/ic: Rname cleaned up file.
2016-12-20 sephehyperv/ic: Inclusion cleanup
2016-12-20 sephehyperv/ic: Rename cleaned up header file.
2016-12-20 sephehyperv/ic: Cleanup common struct and functions.
2016-12-20 sephehyperv/ic: Factor out function to send IC response
2016-12-19 sjgMerge bmake-20161212
2016-12-19 sephehyperv: Implement userspace gettimeofday(2) with Hyper...
2016-12-17 mmMFV r310115,310184:
2016-12-16 dimMerge ^/head r309817 through r310168.
2016-12-15 sephehyperv: Allow userland to ro-mmap reference TSC page
2016-12-14 sephehyperv: Implement "enlightened" time counter, which...
2016-12-12 sephehyperv/hn: Add polling support
2016-12-12 sephehyperv/vmbus: Add channel polling support.
2016-12-09 dimMerge ^/head r309519 through r309757.
2016-12-09 sephehyperv/storvsc: Minor style changes; no functional...
2016-12-09 sephehyperv/storvsc: Fix the SCSI disk attachment issue.
2016-12-08 sephehyperv/timesync: Support "sent TC" to improve accuracy.
2016-12-08 sephehyperv/vmbus: Utilize vmbus_chan_run_task()
2016-12-07 sephehyperv/vmbus: Use pause if possible.
2016-12-06 mmMFV r309587:
2016-12-04 dimMerge ^/head r309263 through r309518.
2016-12-02 dimUpdate compiler-rt to release_39 branch r288513. Since...
2016-12-02 dimUpdate llvm, clang, lld and lldb to release_39 branch...
2016-12-01 mmMFC r309362:
2016-12-01 sephehyperv/hn: Add 'options RSS' support.
2016-12-01 sephehyperv/hn: Don't hold txdesc, if no BPFs are attached.
2016-12-01 sephehyperv/hn: Add HN_DEBUG kernel option.
2016-11-30 sephehyperv/storvsc: Don't use timedwait.
2016-11-30 sephehypver/vmbus: Remove extra assertion.
2016-11-30 sephehyperv/hn: Allow TX to share event taskqueues.
2016-11-30 sephehyperv/vmbus: Add DEVMETHOD to map cpu to event taskq.
2016-11-30 sephehyperv/hn: Allow multiple TX taskqueues.
2016-11-30 sephehyperv/hn: Nuke the unused TX taskqueue CPU binding...
2016-11-29 mmMFV r309299:
2016-11-28 cognetImport Concurrency Kit in the kernel.
2016-11-28 dimMerge ^/head r309213 through r309262.
2016-11-28 sephehyperv/vmbus: Use poll/cancel APIs to wait for the...
2016-11-28 sephehyperv/vmbus: Add exec cancel support for message Hyper...
2016-11-28 sephehyperv/vmbus: Add result polling support for message...
2016-11-28 sephehyperv/vmbus: Add result polling support for xact API.
2016-11-28 sephehyperv/vmbus: Stringent GPADL parameter assertion.
2016-11-28 sephehyperv/vmbus: Make sure that the allocated GPADL is...
2016-11-28 sephehyperv/hn: Simplify RSS indirect table fixup API
2016-11-28 sephehyperv/hn: Fix vmbus_chan_subidx usage.
2016-11-28 sephehyperv/hn: Enable multi-packet RNDIS message support...
2016-11-28 sephehyperv/hn: Fix attach error handling
2016-11-28 sephehyperv/hn: Fix multi-packet RNDIS message aggregation...
2016-11-28 sephehyperv/hn: Fix detach error handling.
2016-11-28 sephehyperv/hn: Utilize vmbus_chan_xact_wait
2016-11-28 sephehyperv/vmbus: Add supportive transaction wait function.
2016-11-28 sephehyperv/vmbus: Zero out GPADL if error happens.
2016-11-25 sephehyperv/vmbus: Add a simplified version of channel close.
2016-11-25 sephehyperv/vmbus: Propagate close error.
2016-11-25 sephehyperv/vmbus: Always try disconnect/free bufring memory...
2016-11-25 sephehyperv/vmbus: Don't free the bufring if its GPADL can...
2016-11-25 sephehyperv/vmbus: Return EISCONN if the bufring GPADL can...
2016-11-25 sephehyperv/vmbus: No stranded bufring GPADL is allowed.
2016-11-25 sephehyperv/vmbus: GPADL disconnect error on a revoked chann...
2016-11-25 sephehyperv/vmbus: Don't close unopened channels.
2016-11-25 sephehyperv/vmbus: Fix sysctl tree leakage, if channel open...
2016-11-25 sephehyperv/vmbus: Minor style changes.
2016-11-25 sephehyperv/vmbus: Commit the GPADL id only after the connec...
2016-11-25 dexuanhyperv/vmbus,pcib: unbreak build in case NEW_PCIB is...
2016-11-24 dimMerge ^/head r308870 through r309105.
2016-11-24 sephehyperv/hn: Fix primary channel revocation
2016-11-24 sephehyperv/vmbus: Fix the multi-channel revoking on vmbus...
2016-11-24 sephehyperv/vmbus: Fix the primary channel revoking on vmbus...
2016-11-24 sephehyperv/vmbus: Implement orphan support for transaction API
2016-11-23 sephehyperv/vmbus: Merge free/active locks.
2016-11-23 sephehyperv/vmbus: Set a mark on the revoked channel.
2016-11-22 delphijMFV r308954:
2016-11-21 sephehyperv/hn: Don't abuse hn_{tx,rx}_ring_inuse.
2016-11-21 sephehyperv/hn: Allow enabling IPv6 TX checksum offloading...
2016-11-21 sephehyperv/hn: Fix WITNESS warnings
2016-11-21 sephehyperv/vmbus: Support transction result busy-wait.
2016-11-21 sephehyperv/hn: Implement RNDIS multi-packet message support.
2016-11-19 dimMerge ^/head r308491 through r308841.
2016-11-18 dexuanhyperv/pcib: change the file name: pcib.c -> vmbus_pcib.c
2016-11-18 dexuanhyperv/vmbus,pcib: Add MODULE_DEPEND on pci
2016-11-16 dexuanhyperv/pcib: enable PCIe pass-through (a.k.a. Discrete...
2016-11-16 dexuanhyperv/vmbus: add new vmbus methods to support PCIe...
2016-11-16 dexuanhyperv/vmbus: add a new method to get vcpu_id
2016-11-15 sephehyperv/vss: Add driver and tools for VSS
2016-11-11 cyMFV r305100: Update amd from am-utils 6.1.5 to 6.2.
2016-11-10 dimMerge ^/head r308227 through r308490.
2016-11-07 delphijMFV r308392: file 5.29.
2016-11-04 sephehyperv/vmbus: Reset ch_dev, once the child is deleted.
2016-11-03 gjbMFV r308265: Update tzdata to 2016i.
2016-11-02 dimMerge ^/head r303250 through r308226.
next