summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
12 daysreplace uvm.h includes with uvm_extern.h where possibleJonathan Gray
12 daysremove unused functions; ok mglocker@Jonathan Gray
13 daysSimplify uvm wire and unwire in psp(4) for lauch update data.Alexander Bluhm
14 daysUse a mutex to make psp(4) MP safe.Alexander Bluhm
14 dayspsp(4) waits for acknowledgement of wbinvd from other CPU.Alexander Bluhm
2024-11-05The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.Miod Vallat
2024-11-05Implement psp(4) shutdown command and ioctl(2) PSP_IOC_SHUTDOWN.Alexander Bluhm
2024-10-30For AMD SEV automatically load psp(4) firmware during vmd(4) startup.Alexander Bluhm
2024-10-30For AMD SEV implement psp(4) download firmware command.Alexander Bluhm
2024-10-29Move psp(4) initialization from attach to device open.Alexander Bluhm
2024-10-24Attach psp(4) version 1.Alexander Bluhm
2024-10-22put opening { on same line as struct nameJonathan Gray
2024-10-08Add the BUS_DMA_64BIT flag to bus_dmamem_alloc(9) calls since NVMe devicesMark Kettenis
2024-10-08set activate for ufshci_acpi and ufshci_fdtJonathan Gray
2024-10-06remove unused atw_beacon_len_adjust variableJonathan Gray
2024-10-04Increase psp(4) timeouts.Alexander Bluhm
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-09-13Add sensors based on information in the SMART/health log page,Jonathan Matthew
2024-09-04wrap long linesJonathan Gray
2024-09-04Fix some spelling.Marcus Glocker
2024-09-04remove unused timeout from softcJonathan Gray
2024-09-04make psp attach to ccp as a different driverJonathan Gray
2024-09-03move psp functions to psp.c and remove the ifdefsJonathan Gray
2024-09-01For AMD SEV provide ioctl(2) in cpp(4) to shutdown guest.Alexander Bluhm
2024-09-01Pledge "vmm" for ccp(4) ioctl(2).Alexander Bluhm
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@Jonathan Gray
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@ krw@Jonathan Gray
2024-08-31net drivers may have mii children, but mii layer has no _activateTheo de Raadt
2024-08-30SpellingMarcus Glocker
2024-08-20Update handling of transfer rings.Patrick Wildt
2024-08-20Introduce and update HAL SRNG ops.Patrick Wildt
2024-08-20add (), | has higher precedence than ?:Jonathan Gray
2024-08-19avoid NULL deref if malloc failsJonathan Gray
2024-08-18plug a memory leak in qwx(4) by freeing vifs when the interface goes downStefan Sperling
2024-08-17Checkpoint of work-in-progress attempt to support the FireGL-UX board. ThisMiod Vallat
2024-08-17enable qwx(4) ext irqs earlier for suspend/resumeStefan Sperling
2024-08-17whitespaceTheo de Raadt
2024-08-17The dwiic_init() routine is used at startup to read various chipTheo de Raadt
2024-08-17dwiic_activate did not inform sub-devices with config_activate_children()Theo de Raadt
2024-08-17dwiic resume is almost exclusively a "hardware state restore", andTheo de Raadt
2024-08-16whitespaceTheo de Raadt
2024-08-16delete disabled ACPI-related code in here, this power management isTheo de Raadt
2024-08-16Align more register addresses and data structures with ath12k.Patrick Wildt
2024-08-15Further minor cleanup for improved readability, with the major change thatPatrick Wildt
2024-08-15Initial patchset on top of the qwx(4) to adjust for ath12k. Still notPatrick Wildt
2024-08-14Introduce qwz(4), a work-in-progress port of the Linux ath12k driver.Patrick Wildt
2024-08-13For AMD SEV use correct command mask in ccp(4) driver.Alexander Bluhm
2024-08-12try harder to leave a gap on the tx ring.David Gwynne
2024-07-13Backout previous change related to not freeing memory on suspend.Dave Voutila
2024-07-12Simplify nvme suspend/resume by resetting queues and not deallocatingDave Voutila