summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
5 daysgather ice(4) hardware counters for debuggingStefan Sperling
5 daysimplement ice_add_rx_lldp_filter()Stefan Sperling
6 dayskill our kids before we die, or there will be panicJoshua Stein
7 daysdrm/amdkfd: Accounting pdd vram_usage for svmJonathan Gray
8 daysAdd qccpucp(4), a driver for the CPUSS Control Processor (CPUCP) mailboxTobias Heider
9 dayswait for ice(4) software interrupt to occur when flushing queue interruptsStefan Sperling
9 daysfix build without ICE_DEBUGStefan Sperling
9 daysimplement the ice(4) Rx interrupt handlerStefan Sperling
9 daysin ice(4), ensure that vsi->max_frame_size gets setStefan Sperling
10 daysadd placeholder for GC 11.5.2 APUJonathan Gray
10 daysdrm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedJonathan Gray
10 daysdrm/amdgpu: Fix DPX valid mode check on GC 9.4.3Jonathan Gray
10 daysdrm/amdgpu: Adjust debugfs register access permissionsJonathan Gray
10 daysdrm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Jonathan Gray
10 daysdrm/amdgpu: Adjust debugfs eviction and IB access permissionsJonathan Gray
10 daysuse down->up hammer to handle ENETRESET in ice_ioctl; can be refined laterStefan Sperling
10 daysavoid sending needless MAC address updates to ice(4) hardwareStefan Sperling
10 daysfor clarity, look at 'perm_addr' for obtaining the MAC when ice(4) attachesStefan Sperling
11 daysimplement ice_down(); ifconfig ice0 down/up is working nowStefan Sperling
12 daysFix simplefb colours for BPP16 and BPP24 by specifiying colourTobias Heider
14 daysdrm/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