aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* nvdimm(4): Export NVDIMM health flags via sysctlRavi Pokala2021-02-183-1/+77
* cgem: improve usage of busdma(9) KPIMitchell Horne2021-02-181-8/+4
* ipmi_ssif: Fix inverted for the end of multi-part readsAllan Jude2021-02-181-1/+1
* ig4(4): Increase timeout to about 1 secondAllan Jude2021-02-181-1/+1
* Allocate BAR for ENA MSIx vector tableMichal Krawczyk2021-02-182-1/+24
* cxgbe(4): Break up t4_read_chip_settings.Navdeep Parhar2021-02-186-44/+62
* uart: only use MSI on devices that advertise 1 MSI vectorWarner Losh2021-02-171-3/+3
* Handle negative return values from syncache_expand().John Baldwin2021-02-171-5/+15
* fwohci: Cast bitfield to uint32_t before passing it to roundup2().John Baldwin2021-02-171-1/+1
* cxgbe(4): Save proper zone index on low memory in refill_fl().Alexander Motin2021-02-171-5/+6
* xen/efi: introduce a PV interface for EFI run time services for dom0Roger Pau Monné2021-02-161-0/+255
* efirt: add hooks for diverging EFI implementationsRoger Pau Monné2021-02-161-19/+32
* Fix for locking order reversal in USB audio driver, when using mmap().Hans Petter Selasky2021-02-141-6/+17
* hidraw: Make HIDIOCGRDESCSIZE ioctl return report descriptor sizeVladimir Kondratyev2021-02-131-1/+1
* hkbd: Fix handling of keyboard ErrorRollOver reportsVladimir Kondratyev2021-02-131-1/+6
* ukbd: Fix handling of keyboard ErrorRollOver reportsVladimir Kondratyev2021-02-131-1/+6
* iscsi: Mark iSCSI CAM sims as non-pollable.John Baldwin2021-02-111-9/+1
* mlx4, mthca: Silence warnings about no-op alignment operationsMark Johnston2021-02-114-9/+13
* hid: bump HID_ITEM_MAXUSAGES to 8Warner Losh2021-02-081-1/+1
* acpi: limit the AMDI0020/AMDI0010 workaround to an optionWarner Losh2021-02-081-0/+3
* wsp: Add sysctl tunable for Z-Axis inversionVladimir Kondratyev2021-02-081-1/+6
* nvme: Make nvme_ctrlr_hw_reset staticWarner Losh2021-02-082-2/+1
* nvme: use NVME_GONE rather than hard-coded 0xffffffffWarner Losh2021-02-083-4/+6
* vt: terminal size can grow too big with small fontToomas Soome2021-02-081-6/+12
* mrsas: unbreak i386 buildAlfredo Dal'Ava Junior2021-02-051-3/+1
* ixl(4): Fix VLAN HW filteringKrzysztof Galazka2021-02-0411-313/+487
* [POWERPC64BE] mrsas: add big-endian supportAlfredo Dal'Ava Junior2021-02-044-201/+510
* dwmmc: Multiple busdma fixes.Michal Meloun2021-02-031-15/+32
* Always clamp curve25519 keys prior to use.Peter Grehan2021-02-031-0/+1
* Make DataSN counter of solicited Data-Out local.Alexander Motin2021-02-022-6/+5
* vt: parse_font_info_static should set refcount, not parse_font_infoToomas Soome2021-02-011-2/+8
* iflib: Free resources in a consistent order during detachSai Rajesh Tallamraju2021-02-012-14/+7
* cxgbe(4): Fixes to tx coalescing.Navdeep Parhar2021-02-014-13/+62
* cxgb(4): Remove assumption of physically contiguous mbufs.Alexander Motin2021-01-313-36/+5
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-01-292-6/+6
* Add missing newlines.Alexander Motin2021-01-281-2/+2
* Add support for some more Intel VMD controllers. Some of theDoug Ambrisko2021-01-283-36/+113
* Make software iSCSI more configurable.Alexander Motin2021-01-282-22/+25
* Fix missing value in uar_page field for ratelimit in mlx5en(4).Hans Petter Selasky2021-01-281-0/+1
* safexcel: Disallow unsupported buffer layoutsMark Johnston2021-01-271-0/+3
* qat: Add support for separate AAD and output buffersMark Johnston2021-01-275-100/+281
* e1000: fix build after c1655b0fMarius Strobl2021-01-271-44/+44
* vt: panic while changing vt fontToomas Soome2021-01-261-0/+2
* e1000: consistently use the hw variablesMarius Strobl2021-01-261-82/+75
* ndis(4): remove as previous announcedBrooks Davis2021-01-254-4283/+0
* Add support for enabling and disabling IFCAP_VLAN_HWTSO viaHans Petter Selasky2021-01-251-0/+2
* netmap: simplify parameter passingVincenzo Maffione2021-01-244-44/+45
* Exclude reserved iSCSI Initiator Task Tag.Alexander Motin2021-01-241-0/+5
* Revert "Define PNP info after defining driver modules"Mark Johnston2021-01-239-29/+17
* axgbe: fix some link related issuesVincenzo Maffione2021-01-233-6/+25