aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-01-22clk: mediatek: Add mfg_eb as parent to mt8196 mfgpll clocksNicolas Frattaroli3-6/+11
2026-01-22clk: mediatek: Refactor pllfh registration to pass deviceNicolas Frattaroli7-17/+20
2026-01-22clk: mediatek: Pass device to clk_hw_register for PLLsNicolas Frattaroli3-5/+10
2026-01-22clk: mediatek: Refactor pll registration to pass deviceNicolas Frattaroli24-32/+34
2026-01-22clk: Respect CLK_OPS_PARENT_ENABLE during recalcNicolas Frattaroli1-0/+13
2026-01-22clk: mediatek: Drop __initconst from gatesSjoerd Simons2-4/+4
2026-01-22clk: tegra: tegra124-emc: fix device leak on set_rate()Johan Hovold1-1/+1
2026-01-23Merge tag 'mediatek-drm-fixes-20260119' of https://git.kernel.org/pub/scm/lin...Dave Airlie9-242/+157
2026-01-23Merge tag 'drm-intel-next-fixes-2026-01-22' of https://gitlab.freedesktop.org...Dave Airlie1-1/+6
2026-01-22Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-nextDave Jiang19-555/+589
2026-01-22cxl/region: Use do_div() for 64-bit modulo operationAlison Schofield1-1/+2
2026-01-22cxl/region: Translate HPA to DPA and memdev in unaligned regionsAlison Schofield1-0/+46
2026-01-22cxl/region: Translate DPA->HPA in unaligned MOD3 regionsAlison Schofield1-5/+155
2026-01-22cxl/core: Fix cxl_dport debugfs EINJ entriesCheatham, Benjamin1-3/+5
2026-01-22cxl/acpi: Remove cxl_acpi_set_cache_size()Li Ming1-24/+5
2026-01-22cxl/hdm: Fix newline character in dev_err() messagesRobert Richter1-2/+2
2026-01-22cxl/pci: Remove outdated FIXME comment and BUILD_BUG_ONSamasth Norway Ananda1-7/+0
2026-01-23Merge tag 'amd-drm-fixes-6.19-2026-01-22' of https://gitlab.freedesktop.org/a...Dave Airlie9-48/+36
2026-01-22cxl: Update RAS handler interfaces to also support CXL PortsTerry Bowman3-17/+13
2026-01-22cxl/mem: Clarify @host for devm_cxl_add_nvdimm()Dan Williams3-8/+10
2026-01-22PCI/AER: Update struct aer_err_info with kernel-doc formattingTerry Bowman1-6/+25
2026-01-22PCI/AER: Report CXL or PCIe bus type in AER trace loggingTerry Bowman2-8/+20
2026-01-22PCI/AER: Use guard() in cxl_rch_handle_error_iter()Terry Bowman1-4/+2
2026-01-22PCI/AER: Move CXL RCH error handling to aer_cxl_rch.cTerry Bowman4-101/+114
2026-01-22PCI/AER: Update is_internal_error() to be non-static is_aer_internal_error()Terry Bowman2-2/+11
2026-01-22PCI/AER: Export pci_aer_unmask_internal_errors()Terry Bowman1-3/+8
2026-01-22cxl/pci: Move CXL driver's RCH error handling into core/ras_rch.cTerry Bowman4-123/+125
2026-01-22PCI/AER: Replace PCIEAER_CXL symbol with CXL_RASDan Williams2-10/+1
2026-01-23Merge tag 'drm-xe-fixes-2026-01-22' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie19-38/+158
2026-01-22idpf: generalize mailbox APIPavan Kumar Linga4-24/+29
2026-01-22idpf: avoid calling get_rx_ptypes for each vportPavan Kumar Linga5-159/+178
2026-01-22idpf: generalize send virtchnl message APIPavan Kumar Linga6-164/+206
2026-01-22idpf: remove vport pointer from queue setsJoshua Hay6-67/+81
2026-01-22idpf: add rss_data field to RSS function parametersPavan Kumar Linga7-49/+59
2026-01-22idpf: reshuffle idpf_vport struct members to avoid holesPavan Kumar Linga1-17/+15
2026-01-22idpf: move some iterator declarations inside for loopsJoshua Hay3-75/+57
2026-01-22idpf: move queue resources to idpf_q_vec_rsrc structurePavan Kumar Linga11-428/+528
2026-01-22idpf: introduce idpf_q_vec_rsrc struct and move vector resources to itPavan Kumar Linga8-160/+201
2026-01-22idpf: introduce local idpf structure to store virtchnl queue chunksPavan Kumar Linga4-101/+161
2026-01-22cxl/pci: Remove CXL VH handling in CONFIG_PCIEAER_CXL conditional blocks from...Dave Jiang7-194/+232
2026-01-22PCI: Replace cxl_error_is_native() with pcie_aer_is_native()Terry Bowman1-9/+2
2026-01-22cxl/pci: Remove unnecessary CXL RCH handling helper functionsTerry Bowman1-14/+2
2026-01-22cxl/pci: Remove unnecessary CXL Endpoint handling helper functionsTerry Bowman1-18/+8
2026-01-22PCI: Introduce pcie_is_cxl()Terry Bowman1-0/+31
2026-01-22PCI: Update CXL DVSEC definitionsTerry Bowman3-37/+37
2026-01-23Merge tag 'drm-misc-fixes-2026-01-22' of https://gitlab.freedesktop.org/drm/m...Dave Airlie9-74/+192
2026-01-22PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.hTerry Bowman1-53/+0
2026-01-22drivers: iio: mpu3050: use dev_err_probe for regulator requestSvyatoslav Ryhel1-4/+2
2026-01-22iio: accel: adxl380: Optimize reading of FIFO entries in interrupt handlerFrancesco Lavra1-7/+5
2026-01-22iio: accel: adxl380: Avoid reading more entries than present in FIFOFrancesco Lavra1-0/+1