summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-11-12scsi: ufs: core: Allocate the SCSI host earlierBart Van Assche-5/+12
2025-11-12scsi: ufs: core: Rework the SCSI host queue depth calculation codeBart Van Assche-22/+22
2025-11-12scsi: ufs: core: Rework ufshcd_eh_device_reset_handler()Bart Van Assche-46/+38
2025-11-12scsi: ufs: core: Rework ufshcd_mcq_compl_pending_transfer()Bart Van Assche-34/+46
2025-11-12scsi: ufs: core: Change the monitor function argument typesBart Van Assche-22/+22
2025-11-12scsi: ufs: core: Only call ufshcd_should_inform_monitor() for SCSI commandsBart Van Assche-3/+4
2025-11-12scsi: ufs: core: Change the type of one ufshcd_send_command() argumentBart Van Assche-7/+6
2025-11-12scsi: ufs: core: Change the type of one ufshcd_add_command_trace() argumentBart Van Assche-6/+6
2025-11-12scsi: ufs: core: Only call ufshcd_add_command_trace() for SCSI commandsBart Van Assche-5/+3
2025-11-12scsi: ufs: core: Change the type of one ufshcd_add_cmd_upiu_trace() argumentBart Van Assche-4/+5
2025-11-12scsi: ufs: core: Move an assignment in ufshcd_mcq_process_cqe()Bart Van Assche-1/+2
2025-11-12scsi: scsi_debug: Abort SCSI commands via an internal commandBart Van Assche-11/+105
2025-11-12scsi: core: Add scsi_{get,put}_internal_cmd() helpersHannes Reinecke-0/+38
2025-11-12scsi: core: Introduce .queue_reserved_command()John Garry-16/+44
2025-11-12scsi: core: Support allocating a pseudo SCSI deviceHannes Reinecke-4/+84
2025-11-12scsi: core: Make the budget map optionalBart Van Assche-2/+15
2025-11-12scsi: core: Move two statementsBart Van Assche-3/+4
2025-11-12scsi: core: Support allocating reserved commandsHannes Reinecke-1/+3
2025-11-12vfio: Provide a get_region_info opJason Gunthorpe-3/+13
2025-11-12acpi/hmat: Fix lockdep warning for hmem_register_resource()Dave Jiang-21/+25
2025-11-12acpi/hmat: Return when generic target is updatedDave Jiang-5/+6
2025-11-12drm/i915/cursor: Initialize 845 vs 865 cursor size separatelyVille Syrjälä-2/+5
2025-11-12drm/i915/cursor: Extract intel_cursor_mode_config_init()Ville Syrjälä-11/+21
2025-11-12drm/i915: Use mode_config->cursor_width for cursor DDB allocationVille Syrjälä-1/+2
2025-11-12drm/i915/wm: Use drm_get_format_info() in SKL+ cursor DDB allocationVille Syrjälä-3/+9
2025-11-12drm/i915/fb: Init 'ret' in each error branch in intel_framebuffer_init()Ville Syrjälä-1/+6
2025-11-12drm/i915: Nuke intel_plane_config.tilingVille Syrjälä-11/+9
2025-11-12drm/i915: Populate fb->format accurately in BIOS FB readoutVille Syrjälä-2/+4
2025-11-12drm/i915: Pass drm_format_info into plane->max_stride()Ville Syrjälä-47/+47
2025-11-12drm/i915: Introduce intel_dumb_fb_max_stride()Ville Syrjälä-10/+19
2025-11-12ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint()Haotian Zhang-0/+1
2025-11-12cxl: Add handling of locked CXL decoderDave Jiang-0/+30
2025-11-12ACPI: DPTF: Support Nova LakeSrinivas Pandruvada-0/+5
2025-11-12thermal: intel: int340x: Add DLVR support for Nova LakeSrinivas Pandruvada-0/+15
2025-11-12thermal: int340x: processor_thermal: Add Nova Lake processor thermal deviceSrinivas Pandruvada-0/+12
2025-11-12hwmon/pmbus: (isl68137) Add support for raa229141Jeff Lin-0/+14
2025-11-12thermal: intel: int340x: Replace sprintf() with sysfs_emit()Kaushlendra Kumar-4/+4
2025-11-12thermal: intel: int340x: Use symbolic constant for UUID comparisonKaushlendra Kumar-1/+3
2025-11-12hwmon: Add TSC1641 I2C power monitor driverIgor Reznichenko-0/+761
2025-11-12cpuidle: teo: Use this_cpu_ptr() where possibleChristian Loehle-3/+3
2025-11-12cpuidle: Add sanity check for exit latency and target residencyRafael J. Wysocki-2/+14
2025-11-12PM: wakeup: Update after recent wakeup source removal ordering changeRafael J. Wysocki-6/+10
2025-11-12cpufreq: intel_pstate: Use mutex guard for driver lockingRafael J. Wysocki-66/+33
2025-11-12hwmon: (gpd-fan) initialize EC on driver load for Win 4Cryolitia PukNgae-27/+25
2025-11-12hwmon: (gpd-fan) Fix compilation error in non-ACPI buildsGopi Krishna Menon-1/+1
2025-11-12Merge tag 'amd-pstate-v6.19-2025-11-10' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki-20/+15
2025-11-12Merge back cpufreq material for 6.19Rafael J. Wysocki-53/+58
2025-11-12can: bxcan: Fix a typo error for assignChu Guangqing-1/+1
2025-11-12can: mcp251xfd: add gpio functionalityGregor Herburger-0/+163
2025-11-12can: mcp251xfd: only configure PIN1 when rx_int is setGregor Herburger-14/+13