aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* hwt: fix !SMP build.Ruslan Bukin2025-07-032-0/+4
* hwt: fix build.Ruslan Bukin2025-07-031-0/+1
* random: Remove ARGSUSED annotations from random_harvestq.cMark Johnston2025-07-031-6/+0
* random: Define a macro for getting the CPU cycle countMark Johnston2025-07-033-7/+17
* random: Move entropy harvest queue lock macros to random_harvestq.cMark Johnston2025-07-032-4/+5
* random: Replace a comment with a static assertionMark Johnston2025-07-031-1/+2
* vmm: Add a missing entry to the ioctl tableMark Johnston2025-07-031-0/+1
* md: Restore guards in mddestroy()Mark Johnston2025-07-031-9/+16
* Import the Hardware Trace (HWT) framework.Ruslan Bukin2025-07-0326-0/+3782
* md(4): move type-specific data under unionKonstantin Belousov2025-07-021-105/+152
* wg: fix LINT-NOIP buildKristof Provost2025-06-301-0/+2
* mlx5: Decrease FW init timeout from 120 seconds to 5 secondsAndrew Gallatin2025-06-291-2/+2
* psm: fix buildGleb Smirnoff2025-06-271-0/+1
* psm(4): Add kqueue supportVladimir Kondratyev2025-06-261-0/+45
* kern: wg: add support for removing Allowed-IPsKyle Evans2025-06-262-1/+75
* kern: wg: split address/mask construction out of wg_aip_add()Kyle Evans2025-06-261-23/+40
* kern: wg: refactor out some repetitive bits in allowed-ip configKyle Evans2025-06-261-4/+12
* md: Use a larger buffer for the ident stringMark Johnston2025-06-251-1/+1
* IfAPI: Finish etherswitch driver conversionsJustin Hibbits2025-06-255-17/+17
* dev/psci: Use the correct SMCCC TRNG fieldAndrew Turner2025-06-241-1/+1
* dev/psci: Check for functions before callingAndrew Turner2025-06-242-3/+4
* dev/psci: Use an SMCCC return valueAndrew Turner2025-06-241-1/+1
* uchcom: add support for CH9102 and CH343 uartsKevin Lo2025-06-252-154/+199
* gone_in: make it __printflike()Gleb Smirnoff2025-06-243-13/+9
* virtio_blk: Limit use of indirect descriptorsAndrew Turner2025-06-231-1/+5
* vt_fb: account for endiannessAhmad Khalifa2025-06-231-13/+20
* vt_fb: fix KASSERTsAhmad Khalifa2025-06-231-2/+2
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-2177-94/+108
* iwx: correct rx status reportingBjoern A. Zeeb2025-06-191-1/+0
* iwx: correct chain number reportingBjoern A. Zeeb2025-06-191-1/+16
* mtw: fix display of the MAC revisionKevin Lo2025-06-191-1/+6
* ufshci: Remove an unneeded variable definitionMark Johnston2025-06-181-2/+0
* Internal scheduling priorities: Always use symbolic onesOlivier Certner2025-06-187-13/+13
* runq: More selective includes of <sys/runq.h> to reduce pollutionOlivier Certner2025-06-181-1/+0
* pci: Save MSIX ctrl value before pci_mask_msix callKrzysztof Galazka2025-06-171-1/+5
* ufshci: Introduce the ufshci(4) driverJaeyoon Choi2025-06-1513-0/+4982
* bnxt: Fix BASE-T, 40G AOC, 1G-CX, autoneg and unknown media listsKevin Bowling2025-06-141-7/+7
* gve: Relax a static assertionMark Johnston2025-06-141-1/+1
* gve: Add support for 4k RX Buffers when using DQO queue formatsVee Agarwal2025-06-136-17/+76
* qlnx: fix panic at startupKristof Provost2025-06-131-3/+3
* snd_hda: Patch Lenovo T420sChristos Margiolis2025-06-122-0/+17
* snd_hda: fix attaching to some AMD Radeon GPUsStefan Eßer2025-06-121-0/+1
* Add USB quirk for Creative Stage SE miniJan Biedermann2025-06-112-0/+2
* usb: Don't call usb_msc_auto_quirk for UQ_MSC_IGNORE devicesJan Biedermann2025-06-111-1/+2
* sound: Add AFMT_FLOAT to feed_volume_info_tabChristos Margiolis2025-06-111-1/+3
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-1191-110/+94
* scmi: Avoid a use-after-freeAndrew Turner2025-06-091-2/+2
* scmi: Add sysctl transport propertiesCristian Marussi2025-06-042-0/+16
* scmi: Add SDT traces to the core stackCristian Marussi2025-06-041-1/+58
* scmi: Add optional asynchronous handling of repliesCristian Marussi2025-06-042-5/+42