aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* xilinx pci: Codasip Prime board supportRuslan Bukin5 hours1-13/+19
* acpi: in acpi_stype_sysctl() use same logic as in acpi_sleep_state_sysctl()Gleb Smirnoff6 hours1-2/+2
* kexec: Introduce basic arm64 supportJustin Hibbits10 hours2-0/+14
* ice(4): Add support for E835-XXV-4 adapterKrzysztof Galazka11 hours1-0/+3
* dev/ofw: Register the ofw_cpu xrefAndrew Turner13 hours1-0/+1
* dev/ofw: Move ofw_cpu earlierAndrew Turner13 hours1-2/+4
* snd_dummy: Round channel pointer after each writeChristos Margiolis13 hours1-2/+3
* igb(4): Fix out-of-bounds register access on VFsKrzysztof Galazka3 days2-49/+80
* le(4): Update depreciation noticeEd Maste3 days1-1/+1
* random: fenestrasX: Add missing entropy sourcesDavid E. O'Brien4 days1-0/+9
* random: fenestrasX: add RDSEED supportDavid E. O'Brien4 days1-0/+3
* random: garbage collect the RANDOM_PURE_OCTEON entropy sourceDavid E. O'Brien5 days2-5/+1
* nvme: add support for DIOCGIDENTAlan Somers5 days3-0/+30
* sound: Improve dsp_cdevsw styleChristos Margiolis6 days1-9/+9
* snd_dummy: Create device aliasChristos Margiolis6 days1-0/+6
* random: add RDSEED as a provably unique entropy sourceDavid E. O'Brien6 days3-50/+189
* vmm: Add PRIV_DRIVER checks for passthru ioctlsMark Johnston6 days2-0/+8
* vmm: Improve register get/set handling a bitMark Johnston6 days1-8/+8
* AMD IOMMU: fix per-device IOMMU bypass when IR is enabledJason A. Harmening7 days1-2/+5
* ehci(4): Add ID for Realtek RTL811x USB 2.0 controllerDmitry Luhtionov7 days1-0/+7
* snd_hda: Add device ID for ATI RavenDmitry Luhtionov7 days2-0/+2
* mrsas: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang8 days1-9/+1
* mfi: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang8 days1-9/+1
* ipmi: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang8 days1-9/+1
* aacraid: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang8 days1-9/+1
* aac: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang8 days1-9/+1
* linux: Make the macro LINUX_IOCTL_SET publicZhenlei Huang8 days2-13/+1
* Match style in 3613896David E. O'Brien9 days4-5/+5
* knotes: kqueue: handle copy for trivial filtersKonstantin Belousov10 days10-4/+16
* kqueue: handle copy for netmap filtersKonstantin Belousov10 days1-1/+16
* achiem: quiet gcc -Warray-boundsRyan Libby10 days1-1/+1
* dc(4): fix argument to if_foreach_llmaddr() for 21143.Chris Johns10 days1-1/+1
* pci/n1sdp: Disable HotPlugAndrew Turner10 days1-0/+12
* vmm: Fix a deadlock between vm_smp_rendezvous() and vcpu_lock_all()Mark Johnston10 days1-6/+22
* netmap: Fix error handling in nm_os_extmem_create()Mark Johnston10 days1-0/+1
* style(9): white space after ; and around binary operatorsDavid E. O'Brien11 days16-65/+61
* ixl(4): fix multicast promiscuous mode state tracking and filter managementBhosale, Yogesh11 days3-18/+120
* mv88e151x: fix potential attach and autonegotiation issuesRyan Libby13 days1-3/+5
* xen: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-4/+2
* xdma: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-1/+1
* nvme: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-132-4/+4
* iommu_gas: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-1/+1
* dev/fdt: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-3/+3
* nvme: Use unsignedWarner Losh2025-10-131-3/+1
* nvme: use nitems() rather than hard coded valueWarner Losh2025-10-131-1/+1
* vmm: Move the guest vmspace into the generic vm_mem structureMark Johnston2025-10-102-9/+28
* ice(4): Add PCI IDs for E835 devicesKrzysztof Galazka2025-10-103-0/+66
* ix(4): Add support for debug dump for E610 adaptersBhosale, Yogesh2025-10-103-0/+574
* nvme: There's 64 LBAF descriptors, not 16Warner Losh2025-10-101-4/+2
* nvme: Tweak completion timeout loopDag-Erling Smørgrav2025-10-081-3/+3