summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-06-17Only probe device 0 on PCI busses corresponding to a PCIe root port or aMark Kettenis
2022-06-16Add boundary checks to hidms_setup.Ulf Brosziewski
2022-06-15In iwn(4), delay 40MHz RXON config until we have negotiated 11n mode.Stefan Sperling
2022-06-15drm/amdgpu: update VCN codec support for Yellow CarpJonathan Gray
2022-06-15drm/atomic: Force bridge self-refresh-exit on CRTC switchJonathan Gray
2022-06-15drm/amd/pm: use bitmap_{from,to}_arr32 where appropriateJonathan Gray
2022-06-15drm/amd/pm: Fix missing thermal throttler statusJonathan Gray
2022-06-15drm/radeon: fix a possible null pointer dereferenceJonathan Gray
2022-06-15drm/amd/display: Check if modulo is 0 before dividing.Jonathan Gray
2022-06-15add bitmap_to_arr32() for 5.15.47 drmJonathan Gray
2022-06-11Bring back PL011 UART FIFO support to pluart(4). This time with workingAnton Lindqvist
2022-06-10drm/i915/dsi: fix VBT send packet port selection for ICL+Jonathan Gray
2022-06-10drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Jonathan Gray
2022-06-10drm/i915: Fix CFI violation with show_dynamic_id()Jonathan Gray
2022-06-10drm/edid: fix invalid EDID extension block filteringJonathan Gray
2022-06-10drm: fix EDID struct for old ARM OABI formatJonathan Gray
2022-06-10drm/amd/pm: update smartshift powerboost calc for smu13Jonathan Gray
2022-06-10drm/amd/pm: update smartshift powerboost calc for smu12Jonathan Gray
2022-06-10drm/amdgpu/ucode: Remove firmware load type check in amdgpu_ucode_free_boJonathan Gray
2022-06-10drm/amdgpu/psp: move PSP memory alloc from hw_init to sw_initJonathan Gray
2022-06-10drm/amd/pm: fix the compile warningJonathan Gray
2022-06-10drm/plane: Move range check for format_count earlierJonathan Gray
2022-06-10drm/amdgpu/sdma: Fix incorrect calculations of the wptr of the doorbellsJonathan Gray
2022-06-10drm/amd/pm: fix double free in si_parse_power_table()Jonathan Gray
2022-06-10drm/amd/display: Disabling Z10 on DCN31Jonathan Gray
2022-06-10add struct kobj_attributeJonathan Gray
2022-06-09Reorganize the handling of tap inputs.Ulf Brosziewski
2022-06-09Handle "broken-cd" as "non-removable" like we do in dwmmc(4). Needed onMark Kettenis
2022-06-09Add gpiorestart(4), a driver that resets a SoC/board/machine using a GPIOMark Kettenis
2022-06-06Add support for the XHCI function that is part of the Cadence USB3 DRDMark Kettenis
2022-06-06drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()Jonathan Gray
2022-06-06regenJonathan Gray
2022-06-06drm/amdgpu: add beige goby PCI IDJonathan Gray
2022-06-05enable interrupt coalescing.David Gwynne
2022-06-05use the write lemtohXX functions for bits of the stats structure.David Gwynne
2022-06-05add support for getting the frequency of the clocks mventa uses.David Gwynne
2022-06-04Make iwm(4) handle 9k devices which do not support antenna B.Stefan Sperling
2022-06-04match on Gemini Lake HD Audio (0x3198)Jonathan Gray
2022-06-03expose hardware counters as kstats.David Gwynne
2022-06-03fix the definition of the MVNETA_PRXITTH Port RX Intr Threshold registerDavid Gwynne
2022-06-02Implement and enable IPv4, TCP, and UDP checksum offloading for igc.mbuhl
2022-06-01shrink dmesg output by printing the ethernet address on the attach line.David Gwynne
2022-06-01mark the mvneta interrupt handler as mpsafe.David Gwynne
2022-06-01rework the rx ring processing.David Gwynne
2022-06-01mark mvneta_start mpsafe.David Gwynne
2022-06-01dont have to say Ethernet address in dmesg, address is fineDavid Gwynne
2022-06-01trim some white spaceDavid Gwynne
2022-06-01rework tx start and completion.David Gwynne
2022-05-30make a first pass at providing kstats from the hardware counters.David Gwynne
2022-05-30tell the compiler about the tx/rx desc alignment.David Gwynne