Age | Commit message (Expand) | Author |
2024-08-15 | Further minor cleanup for improved readability, with the major change that | Patrick Wildt |
2024-08-15 | Initial patchset on top of the qwx(4) to adjust for ath12k. Still not | Patrick Wildt |
2024-08-14 | Introduce qwz(4), a work-in-progress port of the Linux ath12k driver. | Patrick Wildt |
2024-08-13 | For AMD SEV use correct command mask in ccp(4) driver. | Alexander Bluhm |
2024-08-12 | try harder to leave a gap on the tx ring. | David Gwynne |
2024-07-13 | Backout previous change related to not freeing memory on suspend. | Dave Voutila |
2024-07-12 | Simplify nvme suspend/resume by resetting queues and not deallocating | Dave Voutila |
2024-07-08 | Don't check op_q_alloc for non-NULL before invoking op_q_free. | Kenneth R Westerback |
2024-06-30 | Use howmany() to calculate how many prpl entries are needed to describe a | Kenneth R Westerback |
2024-06-27 | Clear interrupt before we process the request as specified in the | Marcus Glocker |
2024-06-26 | Remove unnecessary structure declaration. | ASOU Masato |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-06-22 | remove space between function names and argument list | Jonathan Gray |
2024-06-18 | remove prototypes with no matching function | Jonathan Gray |
2024-06-15 | To my current knowledge, UFSHCI has a single target design. Reflect this | Marcus Glocker |
2024-06-14 | We have an 'handled' variable for the interrupt handler, so use it also for | Marcus Glocker |
2024-06-14 | Improve return value handling of functions. | Marcus Glocker |
2024-06-13 | Avoid ccp error message if SEV-ES is missing. | Alexander Bluhm |
2024-06-12 | Add support for the AMD Platform Security Processor (PSP) to ccp(4). | Alexander Bluhm |
2024-06-11 | Make sure qwx(4) always calls refcnt_init() before other refcnt functions. | Stefan Sperling |
2024-06-09 | remove prototypes for functions removed in rev 1.34 | Jonathan Gray |
2024-06-05 | add support for VLAN tag offloading to dwqe(4) | Stefan Sperling |
2024-06-05 | Now that our hibernation sub-system supports 4096 byte sectors, add | Marcus Glocker |
2024-06-04 | Enable hibernate/resume to nvme(4) disks with 4096 byte sectors. | Kenneth R Westerback |
2024-06-03 | Remove superfluous pmap_extract() call in the hibernation path. | Marcus Glocker |
2024-05-29 | repair qwx(4) WEP and TKIP via software crypto | Stefan Sperling |
2024-05-29 | remove externs with no matching var | Jonathan Gray |
2024-05-29 | remove prototypes with no matching function | Jonathan Gray |
2024-05-28 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-05-28 | Make qwx(4) offload TKIP and CCMP crypto to hardware. | Stefan Sperling |
2024-05-28 | Move ccb access before ccb_done to avoid a potential use-after-free | Jonathan Gray |
2024-05-28 | avoid uninitialised var use when scsi_get_link() returns NULL | Jonathan Gray |
2024-05-27 | Revert NVME_GONE. Literal 0xffffffff is the preferred idiom here. | Kenneth R Westerback |
2024-05-27 | Replace repeated uses of magic number 0xffffffff with nice #define NVME_GONE. | Kenneth R Westerback |
2024-05-27 | Use SCSI xfer timeout value for doorbell register status polling instead of | Marcus Glocker |
2024-05-24 | Enable UFS "Auto-Hibernation". From the documentation: | Marcus Glocker |
2024-05-24 | Add support for NVMe passthrough commands IDENTIFY, GET_LOG_PG and SELFTEST. | Kenneth R Westerback |
2024-05-24 | Add support for suspend/resume. | Marcus Glocker |
2024-05-22 | Fix some bogus masking for the HCS (Host Controller Status) register. | Marcus Glocker |
2024-05-22 | Make the interrupt status poll function generic, rather than for only one | Marcus Glocker |
2024-05-21 | Remove obsolete comment, and fix some spacing. | Marcus Glocker |
2024-05-21 | Only enable BUS_DMA_64BIT if the controller supports it. | Marcus Glocker |
2024-05-20 | Introduce some macros for static intr. aggr. and slot integers, and do | Marcus Glocker |
2024-05-20 | Add flag to switch between normal interrupts (one interrupt per completed | Marcus Glocker |
2024-05-19 | Use aggregation interrupts like stated in the documentation; Setup values | Marcus Glocker |
2024-05-16 | As of the documentation, the value of the Command UPIU expected_xfer_len | Marcus Glocker |
2024-05-15 | Remove unused variable. | Marcus Glocker |
2024-05-15 | Fix multi-slot support. | Marcus Glocker |
2024-05-15 | Also free CCBs in the error case. Fixes an intermittent panic seen on | Marcus Glocker |
2024-05-13 | Add bio(4) support to nvme(4). Provide information on controller and configured | Kenneth R Westerback |