summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2025-10-22nvme: add support for DIOCGIDENTAlan Somers
2025-10-22sound: Improve dsp_cdevsw styleChristos Margiolis
2025-10-22snd_dummy: Create device aliasChristos Margiolis
2025-10-21random: add RDSEED as a provably unique entropy sourceDavid E. O'Brien
2025-10-21vmm: Add PRIV_DRIVER checks for passthru ioctlsMark Johnston
2025-10-21vmm: Improve register get/set handling a bitMark Johnston
2025-10-20AMD IOMMU: fix per-device IOMMU bypass when IR is enabledJason A. Harmening
2025-10-20ehci(4): Add ID for Realtek RTL811x USB 2.0 controllerDmitry Luhtionov
2025-10-20snd_hda: Add device ID for ATI RavenDmitry Luhtionov
2025-10-20mrsas: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-10-20mfi: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-10-20ipmi: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-10-20aacraid: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-10-20aac: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-10-20linux: Make the macro LINUX_IOCTL_SET publicZhenlei Huang
2025-10-18Match style in 3613896David E. O'Brien
2025-10-18knotes: kqueue: handle copy for trivial filtersKonstantin Belousov
2025-10-18kqueue: handle copy for netmap filtersKonstantin Belousov
2025-10-17achiem: quiet gcc -Warray-boundsRyan Libby
2025-10-17dc(4): fix argument to if_foreach_llmaddr() for 21143.Chris Johns
2025-10-17pci/n1sdp: Disable HotPlugAndrew Turner
2025-10-17vmm: Fix a deadlock between vm_smp_rendezvous() and vcpu_lock_all()Mark Johnston
2025-10-17netmap: Fix error handling in nm_os_extmem_create()Mark Johnston
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-10-16ixl(4): fix multicast promiscuous mode state tracking and filter managementBhosale, Yogesh
2025-10-14mv88e151x: fix potential attach and autonegotiation issuesRyan Libby
2025-10-13xen: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-10-13xdma: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-10-13nvme: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-10-13iommu_gas: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-10-13dev/fdt: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-10-13nvme: Use unsignedWarner Losh
2025-10-12nvme: use nitems() rather than hard coded valueWarner Losh
2025-10-10vmm: Move the guest vmspace into the generic vm_mem structureMark Johnston
2025-10-10ice(4): Add PCI IDs for E835 devicesKrzysztof Galazka
2025-10-10ix(4): Add support for debug dump for E610 adaptersBhosale, Yogesh
2025-10-09nvme: There's 64 LBAF descriptors, not 16Warner Losh
2025-10-08nvme: Tweak completion timeout loopDag-Erling Smørgrav
2025-10-06power: Add stype parameter in power_suspend/resume eventhandlersAymeric Wibo
2025-10-06ahci: Don't fail attach if the MSI-X BARs cannot be allocatedJohn Baldwin
2025-10-06ahci: Use pci_msix_*_bar instead of reading config registers directlyJohn Baldwin
2025-10-04apei_detach: fix swi_remove parameterEric van Gyzen
2025-10-04if_vmx: fix panic during kldloadEric van Gyzen
2025-10-04pci: add quirk to disable Function-Level Reset (FLR)Bjoern A. Zeeb
2025-10-03iwx: rewrite iwx_rs_update() to be VHT aware, refactor it a bitAdrian Chadd
2025-10-03iwx: don't log VHT rate lookups in iwx_tx_fill_cmd() for data framesAdrian Chadd
2025-10-03iwx: add some lock assertions in the TX start pathAdrian Chadd
2025-10-03iwx: add some missed beacon debuggingAdrian Chadd
2025-10-01Revert "acpi_powerres: Fix turning off power resources on first D-state switch"Aymeric Wibo
2025-10-01watchdog: ifdef wd_ioctl_patpat on COMPAT_FREEBSD14Mateusz Guzik