Age | Commit message (Expand) | Author |
2024-10-08 | Add the BUS_DMA_64BIT flag to bus_dmamem_alloc(9) calls since NVMe devices | Mark Kettenis |
2024-10-08 | set activate for ufshci_acpi and ufshci_fdt | Jonathan Gray |
2024-10-06 | remove unused atw_beacon_len_adjust variable | Jonathan Gray |
2024-10-04 | Increase psp(4) timeouts. | Alexander Bluhm |
2024-09-20 | remove unneeded semicolons; checked by millert@ | Jonathan Gray |
2024-09-13 | Add sensors based on information in the SMART/health log page, | Jonathan Matthew |
2024-09-04 | wrap long lines | Jonathan Gray |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-09-04 | remove unused timeout from softc | Jonathan Gray |
2024-09-04 | make psp attach to ccp as a different driver | Jonathan Gray |
2024-09-03 | move psp functions to psp.c and remove the ifdefs | Jonathan Gray |
2024-09-01 | For AMD SEV provide ioctl(2) in cpp(4) to shutdown guest. | Alexander Bluhm |
2024-09-01 | Pledge "vmm" for ccp(4) ioctl(2). | Alexander Bluhm |
2024-09-01 | spelling; checked by jmc@, ok miod@ mglocker@ | Jonathan Gray |
2024-09-01 | spelling; checked by jmc@, ok miod@ mglocker@ krw@ | Jonathan Gray |
2024-08-31 | net drivers may have mii children, but mii layer has no _activate | Theo de Raadt |
2024-08-30 | Spelling | Marcus Glocker |
2024-08-20 | Update handling of transfer rings. | Patrick Wildt |
2024-08-20 | Introduce and update HAL SRNG ops. | Patrick Wildt |
2024-08-20 | add (), | has higher precedence than ?: | Jonathan Gray |
2024-08-19 | avoid NULL deref if malloc fails | Jonathan Gray |
2024-08-18 | plug a memory leak in qwx(4) by freeing vifs when the interface goes down | Stefan Sperling |
2024-08-17 | Checkpoint of work-in-progress attempt to support the FireGL-UX board. This | Miod Vallat |
2024-08-17 | enable qwx(4) ext irqs earlier for suspend/resume | Stefan Sperling |
2024-08-17 | whitespace | Theo de Raadt |
2024-08-17 | The dwiic_init() routine is used at startup to read various chip | Theo de Raadt |
2024-08-17 | dwiic_activate did not inform sub-devices with config_activate_children() | Theo de Raadt |
2024-08-17 | dwiic resume is almost exclusively a "hardware state restore", and | Theo de Raadt |
2024-08-16 | whitespace | Theo de Raadt |
2024-08-16 | delete disabled ACPI-related code in here, this power management is | Theo de Raadt |
2024-08-16 | Align more register addresses and data structures with ath12k. | Patrick Wildt |
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 |