]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Restructure the code to handle reporting of non-exited processes from
[FreeBSD/FreeBSD.git] / sys / dev /
2016-12-04 mmelClock framework fixes:
2016-12-04 mmelAdd IDs for HDA codecs found on Nvidia Tegra SoCs.
2016-12-04 yongariFix too low volume on MSI H170 GAMING M3 board by pokin...
2016-12-04 yongariRecognize RealTek ALC1150 7.1 channel HD audio codec.
2016-12-04 cemioat(4): Compile on i386
2016-12-03 avosrtwn: fix bitmap size calculation.
2016-12-03 avosrsu: fix frame processing in the Rx path (similar to...
2016-12-03 kevloFix logic error so the R92C_TDECTRL register value...
2016-12-03 avosrsu: remove unused structures / variables.
2016-12-03 adrian[ath] use the correct AMPDU frame limit for the given...
2016-12-03 loosAllow simultaneous access to switch device, there is...
2016-12-02 hselaskyRemove useless NULL checks.
2016-12-02 hselaskyFix for endless recursion in the ACPI GPE handler durin...
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 cemioat(4): Fix 'bogus completion_pending' KASSERT
2016-11-30 andrewFix the PCI host generic FDT driver to call into the...
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-30 emastenetmap: add cast to fix powerpc64 LINT kernel
2016-11-30 npcxgbe(4): Include firmware for T6 cards in the driver...
2016-11-29 mmMFV r309299:
2016-11-29 kadesaiThis patch upgrades driver version to 06.712.04.00...
2016-11-29 kadesaiThis patch will add code to refire IOCTL commands after...
2016-11-29 kadesaiThis patch will unblock SYNCHRONIZE_CACHE command to...
2016-11-29 kadesaiWait for AEN task to be completed(if in queue) before...
2016-11-29 kadesaiThis patch will add task management support in driver...
2016-11-29 kadesaiProcess outstanding reply descriptors from all the...
2016-11-29 kadesaiClean up reference to AEN command if abort AEN is succe...
2016-11-29 kadesaiUpdate controller properties(read OCR capability bit...
2016-11-29 kadesaiAdd sanity check in IO and IOCTL path not to process...
2016-11-29 kadesaiUse a variable to indicate Gen3 controllers and remove...
2016-11-29 kadesaiProblem statement:
2016-11-29 jchandraFix interrupt clear in pl011 uart receive function
2016-11-28 cognetImport Concurrency Kit in the kernel.
2016-11-28 adrian[ath] force wake the hardware if we see a missed beacon.
2016-11-28 adrian[ath] revert the previous commit, after reading the...
2016-11-28 mavAdd more ASMedia PCI IDs from different sources.
2016-11-28 mavProcess port interrupt even is PxIS register is zero.
2016-11-28 adrian[ath] wake up the hardware from power-save before doing...
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-28 adrian[ath] fix target beacon interval programming for STA...
2016-11-28 adrian[ath] include logging of TU versions of the TSF values.
2016-11-27 adrian[ath] Begin to lay the groundwork for btcoex related...
2016-11-27 avosrsu: add support for hardware multicast filter setup.
2016-11-27 hselaskyFix spelling.
2016-11-27 avosrsu: various scanning fixes.
2016-11-26 landonfbhnd(4): Unify NVRAM/SPROM parsing, implement compact...
2016-11-26 avosrsu: fix R92S_TXDW1_QSEL_H2C definition (0x1f -> 0x13).
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 r309118 through r309122.
2016-11-24 avgvirtio_pci: fix announcement of MSI-X interrupts for...
2016-11-24 dimMerge ^/head r309106 through r309117.
2016-11-24 avgvirtio_console: correctly determine presense of payload...
2016-11-24 dimMerge ^/head r308870 through r309105.
2016-11-24 avgfirewire: initialize tag label to -1 in fw_xfer_alloc()
2016-11-24 avgfwohci: report whether PhysicalUpperBound register...
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-24 shurdAdd new device IDs
2016-11-24 shurdFix version string
2016-11-23 sephehyperv/vmbus: Merge free/active locks.
2016-11-23 sephehyperv/vmbus: Set a mark on the revoked channel.
2016-11-23 shurdAdd missing break to switch statement
2016-11-22 delphijMFV r308954:
2016-11-22 adrian[ath] obey the peer A-MPDU density and max-size.
2016-11-21 gonzo[bytgpio] prepare bytgpio(4) for modularization
next