index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-13
drm/xe/pf: Add wait helper for VF FLR
Michał Winiarski
2
-0
/
+25
2025-11-13
drm/xe/pf: Handle VRAM migration data as part of PF control
Michał Winiarski
5
-0
/
+237
2025-11-13
drm/xe/migrate: Add function to copy of VRAM data in chunks
Lukasz Laguna
2
-5
/
+131
2025-11-13
drm/xe/pf: Add helper to retrieve VF's LMEM object
Lukasz Laguna
2
-0
/
+27
2025-11-13
drm/xe/pf: Handle MMIO migration data as part of PF control
Michał Winiarski
3
-0
/
+175
2025-11-13
drm/xe/pf: Handle GGTT migration data as part of PF control
Michał Winiarski
3
-0
/
+130
2025-11-13
drm/xe/pf: Add helpers for VF GGTT migration data handling
Michał Winiarski
5
-0
/
+171
2025-11-13
drm/xe/pf: Handle GuC migration data as part of PF control
Michał Winiarski
4
-18
/
+94
2025-11-13
drm/xe/pf: Switch VF migration GuC save/restore to struct migration data
Michał Winiarski
4
-230
/
+80
2025-11-13
drm/xe/pf: Don't save GuC VF migration data on pause
Michał Winiarski
2
-39
/
+2
2025-11-13
drm/xe/pf: Remove GuC migration data save/restore from GT debugfs
Michał Winiarski
1
-47
/
+0
2025-11-13
drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migration
Michał Winiarski
3
-33
/
+30
2025-11-13
drm/xe: Allow the caller to pass guc_buf_cache size
Michał Winiarski
2
-11
/
+34
2025-11-13
drm/xe: Add sa/guc_buf_cache sync interface
Michał Winiarski
4
-0
/
+36
2025-11-13
drm/xe/pf: Expose VF migration data size over debugfs
Michał Winiarski
5
-0
/
+82
2025-11-13
drm/xe/pf: Add minimalistic migration descriptor
Michał Winiarski
3
-1
/
+99
2025-11-13
drm/xe/pf: Add support for encap/decap of bitstream to/from packet
Michał Winiarski
7
-0
/
+474
2025-11-13
drm/xe/pf: Add helpers for migration data packet allocation / free
Michał Winiarski
7
-3
/
+221
2025-11-13
drm/xe/pf: Add data structures and handlers for migration rings
Michał Winiarski
12
-13
/
+762
2025-11-13
drm/xe/pf: Add save/restore control state stubs and connect to debugfs
Michał Winiarski
6
-0
/
+404
2025-11-13
drm/xe/pf: Convert control state to bitmap
Michał Winiarski
2
-3
/
+5
2025-11-13
drm/xe: Move migration support to device-level struct
Michał Winiarski
8
-13
/
+88
2025-11-13
drm/xe/pf: Remove GuC version check for migration support
Michał Winiarski
1
-3
/
+0
2025-11-13
drm/i915/display: Add default case to mipi_exec_send_packet
Jonathan Cavitt
1
-0
/
+3
2025-11-13
drm/xe: remove stale runtime_pm member
Jani Nikula
1
-3
/
+0
2025-11-13
drm/i915/ltphy: include intel_display_utils.h instead of i915_utils.h
Jani Nikula
1
-1
/
+1
2025-11-13
drm/xe/guc: Eliminate RPa frequency caching
Sk Anirban
2
-31
/
+26
2025-11-13
drm/xe/guc: Eliminate RPe caching for SLPC parameter handling
Sk Anirban
2
-31
/
+32
2025-11-13
vfio/gvt: Convert to get_region_info_caps
Jason Gunthorpe
1
-71
/
+42
2025-11-13
vfio/gvt: Provide a get_region_info op
Jason Gunthorpe
1
-148
/
+147
2025-11-13
drm/i915/cursor: Initialize 845 vs 865 cursor size separately
Ville Syrjälä
1
-2
/
+5
2025-11-13
drm/i915/cursor: Extract intel_cursor_mode_config_init()
Ville Syrjälä
3
-11
/
+21
2025-11-13
drm/i915: Use mode_config->cursor_width for cursor DDB allocation
Ville Syrjälä
1
-1
/
+2
2025-11-13
drm/i915/wm: Use drm_get_format_info() in SKL+ cursor DDB allocation
Ville Syrjälä
1
-3
/
+9
2025-11-12
drm/i915/fb: Init 'ret' in each error branch in intel_framebuffer_init()
Ville Syrjälä
1
-1
/
+6
2025-11-12
drm/i915: Nuke intel_plane_config.tiling
Ville Syrjälä
4
-11
/
+9
2025-11-12
drm/i915: Populate fb->format accurately in BIOS FB readout
Ville Syrjälä
2
-2
/
+4
2025-11-12
drm/i915: Pass drm_format_info into plane->max_stride()
Ville Syrjälä
9
-47
/
+47
2025-11-12
drm/i915: Introduce intel_dumb_fb_max_stride()
Ville Syrjälä
4
-10
/
+19
2025-11-12
drm/nouveau: fully define nvfw_hs_load_header_v2
Timur Tabi
1
-1
/
+3
2025-11-12
drm/nouveau/drm: Bump the driver version to 1.4.1 to report new features
Mohamed Ahmed
1
-1
/
+3
2025-11-12
drm/nouveau/mmu/tu102: Add support for compressed kinds
Ben Skeggs
1
-2
/
+44
2025-11-12
drm/nouveau/mmu/gp100: Remove unused/broken support for compression
Ben Skeggs
2
-37
/
+6
2025-11-12
drm/nouveau/uvmm: Allow larger pages
Mary Guillemard
1
-2
/
+58
2025-11-12
drm/nouveau/uvmm: Prepare for larger pages
Mary Guillemard
2
-17
/
+30
2025-11-12
drm/xe/pf: Allow to lockdown the PF using custom guard
Michal Wajdeczko
7
-0
/
+280
2025-11-12
drm/xe/pcode: Rework error mapping
Lucas De Marchi
2
-20
/
+26
2025-11-12
drm/i915/dp_mst: Disable Panel Replay
Imre Deak
1
-0
/
+4
2025-11-12
drm/xe: fix kernel-doc function name mismatch in xe_pm.c
Kriish Sharma
1
-1
/
+1
2025-11-12
drm/tidss: Move OLDI mode validation to OLDI bridge mode_valid hook
Jayesh Choudhary
3
-0
/
+31
[prev]
[next]