index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-29
gpu/buddy: Track per-order free blocks with a scoreboard
Francois Dugast
2
-29
/
+23
2026-05-29
gpu/buddy: Introduce __gpu_buddy_undo_splits() helper
Francois Dugast
1
-26
/
+17
2026-05-29
gpu/buddy: Remove redundant condition in alloc_from_freetree() error path
Francois Dugast
1
-4
/
+2
2026-05-29
gpu/buddy: Fix use-after-free in split_block() call sites
Francois Dugast
1
-4
/
+12
2026-05-29
drm/hyperv: Use "hv_drm_" as symbol name prefix
Michael Kelley
4
-144
/
+144
2026-05-29
drm/virtio: Add PM notifier to restore objects after hibernation
Dongwon Kim
7
-7
/
+85
2026-05-29
drm/virtio: Add support for saving and restoring virtio_gpu_objects
Dongwon Kim
5
-0
/
+137
2026-05-29
drm/virtio: Freeze and restore hooks to support suspend and resume
Dongwon Kim
4
-7
/
+103
2026-05-29
drm/bridge_connector: Convert to atomic_create_state
Maxime Ripard
1
-4
/
+11
2026-05-29
drm/tidss: Convert to atomic_create_state
Maxime Ripard
2
-11
/
+8
2026-05-29
drm/drv: Switch skeleton to drm_mode_config_create_initial_state()
Maxime Ripard
1
-1
/
+3
2026-05-29
drm/mode-config: Create drm_mode_config_create_initial_state()
Maxime Ripard
2
-2
/
+99
2026-05-29
drm/connector: Add new atomic_create_state callback
Maxime Ripard
3
-2
/
+66
2026-05-29
drm/hdmi: Rename __drm_atomic_helper_connector_hdmi_reset()
Maxime Ripard
5
-12
/
+13
2026-05-29
drm/atomic-state-helper: Rename __drm_atomic_helper_connector_state_reset()
Maxime Ripard
1
-6
/
+6
2026-05-29
drm/crtc: Add new atomic_create_state callback
Maxime Ripard
2
-1
/
+58
2026-05-29
drm/atomic-state-helper: Rename __drm_atomic_helper_crtc_state_reset()
Maxime Ripard
2
-6
/
+6
2026-05-29
drm/plane: Add new atomic_create_state callback
Maxime Ripard
2
-1
/
+55
2026-05-29
drm/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset()
Maxime Ripard
2
-7
/
+7
2026-05-29
drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
Maxime Ripard
1
-1
/
+1
2026-05-29
drm/colorop: Create drm_atomic_helper_colorop_create_state()
Maxime Ripard
1
-0
/
+23
2026-05-29
drm/colorop: Rename __drm_colorop_state_reset()
Maxime Ripard
1
-4
/
+4
2026-05-29
drm/mode-config: Document drm_private_obj exclusion from drm_mode_config_reset()
Maxime Ripard
1
-0
/
+4
2026-05-29
drm/atomic: Drop drm_private_obj.state assignment from create_state
Maxime Ripard
1
-2
/
+0
2026-05-29
drm/colorop: Fix typos in the doc
Maxime Ripard
1
-5
/
+5
2026-05-29
drm/atomic: Document atomic commit lifetime
Maxime Ripard
1
-0
/
+72
2026-05-29
drm/sched: Fix clang build warning in kunit tests
Tvrtko Ursulin
1
-10
/
+2
2026-05-29
drm/gm12u320: Replace system_long_wq with system_dfl_long_wq
Marco Crivellari
1
-2
/
+3
2026-05-29
drm: Remove unused header in drm_dumb_buffers.c
Yicong Hui
1
-1
/
+0
2026-05-29
gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts c...
Alexandre Courbot
1
-7
/
+7
2026-05-29
gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
John Hubbard
2
-22
/
+39
2026-05-29
gpu: nova-core: do not import firmware commands into GSP command module
Alexandre Courbot
1
-12
/
+13
2026-05-29
gpu: nova-core: remove unneeded get_gsp_info proxy function
Alexandre Courbot
2
-8
/
+2
2026-05-29
drm: prevent integer overflows in dumb buffer creation helpers
Rajat Gupta
1
-2
/
+12
2026-05-28
drm/managed: use special gfp_t format specifier
Brendan Jackman
1
-2
/
+2
2026-05-29
Merge tag 'amd-drm-fixes-7.1-2026-05-28' of https://gitlab.freedesktop.org/ag...
Dave Airlie
12
-213
/
+150
2026-05-29
Merge tag 'drm-xe-fixes-2026-05-28' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
1
-0
/
+5
2026-05-29
gpu: nova: separate driver type from driver data
Danilo Krummrich
1
-5
/
+7
2026-05-29
gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencer
Danilo Krummrich
2
-7
/
+6
2026-05-29
gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
Danilo Krummrich
1
-5
/
+4
2026-05-29
gpu: nova-core: unregister sysmem flush page from Drop
Danilo Krummrich
3
-24
/
+11
2026-05-29
gpu: nova-core: use lifetime for Bar
Danilo Krummrich
2
-37
/
+28
2026-05-29
Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Danilo Krummrich
5
-24
/
+37
2026-05-29
Merge patch series "rust: device: Higher-Ranked Lifetime Types for device dri...
Danilo Krummrich
5
-20
/
+33
2026-05-29
rust: drm: add FEAT_RENDER flag for render node support
Laura Nao
1
-0
/
+1
2026-05-28
Revert "nouveau/gsp: cleanup IS_ERR_OR_NULL in rm_alloc functions"
Lyude Paul
1
-3
/
+3
2026-05-28
Revert "nouveau/gsp: cleanup IS_ERR_OR_NULL in rpc_rd"
Lyude Paul
1
-1
/
+1
2026-05-28
Revert "nouveau/gsp/rm: cleanup WARN_ON(IS_ERR_OR_NULL)"
Lyude Paul
1
-1
/
+1
2026-05-28
Revert "nouveau/gsp/rm: cleanup IS_ERR_OR_NULL in core implementation"
Lyude Paul
2
-4
/
+4
2026-05-28
Revert "nouveau/gsp/rm: cleanup remaining IS_ERR_OR_NULL usage"
Lyude Paul
2
-4
/
+4
[prev]
[next]