summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2025-04-27e6000sw: stop / drain the taskqueue (and tick) during detachAdrian Chadd
2025-04-27e6000sw: unlock the driver lock in the error path during attachAdrian Chadd
2025-04-27e6000sw: correctly depend upon etherswitchAdrian Chadd
2025-04-27miiproxy: add missing dependency on mdioAdrian Chadd
2025-04-27hidraw(4): Force switch to hidraw mode on HIDIOCGRDESC ioctlVladimir Kondratyev
2025-04-27hidraw(4): Return actual length of read data from HIDIOCG* ioctlsVladimir Kondratyev
2025-04-27hidraw(4): Return length of written data from HIDIOCS* ioctlsVladimir Kondratyev
2025-04-27hidraw(4): Add additional hidraw input/output report ioctlsVladimir Kondratyev
2025-04-26agp: Drop a needless iterator resetDoug Moore
2025-04-26Revert "sound: Access softc through si_drv1 in dsp cdev methods"Christos Margiolis
2025-04-26Revert "sound: Create a dsp_close() helper function"Christos Margiolis
2025-04-25sound: Create a dsp_close() helper functionChristos Margiolis
2025-04-25sound: Access softc through si_drv1 in dsp cdev methodsChristos Margiolis
2025-04-25sound: Retire SD_F_PRIO_*Christos Margiolis
2025-04-25sound: Export hardware and software buffer sample rate in sndstat nvlistChristos Margiolis
2025-04-25sound: Make sndstat PVCHAN and RVCHAN nvlist parameters boolChristos Margiolis
2025-04-24asmc: Add support for macmini 6,1 and 6,2 (late 2012) modelsHrant Dadivanyan
2025-04-23mpi3mr: configure larger max I/O size if the HBA firmware supports itChuck Silvers
2025-04-23bnxt_en: Thor2 Ring counters not incrementing during trafficSreekanth Reddy
2025-04-23bnxt_en: Unhandled async event type 76Sreekanth Reddy
2025-04-23bnxt_en: Thor2 Specific Doorbell related changesSreekanth Reddy
2025-04-23bnxt_en: 400G speed supportSreekanth Reddy
2025-04-23if_bnxt: add support for RX completion record type V3Sreekanth Reddy
2025-04-23bnxt_en: Add backing store V2 supportSreekanth Reddy
2025-04-23bnxt_en: Update HSI headerSreekanth Reddy
2025-04-23bnxt_en: Add 5760X (Thor2) PCI IDs supportSreekanth Reddy
2025-04-23pci: Add hw.pci.intx_reroute sysctl/tunableColin Percival
2025-04-22rtwn: don't treat UDP/TCP checksum failure as permanent failureAdrian Chadd
2025-04-22rtwn: enable reception of BAR framesJessica Clarke
2025-04-22axidma(4): add local data cache flushes.Ruslan Bukin
2025-04-21pcib: Clear any pending slot status events during attachJohn Baldwin
2025-04-21pcib: Ignore power fault detected if a power controller is not presentJohn Baldwin
2025-04-21gpioaei: mark the AEI ithread as sleepableAhmad Khalifa
2025-04-21acpi_gpiobus: mask pin flags for GPIOBUS_PIN_SETFLAGSAhmad Khalifa
2025-04-21gpio: don't misuse pin->flagsAhmad Khalifa
2025-04-21acpi_gpiobus: clarify error messageAhmad Khalifa
2025-04-20usb: if_ure: stop touching the mbuf accounting on rxq insertionKyle Evans
2025-04-19agp: use iterators to speed up lookupsDoug Moore
2025-04-17wg: Improve wg_peer_alloc() to simplify the callingAaron LI
2025-04-14iwx: Remove debug logging codeTom Jones
2025-04-14iwx: Use subdevice for comparisonTom Jones
2025-04-09mmc: SPI-mode support for SD cards.Ruslan Bukin
2025-04-09mmc: support for SPI bus typeRuslan Bukin
2025-04-09mlx5en: Use connector type instead of cable type for media detectionAriel Ehrenberg
2025-04-08sys: Move Marvell specific fdt code to sys/arm/mvAndrew Turner
2025-04-08dev/fdt: Add const to pointers to const dataAndrew Turner
2025-04-08dev/fdt: Remove old fdt_get memory functionsAndrew Turner
2025-04-08dev/fdt: Add fdt_foreach_reserved_regionAndrew Turner
2025-04-08dev/fdt: Add fdt_foreach_reserved_memAndrew Turner
2025-04-08dev/fdt: Add fdt_foreach_mem_regionAndrew Turner