aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix unused variable warning in ocs_cam.cDimitry Andric2022-07-211-5/+0
* iommu_gas: Avoid double unmapping on errorAlan Cox2022-07-211-1/+1
* Fix unused variable warning in if_alc.cDimitry Andric2022-07-201-4/+1
* Adjust nvd_{load,unload}() definitions to avoid clang 15 warningsDimitry Andric2022-07-201-2/+2
* Suppress unused variable warning in if_mwl.cDimitry Andric2022-07-201-1/+1
* Suppress unused variable warning in mfi.cDimitry Andric2022-07-201-2/+2
* Suppress unused variable warning in if_malo.cDimitry Andric2022-07-201-1/+1
* ipmi(4): spelling fix cyle_wait -> cycle_waitEugene Grosbein2022-07-201-2/+2
* random: Ingest extra fast entropy when !seededColin Percival2022-07-201-0/+22
* atkbd(4): Fix "hancha" and "han/yong" korean keys handling.Vladimir Kondratyev2022-07-192-1/+11
* Adjust fbd_list() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* Adjust t4_tracer_mod{load,unload}() definitions to avoid clang 15 warningsDimitry Andric2022-07-191-2/+2
* console: add U+276E and U+276F glyphsEd Maste2022-07-191-578/+582
* Update Terminus console font to 4.49Ed Maste2022-07-191-2008/+2158
* ddb: annotate some commands with DB_CMD_MEMSAFEMitchell Horne2022-07-181-3/+3
* bge: tell debugnet there are 2 rx rings, not 1,024Eric van Gyzen2022-07-181-1/+8
* Fix clang 15 warning in cxgbeDimitry Andric2022-07-171-1/+1
* Remove unused but set variable in cxgb_sgeDimitry Andric2022-07-161-3/+0
* Adjust agp_find_device() definition in agp.c to avoid clang 15 warningDimitry Andric2022-07-161-1/+1
* qat(4): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* qat(4): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* cxgbe(4): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* enetc: Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* iommu: Shrink the iommu map entry structureAlan Cox2022-07-162-25/+10
* uart: Don't check SPCR tables if !late_consoleColin Percival2022-07-141-2/+8
* ixl(4): Fix SR-IOV panicsYan Ka Chiu2022-07-131-0/+8
* vm_object: Modify various drivers to allocate OBJT_SWAP objectsMark Johnston2022-07-123-3/+3
* iommu_gas: consolidate find_space helpersDoug Moore2022-07-101-159/+137
* wtap(4): Rename interface nameEn-Wei Wu2022-07-081-1/+1
* ipmi: fix a use-after-free bug in error handlingPhilip Paeps2022-07-081-1/+2
* e6000sw: add readphy and writephy wrappersAlbert Jakiela2022-07-071-16/+37
* ena: Update driver version to v2.6.1Michal Krawczyk2022-07-061-1/+1
* ena: Fix LLQ descriptor reconfigurationMichal Krawczyk2022-07-061-19/+16
* ena: Align req_id and qid print orderMichal Krawczyk2022-07-061-2/+2
* dwc3: add ACPI attachmentBjoern A. Zeeb2022-07-061-51/+148
* ddb: use _FLAGS command macros where appropriateMitchell Horne2022-07-052-8/+2
* dwc3: fix from not workingBjoern A. Zeeb2022-07-051-1/+2
* pca954x: harmonize pca9547 and pca954x and add pca9540 supportBjoern A. Zeeb2022-07-041-34/+74
* Fix ofw pcib when it rman_init failsAndrew Turner2022-07-042-6/+23
* e6000sw: Fix direct register write logicKornel Dulęba2022-07-041-1/+1
* ipmi: do not omit lun in BMC addressesYuri2022-07-041-2/+5
* ipmi: correctly handle ipmb requestsYuri2022-07-042-116/+82
* dwc3: improve debuggingBjoern A. Zeeb2022-07-031-9/+24
* dwc3: add more quirks and checksBjoern A. Zeeb2022-07-032-4/+53
* dwc3: uncondinationally enable Host IN Auto RetryBjoern A. Zeeb2022-07-032-0/+10
* dwc3: fix snps,dis-del-phy-power-chg-quirkBjoern A. Zeeb2022-07-031-1/+1
* tca6416: add support for tca9539Bjoern A. Zeeb2022-07-031-0/+1
* jme(4): Fix a typo in a source code commentGordon Bergling2022-07-031-1/+1
* ata(4): Fix a typo in a source code commentGordon Bergling2022-07-031-1/+1
* aic7xxx: Fix a few common typo in source code commentsGordon Bergling2022-07-031-1/+1