summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressPassthru.c
Commit message (Expand)AuthorAgeFilesLines
* Add the volatile keyword to NvmExpressDxe's Passthru CQOliver Smith-Denny2023-05-081-3/+3
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-145/+175
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-54/+53
* MdeModulePkg/NvmExpressDxe: Fix wrong queue size for async IO queuesSean Brogan2019-11-201-2/+4
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/NvmExpressDxe: Refine PassThru IO queue creation behaviorHao Wu2018-10-251-8/+17
* MdeModulePkg/NvmExpressDxe: Always copy CQ entry to PassThru packetHao Wu2018-10-251-5/+4
* MdeModulePkg/NvmExpressDxe: Refine data buffer & len check in PassThruHao Wu2018-10-251-15/+18
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-1/+1
* MdeModulePkg NvmExpressDxe: return error code in error pathStar Zeng2018-04-251-0/+1
* MdeModulePkg/NvmExpressDxe: Fix data buffer not mapped for Write cmdHao Wu2018-01-241-2/+3
* MdeModulePkg/NvmExpressDxe: fix error status overrideHeyi Guo2017-12-051-0/+5
* MdeModulePkg/NvmExpressDxe: Handle timeout for blocking PassThru reqHao Wu2017-07-061-1/+133
* MdeModulePkg/NvmExpressDxe: Handling return of write to sq and cq dbSuman Prakash2017-04-241-2/+6
* MdeModulePkg/NvmExpressDxe: Memory leak fix in async code flowSuman Prakash2017-03-211-0/+5
* MdeModulePkg NvmExpressDxe: Fix 'Event' won't be signaled for Admin cmdsHao Wu2016-09-061-2/+11
* MdeModulePkg NvmExpressDxe: Add NamespaceId validity check in PassThruHao Wu2016-09-061-0/+8
* MdeModulePkg NvmExpressDxe: Add check for command packet in PassThruHao Wu2016-09-061-2/+19
* MdeModulePkg NvmExpressDxe: Add check on the attributes of NVME controllerHao Wu2016-09-061-1/+13
* MdeModulePkg NvmExpressDxe: Add buffer alignment check in PassThru APIHao Wu2016-09-061-21/+34
* MdeModulePkg NvmExpressDxe: Refine GetNextNamespace API to follow specHao Wu2016-09-061-1/+5
* MdeModulePkg NvmExpressDxe: Refine GetNameSpace API to follow specHao Wu2016-09-061-1/+11
* MdeModulePkg NvmExpressDxe: Refine BuildDevicePath API to follow specHao Wu2016-09-061-5/+9
* MdeModulePkg NvmExpressDxe: Add BlockIo2 supportHao Wu2016-05-191-13/+59
* MdeModulePkg/NvmExpressDxe: Add SecurityStorageProtocol supportTian Feng2015-06-161-13/+23
* MdeModulePkg/NvmExpressDxe: Expose EFI_NVM_EXPRESS_PASS_THRU protocolFeng Tian2015-05-041-118/+125
* MdeModulePkg/NvmExpressDxe: fix build errorFeng Tian2015-04-271-1/+1
* MdeModulePkg/NvmExpressDxe: Correct Prp list creation algorithm.Feng Tian2015-04-271-5/+11
* MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-041-3/+1
* MdeModulePkg/NvmExpressDxe: Fix some bugsFeng Tian2013-09-111-5/+7
* MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support.Feng Tian2013-08-121-0/+884