summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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
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
13 daysRegenMiod Vallat
13 daysAdd support for Exar XR17V352, submitted by Sean on tech@Miod Vallat
14 daysUse a mutex to make psp(4) MP safe.Alexander Bluhm
14 daysAdd a work-in-progress version of ice(4), a driver for Intel E810 devices.Stefan Sperling
14 daysregenStefan Sperling
14 daysadd two Intel E810 Ethernet PCI device IDsStefan Sperling
14 daysAdd support for MA devices.Mark Kettenis
2024-11-05The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.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-30readd IFCAP_VLAN_MTU and NVLAN checksJan Klemkow
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
2024-10-23remove duplicate IWX_NVM_GET_INFO defineJonathan Gray
2024-10-23remove duplicate MCX_CAP_DEVICE_DRAIN_SIGERR defineJonathan Gray
2024-10-23remove duplicate ET_MAC_HDX_REXMIT_MAX defineJonathan Gray
2024-10-23remove duplicate ESA_MINISRC_OUT_BUFFER_SIZE defineJonathan Gray
2024-10-22put opening { on same line as struct nameJonathan Gray
2024-10-22remove duplicate DEV_ID_PCH2 definesJonathan Gray
2024-10-19Change sdhc_bus_power() behavior to return success and not perform aJames Hastings
2024-10-18drm/i915/hdcp: fix connector refcountingJonathan Gray
2024-10-18drm/amd/display: Check null pointer before dereferencing seJonathan Gray
2024-10-18drm/amd/display: Revert "Check HDCP returned status"Jonathan Gray
2024-10-18drm/amd/display: Remove a redundant check in authenticated_dpJonathan Gray
2024-10-17drm/crtc: fix uninitialized variable use even harderJonathan Gray
2024-10-17Remove a lot of #include stanzas which used to be required by code found inMiod Vallat
2024-10-17regenDavid Gwynne