aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-05-28drm/i915: pass dev_priv explicitly to HSW_TVIDEO_DIP_GMP_DATAJani Nikula2-2/+2
2024-05-28drm/i915: pass dev_priv explicitly to HSW_TVIDEO_DIP_SPD_DATAJani Nikula2-2/+2
2024-05-28drm/i915: pass dev_priv explicitly to HSW_TVIDEO_DIP_VS_DATAJani Nikula2-2/+2
2024-05-28drm/i915: pass dev_priv explicitly to HSW_TVIDEO_DIP_AVI_DATAJani Nikula2-2/+2
2024-05-28drm/i915: pass dev_priv explicitly to HSW_TVIDEO_DIP_GCPJani Nikula3-6/+6
2024-05-28drm/i915: pass dev_priv explicitly to HSW_TVIDEO_DIP_CTLJani Nikula5-9/+11
2024-05-28drm/mode_object: Export drm_mode_obj_find_prop_id for testsMaxime Ripard1-0/+1
2024-05-28drm/connector: hdmi: Add output BPC to the connector stateMaxime Ripard4-5/+52
2024-05-28drm/connector: hdmi: Create an HDMI sub-stateMaxime Ripard3-0/+50
2024-05-28drm/tests: connector: Add tests for drmm_connector_hdmi_initMaxime Ripard1-0/+123
2024-05-28drm/connector: Introduce an HDMI connector initialization functionMaxime Ripard1-0/+39
2024-05-28pinctrl: renesas: Use scope based of_node_put() cleanupsPeng Fan5-41/+17
2024-05-28drm/i915: pass dev_priv explicitly to PP_DIVISORJani Nikula3-4/+4
2024-05-28drm/i915: pass dev_priv explicitly to PP_OFF_DELAYSJani Nikula3-4/+4
2024-05-28drm/i915: pass dev_priv explicitly to PP_ON_DELAYSJani Nikula3-8/+8
2024-05-28drm/i915: pass dev_priv explicitly to PP_CONTROLJani Nikula4-14/+15
2024-05-28drm/i915: pass dev_priv explicitly to PP_STATUSJani Nikula4-7/+7
2024-05-28drm/i915: pass dev_priv explicitly to _MMIO_PPSJani Nikula1-8/+8
2024-05-28drm/xe: Properly handle alloc_guc_id() failureNiranjana Vishwanathapura1-0/+1
2024-05-28drm/xe: Only use reserved BCS instances for usm migrate exec queueMatthew Brost1-7/+5
2024-05-28drm/xe: Change pcode timeout to 50msec while polling againHimal Prasad Ghimiray1-1/+1
2024-05-28cpufreq: longhaul: Fix kernel-doc param for longhaul_setstateYang Li1-2/+3
2024-05-28OPP: Fix missing cleanup on error in _opp_attach_genpd()Viresh Kumar1-2/+4
2024-05-28cpufreq: qcom-nvmem: eliminate uses of of_node_put()Javier Carrasco1-18/+7
2024-05-28cpufreq: qcom-nvmem: fix memory leaks in probe error pathsJavier Carrasco1-3/+10
2024-05-28media: intel/ipu6: fix the buffer flags caused by wrong parenthesesBingbu Cao1-3/+3
2024-05-28media: intel/ipu6: Fix an error handling path in isys_probe()Christophe JAILLET1-9/+18
2024-05-28media: intel/ipu6: Move isys_remove() close to isys_probe()Christophe JAILLET1-35/+35
2024-05-28media: intel/ipu6: Fix some redundant resources freeing in ipu6_pci_remove()Christophe JAILLET1-3/+0
2024-05-28hv_balloon: Enable hot-add for memblock sizes > 128 MiBMichael Kelley1-21/+43
2024-05-28hv_balloon: Use kernel macros to simplify open coded sequencesMichael Kelley1-32/+8
2024-05-27Merge tag 'v6.9' into nextDmitry Torokhov14951-461585/+1455739
2024-05-28cpufreq: scmi: Avoid overflow of target_freq in fast switchJagadeesh Kona1-2/+2
2024-05-28cpufreq: sun50i: replace of_node_put() with automatic cleanup handlerJavier Carrasco1-17/+8
2024-05-28cpufreq: sun50i: fix memory leak in dt_has_supported_hw()Javier Carrasco1-2/+2
2024-05-27ice: fix accounting if a VLAN already existsJacob Keller1-5/+6
2024-05-27idpf: don't enable NAPI and interrupts prior to allocating Rx buffersAlexander Lobakin3-5/+9
2024-05-27net: micrel: Fix lan8841_config_intr after getting out of sleep modeHoratiu Vultur1-1/+9
2024-05-27net:fec: Add fec_enet_deinit()Xiaolei Wang1-0/+10
2024-05-27mISDN: remove unused struct 'bf_ctx'Dr. David Alan Gilbert1-5/+0
2024-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-6/+24
2024-05-28auxdisplay: charlcd: Provide a forward declarationAndy Shevchenko1-0/+2
2024-05-27drm/xe: Do not access xe file when updating exec queue run_ticksUmesh Nerlige Ramappa3-5/+9
2024-05-27drm/xe: Use run_ticks instead of runtime for client statsUmesh Nerlige Ramappa6-15/+15
2024-05-27null_blk: Fix return value of nullb_device_power_store()Damien Le Moal1-0/+1
2024-05-27drm/xe: Move job creation out of the struct xe_migrate::job_mutexThomas Hellström1-9/+8
2024-05-27drm/xe: Remove xe_lrc_create_seqno_fence()Thomas Hellström2-12/+0
2024-05-27drm/xe: Don't initialize fences at xe_sched_job_create()Thomas Hellström6-93/+115
2024-05-27drm/xe: Split lrc seqno fence creation upThomas Hellström4-16/+101
2024-05-27drm/xe: Decouple job seqno and lrc seqnoMatthew Brost7-19/+30