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-7.1.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
/
i915
/
gem
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
drm/i915/gem: Fix phys BO pread/pwrite with offset
Joonas Lahtinen
1
-4
/
+15
2026-05-26
drm/i915: Fix potential UAF in TTM object purge
Janusz Krzysztofik
1
-12
/
+16
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2026-04-15
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
9
-48
/
+118
2026-04-09
drm/i915/gem: Drop check for changed VM in EXECBUF
Joonas Lahtinen
1
-1
/
+1
2026-04-07
Merge v7.0-rc7 into drm-next
Simona Vetter
1
-0
/
+2
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
1
-1
/
+1
2026-04-05
i915: don't use a vma that didn't match the context VM
Linus Torvalds
1
-0
/
+2
2026-03-17
Merge tag 'drm-intel-next-2026-03-16' of https://gitlab.freedesktop.org/drm/i...
Dave Airlie
7
-37
/
+94
2026-03-16
Merge tag 'drm-intel-gt-next-2026-03-12' of https://gitlab.freedesktop.org/dr...
Dave Airlie
3
-13
/
+32
2026-03-11
drm/{i915, xe}/frontbuffer: move frontbuffer handling to parent interface
Jani Nikula
2
-0
/
+47
2026-03-11
drm/i915/overlay: convert from struct intel_frontbuffer to i915_frontbuffer
Jani Nikula
1
-0
/
+10
2026-03-11
drm/i915/gem: unify i915 gem object frontbuffer function names
Jani Nikula
5
-14
/
+14
2026-03-11
drm/i915/gem: relocate __i915_gem_object_{flush, invalidate}_frontbuffer()
Jani Nikula
2
-24
/
+24
2026-03-10
drm/i915: Fix potential overflow of shmem scatterlist length
Janusz Krzysztofik
1
-3
/
+9
2026-03-06
drm/i915: Fix potential overflow of shmem scatterlist length
Janusz Krzysztofik
1
-3
/
+9
2026-03-05
drm/i915: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2026-02-27
drm/i915: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
1
-3
/
+3
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
22
-44
/
+41
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-22
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
17
-28
/
+28
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
22
-42
/
+39
2026-02-19
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+3
2026-02-13
mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
Lorenzo Stoakes
2
-2
/
+3
2026-02-06
gpu: Move DRM buddy allocator one level up (part one)
Joel Fernandes
1
-1
/
+1
2026-01-27
drm/i915/selftests: Keep mock file open during unfaultable migrate with fill
Krzysztof Karas
1
-7
/
+20
2026-01-19
Merge tag 'drm-intel-gt-next-2026-01-16' of https://gitlab.freedesktop.org/dr...
Dave Airlie
1
-20
/
+17
2026-01-16
Merge tag 'drm-intel-next-2026-01-15' of https://gitlab.freedesktop.org/drm/i...
Dave Airlie
1
-1
/
+1
2025-12-31
drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbuffer
Krzysztof Niemiec
1
-20
/
+17
2025-12-30
drm/i915: drop i915 param from i915_fence{, _context}_timeout()
Jani Nikula
1
-1
/
+1
2025-12-28
drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbuffer
Krzysztof Niemiec
1
-20
/
+17
2025-12-27
Merge tag 'drm-intel-next-2025-12-19' of https://gitlab.freedesktop.org/drm/i...
Dave Airlie
2
-39
/
+36
2025-12-26
Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
5
-118
/
+50
2025-12-10
drm/i915: Fix BO alloc flags
Loïc Molinari
1
-0
/
+1
2025-12-10
drm/{i915, xe}/stolen: move stolen memory handling to display parent interface
Jani Nikula
2
-39
/
+36
2025-12-08
drm/i915: Use huge tmpfs mountpoint helpers
Loïc Molinari
5
-118
/
+49
2025-11-12
drm/i915: Introduce intel_dumb_fb_max_stride()
Ville Syrjälä
1
-2
/
+2
2025-11-11
Merge drm/drm-next into drm-intel-next
Jani Nikula
16
-9
/
+39
2025-11-07
drm/i915/gem: s/i915_gem_object_get_frontbuffer/i915_gem_object_frontbuffer_l...
Ville Syrjälä
3
-6
/
+6
2025-11-07
drm/i915/frontbuffer: Fix intel_frontbuffer lifetime handling
Ville Syrjälä
4
-40
/
+125
2025-11-07
drm/i915/frontbuffer: Split fb_tracking.lock into two
Ville Syrjälä
1
-1
/
+1
2025-11-07
Merge tag 'drm-misc-next-2025-11-05-1' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
14
-2
/
+22
2025-11-07
Merge tag 'drm-intel-next-2025-11-04' of https://gitlab.freedesktop.org/drm/i...
Dave Airlie
7
-49
/
+108
2025-10-31
Merge tag 'drm-intel-gt-next-2025-10-29' of https://gitlab.freedesktop.org/dr...
Simona Vetter
3
-5
/
+15
2025-10-31
drm/i915: split out separate files for jiffies timeout and wait helpers
Jani Nikula
2
-2
/
+4
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
14
-2
/
+22
2025-10-21
Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...
Simona Vetter
1
-2
/
+2
2025-10-14
drm/i915: include gen 2 in HAS_128_BYTE_Y_TILING()
Jani Nikula
1
-2
/
+3
2025-10-14
Merge drm/drm-next into drm-intel-next
Jani Nikula
3
-8
/
+10
[next]