index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-17
drm, i915: Fix memory leak in i915_gem_busy_ioctl().
Rakib Mullick
1
-2
/
+4
2011-11-03
drm/i915: enable cacheable objects on Ivybridge
Jesse Barnes
1
-1
/
+1
2011-11-03
drm/i915: add constants to size fence arrays and fields
Daniel Vetter
1
-2
/
+2
2011-11-01
drm/i915: Fix object refcount leak on mmappable size limit error path.
Eric Anholt
1
-1
/
+1
2011-10-20
drm/i915: Remove early exit on i915_gpu_idle
Ben Widawsky
1
-6
/
+0
2011-10-20
drm/i915: drop KM_USER0 argument to k(un)map_atomic
Daniel Vetter
1
-2
/
+2
2011-10-20
drm/i915: Defend against userspace creating a gem object with size==0
Chris Wilson
1
-0
/
+2
2011-10-20
drm/i915: simplify swapin/out swizzle checking a bit
Daniel Vetter
1
-2
/
+2
2011-09-20
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...
Dave Airlie
1
-6
/
+6
2011-09-19
Drivers: i915: Fix all space related issues.
Akshay Joshi
1
-6
/
+6
2011-08-30
drm/i915: use common functions for mmap offset creation
Rob Clark
1
-83
/
+2
2011-07-22
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
1
-36
/
+35
2011-07-21
drm/i915: Skip GPU wait for scanout pin while wedged
Keith Packard
1
-1
/
+1
2011-07-18
drm/i915: Fix unfenced alignment on pre-G33 hardware
Chris Wilson
1
-36
/
+35
2011-06-29
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
1
-22
/
+16
2011-06-29
drm/i915: hangcheck disable parameter
Ben Widawsky
1
-2
/
+5
2011-06-28
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2011-06-28
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
1
-2
/
+2
2011-06-28
drm/i915: Use chipset-specific irq installers
Chris Wilson
1
-2
/
+2
2011-06-27
drm/i915: use shmem_truncate_range
Hugh Dickins
1
-5
/
+2
2011-06-27
drm/i915: use shmem_read_mapping_page
Hugh Dickins
1
-17
/
+14
2011-06-24
drm/i915: i915_gem_object_finish_gtt must always release gtt mmap
Keith Packard
1
-3
/
+3
2011-06-21
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
1
-8
/
+8
2011-06-21
Revert "drm/i915: Kill GTT mappings when moving from GTT domain"
Eric Anholt
1
-6
/
+4
2011-06-14
drm/i915: Don't leak in i915_gem_shmem_pread_slow()
Jesper Juhl
1
-2
/
+4
2011-06-09
drm/i915: Use the LLC mode on gen6 for everything but display.
Eric Anholt
1
-1
/
+17
2011-06-09
drm/i915: Use the uncached domain for the display planes
Eric Anholt
1
-0
/
+13
2011-06-09
drm/i915: Combine pinning with setting to the display plane
Chris Wilson
1
-11
/
+26
2011-06-09
drm/i915: Add an interface to dynamically change the cache level
Chris Wilson
1
-0
/
+60
2011-06-09
drm/i915: Introduce i915_gem_object_finish_gtt()
Chris Wilson
1
-2
/
+25
2011-06-09
drm/i915: Introduce i915_gem_object_finish_gpu()
Chris Wilson
1
-10
/
+19
2011-06-04
drm/915: fix relaxed tiling on gen2: tile height
Daniel Vetter
1
-2
/
+3
2011-06-04
drm/i915: s/addr & ~PAGE_MASK/offset_in_page(addr)/
Chris Wilson
1
-11
/
+10
2011-05-25
vmscan: change shrinker API by passing shrink_control struct
Ying Han
1
-6
/
+3
2011-05-13
drm/i915: Add support for fence registers on Ivybridge.
Eric Anholt
1
-0
/
+2
2011-05-13
drm/i915: Use existing function instead of open-coding fence reg clear.
Eric Anholt
1
-18
/
+3
2011-05-10
drm/i915: Do not clflush snooped objects
Chris Wilson
1
-0
/
+11
2011-05-10
drm/i915: Rename agp_type to cache_level
Chris Wilson
1
-1
/
+1
2011-03-23
drm/i915: Avoid unmapping pages from a NULL address space
Chris Wilson
1
-3
/
+4
2011-03-23
drm/i915: Fix use after free within tracepoint
Chris Wilson
1
-2
/
+2
2011-03-23
drm/i915: Restore missing command flush before interrupt on BLT ring
Chris Wilson
1
-1
/
+6
2011-03-23
drm/i915: Fix computation of pitch for dumb bo creator
Chris Wilson
1
-1
/
+1
2011-03-23
drm/i915: Fix tiling corruption from pipelined fencing
Chris Wilson
1
-27
/
+17
2011-03-23
drm/i915: Prevent racy removal of request from client list
Herton Ronaldo Krzesinski
1
-2
/
+4
2011-03-14
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
1
-157
/
+148
2011-03-07
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-1
/
+1
2011-03-07
drm/i915: Rebind the buffer if its alignment constraints changes with tiling
Chris Wilson
1
-1
/
+1
2011-02-22
drm/i915: Use a device flag for non-interruptible phases
Chris Wilson
1
-36
/
+22
2011-02-22
drm/i915: Protect against drm_gem_object not being the first member
Chris Wilson
1
-9
/
+9
2011-02-11
drm/i915: i915_mutex_interruptible() returns -EINTR
Chris Wilson
1
-0
/
+1
[next]