index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-18
drm/i915: Sanity check mmap length against object size
Chris Wilson
1
-6
/
+9
2019-03-08
drm/i915: Relax mmap VMA check
Tvrtko Ursulin
1
-1
/
+2
2019-02-11
Merge tag 'drm-intel-next-2019-02-07' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-7
/
+27
2019-02-07
drm/i915: Handle vm_mmap error during I915_GEM_MMAP ioctl with WC set
Joonas Lahtinen
1
-2
/
+10
2019-02-07
drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set
Joonas Lahtinen
1
-1
/
+11
2019-02-05
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
1
-4
/
+6
2019-02-04
Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-87
/
+108
2019-02-04
Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+2
2019-01-29
drm/i915: Identify active requests
Chris Wilson
1
-0
/
+15
2019-01-28
drm/i915: Track active timelines
Chris Wilson
1
-2
/
+2
2019-01-28
drm/i915: Track the context's seqno in its own timeline HWSP
Chris Wilson
1
-1
/
+1
2019-01-28
drm/i915: Move list of timelines under its own lock
Chris Wilson
1
-47
/
+56
2019-01-28
drm/i915: Move vma lookup to its own lock
Chris Wilson
1
-14
/
+19
2019-01-28
drm/i915: Pull VM lists under the VM mutex.
Chris Wilson
1
-6
/
+8
2019-01-28
drm/i915: Stop tracking MRU activity on VMA
Chris Wilson
1
-8
/
+2
2019-01-25
drm/i915: Remove GPU reset dependence on struct_mutex
Chris Wilson
1
-11
/
+7
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-0
/
+2
2019-01-24
Merge tag 'drm-intel-next-2019-01-10' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-190
/
+31
2019-01-17
drm/i915: small isolated c99 types to kernel types switch
Jani Nikula
1
-7
/
+7
2019-01-16
drm/i915: Pull all the reset functionality together into i915_reset.c
Chris Wilson
1
-434
/
+12
2019-01-16
drm/i915: Serialise concurrent calls to i915_gem_set_wedged()
Chris Wilson
1
-8
/
+24
2019-01-15
drm/i915/userptr: Avoid struct_mutex recursion for mmu_invalidate_range_start
Chris Wilson
1
-8
/
+22
2019-01-15
drm/i915: Only dump GPU state on set-wedged if interesting
Chris Wilson
1
-1
/
+1
2019-01-14
drm/i915: Combined gt.awake/gt.power wakerefs
Chris Wilson
1
-7
/
+4
2019-01-14
drm/i915: Markup paired operations on display power domains
Chris Wilson
1
-2
/
+2
2019-01-14
drm/i915: Syntatic sugar for using intel_runtime_pm
Chris Wilson
1
-5
/
+5
2019-01-14
drm/i915/gem: Track the rpm wakerefs
Chris Wilson
1
-18
/
+29
2019-01-14
drm/i915: Track GT wakeref
Chris Wilson
1
-4
/
+7
2019-01-14
drm/i915: Markup paired operations on wakerefs
Chris Wilson
1
-10
/
+10
2019-01-10
Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
1
-2
/
+2
2019-01-09
drm/i915: drop all drmP.h includes
Jani Nikula
1
-1
/
+0
2019-01-08
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
1
-6
/
+3
2019-01-05
drm/i915: Remove partial attempt to swizzle on pread/pwrite
Chris Wilson
1
-164
/
+17
2019-01-04
drm/i915: Do not allow unwedging following a failed driver initialisation
Chris Wilson
1
-0
/
+3
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-5
/
+2
2019-01-03
drm/i915: Always try to reset the GPU on takeover
Chris Wilson
1
-9
/
+2
2018-12-31
drm/i915: Drop unused engine->irq_seqno_barrier w/a
Chris Wilson
1
-7
/
+0
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-28
drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
Chris Wilson
1
-2
/
+2
2018-12-12
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
1
-7
/
+7
2018-12-07
drm/i915: Compile fix for 64b dma-fence seqno
Mika Kuoppala
1
-2
/
+2
2018-12-04
drm/i915: Allocate a common scratch page
Chris Wilson
1
-1
/
+49
2018-12-04
drm/i915: Verify GT workaround state after GPU init
Tvrtko Ursulin
1
-0
/
+3
2018-12-04
drm/i915: Record GT workarounds in a list
Tvrtko Ursulin
1
-1
/
+3
2018-12-04
drm/i915: Complete the fences as they are cancelled due to wedging
Chris Wilson
1
-44
/
+10
2018-11-20
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
1
-10
/
+7
2018-11-09
drm/i915: Track rcu_head for our idle worker
Chris Wilson
1
-0
/
+3
2018-11-09
drm/i915: Initialise the obj->rcu head
Chris Wilson
1
-0
/
+9
2018-11-07
mm, drm/i915: mark pinned shmemfs pages as unevictable
Kuo-Hsin Yang
1
-4
/
+29
2018-11-06
drm/i915: Break long iterations for get/put shmemfs pages
Chris Wilson
1
-1
/
+2
[next]