summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
4 daysdrm/amdkfd: Accounting pdd vram_usage for svmJonathan Gray
5 daysAdd qccpucp(4), a driver for the CPUSS Control Processor (CPUCP) mailboxTobias Heider
7 dayswait for ice(4) software interrupt to occur when flushing queue interruptsStefan Sperling
7 daysfix build without ICE_DEBUGStefan Sperling
7 daysimplement the ice(4) Rx interrupt handlerStefan Sperling
7 daysin ice(4), ensure that vsi->max_frame_size gets setStefan Sperling
7 daysadd placeholder for GC 11.5.2 APUJonathan Gray
7 daysdrm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedJonathan Gray
7 daysdrm/amdgpu: Fix DPX valid mode check on GC 9.4.3Jonathan Gray
7 daysdrm/amdgpu: Adjust debugfs register access permissionsJonathan Gray
7 daysdrm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Jonathan Gray
7 daysdrm/amdgpu: Adjust debugfs eviction and IB access permissionsJonathan Gray
8 daysuse down->up hammer to handle ENETRESET in ice_ioctl; can be refined laterStefan Sperling
8 daysavoid sending needless MAC address updates to ice(4) hardwareStefan Sperling
8 daysfor clarity, look at 'perm_addr' for obtaining the MAC when ice(4) attachesStefan Sperling
9 daysimplement ice_down(); ifconfig ice0 down/up is working nowStefan Sperling
9 daysFix simplefb colours for BPP16 and BPP24 by specifiying colourTobias Heider
11 daysdrm/amd/display: Add null checks for 'stream' and 'plane' before dereferencingJonathan Gray
12 daysall archs now have ci_idepth, remove ifdefsJonathan Gray
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
13 daysRegenMiod Vallat
13 daysAdd support for Exar XR17V352, submitted by Sean on tech@Miod Vallat
13 daysRegenMiod Vallat
13 daysMore uftdi(4) devices; from Cameron Willams on tech@Miod Vallat
13 daysRegenMiod Vallat
13 daysMore udl(4) devices, from NetBSD.Miod Vallat
13 daysqcpas: send APM_POWER_CHANGE events upon ac / battery life changesLandry Breuil
13 daysUse a mutex to make psp(4) MP safe.Alexander Bluhm
14 daysMove sparc64-specific ofw prototypes out of the MI header.Miod Vallat
14 daysConstify strtab.Martin Pieuchot
14 daysAdd a work-in-progress version of ice(4), a driver for Intel E810 devices.Stefan Sperling
14 dayspsp(4) waits for acknowledgement of wbinvd from other CPU.Alexander Bluhm
14 daysregenStefan Sperling
14 daysadd two Intel E810 Ethernet PCI device IDsStefan Sperling
14 daysAdd 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