index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Relax mmap VMA check
Tvrtko Ursulin
2019-03-23
1
-1
/
+2
*
drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set
Joonas Lahtinen
2019-02-20
1
-1
/
+11
*
drm/i915: Large page offsets for pread/pwrite
Chris Wilson
2018-11-21
1
-10
/
+2
*
drm/i915: Always retire residual requests before suspend
Chris Wilson
2018-07-18
1
-0
/
+2
*
drm/i915: Flush chipset caches after GGTT writes
Chris Wilson
2018-07-17
1
-1
/
+1
*
drm/i915: Reject attempted pwrites into a read-only object
Chris Wilson
2018-07-13
1
-0
/
+6
*
drm/i915: Prevent writing into a read-only object via a GGTT mmap
Chris Wilson
2018-07-13
1
-0
/
+4
*
drm/i915: Tidy error handling in i915_gem_init_hw
MichaĆ Winiarski
2018-07-12
1
-3
/
+7
*
drm/i915: Flush the residual parking on emergency shutdown
Chris Wilson
2018-07-10
1
-0
/
+2
*
drm/i915: Tidy i915_gem_suspend()
Chris Wilson
2018-07-10
1
-24
/
+26
*
drm/i915: Provide a timeout to i915_gem_wait_for_idle() on setup
Chris Wilson
2018-07-09
1
-4
/
+4
*
drm/i915: Provide a timeout to i915_gem_wait_for_idle()
Chris Wilson
2018-07-09
1
-19
/
+29
*
drm/i915: Replace nested subclassing with explicit subclasses
Chris Wilson
2018-07-07
1
-1
/
+1
*
drm/i915: Export i915_request_skip()
Chris Wilson
2018-07-06
1
-22
/
+3
*
drm/i915: Flush the WCB following a WC write
Chris Wilson
2018-07-06
1
-0
/
+4
*
drm/i915: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-07-05
1
-0
/
+1
*
drm/i915: Try GGTT mmapping whole object as partial
Chris Wilson
2018-07-02
1
-11
/
+17
*
drm/i915/uc: Fetch GuC/HuC firmwares from guc/huc specific init
Michal Wajdeczko
2018-06-28
1
-3
/
+4
*
drm/i915: Wait for engines to idle before retiring
Chris Wilson
2018-06-27
1
-4
/
+7
*
drm/i915: Only show debug for state changes when banning
Chris Wilson
2018-06-18
1
-5
/
+5
*
drm/i915: Fix fallout of fake reset along resume
Chris Wilson
2018-06-18
1
-9
/
+5
*
drm/i915: Be irqsafe inside reset
Chris Wilson
2018-06-15
1
-2
/
+4
*
drm/i915: Fix context ban and hang accounting for client
Mika Kuoppala
2018-06-15
1
-17
/
+40
*
drm/i915: Make closing request flush mandatory
Chris Wilson
2018-06-14
1
-2
/
+2
*
drm/i915: Refactor unsettting obj->mm.pages
Chris Wilson
2018-06-11
1
-31
/
+37
*
drm/i915: Squash GEM load failure message (again)
Chris Wilson
2018-06-11
1
-3
/
+2
*
drm/i915: Mark the GPU as wedged without error on fault injection
Chris Wilson
2018-06-08
1
-0
/
+2
*
drm/i915: Change i915_gem_fault() to return vm_fault_t
Chris Wilson
2018-06-07
1
-14
/
+7
*
drm/i915: Use GEM suspend when aborting initialisation
Chris Wilson
2018-06-07
1
-2
/
+6
*
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
2018-06-05
1
-16
/
+14
*
drm/i915: Swap magics and use SZ_1M
Chris Wilson
2018-06-05
1
-1
/
+1
*
drm/i915: Correctly handle error path in i915_gem_init_hw
Michal Wajdeczko
2018-06-05
1
-0
/
+6
*
drm/i915: Add new vGPU cap info bit VGT_CAPS_HUGE_GTT
Changbin Du
2018-06-05
1
-6
/
+2
*
drm/i915: Move i915_gem_fini to i915_gem.c
Michal Wajdeczko
2018-06-04
1
-0
/
+22
*
drm/i915: Apply the full CPU domain markup before freezing
Chris Wilson
2018-06-01
1
-12
/
+13
*
drm/i915: Flush all writes before suspend
Chris Wilson
2018-06-01
1
-0
/
+14
*
drm/i915: Assert we idle in the kernel context
Chris Wilson
2018-06-01
1
-13
/
+18
*
drm/i915: Only sanitize GEM from late suspend
Chris Wilson
2018-05-31
1
-9
/
+13
*
drm/i915: After reset on sanitization, reset the engine backends
Chris Wilson
2018-05-31
1
-0
/
+24
*
drm/i915: "Race-to-idle" after switching to the kernel context
Chris Wilson
2018-05-31
1
-2
/
+25
*
drm/i915: Switch to kernel context before idling at runtime
Chris Wilson
2018-05-31
1
-5
/
+31
*
drm/i915: Remove stale asserts from i915_gem_find_active_request()
Chris Wilson
2018-05-30
1
-9
/
+8
*
drm/i915: Look for an active kernel context before switching
Chris Wilson
2018-05-24
1
-0
/
+7
*
drm/i915: Store a pointer to intel_context in i915_request
Chris Wilson
2018-05-18
1
-6
/
+6
*
drm/i915: Move request->ctx aside
Chris Wilson
2018-05-18
1
-5
/
+5
*
drm/i915: Stop parking the signaler around reset
Chris Wilson
2018-05-16
1
-14
/
+0
*
drm/i915: Move engine reset prepare/finish to backends
Chris Wilson
2018-05-16
1
-33
/
+5
*
drm/i915: Only sync tasklets once for recursive reset preparation
Chris Wilson
2018-05-16
1
-1
/
+1
*
drm/i915: Remove tasklet flush before disable
Chris Wilson
2018-05-16
1
-9
/
+0
*
drm/i915: Mark up nested spinlocks
Chris Wilson
2018-05-14
1
-1
/
+1
[next]