]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/nvme
On some generations of the Intel GPU, disabling of the VGA Display
[FreeBSD/FreeBSD.git] / sys / dev / nvme /
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-12 jimharrisRemove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_N...
2013-04-12 jimharrisAdd support for passthrough NVMe commands.
2013-04-12 jimharrisMove the busdma mapping functions to nvme_qpair.c.
2013-04-12 jimharrisRemove the NVMe-specific physio and associated routines.
2013-04-12 jimharrisAdd a mutex to each namespace, for general locking...
2013-04-12 jimharrisRename the controller's fail_req_lock, so that it can...
2013-04-12 jimharrisDo not panic when a busdma mapping operation fails.
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-06 mmMFV r248217:
2013-04-05 desUpgrade to 1.4.20.
2013-04-05 desMinimal subset of the unbound sources.
2013-04-04 jkimMerge ACPICA 20130328.
2013-04-02 sjgUpdate to bmake-20130330
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-04-01 jimharrisAdd unmapped bio support to nvme(4) and nvd(4).
2013-03-29 jimharrisAdd "type" to nvme_request, signifying if its payload...
2013-03-28 jimharrisRemove obsolete comment. This code has now been tested...
2013-03-28 jimharrisDelete extra IO qpairs allocated based on number of...
2013-03-27 jimharrisFix printf format issue on i386.
2013-03-26 jimharrisClean up debug prints.
2013-03-26 jimharrisMove common code from the different nvme_allocate_reque...
2013-03-26 jimharrisChange a number of malloc(9) calls to use M_WAITOK...
2013-03-26 jimharrisReplace usages of mtx_pool_find used for admin commands...
2013-03-26 jimharrisAbort and do not retry any outstanding admin commands...
2013-03-26 jimharrisAdd the ability to internally mark a controller as...
2013-03-26 jimharrisJust disable the controller instead of deleting IO...
2013-03-26 jimharrisSet Pre-boot Software Load Count to 0 at the end of...
2013-03-26 jimharrisRemove the is_started flag from struct nvme_controller.
2013-03-26 jimharrisEnsure the controller's MDTS is accounted for in max_xf...
2013-03-26 jimharrisCap the number of retry attempts to a configurable...
2013-03-26 jimharrisPass associated log page data to async event consumers...
2013-03-26 jimharrisWhen an asynchronous event request is completed, automa...
2013-03-26 jimharrisAdd structure definitions and controller command functi...
2013-03-26 jimharrisAdd structure definitions and a controller command...
2013-03-26 jimharrisCreate struct nvme_status.
2013-03-26 jimharrisMake nvme_ctrlr_reset a nop if a reset is already in...
2013-03-26 jimharrisBy default, always escalate to controller reset when...
2013-03-26 jimharrisAdd a tunable for the I/O timeout interval. Default...
2013-03-26 jimharrisAdd handling for controller fatal status (csts.cfs).
2013-03-26 jimharrisAdd API for nvme consumers to access controller and...
2013-03-26 jimharrisAdd controller reset capability to nvme(4) and ability...
2013-03-26 jimharrisKeep a doubly-linked list of outstanding trackers.
2013-03-26 jimharrisCreate a generic nvme_ctrlr_cmd_get_log_page function...
2013-03-26 jimharrisExpose the get/set features API to nvme consumers.
2013-03-26 jimharrisAdd an interface for nvme shim drivers (i.e. nvd) to...
2013-03-26 jimharrisEnable asynchronous event requests on non-Chatham devices.
2013-03-26 jimharrisMove controller destruction code from nvme_detach(...
2013-03-26 jimharrisSpecify command timeout interval on a per-command type...
2013-03-26 jimharrisExplicitly abort a timed out command, if the ABORT...
2013-03-26 jimharrisBreak out the code for completing an nvme_tracker objec...
2013-03-26 jimharrisAdd support for ABORT commands, including issuing these...
2013-03-26 jimharrisAdd an internal _nvme_qpair_submit_request function...
2013-03-26 jimharrisMake the DSM range count 0-based. Previously we were...
2013-03-26 jimharrisDo not look at the namespace's thin provisioning field...
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 pfgDtrace: add toupper()/tolower() and enhancements to...
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-22 desUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 mmMFV r248590,248594:
2013-03-19 mmMFV r247580:
2013-03-15 brooksReplace our (un)vis(1) commands with implementations...
2013-03-09 mmMFC @248093
2013-03-08 attilioMFC
2013-03-07 attilioMerge from vmcontention
2013-03-07 attilioMFC
2013-03-07 obrienFix GCC build:
2013-03-05 mmWiP merge of libzfs_core (MFV r238590, r238592)
2013-03-04 baptImport libyaml as libbsdyml (private brand name)
2013-02-26 delphijUpdate base system libexpat to 2.1.0.
2013-02-15 desUpgrade to 1.6.16
2013-02-15 jkimMerge ACPICA 20130214.
2013-02-15 desImport LDNS and build it as an internal library.
2013-02-13 jkimMerge OpenSSL 1.0.1e.
2013-02-09 delphijMFV r245512:
2013-02-04 attilioMerge from vmcontention
2013-02-01 sjgMerge bmake-20130123
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-09 attilioMFC
2013-01-09 neelIFC @ r245178
2013-01-07 jimharrisRevert r244549.
2013-01-04 neelIFC @ r244983.
2012-12-26 attilioMFC
next