aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* syscons: silent 'set but unused' warning in some configurationsKonstantin Belousov2022-04-201-1/+1
* dev/iommu: Include offset in maxaddr check.Doug Moore2022-04-201-1/+1
* iicbus(4): Fix two typos in kernel error messagesGordon Bergling2022-04-201-2/+2
* oce(4): Fix a typo in a sysctl descriptionGordon Bergling2022-04-201-1/+1
* cxgbe: Remove unused devclass arguments to *DRIVER_MODULE().John Baldwin2022-04-193-27/+18
* videomode: Fix a typo in an kernel messageGordon Bergling2022-04-191-1/+1
* sfxge: plug set-but-not-used varsMateusz Guzik2022-04-192-0/+5
* cxgbe: plug a set-but-not-used varMateusz Guzik2022-04-191-3/+1
* uart: plug a set-but-not-used varMateusz Guzik2022-04-191-0/+2
* if_vtnet: improve dumping a kernelMichael Tuexen2022-04-181-1/+20
* cxgbei: Return limits for the specific adapter the socket is on.John Baldwin2022-04-181-2/+64
* iscsi: Fetch limits based on a socket rather than assuming global limits.John Baldwin2022-04-187-30/+108
* qoriq_gpio_pin_setflags: Propagate error from qoriq_gpio_pin_configure.John Baldwin2022-04-181-1/+1
* uhid_snes: Remove USB_ST_TRANSFERRED handling for the status request.John Baldwin2022-04-181-9/+0
* nvme: Use controller's page size instead of PAGE_SIZE to create qpairWarner Losh2022-04-151-13/+14
* nvme: Prefer nvme_printf to printf when reporting formatting errorWarner Losh2022-04-151-1/+2
* nvme: Further refinements in Host Memory Buffer SizingWarner Losh2022-04-151-6/+15
* nvme: Remove NVME_MAX_XFER_SIZE, replace inline calculationWarner Losh2022-04-152-4/+2
* nvme: Use saved mps when initializing driveWarner Losh2022-04-152-7/+6
* nvme: Rename min_page_size to page_size and save mpsWarner Losh2022-04-152-5/+5
* nvme: Base maximum data transfer size directly on MPSMIN in cap_hiWarner Losh2022-04-151-1/+2
* nvme: Fix old intel alignment sizeWarner Losh2022-04-151-4/+6
* nvme: Define NVME_MPS_SHIFTWarner Losh2022-04-151-0/+3
* Remove 12.x ABI compat for kernel dump ioctlsMitchell Horne2022-04-151-6/+0
* Remove 11.x ABI compat for kernel dump ioctlsMitchell Horne2022-04-151-5/+0
* cxgbe/t4_tom: Support for round-robin selection of offload queues.Navdeep Parhar2022-04-143-8/+21
* cxgbe(4): Add support for PPOD_EDRAM feature.Navdeep Parhar2022-04-141-0/+11
* cxgbe(4): Fix control flow issues reported by Coverity.Navdeep Parhar2022-04-141-1/+2
* Revert "drm2: Fix a typo in a source code comment"Gordon Bergling2022-04-141-1/+1
* ad7417: Avoid an unused but set warning when compiled with NO_SYSCTL_DESCR.John Baldwin2022-04-131-4/+3
* dpaa: Remove unused variables.John Baldwin2022-04-132-4/+0
* xdma: Inline variables with simple values used once in a KASSERT().John Baldwin2022-04-133-15/+5
* vnic: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-132-5/+5
* ata-fsl: Remove unused variable.John Baldwin2022-04-131-4/+0
* drm2: Remove unused variables.John Baldwin2022-04-133-27/+5
* if_mvneta: Use __diagused for a variable only used in KASSERT().John Baldwin2022-04-131-1/+1
* xdma pl330: Remove unused variables.John Baldwin2022-04-131-17/+0
* gpio tca6416: Remove unused variable.John Baldwin2022-04-131-3/+0
* flash: Remove unused variables.John Baldwin2022-04-132-10/+4
* hwpmc: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-133-3/+3
* mlx5: fs_tcp is only used for INET or INET6.John Baldwin2022-04-131-3/+3
* vtnet: offset is only used for INET or INET6.John Baldwin2022-04-131-0/+6
* usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG.John Baldwin2022-04-135-4/+6
* usb: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-3/+3
* sfxge: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-134-12/+13
* sdhci_card_task: d is only used in the non-MMCCAM case.John Baldwin2022-04-131-1/+3
* nvdimm: Inline value of variable used once in an assertion.John Baldwin2022-04-131-3/+1
* lpt: Mark ppbus in lptout unused.John Baldwin2022-04-131-1/+1
* hyperv: Use __diagused for a variable only used in KASSERT().John Baldwin2022-04-131-1/+1
* bhnd: Use __diagused for a variable only used in a KASSERT().John Baldwin2022-04-131-1/+1