hyperv/vmbus: Avoid unnecessary mb()
[freebsd.git] / sys /
2016-07-28 sephehyperv/vmbus: Avoid unnecessary mb()
2016-07-28 loosEnable the build of micphy as part of generic miibus...
2016-07-27 ivadasz[iwm] When stopping TX DMA, wait for all channels at...
2016-07-27 bdreweryopt_bdg.h was removed in r150636.
2016-07-27 ivadasz[iwm] Set different pm_timeout for action frames.
2016-07-27 bdreweryopt_apic.h is only used on i386.
2016-07-27 bdreweryopt_random.h was removed in r287558 for opt_global.h
2016-07-27 ivadasz[iwm] Fix inverted logic in iwm_tx().
2016-07-27 stevekPrepare for network stack as a module
2016-07-27 jhbAdjust tests in fsync job scheduling loop to reduce...
2016-07-27 jhbAdd support for zero-copy aio_write() on TOE sockets.
2016-07-27 markjDe-pluralize "queues" where appropriate in the pagedaem...
2016-07-27 emasteANSIfy kern_proc.c and delete register keyword
2016-07-27 kibRemove Giant from settime(), tc_setclock_mtx guards...
2016-07-27 kibPrevent parallel tc_windup() calls, both parallel top...
2016-07-27 kibFix a bug in r302252.
2016-07-27 kibReduce the resettodr_lock scope to only CLOCK_SETTIME...
2016-07-27 kibStyle.
2016-07-27 kibReduce number of timehands to just two. This is useful...
2016-07-27 kibHide the boottime and bootimebin globals, provide the...
2016-07-27 sephehyperv/vmbus: Rename cleaned up bufring code
2016-07-27 sephehyperv/vmbus: Cleanup RX bufring read process.
2016-07-27 sephehyperv/vmbus: Stringent RX bufring data length checks.
2016-07-27 sephehyperv/vmbus: Cleanup TX bufring write process.
2016-07-27 sephehyperv/vmbus: Update comment for bufring
2016-07-27 sephehyperv/vmbus: Use different struct for RX/TX bufring.
2016-07-27 sephehyperv/vmbus: Initialize RX/TX bufring mutex at channel...
2016-07-27 alcUpdate a comment to reflect r284376.
2016-07-27 stevekAdd the NUM_CORE_FILES kernel config option which speci...
2016-07-27 ianAnnotate the usb-serial drivers which always return...
2016-07-27 ianTranslate modem status reg bits from ns16550 to SER_...
2016-07-26 ianTranslate modem status reg bits from ns16550 to SER_...
2016-07-26 npcxgbe(4): Initialize the adapter queues (fwq and mgmtq...
2016-07-26 ianTranslate modem status reg bits from ns16550 to SER_...
2016-07-26 ianActually return line status register values from umosco...
2016-07-26 brdFix the case for some sysctl descriptions.
2016-07-26 edAdd shmatt_t.
2016-07-26 adrianUpdate my TODO items.
2016-07-26 emastevt: lock Giant around kbd calls in CONS_GETINFO
2016-07-26 emasteapply some style(9) to kbd: make function name start...
2016-07-26 sephehyperv/vmbus: Nuke unnecessary accessor functions.
2016-07-26 sbrunoiwm(4) synchronize driver to DragonFlyBSD version and...
2016-07-25 sbrunoiwm(4): switch to ieee80211_runtask()
2016-07-25 sbrunoUpdate iwmfw(4) to include support for 8260 series...
2016-07-25 impRemove some extraneous printfs.
2016-07-25 cemdevfs: Move most ioctl logic down to vnode layer
2016-07-25 andrewRemove an unused variable.
2016-07-25 andrewFix a typo in a string in a KASSERT to sanity check...
2016-07-25 andrewRework how we number CPUs on arm64 to try and keep...
2016-07-25 andrewEnable the generic OHCI driver on arm64
2016-07-25 aeDo not invoke resize method if geom is being withered.
2016-07-25 julianSplit MAKE_SYSENT into two parts so that the initialize...
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-25 sephehyperv/vmbus: Move bufring info definition to vmbus_brvar.h
2016-07-25 sephehyperv/vmbus: Rename hv_vmbus_priv.h to vmbus_brvar.h
2016-07-25 emasteavoid building otusfw when WITHOUT_SOURCELESS_UCODE set
2016-07-24 brFix style.
2016-07-24 mavPostpone ntb_get_msix_info() till we need to negotiate...
2016-07-24 glebiusPartially revert r257696/r257713, which have an issue...
2016-07-24 mavAdd more UEFI/e820 memory types from latest specifications.
2016-07-24 andrewRemove now unused functions from the FDT uart cpu driver.
2016-07-24 mizhka[nvram2env] split implementation into generic & MIPS...
2016-07-24 loosAllow the use of micphy on am335x devices.
2016-07-23 markjCorrect a comment - each page queue has its own lock.
2016-07-23 markjUpdate a comment in vm_page_advise() to match behaviour...
2016-07-23 loosAdd support for the Microchip/Micrel KSZ9031 Gigabit...
2016-07-23 loosRemove unused USB ethernet driver from BEAGLEBONE/AM335...
2016-07-23 npFix kernel builds with "device cxgbe".
2016-07-23 jhbUse MTX_SYSINIT for the VESA lock.
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-23 kibImplement mtx_trylock_spin(9).
2016-07-23 jhibbitsUse label math instead of hard-coding offsets for retur...
2016-07-22 jhbAdd a driver to create VF devices on Chelsio T4/T5...
2016-07-22 jhbInstall a handler for firmware work request error messages.
2016-07-22 bdreweryDon't run find(1) for __MPATH with NO_MODULES set.
2016-07-22 brAdd GCC 6.1 warn flags for kernel as well.
2016-07-22 manuPC5 doesn't have mmc2 function.
2016-07-22 kibMake cam.ko loadable.
2016-07-22 sephehyperv/vmbus: Move vmbus bufring definition to vmbus_reg.h
2016-07-22 sephehyperv/vmbus: Cleanup and augment bufring sysctl tree...
2016-07-22 sephehyperv/vmbus: Cosmetic bufring cleanup.
2016-07-22 karelsFix per-connection L2 caching in fast path
2016-07-21 impAdd opt_ddb.h.
2016-07-21 impFix cam builds w/o nvme. This is a stop-gap fix until...
2016-07-21 jhbAdd more documentation regarding unsafe AIO requests.
2016-07-21 kibHide counted_warning(9) under #ifdef _KERNEL braces...
2016-07-21 kibDeclare aio requests on files from local filesystems...
2016-07-21 kibProvide counter_warning(9) KPI which allows to issue...
2016-07-21 adrian[mx25l] add new device id.
2016-07-21 manuaxp209 needs aw_nmi so attach a bit earlier
2016-07-21 manuWe need the GIC to be attached so attach later at BUS_P...
2016-07-21 andrewFix the build:
2016-07-21 andrewAdd support for arm64 to uart_dev_acpi by using the...
2016-07-21 sephehyperv: hv_vmbus_channel -> vmbus_channel
2016-07-21 sephehyperv/vmbus: Shuffle function declaration and macro...
2016-07-21 sephehyperv/vmbus: Reorder channel fields.
2016-07-21 sephehyperv/vmbus: Save event flag location and evet flag...
2016-07-21 impActually import nvme_sim so the CAM attachment for...
2016-07-21 impRemove some bogus comments and printfs. Also, we can't
2016-07-21 impFix mismerge and add NVME xport support to devstat...
next