aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* virtio console: plug set-but-not-used varsMateusz Guzik2021-12-141-3/+3
* vmx: plug set-but-not-used varMateusz Guzik2021-12-141-10/+0
* sdhci: plug set-but-not-unused varsMateusz Guzik2021-12-141-2/+0
* vtnet: plug set-but-not-used varsMateusz Guzik2021-12-141-5/+5
* sk: plug set-but-not-used varsMateusz Guzik2021-12-141-2/+0
* sys/dev/arcmsr: Update Areca RAID driver to fix some issues on ARC-1886.黃清隆2021-12-131-3/+38
* ds3231: fix accidental breakage of !FDT in 1256067cAndriy Gapon2021-12-131-1/+2
* ds3231: allow configuration via hints on FDT systemsAndriy Gapon2021-12-131-3/+6
* pcf8591: remove write-only variablesAndriy Gapon2021-12-131-4/+1
* amdsbwd: always enable watchdog register decodingAndriy Gapon2021-12-131-12/+11
* hdda: Remove extra topo_unlockWarner Losh2021-12-101-1/+0
* pcf85063: Fix real time clockHubert Mazur2021-12-101-5/+17
* bxe: plug some of set-but-not-used varsMateusz Guzik2021-12-101-12/+1
* hn: plug set-but-not-unused varsMateusz Guzik2021-12-101-4/+4
* bfe: plug a set-but-not-unused varMateusz Guzik2021-12-101-2/+4
* nfe: plug set-but-not-unused varsMateusz Guzik2021-12-101-6/+2
* alc: plug set-but-not-unused varsMateusz Guzik2021-12-101-1/+1
* asmc: plug set-but-not-unused varsMateusz Guzik2021-12-101-0/+4
* xdma: Fix another -Wunused-but-set-variable warning previously missedJessica Clarke2021-12-101-3/+0
* xdma: Fix -Wunused-but-set-variable warningsJessica Clarke2021-12-102-14/+0
* ahc: Mark sysctls with CTLFLAG_MPSAFE.Alexander Motin2021-12-101-2/+2
* fxp: Mark sysctls with CTLFLAG_MPSAFE.Alexander Motin2021-12-101-2/+2
* wbwd: Mark sysctls with CTLFLAG_MPSAFE.Alexander Motin2021-12-101-3/+3
* hptiop: Remove Giant locking around ioctls.Alexander Motin2021-12-101-5/+0
* hpt27xx: Remove FreeBSD 9.x support including Giant.Alexander Motin2021-12-103-151/+17
* fxp: Remove unneeded Giant from bus_dma_tag_create().Alexander Motin2021-12-101-8/+5
* acpi_cpu: Replace Giant with bus_topo_lock.Alexander Motin2021-12-101-2/+2
* hda: Push giant / newbus topo lock down a layerWarner Losh2021-12-102-5/+22
* newbus: add bus_topo_assertWarner Losh2021-12-106-11/+12
* Create wrapper for Giant taken for newbusWarner Losh2021-12-1028-103/+104
* ioat: plug set-but-not-unused varsMateusz Guzik2021-12-091-5/+2
* crypto: Validate AES-GCM IV length in check_csp().John Baldwin2021-12-093-11/+0
* cxgbe(4): Update firmwares to 1.26.4.0Navdeep Parhar2021-12-095-3/+3
* modules: increase MAXMODNAME and provide backward compatBjoern A. Zeeb2021-12-091-0/+1
* fxp: plug set-but-not-used varsMateusz Guzik2021-12-091-2/+0
* firewire: plug set-but-not-used varsMateusz Guzik2021-12-091-13/+31
* pcm: plug set-but-not-used varsMateusz Guzik2021-12-091-3/+1
* et: plug set-but-not-used varsMateusz Guzik2021-12-091-6/+0
* amdtemp: plug set-but-not-used varsMateusz Guzik2021-12-091-2/+2
* sdhci_fsl_fdt: Add support for HS200/HS400 modesHubert Mazur2021-12-081-2/+534
* sdhci_fsl_fdt: Fix vccq reconfigurationArtur Rojek2021-12-081-14/+30
* sdhci_fsl_fdt: Add LS1012A compat stringHubert Mazur2021-12-081-0/+7
* e1000: fix interface capabilities managementVincenzo Maffione2021-12-081-19/+23
* sdhci_fsl_fdt: Implement pulse width detection errataHubert Mazur2021-12-081-2/+20
* enetc: Serialize MDIO transactionsKornel Duleba2021-12-082-4/+22
* enetc: Fix VID/mcast address hash calculationKornel Duleba2021-12-081-2/+2
* ocs_fc: Remove unused function delarations.Ram Kishore Vegesna2021-12-071-2/+6
* flex_spi: Don't try to destroy disk if it doesn't existKornel Duleba2021-12-071-1/+4
* ifnet_byindex() actually requires network epochGleb Smirnoff2021-12-061-0/+6
* nvme_sim: Only report PCI related stats when we canWarner Losh2021-12-061-9/+19