summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-06-17In vmx(4) TSO must pullup headers into first mbuf.Alexander Bluhm
2024-06-17KNFMark Kettenis
2024-06-17KNFMark Kettenis
2024-06-17When loading a device tree using the "mach dtb" command, give firmwareMark Kettenis
2024-06-17drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vmsJonathan Gray
2024-06-17Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"Jonathan Gray
2024-06-17drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platformsJonathan Gray
2024-06-17drm/amdgpu/atomfirmware: add intergrated info v2.3 tableJonathan Gray
2024-06-17drm/fbdev-generic: Do not set physical framebuffer addressJonathan Gray
2024-06-17drm/amdgpu: add error handle to avoid out-of-boundsJonathan Gray
2024-06-17drm/i915/hwmon: Get rid of devmJonathan Gray
2024-06-17define CONFIG_PM_SLEEP to 1 for IS_ENABLED()Jonathan Gray
2024-06-16Disable MSI on Zhaoxin ZX-100/ZX-200/ZX-E StorX to unhang SSDKlemens Nanni
2024-06-16regenKlemens Nanni
2024-06-16Add Zhaoxin vendor and AHCI product found in Unchartevice 6640MA notebookKlemens Nanni
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