aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* arm64: Hyper-V: making INTR MP SafeSouradeep Chakrabarti2022-11-041-1/+1
* mana(4): Make the code cross-platformLi-Wen Hsu2022-11-041-12/+3
* xen/netfront: deal with mbuf data crossing a page boundaryRoger Pau Monné2022-11-031-56/+138
* vtblk: Fix dumpingColin Percival2022-11-031-3/+17
* sys: Nuke double-semicolonsElliott Mitchell2022-11-026-6/+6
* vmw_pvscsi: Expand vcpuHint to 16 bit to aliagn with host side change.Wentao Wang2022-11-021-2/+2
* ipmi: use a queue for kcs driver requests when possibleChuck Silvers2022-11-013-4/+59
* arm64: Hyper-V: fixing hung issue during Hyper-V initializationSouradeep Chakrabarti2022-11-011-1/+41
* isci(4): Fix common typos in source code commentsGordon Bergling2022-11-014-6/+6
* isci(4): Fix a typo in a source code commentGordon Bergling2022-11-011-1/+1
* bxe(4): Fix a typo in a source code commentGordon Bergling2022-11-011-1/+1
* iommu_gas: drop fini cleanup loopDoug Moore2022-10-291-12/+4
* iommu_gas: start space search from 1st free spaceDoug Moore2022-10-292-20/+52
* wg: Trim compat shims for versions older than current stable/13.John Baldwin2022-10-283-1761/+52
* wg: Retire now unused support.h.John Baldwin2022-10-283-23/+0
* wg: Use zfree.John Baldwin2022-10-282-10/+5
* wg: Use atomic(9) instead of concurrency-kit atomics.John Baldwin2022-10-282-63/+65
* Import the WireGuard driver from zx2c4.com.John Baldwin2022-10-2811-0/+7357
* ns8250: Fix sense of LSR_TEMT FCR checkColin Percival2022-10-281-1/+1
* Only include regdev_if.h when it's neededAndrew Turner2022-10-281-0/+2
* Fix the includes in regulator_fixed.cAndrew Turner2022-10-281-1/+2
* Only include phydev_if.h when neededAndrew Turner2022-10-282-2/+2
* Include sys/systm.h in phy_usb.c for KASSERTAndrew Turner2022-10-281-0/+1
* Allow clk_fixed.c to be built without FDTAndrew Turner2022-10-281-0/+4
* Remove unneeded headers from clk_link.cAndrew Turner2022-10-281-2/+0
* Make sure error is defined in dpaa2Andrew Turner2022-10-271-1/+1
* Allow the extres regulator code to build without FDTAndrew Turner2022-10-272-1/+3
* Fix xdma_if.m in an ACPI only kernelAndrew Turner2022-10-271-0/+4
* arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final)Souradeep Chakrabarti2022-10-2711-546/+120
* psci: set psci_present as early as possibleKyle Evans2022-10-271-1/+1
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-10-261-1/+1
* Hyper-V: Code refactor to avoid redundancy of MSR values on x86 and arm64Souradeep Chakrabarti2022-10-268-291/+185
* vnic: work_done here only used for debugWarner Losh2022-10-251-1/+6
* smartpqi(4): Fix two typos in kernel error messagesGordon Bergling2022-10-252-2/+2
* arcmsr(4): Fix a typo in a source code commentGordon Bergling2022-10-251-1/+1
* firewire(4): Fix a typo in an error messageGordon Bergling2022-10-251-1/+1
* ocs_fc(4): Fix a typo in an error messageGordon Bergling2022-10-251-1/+1
* dpaa2: cleanup some include filesBjoern A. Zeeb2022-10-241-1/+0
* acpi_ged: fix build with ACPI_DEBUGGleb Smirnoff2022-10-241-1/+1
* acpi_ged: fix build, as module and non INTRNG case.Takanori Watanabe2022-10-241-1/+1
* acpi_ged: New driver to ACPI generic event deviceTakanori Watanabe2022-10-241-0/+267
* arm64: Hyper-V: fix couple more commit errors caused by duplicated linesWei Hu2022-10-242-288/+0
* acpi: Create cppc_notify sysctl before it is checkedTom Jones2022-10-231-8/+8
* arm64: Hyper-V: fix a commit error caused duplicated lines in vmbus_aarch64.cWei Hu2022-10-211-157/+0
* arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 2)Souradeep Chakrabarti2022-10-214-0/+670
* arm64: Hyper-V: vmbus: use the IRQ resource from vmbus_resSouradeep Chakrabarti2022-10-211-1/+3
* xhci(4): Don't allocate an IRQ vector if hw.usb.xhci.use_polling=1 is set.Hans Petter Selasky2022-10-201-1/+1
* Add random VMware device IDs.Alexander Motin2022-10-208-0/+35
* cxgbe: include headers required to include t4_tom.hGleb Smirnoff2022-10-191-0/+2
* cxgbe: use standard sototcpcb() accessor macro to get socket's tcpcbGleb Smirnoff2022-10-194-8/+8