]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Merge ^/head r278351 through r278498.
[FreeBSD/FreeBSD.git] / sys / dev /
2015-02-10 dimMerge ^/head r278351 through r278498.
2015-02-10 npcxgbe(4): allow the SET_FILTER_MODE ioctl to change...
2015-02-09 hselaskyFix DMA address casts. Regression issue after r278279.
2015-02-09 dimAfter r278004 was committed, Bruce Evans noted that...
2015-02-09 rpauloMerge xz 5.2.0.
2015-02-08 traszExtend ICL to add receive offload methods. For softwar...
2015-02-08 dchaginAdd Neoway WM620 module ID.
2015-02-08 traszMake output of "iscsictl -v" and "ctladm islist -v...
2015-02-08 npcxgbe(4): tidy up some of the interaction between the...
2015-02-08 npcxgbe(4): adapter_full_init is always a synchronized...
2015-02-08 npcxgbe(4): a change to the synchronization rules within...
2015-02-07 adrianBig wpi(4) overhaul! Not by me!
2015-02-07 ngieRemove kdb_backtrace extern; get the definition for...
2015-02-07 traszTidy up; no functional changes.
2015-02-07 dimMerging ^/head r278298 through r278350.
2015-02-07 npcxgbe(4): fix a test made while enabling TOE.
2015-02-06 emasteUpdate LLDB snapshot to upstream r225923 (git 2b588ecd)
2015-02-06 jhbUse direct hardware access for internal requests for...
2015-02-06 jhbAdd a new device control utility for new-bus devices...
2015-02-06 npcxgbe(4): Add a minimal if_cxl module that pulls in...
2015-02-05 dimMerging ^/head r278224 through r278297.
2015-02-05 jhbAdd the device ID for the AMT serial port on my Thinkpa...
2015-02-05 rpaulovtvga: improve the device description.
2015-02-05 arybchiksfxge: Add statistics for partially dropped TSO packets
2015-02-05 arybchiksfxge: using 64-bit access for x86-64
2015-02-05 arybchiksfxge: make lock names unique
2015-02-05 arybchiksfxge: access statistics buffers under port lock
2015-02-05 npcxgbe(4): reserve id for iSCSI upper layer driver.
2015-02-05 traszDon't call callout_drain() with iscsi mutex held; this...
2015-02-05 traszFix error handling.
2015-02-05 traszMake it possible to set (via iscsi.conf(5)) and query...
2015-02-04 dimMerge ^/head r278110 through r278223.
2015-02-04 arybchiksfxge: Add macros to init, destroy, acquire, release...
2015-02-04 arybchiksfxge: Implement EFSYS_MEM_READ_BARRIER()
2015-02-04 impFix typo
2015-02-04 impAdd comment about why checking for 0xff is OK. There...
2015-02-04 bryanvGeneralized parts of the XEN timer code into a generic...
2015-02-03 impSilence a coverity warning about ignoring a return...
2015-02-03 emasteRemove duplicate intel_fbc_enabled prototype
2015-02-03 kibIf the vm_page_alloc_contig() failed in the ttm page...
2015-02-03 kibDo not access gmbus_ports array past its end.
2015-02-03 kibFollowup to r278147. Two more sign errors.
2015-02-03 kibFix sign for the error code returned from the driver...
2015-02-03 kibDo not attach to the unsupported chipsets, unless magic...
2015-02-02 dimMerge ^/head r278005 through r278109.
2015-02-02 loosRegister the GPIO controller device reference on xref...
2015-02-02 hselaskySeparate out detection of prevent and allow medium...
2015-02-02 mavMissed addition to r278098.
2015-02-02 mavAdd some fields and constants from RFC7144.
2015-02-02 hselaskyOptimise allocation of USB DMA structures. By default...
2015-02-02 hselaskySection 3.2.9 in the XHCI specification about control...
2015-02-01 smhAdd a quirk to limit AHCI MSI vectors to one
2015-01-31 dimMerge ^/head r278003 through r278004.
2015-01-31 dimConstify a number of accesses in drm2's radeon drivers...
2015-01-31 dimMerge ^/head r277975 through r277998.
2015-01-31 loosImplement GPIO_GET_BUS() method for all GPIO drivers.
2015-01-31 ianFix whitespace glitch from prior comit.
2015-01-31 loosImplement a new method to retrieve the gpiobus referenc...
2015-01-31 traszUse proper module name in MODULE_VERSION().
2015-01-31 traszDrop unneeded include.
2015-01-31 dimMerge ^/head r277956 through r277974.
2015-01-31 dimFix a bunch of -Wcast-qual warnings in sys/dev/usb...
2015-01-31 traszAdd two files missed in r277963.
2015-01-31 traszAdd kobj interface between ICL and the rest of the...
2015-01-31 adrianFix backlight for ivybridge based laptops (and whatever...
2015-01-30 dimMerge ^/head r277902 through r277944.
2015-01-30 loosDo not leak the OFW memory when the result does not...
2015-01-30 yongariCorrect device description message.
2015-01-29 dimMerge ^/head r277861 through r277895.
2015-01-29 arybchiksfxge: Separate software Tx queue limit for non-TCP...
2015-01-29 arybchiksfxge: implemented parameter to restrict RSS channels
2015-01-29 arybchiksfxge: Use SFXGE_MODERATION to initialize event moderation
2015-01-29 arybchiksfxge: Pass correct address to free allocated memory...
2015-01-29 arybchiksfxge: Remove unused esm_size member of the efsys_mem_t...
2015-01-29 arybchiksfxge: Do not bzero() DMA allocated memory once again
2015-01-29 arybchiksfxge: Add evq argument to sfxge_tx_qcomplete()
2015-01-29 arybchiksfxge: fixed TSO code to cope with VLAN headers
2015-01-29 arybchiksfxge: Remove extra cache-line alignment and reorder...
2015-01-29 arybchiksfxge: Make it possible to build without EVQ statistics
2015-01-29 arybchiksfxge: Move txq->next pointer to part writable on compl...
2015-01-29 arybchiksfxge: Change sfxge_ev_qpoll() proto to avoid EVQ point...
2015-01-28 dimMerge ^/head r277804 through r277843.
2015-01-28 brAdd ARMv7 performance monitoring counters.
2015-01-28 adrianCast everything to something longer than 32 bits so...
2015-01-28 adrianPrint out the final_rix if there's a problem.
2015-01-28 adrianAdd a new HAL capability - required to compile the...
2015-01-27 dimMerging ^/head r277777 through r277803.
2015-01-27 delphijUse unsigned int for index value.
2015-01-27 avghook userland threads suspend + resume into acpi suspen...
2015-01-27 avgvt(4): Use power_{suspend,resume} event handlers to...
2015-01-27 bryanvRework vtblk dump handling of in flight requests
2015-01-26 dimMerge ^/head r277719 through 277776.
2015-01-26 jhbLock the socket buffer before jumping to the 'out'...
2015-01-26 jhb- Update a disabled KASSERT() to use sbused() instead...
2015-01-26 jhbFix a couple of panics when detaching from a cxgbe...
2015-01-25 dimMerge ^/head r277327 through r277718.
2015-01-25 dimMerge llvm 3.6.0rc1 from ^/vendor/llvm/dist, merge...
2015-01-25 scottlFix the ioctl interface to properly support fetching...
2015-01-25 jhbPass a valid Dx state variable to PCIB_POWER_FOR_SLEEP...
2015-01-24 ianReimplement fdt_clock_register_provider() correctly...
next