aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* rge: fix callout setup/teardown; handle invalid ethernet addressJohn2026-02-221-5/+14
* regulator_fixed: add support for 'gpios' propertyMichal Meloun2026-02-221-5/+12
* pci_dw: improve pci_dwMichal Meloun2026-02-222-18/+63
* fdt,simple_mfd: Map memory as shareable.Michal Meloun2026-02-221-1/+1
* TCA64xx: Convert mutex to SX lock.Michal Meloun2026-02-221-13/+14
* OFW: Improve OFW_CPU.Michal Meloun2026-02-221-1/+10
* HYM8563: Add support for clock output.Michal Meloun2026-02-221-25/+213
* rsu: migrate to new net80211 encryption key APIAdrian Chadd2026-02-221-7/+12
* asmc: resource cleanup simplificationsEnji Cooper2026-02-221-14/+19
* sound: Detect unsupported formatsChristos Margiolis2026-02-211-1/+15
* asmc: code style modernization and minor cleanupsEnji Cooper2026-02-211-59/+47
* nvmf: Limit the default I/O queue size to 128 entriesJohn Baldwin2026-02-201-1/+2
* chore: asmc: use designated initializers in macrosEnji Cooper2026-02-201-18/+33
* asmc: use symbolic names with the MacPro3,1 modelEnji Cooper2026-02-201-2/+2
* asmc: use `ASMC_FAN_FUNCS2` with the Macmini4,1Enji Cooper2026-02-201-1/+1
* vmm: Start using exterrorMark Johnston2026-02-191-1/+4
* vmm: Enable unprivileged bhyveMark Johnston2026-02-191-5/+5
* vmm: Add privilege checks to vmmctl operationsMark Johnston2026-02-191-0/+21
* iommu_gas: Fix assertion.Ruslan Bukin2026-02-191-1/+1
* acpi: Factor out the power off code into acpi_poweroff()Olivier Certner2026-02-191-19/+28
* acpi: Factor out message printing on failure of AcpiEnterSleepStatePrep()Olivier Certner2026-02-191-7/+21
* nvme: Fix sim unit number to match nvme deviceWarner Losh2026-02-181-1/+1
* nvme: fix panic if we boot w/o a namespaceWarner Losh2026-02-181-0/+10
* pcib: Assume a window where both the base and limit are 0 is uninitializedJohn Baldwin2026-02-181-0/+18
* bus: Drop a couple of unused IVAR indicesJohn Baldwin2026-02-171-1/+0
* bus: Change a few bus drivers to use consistent IVAR rangesJohn Baldwin2026-02-172-2/+2
* bus: Document special ranges of IVARsJohn Baldwin2026-02-1725-47/+61
* acpi_gpiobus: Reuse the existing IVAR index for an ACPI handleJohn Baldwin2026-02-173-15/+2
* mfi(4)/mrsas(4): Print driver versions consistentlyMichael Osipov2026-02-172-7/+4
* vmm: Allow the use of PCI passthrough in a jailMark Johnston2026-02-162-8/+14
* ichsmb: Add Intel Raptor Lake SMBus controller supportAbdelkader Boudih2026-02-161-0/+3
* asmc: Add MacPro3,1 temperature sensor supportAbdelkader Boudih2026-02-152-0/+78
* cxgbe(4): Show correct range of tids in sysctl_tidsNavdeep Parhar2026-02-131-1/+1
* nvme: Use size_t for payload sizeDag-Erling Smørgrav2026-02-131-1/+3
* nvme: Change fail_on_reset to boolDag-Erling Smørgrav2026-02-132-2/+2
* e1000: Increase FC pause/refresh time on PCH2 and newerKevin Bowling2026-02-131-2/+2
* asmc: Convert driver to CTLFLAG_MPSAFEAbdelkader Boudih2026-02-131-14/+14
* cxgbe(4): Fix assertion in timer calibrationNavdeep Parhar2026-02-131-1/+1
* igc: remove M_HASHTYPE when RSS is not enabledCheng Cui2026-02-121-1/+1
* iwx: migrate to new net80211 encryption key APIAdrian Chadd2026-02-111-4/+6
* run: rum: migrate to new net80211 encryption key APIAdrian Chadd2026-02-112-15/+26
* evdev: Drop comments from input-event-codes.hVladimir Kondratyev2026-02-101-305/+174
* psm(4): Add middle button support for Elantech V4 touchpadsVladimir Kondratyev2026-02-101-2/+13
* ure: improve receive checksum offloadingMichael Tuexen2026-02-101-23/+15
* vtgpu: Support virtio gpu on Parallels DesktopAndrew Turner2026-02-101-13/+38
* pci_iov: Reuse downstream bridge bus window if it already covers VF busChandrakanth Patil2026-02-101-9/+20
* dev/mfi: include sys/abi_compat.h unconditionallyKonstantin Belousov2026-02-101-2/+0
* sys/event.h: reduce namespace pollution from sys/abi_compat.hKonstantin Belousov2026-02-101-2/+3
* ahci: Restrict NVMe redirection by BAR sizeAlexander Motin2026-02-091-1/+2
* sys/abi_compat.h: move freebsd32_uint64_t and FU64_CP() thereKonstantin Belousov2026-02-091-2/+0