1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:18:13 +00:00
serenity/Kernel/Storage/NVMe
Pankaj Raghav 9b3b0531e5 Kernel: Add MSIx support to NVMe
Add MSIx support to NVMe. Prefer MSIx over pin-based interrupts as they
are more efficient and all modern hardware support them.
2023-05-07 21:16:41 +02:00
..
NVMeController.cpp Kernel: Add MSIx support to NVMe 2023-05-07 21:16:41 +02:00
NVMeController.h Kernel: Add MSIx support to NVMe 2023-05-07 21:16:41 +02:00
NVMeDefinitions.h Kernel: Add bar_address_mask to mask the last 4 bits of a BAR address 2023-04-24 21:41:54 +02:00
NVMeInterruptQueue.cpp Kernel: Add MSIx support to NVMe 2023-05-07 21:16:41 +02:00
NVMeInterruptQueue.h Kernel: Add MSIx support to NVMe 2023-05-07 21:16:41 +02:00
NVMeNameSpace.cpp Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
NVMeNameSpace.h Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
NVMePollQueue.cpp Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue 2023-04-05 12:45:27 +02:00
NVMePollQueue.h Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue 2023-04-05 12:45:27 +02:00
NVMeQueue.cpp Kernel: Pass NVMeController reference to NVMequeue 2023-05-07 21:16:41 +02:00
NVMeQueue.h Kernel: Pass NVMeController reference to NVMequeue 2023-05-07 21:16:41 +02:00