summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2024-11-10drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencingJonathan Gray
2024-11-10all archs now have ci_idepth, remove ifdefsJonathan Gray
2024-11-10replace uvm.h includes with uvm_extern.h where possibleJonathan Gray
2024-11-09remove unused functions; ok mglocker@Jonathan Gray
2024-11-09Simplify uvm wire and unwire in psp(4) for lauch update data.Alexander Bluhm
2024-11-09RegenMiod Vallat
2024-11-09Add support for Exar XR17V352, submitted by Sean on tech@Miod Vallat
2024-11-09RegenMiod Vallat
2024-11-09More uftdi(4) devices; from Cameron Willams on tech@Miod Vallat
2024-11-09RegenMiod Vallat
2024-11-09More udl(4) devices, from NetBSD.Miod Vallat
2024-11-08qcpas: send APM_POWER_CHANGE events upon ac / battery life changesLandry Breuil
2024-11-08Use a mutex to make psp(4) MP safe.Alexander Bluhm
2024-11-08Move sparc64-specific ofw prototypes out of the MI header.Miod Vallat
2024-11-08Constify strtab.Martin Pieuchot
2024-11-08Add a work-in-progress version of ice(4), a driver for Intel E810 devices.Stefan Sperling
2024-11-08psp(4) waits for acknowledgement of wbinvd from other CPU.Alexander Bluhm
2024-11-08regenStefan Sperling
2024-11-08add two Intel E810 Ethernet PCI device IDsStefan Sperling
2024-11-08Add support for MA devices.Mark Kettenis
2024-11-06RegenMiod Vallat
2024-11-06Sync with NetBSD: remove duplicate mode entries when parsing edid records,Miod Vallat
2024-11-06Sync with NetBSD: minor fixes and a couple more video modes.Miod Vallat
2024-11-06Make edid_parse() take a device name as extra argument so that the fewMiod Vallat
2024-11-05The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.Miod Vallat
2024-11-05The ability to attach a wsdisplay without a terminal emulator has beenMiod Vallat
2024-11-05Implement CSI s and CSI u to save and restore cursor position. These areMiod Vallat
2024-11-05Implement psp(4) shutdown command and ioctl(2) PSP_IOC_SHUTDOWN.Alexander Bluhm
2024-11-05Add support for CSI b control sequence (repeat last printed character) toMiod Vallat
2024-11-05Tweak softc initialization:Martin Pieuchot
2024-11-04viogpu: tune down debug messagesStefan Fritsch
2024-11-04vio_dump: Fix control queue dumpStefan Fritsch
2024-11-02Use lowercase in locking comments when not refering to a global lock.Martin Pieuchot
2024-11-02Use a ringbuffer per CPU instead of a ringbuffer per PCB.Martin Pieuchot
2024-11-02Move edid_print() behind defined(EDID_DEBUG).Miod Vallat
2024-11-02Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559,YASUOKA Masahiko
2024-11-01drm/amd/display: Disable PSR-SU on Parade 08-01 TCON tooJonathan Gray
2024-11-01drm/amd: Guard against bad data for ATIF ACPI methodJonathan Gray
2024-11-01drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ringJonathan Gray
2024-10-30For AMD SEV automatically load psp(4) firmware during vmd(4) startup.Alexander Bluhm
2024-10-30readd IFCAP_VLAN_MTU and NVLAN checksJan Klemkow
2024-10-30For AMD SEV implement psp(4) download firmware command.Alexander Bluhm
2024-10-30directly use dev_t for swdevt[], remove struct swdevtJonathan Gray
2024-10-29Move psp(4) initialization from attach to device open.Alexander Bluhm
2024-10-29virtio_pci: Negotiate ACCESS_PLATTFORM featureStefan Fritsch
2024-10-27To prepare to add ixv(4), update the mailbox functionalities of ixbgeYASUOKA Masahiko
2024-10-24Attach psp(4) version 1.Alexander Bluhm
2024-10-23drm/amdgpu: prevent BO_HANDLES error from being overwrittenJonathan Gray
2024-10-23drm/amdgpu/swsmu: Only force workload setup on initJonathan Gray
2024-10-23drm/radeon: Fix encoder->possible_clonesJonathan Gray