Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e8cb909ac3abbcac5184825638903a2b9a225725
e8cb909
drm/i915: Fallback to single page GTT mmappings for relocations
by Chris Wilson
· 8 years ago
d50415c
drm/i915: Refactor execbuffer relocation writing
by Chris Wilson
· 8 years ago
b0dc465
drm/i915: Tidy up flush cpu/gtt write domains
by Chris Wilson
· 8 years ago
9764951
drm/i915: Pin the pages first in shmem prepare read/write
by Chris Wilson
· 8 years ago
3b5724d
drm/i915: Wait for writes through the GTT to land before reading back
by Chris Wilson
· 8 years ago
a314d5c
drm/i915: Before accessing an object via the cpu, flush GTT writes
by Chris Wilson
· 8 years ago
43394c7
drm/i915: Extract i915_gem_obj_prepare_shmem_write()
by Chris Wilson
· 8 years ago
31a3920
drm/i915: Cache kmap between relocations
by Chris Wilson
· 8 years ago
1803458
drm/i915: Fallback to single page pwrite/pread if unable to release fence
by Chris Wilson
· 8 years ago
d243ad8
drm/i915: Mark up the GTT flush following WC writes as ORIGIN_CPU
by Chris Wilson
· 8 years ago
b19482d
drm/i915: Use ORIGIN_CPU for fb invalidation from pwrite
by Chris Wilson
· 8 years ago
4b30cb2
drm/i915: vfree() no longer ignores the low bits of the address
by Chris Wilson
· 8 years ago
3497971
agp/intel: Flush chipset writes after updating a single PTE
by Chris Wilson
· 8 years ago
600f436
drm/i915: Unconditionally flush any chipset buffers before execbuf
by Chris Wilson
· 8 years ago
43aa7e8
drm/i915/gen9: Drop invalid WARN() during data rate calculation
by Matt Roper
· 8 years ago
1b54a88
drm/i915/gen9: Initialize intel_state->active_crtcs during WM sanitization (v2)
by Matt Roper
· 8 years ago
ceae531
drm/i915: Add missing kerneldoc for guc_client_alloc:engines
by Chris Wilson
· 8 years ago
dbaf788
drm/i915: Remember to set vma->pages for the preallocated stolen object
by Chris Wilson
· 8 years ago
24808e9
drm/i915: Mark i915_hpd_poll_init_work as static
by Chris Wilson
· 8 years ago
21aea5c
drm/i915: Mark the static key for movntqda as static
by Chris Wilson
· 8 years ago
318f89c
drm/i915: Initialize legacy semaphores from engine hw id indexed array
by Tvrtko Ursulin
· 8 years ago
5ec2cf7
drm/i915: Add enum for hardware engine identifiers
by Tvrtko Ursulin
· 8 years ago
ca99d87
drm/i915: Silence GCC warning for cmn_a_well
by Chris Wilson
· 8 years ago
1255501
drm/i915: Embrace the race in busy-ioctl
by Chris Wilson
· 8 years ago
1544c42
drm/i915: Initialise mmaped_count for i915_gem_object_info
by Chris Wilson
· 8 years ago
21a2c58
drm/i915: Record the RING_MODE register for post-mortem debugging
by Chris Wilson
· 8 years ago
57bc699
drm/i915: Only record active and pending requests upon a GPU hang
by Chris Wilson
· 8 years ago
03382df
drm/i915: Print the batchbuffer offset next to BBADDR in error state
by Chris Wilson
· 8 years ago
c84455b
drm/i915: Move debug only per-request pid tracking from request to ctx
by Chris Wilson
· 8 years ago
bde13eb
drm/i915: Introduce i915_ggtt_offset()
by Chris Wilson
· 8 years ago
058d88c
drm/i915: Track pinned VMA
by Chris Wilson
· 8 years ago
19880c4
drm/i915: Consolidate i915_vma_unpin_and_release()
by Chris Wilson
· 8 years ago
48bb74e
drm/i915: Use VMA for wa_ctx tracking
by Chris Wilson
· 8 years ago
a5e85c8
drm/i915: Use VMA for render state page tracking
by Chris Wilson
· 8 years ago
51d545d
drm/i915: Use VMA as the primary tracker for semaphore page
by Chris Wilson
· 8 years ago
9b3b784
drm/i915/overlay: Use VMA as the primary tracker for images
by Chris Wilson
· 8 years ago
57f275a
drm/i915: Move common seqno reset to intel_engine_cs.c
by Chris Wilson
· 8 years ago
adc320c
drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
by Chris Wilson
· 8 years ago
56c0f1a
drm/i915: Use VMA for scratch page tracking
by Chris Wilson
· 8 years ago
57e8853
drm/i915: Use VMA for ringbuffer tracking
by Chris Wilson
· 8 years ago
e5cdb22
drm/i915: Move assertion for iomap access to i915_vma_pin_iomap
by Chris Wilson
· 8 years ago
7abc98f
drm/i915: Only change the context object's domain when binding
by Chris Wilson
· 8 years ago
bf3783e
drm/i915: Use VMA as the primary object for context state
by Chris Wilson
· 8 years ago
f23eda8
drm/i915: Use VMA directly for checking tiling parameters
by Chris Wilson
· 8 years ago
a83718b
drm/i915: Convert fence computations to use vma directly
by Chris Wilson
· 8 years ago
8b797af
drm/i915: Track pinned vma inside guc
by Chris Wilson
· 8 years ago
624192c
drm/i915: Add convenience wrappers for vma's object get/put
by Chris Wilson
· 8 years ago
78ef2d9
drm/i915: Add fetch_and_zero() macro
by Chris Wilson
· 8 years ago
81a8aa4
drm/i915: Create a VMA for an object
by Chris Wilson
· 8 years ago
247177d
drm/i915: Always set the vma->pages
by Chris Wilson
· 8 years ago
95b2ab5
drm/i915: Remove redundant WARN_ON from __i915_add_request()
by Chris Wilson
· 8 years ago
2bd160a
drm/i915: Reduce i915_gem_objects to only show object information
by Chris Wilson
· 8 years ago
6da8482
drm/i915: Focus debugfs/i915_gem_pinned to show only display pins
by Chris Wilson
· 8 years ago
61fb00d
drm/i915: Remove inactive/active list from debugfs
by Chris Wilson
· 8 years ago
546b1b6
drm/i915: Store the active context object on all engines upon error
by Chris Wilson
· 8 years ago
c0ce466
drm/i915: Reduce amount of duplicate buffer information captured on error
by Chris Wilson
· 8 years ago
d045446
drm/i915: Record the position of the start of the request
by Chris Wilson
· 8 years ago
7466c29
drm/i915: Show RPS autotuning thresholds along with waitboost
by Chris Wilson
· 8 years ago
cc92638
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 8 years ago
fc93ff6
Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
f8725ad
Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
a02b5a1
Merge tag 'imx-drm-next-2016-08-12' of git://git.pengutronix.de/git/pza/linux into drm-next
by Dave Airlie
· 8 years ago
c13eb93
Merge tag 'mediatek-drm-next-2016-08-12' of git://git.pengutronix.de/git/pza/linux into drm-next
by Dave Airlie
· 8 years ago
db47432
Merge branch 'drm-next-tilcdc-atomic' of https://github.com/jsarha/linux into drm-next
by Dave Airlie
· 8 years ago
694d0d0
Linux 4.8-rc2
by Linus Torvalds
· 8 years ago
0043ee4
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 8 years ago
4ef870e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 8 years ago
02bef8f
drm/i915: Unbind closed vma for i915_gem_object_unbind()
by Chris Wilson
· 8 years ago
35a9611
drm/i915: Initialize return value for empty i915_gem_object_unbind()
by Chris Wilson
· 8 years ago
118253a
Merge tag 'fixes-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 8 years ago
120c547
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
329f415
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
a1e2103
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
2b05980
h8300: Add missing include file to asm/io.h
by Guenter Roeck
· 8 years ago
783011b
unicore32: mm: Add missing parameter to arch_vma_access_permitted
by Guenter Roeck
· 9 years ago
f31494b
Merge tag 'vfio-v4.8-rc2' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 8 years ago
b112324
Merge tag 'nfsd-4.8-1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
9710cb6
Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
01ea443
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
3bc6d8c
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
0aeeb3e
Merge branches 'pm-sleep' and 'pm-cpufreq'
by Rafael J. Wysocki
· 8 years ago
e6e7214
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
62822e2
PM / hibernate: Restore processor state before using per-CPU variables
by Thomas Garnier
· 8 years ago
ad83242
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
dd25793
nfsd: don't return an unhashed lock stateid after taking mutex
by Jeff Layton
· 8 years ago
1f8083c
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
25db691
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
0e1117b
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
9909170
Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 8 years ago
c239ae1
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
86fc048
Merge tag 'sound-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 8 years ago
8766dc6
Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
53fb45d
arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO
by Masahiro Yamada
· 8 years ago
2323439
arm64: defconfig: add options for virtualization and containers
by Riku Voipio
· 8 years ago
dfbca61
arm64: hibernate: handle allocation failures
by Mark Rutland
· 8 years ago
0194e76
arm64: hibernate: avoid potential TLB conflict
by Mark Rutland
· 8 years ago
9adeb8e
arm64: Handle el1 synchronous instruction aborts cleanly
by Laura Abbott
· 8 years ago
3590d50
dma-buf/fence: kerneldoc: remove spurious section header
by Sumit Semwal
· 8 years ago
0951e45
dma-buf/fence: kerneldoc: remove unused struct members
by Sumit Semwal
· 8 years ago
0b1de5d
drm/i915: Use SSE4.1 movntdqa to accelerate reads from WC memory
by Chris Wilson
· 8 years ago
Next »