summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-08-06Prevent buffer overflow in OF_getpropintarray().Mark Kettenis
2022-08-05Fix bounds check in ucc_add_key(); ok anton@Miod Vallat
2022-08-05The netlock for SIOCSIFMEDIA and SIOCGIFMEDIA ioctl is not necessary.Alexander Bluhm
2022-08-03recognise IDT 92HD95/92HD95B now sold as TSI 92HD95BJonathan Gray
2022-08-03drm/i915/adlp: Fix register corruption after DDI clock enablingJonathan Gray
2022-08-02match on Intel 600 Series LPJonathan Gray
2022-08-02regenJonathan Gray
2022-08-02add more Intel Alder Lake / 600 Series LP idsJonathan Gray
2022-08-01Fix bogus indent. NFCMiod Vallat
2022-08-01drm/amd/display: Fix wrong format specifier in amdgpu_dm.cJonathan Gray
2022-08-01drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq()Jonathan Gray
2022-08-01drm/amd/display: invalid parameter check in dmub_hpd_callbackJonathan Gray
2022-08-01drm/amd/display: Don't lock connection_mutex for DMUB HPDJonathan Gray
2022-08-01drm/amd/display: Fix surface optimization regression on CarrizoJonathan Gray
2022-08-01drm/amd/display: Optimize bandwidth on following fast updateJonathan Gray
2022-08-01drm/amd/display: Reset DMCUB before HW initJonathan Gray
2022-08-01drm/amd/display: Ignore First MST Sideband Message Return ErrorJonathan Gray
2022-08-01drm/amdgpu/display: add quirk handling for stutter modeJonathan Gray
2022-08-01drm/amd/display: Fork thread to offload work of hpd_rx_irqJonathan Gray
2022-08-01drm/amd/display: Add option to defer works of hpd_rx_irqJonathan Gray
2022-08-01drm/amd/display: Support for DMUB HPD interrupt handlingJonathan Gray
2022-08-01KNFMark Kettenis
2022-07-31Replace selwakeup() with KNOTE() in audio(4)Visa Hankala
2022-07-30Fix build without intagpKlemens Nanni
2022-07-28Remove bogus mtw_read_cfg.Kevin Lo
2022-07-27now that llist is fixed enable more of i915 __notify_execute_cb()Jonathan Gray
2022-07-27fix llist_for_each_entry*Jonathan Gray
2022-07-27Enumerate and shift PHY mode bits.James Hastings
2022-07-25The GPIO pin on Apple M1 systems is actually connected to the SDZ pin, whichMark Kettenis
2022-07-24regenKlemens Nanni
2022-07-24Update Atheros AR928X pcidev stringKlemens Nanni
2022-07-23Discard relative movement packets outside of [-127, 127] range toStefan Hagen
2022-07-22drm/aperture: Run fbdev removal before internal helpersJonathan Gray
2022-07-22drm/amd/pm: Prevent divide by zeroJonathan Gray
2022-07-22drm/amd/display: Only use depth 36 bpp linebuffers on DCN display engines.Jonathan Gray
2022-07-22drm/i915: Require the vm mutex for i915_vma_bind()Jonathan Gray
2022-07-22drm/i915/uc: correctly track uc_fw init failureJonathan Gray
2022-07-22drm/i915/gt: Serialize TLB invalidates with GT resetsJonathan Gray
2022-07-22drm/i915/gt: Serialize GRDOM access between multiple engine resetsJonathan Gray
2022-07-22drm/i915/dg2: Add Wa_22011100796Jonathan Gray
2022-07-22drm/i915/selftests: fix a couple IS_ERR() vs NULL testsJonathan Gray
2022-07-22drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist()Jonathan Gray
2022-07-22drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector()Jonathan Gray
2022-07-19Fix up tx ring slot calculations so we store the mbuf and dma map withJonathan Matthew
2022-07-16Add support for using the power button to wake up from suspend.Mark Kettenis
2022-07-15fix typos in previousTheo de Raadt
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-07-15Use db_rint() to make it possible to enter ddb(4) by typing ESC D.Mark Kettenis
2022-07-15Missing xhcivar.h bit that should have gone with xhci.c r1.125Theo Buehler
2022-07-15Use a separate varaible to signal a "dead" controller (that has disappearedMark Kettenis