summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-01-26Rework initialization of sensors on device connect.Anton Lindqvist
2022-01-26implement might_alloc() using assertwaitok()Jonathan Gray
2022-01-26reduce diff to linux ggtt_probe_common()Jonathan Gray
2022-01-25reduce diff to linux shmem_create_from_object()Jonathan Gray
2022-01-25reduce diff to linux vm_fault_cpu()Jonathan Gray
2022-01-24sync dma-resv with linux-5.15.yJonathan Gray
2022-01-23move uao_reference() call before uvm_map()Jonathan Gray
2022-01-21release mtx before pool_get() in __xa_alloc()/__xa_store() whenJonathan Gray
2022-01-21Fix and re-enable active scans on iwm(4) and iwx(4).Stefan Sperling
2022-01-21sync kfd_ioctl.h with linux 5.15Jonathan Gray
2022-01-21move media-bus-format.h to match comment in drm_connector.cJonathan Gray
2022-01-20regenJonathan Gray
2022-01-20add Tiger Lake H idsJonathan Gray
2022-01-20drm/amd/display: explicitly set is_dsc_supported to false before useJonathan Gray
2022-01-20dt: Add frame skip parameters for octeonVisa Hankala
2022-01-20xa_pool is protected by xa_lock mtx so drop pool ipl to IPL_NONEJonathan Gray
2022-01-20initial support for drm sync files, fences associated with fileJonathan Gray
2022-01-19On SDHC version 3.0 controllers the divisor doesn't have to be a powerPatrick Wildt
2022-01-19Remove temporary verbose logging.Anton Lindqvist
2022-01-19go back to rev 1.5 of irq_work.h with tasks on system_wqJonathan Gray
2022-01-19no longer need to disable -Wtautological-compare andJonathan Gray
2022-01-19move some unused functions under ifdefJonathan Gray
2022-01-19__always_inline needs the inline keyword as well as the attributeJonathan Gray
2022-01-18Improve how quirks are handled on sdhc(4)-compatible drivers. So farPatrick Wildt
2022-01-18Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller.Visa Hankala
2022-01-17change irq work from interrupt context back to process context likeJonathan Gray
2022-01-17unstub dma_fence_chain_find_seqno() for non zero seqnoJonathan Gray
2022-01-16drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()Jonathan Gray
2022-01-16modernise pcn_start with m_defrag and the "new" ifq pattern.David Gwynne
2022-01-15bring back spelling fix from rev 1.138 lost in rev 1.140Jonathan Gray
2022-01-14We don't have 64-bit atomics on powerpc, but we don't really need them.Mark Kettenis
2022-01-14update drm to linux 5.15.14Jonathan Gray
2022-01-12Extend the verbose logging.Anton Lindqvist
2022-01-12Make acpi_getpropint() return uint64_t, as ACPI integers are in fact thatPatrick Wildt
2022-01-11Jasper Lake eMMC needs the same 0V quirk as Apollo Lake and Gemini LakeJonathan Gray
2022-01-11add Synopsys Degisnware UART (dw-apb-uart) supportSASANO Takayoshi
2022-01-11Remove KASSERT(0) and default switch case. No other sc_ncm_formatClaudio Jeker
2022-01-11fix RSB_DMCR_DEVICE_MODE_DATA value to enter RSB mode correctlySASANO Takayoshi
2022-01-11Add temporary verbose logging when remote coverage fails to attach.Anton Lindqvist
2022-01-11In revision 1.43 of kcov.c, the redundant conditional of checking forAnton Lindqvist
2022-01-11match on Intel Jasper LakeJonathan Gray
2022-01-10regenJonathan Gray
2022-01-10add Intel Jasper Lake devicesJonathan Gray
2022-01-10Return ENOMEM on malloc errors to prevent use of uninitialized stackTobias Heider
2022-01-10provide access to the hardware counters (MIB counters in the doc) via kstatDavid Gwynne
2022-01-10handle the status ring entries as 64bit words instead of a struct.David Gwynne
2022-01-09Simplify igc_rxrinfo() to improve consistency and appease Coverity.Patrick Wildt
2022-01-09spellingJonathan Gray
2022-01-08__LDPGSZ hasn't been used here since rev 1.23 (2013).Philip Guenther
2022-01-08Apply mpsafe changes from dwge(4) to dwxe(4):Jonathan Matthew