index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-15
drm/i915/overlay: Use VMA as the primary tracker for images
Chris Wilson
1
-17
/
+22
2016-08-15
drm/i915: Move common seqno reset to intel_engine_cs.c
Chris Wilson
2
-42
/
+42
2016-08-15
drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
Chris Wilson
4
-54
/
+51
2016-08-15
drm/i915: Use VMA for scratch page tracking
Chris Wilson
6
-43
/
+46
2016-08-15
drm/i915: Use VMA for ringbuffer tracking
Chris Wilson
6
-157
/
+139
2016-08-15
drm/i915: Move assertion for iomap access to i915_vma_pin_iomap
Chris Wilson
2
-3
/
+3
2016-08-15
drm/i915: Only change the context object's domain when binding
Chris Wilson
2
-12
/
+11
2016-08-15
drm/i915: Use VMA as the primary object for context state
Chris Wilson
7
-85
/
+86
2016-08-15
drm/i915: Use VMA directly for checking tiling parameters
Chris Wilson
1
-21
/
+30
2016-08-15
drm/i915: Convert fence computations to use vma directly
Chris Wilson
1
-29
/
+26
2016-08-15
drm/i915: Track pinned vma inside guc
Chris Wilson
5
-86
/
+90
2016-08-15
drm/i915: Add convenience wrappers for vma's object get/put
Chris Wilson
2
-2
/
+14
2016-08-15
drm/i915: Add fetch_and_zero() macro
Chris Wilson
1
-0
/
+6
2016-08-15
drm/i915: Create a VMA for an object
Chris Wilson
2
-0
/
+16
2016-08-15
drm/i915: Always set the vma->pages
Chris Wilson
3
-22
/
+19
2016-08-15
drm/i915: Remove redundant WARN_ON from __i915_add_request()
Chris Wilson
1
-8
/
+2
2016-08-15
drm/i915: Reduce i915_gem_objects to only show object information
Chris Wilson
3
-196
/
+168
2016-08-15
drm/i915: Focus debugfs/i915_gem_pinned to show only display pins
Chris Wilson
1
-9
/
+3
2016-08-15
drm/i915: Remove inactive/active list from debugfs
Chris Wilson
1
-49
/
+0
2016-08-15
drm/i915: Store the active context object on all engines upon error
Chris Wilson
1
-24
/
+4
2016-08-15
drm/i915: Reduce amount of duplicate buffer information captured on error
Chris Wilson
2
-128
/
+105
2016-08-15
drm/i915: Record the position of the start of the request
Chris Wilson
3
-6
/
+14
2016-08-15
drm/i915: Show RPS autotuning thresholds along with waitboost
Chris Wilson
2
-5
/
+50
2016-08-15
Linux 4.8-rc2
v4.8-rc2
Linus Torvalds
1
-1
/
+1
2016-08-14
drm/i915: Unbind closed vma for i915_gem_object_unbind()
Chris Wilson
1
-3
/
+13
2016-08-14
drm/i915: Initialize return value for empty i915_gem_object_unbind()
Chris Wilson
1
-3
/
+2
2016-08-13
h8300: Add missing include file to asm/io.h
Guenter Roeck
1
-0
/
+2
2016-08-13
unicore32: mm: Add missing parameter to arch_vma_access_permitted
Guenter Roeck
1
-1
/
+1
2016-08-12
PM / hibernate: Restore processor state before using per-CPU variables
Thomas Garnier
1
-2
/
+2
2016-08-12
nfsd: don't return an unhashed lock stateid after taking mutex
Jeff Layton
1
-5
/
+20
2016-08-12
arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO
Masahiro Yamada
1
-1
/
+0
2016-08-12
arm64: defconfig: add options for virtualization and containers
Riku Voipio
1
-6
/
+46
2016-08-12
arm64: hibernate: handle allocation failures
Mark Rutland
1
-27
/
+32
2016-08-12
arm64: hibernate: avoid potential TLB conflict
Mark Rutland
1
-6
/
+17
2016-08-12
arm64: Handle el1 synchronous instruction aborts cleanly
Laura Abbott
2
-2
/
+19
2016-08-12
dma-buf/fence: kerneldoc: remove spurious section header
Sumit Semwal
1
-1
/
+1
2016-08-12
dma-buf/fence: kerneldoc: remove unused struct members
Sumit Semwal
1
-2
/
+0
2016-08-12
drm/i915: Use SSE4.1 movntdqa to accelerate reads from WC memory
Chris Wilson
4
-0
/
+109
2016-08-12
drm/i915: Support for creating write combined type vmaps
Chris Wilson
5
-18
/
+73
2016-08-12
Revert "gpu: drm: omapdrm: dss-of: add missing of_node_put after calling of_p...
Peter Chen
1
-4
/
+3
2016-08-12
MIPS: KVM: Propagate kseg0/mapped tlb fault errors
James Hogan
2
-12
/
+35
2016-08-12
MIPS: KVM: Fix gfn range check in kseg0 tlb faults
James Hogan
1
-1
/
+1
2016-08-12
MIPS: KVM: Add missing gfn range check
James Hogan
1
-8
/
+15
2016-08-12
MIPS: KVM: Fix mapped fault broken commpage handling
James Hogan
1
-21
/
+28
2016-08-12
KVM: Protect device ops->create and list_add with kvm->lock
Christoffer Dall
5
-17
/
+27
2016-08-12
KVM: PPC: Move xics_debugfs_init out of create
Christoffer Dall
3
-2
/
+17
2016-08-12
drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION
Daniel Vetter
2
-0
/
+8
2016-08-12
drm/radeon|amgpu: Make fbdev emulation optional
Daniel Vetter
2
-9
/
+1
2016-08-12
drm/vmwgfx: select CONFIG_FB
Daniel Vetter
1
-0
/
+1
2016-08-12
drm: Remove superflous linux/fb.h includes
Daniel Vetter
26
-28
/
+0
[next]