summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2026-06-08RDMA/rtrs-srv: Fix integer underflow in process_read and process_writeAurelien DESBRIERES
2026-06-08firmware_loader: Fix recursive lock in device_cache_fw_images()Dmitry Vyukov
2026-06-08spi: dw-pci: remove redundant pci_free_irq_vectors() callsFelix Gu
2026-06-08spi: ep93xx: fix double-free of zeropage on DMA setup failureFelix Gu
2026-06-08i2c: stm32f7: fix timing computation ignoring i2c-analog-filterGuillermo Rodríguez
2026-06-08ASoC: simple-card: remove platform data styleMark Brown
2026-06-08i2c: imx: fix clock and pinctrl state inconsistency in runtime PMCarlos Song
2026-06-08IB/mlx5: Push pdn above pagefault_dmabuf_mr()Jason Gunthorpe
2026-06-08IB/mlx5: Push pdn above pagfault_real_mr()Jason Gunthorpe
2026-06-08IB/mlx5: Push pdn above mlx5r_umr_update_xlt()Jason Gunthorpe
2026-06-08IB/mlx5: Don't mangle the mr->pd inside the rereg callbackJason Gunthorpe
2026-06-08IB/mlx5: Pull the pdn out of the depths of the umr machineryJason Gunthorpe
2026-06-08IB/mlx5: Remove unused mkc bits in mlx5r_umr_update_mr_page_shift()Jason Gunthorpe
2026-06-08RDMA/nldev: Fix locking when accessing mr->pdJason Gunthorpe
2026-06-08IB/mlx5: Properly support implicit ODP rereg_mrJason Gunthorpe
2026-06-08RDMA/mlx5: Create ODP EQ for non-pinned dmabuf MRsJason Gunthorpe
2026-06-08IB/mlx5: Don't take the rereg_mr fallback without a new translationJason Gunthorpe
2026-06-08Merge tag 'at24-updates-for-v7.2-rc1' into i2c/i2c-hostAndi Shyti
2026-06-08drm/panel-edp: Add BOE NV116WH2-M30, BOE NT116WHM-N21, BOE NV116FH1-M31, BOE ...Terry Hsiao
2026-06-08drm/panel-edp: Add AUO B116XAT04.3, CMN N116BCP-EA2, CSW MNB601LS1-8Terry Hsiao
2026-06-08drm/i915/dp_link_training: Document DP link recovery logicImre Deak
2026-06-08drm/i915/dp_link_training: Fix kernel-doc of intel_dp_init_lttpr_and_dprx_caps()Imre Deak
2026-06-08drm/i915/dp_link_training: Disallow autoretrains after failed modesetImre Deak
2026-06-08drm/i915/dp_link_training: Allocate atomic state for autoretrain modesetImre Deak
2026-06-08drm/i915/display: Simplify intel_modeset_commit_pipes_for_atomic_state()Imre Deak
2026-06-08drm/i915/display: Factor out a helper to modeset a pipe with atomic stateImre Deak
2026-06-08drm/i915/dp_link_training: Add no-fallback link recovery stateImre Deak
2026-06-08drm/i915/dp_link_training: Track link recovery state with an enumImre Deak
2026-06-08drm/i915/dp_link_training: Add helper to reset link recovery stateImre Deak
2026-06-08drm/i915/dp_link_training: Add helper to mark link training failureImre Deak
2026-06-08drm/i915/dp_link_training: Add helper to query allowed autoretrainImre Deak
2026-06-08drm/i915/dp_link_training: Add helper to query pending autoretrainImre Deak
2026-06-08drm/i915/dp_link_training: Check for pending autoretrain explicitlyImre Deak
2026-06-08drm/i915/dp_link_training: Clamp sequential link training failure counterImre Deak
2026-06-08drm/i915/dp_link_training: Prevent repeated autoretrain attemptsImre Deak
2026-06-08drm/i915/dp_link_training: Move link recovery/debug state to link_trainingImre Deak
2026-06-08drm/i915/dp_link_training: Add helpers to access force retrain stateImre Deak
2026-06-08drm/i915/dp_link_training: Use link_training as base pointer in debugfsImre Deak
2026-06-08drm/i915/dp_link_training: Move link training helpers to link training codeImre Deak
2026-06-08drm/i915/dp_link_training: Flush commits in debugfs entriesImre Deak
2026-06-08drm/i915/dp_link_training: Factor out link training state reset helperImre Deak
2026-06-08drm/i915/dp_link_training: Introduce link training state structImre Deak
2026-06-08RDMA/srp: bound SRP_RSP sense copy by the received lengthMichael Bommarito
2026-06-08IB/isert: Reject login PDUs shorter than ISER_HEADERS_LENMichael Bommarito
2026-06-08cpufreq: Use policy->min/max init as QoS requestPierre Gondois
2026-06-08cpufreq: Remove driver default policy->min/max initPierre Gondois
2026-06-08cpufreq: Set default policy->min/max values for all driversPierre Gondois
2026-06-08cpufreq: Extract cpufreq_policy_init_qos() functionPierre Gondois
2026-06-08RDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe
2026-06-08i2c: riic: fix refcount leak in riic_i2c_resume_noirq()Wentao Liang