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.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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-17
drm/i915: Fix use-after-free when destroying GEM context
Tyler Hicks
1
-6
/
+7
2020-01-14
drm/i915/gen9: Clear residual context state on context switch
Akeem G Abodunrin
1
-11
/
+8
2019-12-01
drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
Chris Wilson
1
-1
/
+21
2019-11-12
drm/i915/cmdparser: Fix jump whitelist clearing
Ben Hutchings
1
-3
/
+2
2019-11-12
drm/i915/gen8+: Add RC6 CTX corruption WA
Imre Deak
7
-18
/
+158
2019-11-12
drm/i915: Lower RM timeout to avoid DSI hard hangs
Uma Shankar
2
-0
/
+12
2019-11-12
drm/i915/cmdparser: Ignore Length operands during command matching
Jon Bloomfield
1
-1
/
+1
2019-11-12
drm/i915/cmdparser: Add support for backward jumps
Jon Bloomfield
5
-26
/
+177
2019-11-12
drm/i915/cmdparser: Use explicit goto for error paths
Jon Bloomfield
1
-12
/
+13
2019-11-12
drm/i915: Add gen9 BCS cmdparsing
Jon Bloomfield
3
-11
/
+112
2019-11-12
drm/i915: Allow parsing of unsized batches
Jon Bloomfield
1
-4
/
+5
2019-11-12
drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
Jon Bloomfield
3
-18
/
+68
2019-11-12
drm/i915: Add support for mandatory cmdparsing
Jon Bloomfield
3
-7
/
+16
2019-11-12
drm/i915: Remove Master tables from cmdparser
Jon Bloomfield
3
-68
/
+26
2019-11-12
drm/i915: Disable Secure Batches for gen6+
Jon Bloomfield
3
-3
/
+13
2019-11-12
drm/i915: Rename gen7 cmdparser tables
Jon Bloomfield
1
-35
/
+35
2019-11-12
drm/i915: Move engine->needs_cmd_parser to engine->flags
Tvrtko Ursulin
3
-5
/
+12
2019-11-12
drm/i915: Don't use GPU relocations prior to cmdparser stalls
Chris Wilson
1
-1
/
+10
2019-11-12
drm/i915: Silence smatch for cmdparser
Chris Wilson
1
-10
/
+3
2019-11-12
drm/i915/cmdparser: Do not check past the cmd length.
Michal Srb
1
-0
/
+6
2019-11-12
drm/i915/cmdparser: Check reg_table_count before derefencing.
Michal Srb
1
-2
/
+2
2019-11-12
drm/i915: Prevent writing into a read-only object via a GGTT mmap
Chris Wilson
4
-7
/
+24
2019-11-12
drm/i915/gtt: Disable read-only support under GVT
Chris Wilson
1
-2
/
+6
2019-11-12
drm/i915/gtt: Read-only pages for insert_entries on bdw+
Vivi, Rodrigo
3
-17
/
+38
2019-11-12
drm/i915/gtt: Add read only pages to gen8_pte_encode
Jon Bloomfield
1
-10
/
+13
2019-09-06
drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guest
Xiong Zhang
1
-0
/
+3
2019-08-16
drm/i915: Fix wrong escape clock divisor init for GLK
Stanislav Lisovskiy
1
-2
/
+2
2019-07-10
drm/i915/dmc: protect against reading random memory
Lucas De Marchi
1
-0
/
+18
2019-06-19
drm/i915/sdvo: Implement proper HDMI audio support for SDVO
Ville Syrjälä
2
-11
/
+50
2019-06-11
drm/i915/fbc: disable framebuffer compression on GeminiLake
Daniel Drake
1
-0
/
+4
2019-05-16
drm/i915: Downgrade Gen9 Plane WM latency error
Chris Wilson
1
-2
/
+2
2019-05-16
drm/i915: Disable LP3 watermarks on all SNB machines
Ville Syrjälä
1
-1
/
+40
2019-05-02
Revert "drm/i915/fbdev: Actually configure untiled displays"
Dave Airlie
1
-7
/
+5
2019-04-17
drm/i915/gvt: do not let pin count of shadow mm go negative
Yan Zhao
1
-1
/
+1
2019-03-23
drm/i915: Relax mmap VMA check
Tvrtko Ursulin
1
-1
/
+2
2019-02-27
drm/i915/fbdev: Actually configure untiled displays
Chris Wilson
1
-5
/
+7
2019-02-20
drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set
Joonas Lahtinen
1
-1
/
+11
2019-01-26
drm/i915/gvt: Fix mmap range check
Zhenyu Wang
1
-2
/
+19
2018-12-21
drm/i915/execlists: Apply a full mb before execution for Braswell
Chris Wilson
1
-1
/
+6
2018-11-21
drm/i915/execlists: Force write serialisation into context image vs execution
Chris Wilson
1
-1
/
+13
2018-11-21
drm/i915: Mark pin flags as u64
Chris Wilson
1
-14
/
+14
2018-11-21
drm/i915: Don't oops during modeset shutdown after lpe audio deinit
Ville Syrjälä
1
-1
/
+3
2018-11-21
drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values
Clint Taylor
1
-0
/
+17
2018-11-21
drm/i915: Large page offsets for pread/pwrite
Chris Wilson
1
-10
/
+2
2018-11-21
drm/i915: Skip vcpi allocation for MSTB ports that are gone
Lyude Paul
1
-9
/
+15
2018-11-21
drm/i915: Don't unset intel_connector->mst_port
Lyude Paul
1
-11
/
+6
2018-11-21
drm/i915: Restore vblank interrupts earlier
Ville Syrjälä
1
-10
/
+13
2018-11-04
drm/i915/gvt: fix memory leak of a cmd_entry struct on error exit path
Colin Ian King
1
-0
/
+1
2018-10-20
drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.
Clint Taylor
4
-5
/
+33
2018-10-20
drm/i915: Nuke the LVDS lid notifier
Ville Syrjälä
3
-152
/
+2
[next]