summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-06-16Make GENERIC boot on ZHAOXIN KaiXian KX-6640MAKlemens Nanni
2024-06-15To my current knowledge, UFSHCI has a single target design. Reflect thisMarcus Glocker
2024-06-15We should block non-wakeup interrupts until we're in the resume path andMark Kettenis
2024-06-15drm/i915/gt: Fix CCS id's calculation for CCS mode settingJonathan Gray
2024-06-15drm/i915/guc: avoid FIELD_PREP warningJonathan Gray
2024-06-15drm/amd/display: Enable colorspace property for MST connectorsJonathan Gray
2024-06-15kthread: add kthread_stop_putJonathan Gray
2024-06-15drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rl...Jonathan Gray
2024-06-15drm/amdgpu: init microcode chip name from ip versionsJonathan Gray
2024-06-15pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Jonathan Gray
2024-06-15i915: make inject_virtual_interrupt() voidJonathan Gray
2024-06-15drm/edid: Parse topology block for all DispID structure v1.xJonathan Gray
2024-06-15drm/mipi-dsi: use correct return type for the DSC functionsJonathan Gray
2024-06-15drm/amd/display: Fix potential index out of bounds in color transformation fu...Jonathan Gray
2024-06-15drm/dp: Don't attempt AUX transfers when eDP panels are not poweredJonathan Gray
2024-06-15drm/bridge: Fix improper bridge init order with pre_enable_prev_firstJonathan Gray
2024-06-15drm/amdkfd: Flush the process wq before creating a kfd_processJonathan Gray
2024-06-15drm/amd/display: Disable seamless boot on 128b/132b encodingJonathan Gray
2024-06-15drm/amd/display: Fix DC mode screen flickering on DCN321Jonathan Gray
2024-06-15drm/amd/display: Add VCO speed parameter for DCN31 FPUJonathan Gray
2024-06-15drm/amd/display: Allocate zero bw after bw alloc enableJonathan Gray
2024-06-15drm/amd/display: Add dtbclk access to dcn315Jonathan Gray
2024-06-15drm/amdgpu: Fix VRAM memory accountingJonathan Gray
2024-06-15drm/amdgpu/mes: fix use-after-free issueJonathan Gray
2024-06-15drm/amdgpu: Fix the ring buffer size for queue VM flushJonathan Gray
2024-06-15drm/amdkfd: Add VRAM accounting for SVM migrationJonathan Gray
2024-06-15drm/amd/pm: Restore config space after resetJonathan Gray
2024-06-15drm/amdgpu: Update BO eviction prioritiesJonathan Gray
2024-06-15drm/amd/display: Set color_mgmt_changed to true on unsuspendJonathan Gray
2024-06-15add a GC 12.0 placeholderJonathan Gray
2024-06-14We have an 'handled' variable for the interrupt handler, so use it also forMarcus Glocker
2024-06-14Disallow setting the voltage of coupled regulators for now. Some RK3588Mark Kettenis
2024-06-14When loading a device tree using the "mach dtb" command, give firmwareMark Kettenis
2024-06-14Improve return value handling of functions.Marcus Glocker
2024-06-14Make arc4random() depend on less subsystems by decoupling extract_entropy()Claudio Jeker
2024-06-14Switch AF_ROUTE sockets to the new locking scheme.Vitaliy Makkoveev
2024-06-14drm/i915/xelpg: Add Wa_14020495402Jonathan Gray
2024-06-14drm/i915: Add Wa_14015150844Jonathan Gray
2024-06-14drm/i915/xelpg: Add workaround 14019877138Jonathan Gray
2024-06-14drm/i915: Add Wa_14019877138Jonathan Gray
2024-06-14drm/i915/mtl: Add Wa_14019821291Jonathan Gray
2024-06-14unstub probe_gmdid_display()Jonathan Gray
2024-06-14unstub ip_ver_read()Jonathan Gray
2024-06-13Implement acpi_target_system_state().Mark Kettenis
2024-06-13Avoid ccp error message if SEV-ES is missing.Alexander Bluhm
2024-06-13sync uncore mmio sizes with intel_uncore_setup_mmio()Jonathan Gray
2024-06-13Enable uvm percpu caches on sparc64.Claudio Jeker
2024-06-13Wrong variable used in indexing meant that when a CPU's cache setupPhilip Guenther
2024-06-12Add support for the AMD Platform Security Processor (PSP) to ccp(4).Alexander Bluhm
2024-06-12Add RK3588 support.Mark Kettenis