aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* eqos: Whitespace cleanupPeter Jeremy30 hours1-50/+81
* if_dwc: Add support for cvitek ethernet controllerBojan Novković3 days1-0/+89
* if_dwc: Ignore clk_set_assigned errors if "assigned_clocks" is not specifiedBojan Novković3 days1-1/+1
* sdhci: Add driver for the cvitek sdhci controllerBojan Novković3 days1-0/+144
* dwmmc: cleanup cmd and locking, consistency between mmc and mmccamBjoern A. Zeeb4 days1-39/+44
* usbhid: Enable by defaultEd Maste4 days1-1/+1
* pci_iov: Support dynamic subordinate bus growth during VF creationChandrakanth Patil5 days2-4/+23
* iichid: Stop using split I²C bus transactionsPoul-Henning Kamp6 days1-47/+27
* libnvmf: Add nvmf_nqn_valid_strict() functionJohn Baldwin6 days1-40/+0
* vmm: Add support for guest NUMA emulationBojan Novković8 days3-21/+150
* amdsmu: Read and dump idlemaskAymeric Wibo8 days3-0/+17
* vmm: Clean up legacy create/destroy interfaceEd Maste8 days1-4/+2
* amdsmu: Expose sysctls for metrics about last sleepAymeric Wibo8 days3-18/+322
* amdsmu: Initial work on a driver for the AMD SMUAymeric Wibo8 days3-0/+324
* sendfile: retire M_BLOCKEDGleb Smirnoff9 days2-5/+5
* biosboot: Detect memory disks from PXERichard Russo12 days1-0/+23
* vt: refer to correct man section.Matteo Riondato13 days3-4/+4
* efidev: add support for memory attributeShengYi Hung13 days1-2/+40
* qlnxe: Advertise the IFCAP_HWSTATS capabilityZhenlei Huang13 days1-0/+1
* qlnxe: Fix advertising the IFCAP_LINKSTATE capabilityZhenlei Huang13 days1-3/+1
* nvme: Move AER processing into a task threadWarner Losh13 days2-121/+170
* nvme: Finish removing failed request queueWarner Losh13 days2-10/+2
* dev/ofw: Add interrupt-map supportAndrew Turner14 days1-6/+95
* random: Treat writes to /dev/random as separate from /entropyMark Johnston2025-07-182-2/+3
* random: Add NIST SP 800-90B entropy source health test implementationsMark Johnston2025-07-183-0/+238
* ice(4): Fix setting VF MAC addressKrzysztof Galazka2025-07-181-6/+11
* ice(4): Add MAC filter and VLAN resource limits to VFsEric Joyner2025-07-182-3/+50
* ice(4): Enable WB_ON_ITR capability for VFs (#76)Krzysztof Galazka2025-07-181-0/+3
* ice(4): Fix set RSS hena virtchnl op handlerKrzysztof Galazka2025-07-181-8/+25
* ice(4): Fix re-enabling VF queuesKrzysztof Galazka2025-07-182-5/+34
* ice(4): Add basic VFLR handlerKrzysztof Galazka2025-07-183-9/+55
* ice(4): Fix panic when VF uses less queues then availableKrzysztof Galazka2025-07-181-5/+7
* ice: Add broadcast filter while creating VFKrzysztof Galazka2025-07-181-0/+8
* ice: Add host SR-IOV supportKrzysztof Galazka2025-07-189-0/+2544
* mlx5en ipsec offload: copy xform_history to the ipsec_accel_in_tagKonstantin Belousov2025-07-173-10/+16
* qlnxe: Fix error handling of SIOCGI2C ioctlZhenlei Huang2025-07-171-2/+2
* qlnxe: Fix build with INETZhenlei Huang2025-07-171-0/+2
* gpiobus: plug IRQ leaksAhmad Khalifa2025-07-171-3/+21
* mlx5en: fix TLS Rx hardware offload initializationAriel Ehrenberg2025-07-161-1/+2
* ufshci: enable the ufshci module to load at boot timeJaeyoon Choi2025-07-162-11/+38
* mgb: Fix mac tx disable bug in teardownjefby2025-07-161-1/+1
* md(4): Stop symlinking vn.4 to md.4Mateusz Piotrowski2025-07-161-3/+3
* xhci pci: Add some amd xhci controller device idsTom Jones2025-07-141-0/+7
* acpi_gpiobus: don't print error message if _AEI object doesn't existAhmad Khalifa2025-07-111-1/+1
* vmbus: Avoid gratuitous ifdef and use more generic implementation insteadJessica Clarke2025-07-102-11/+5
* mlx5en: add driver tls status string method for rx sessionsAriel Ehrenberg2025-07-101-3/+91
* mlx5_en: wait_for_completion_timeout() takes jiffiesKonstantin Belousov2025-07-101-1/+2
* nvmf: Auto-reconnect periodically after a disconnectJohn Baldwin2025-07-093-5/+131
* ichiic: Add PCI id for Arrow Lake.Takanori Watanabe2025-07-081-0/+12
* random: Change the entropy harvest event queuing schemeMark Johnston2025-07-071-57/+46