index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/gvt: refactor intel_gvt_io_emulation_ops to be intel_gvt_ops
Jike Song
2016-11-10
7
-26
/
+44
*
drm/i915/gvt: allow several MPT methods to be NULL
Jike Song
2016-11-10
1
-0
/
+24
*
drm/i915/gvt: introduce host_init/host_exit to MPT
Jike Song
2016-11-10
3
-0
/
+32
*
drm/i915/gvt: remove obsolete code for old kvmgt opregion
Jike Song
2016-11-10
5
-51
/
+11
*
drm/i915/gvt: add intel vgpu types support
Zhenyu Wang
2016-11-10
3
-15
/
+172
*
drm/i915/gvt: use kmap instead of kmap_atomic around guest memory access
Xiaoguang Chen
2016-11-10
1
-8
/
+8
*
drm/i915/gvt: don't rely on guest PPGTT entry to free old shadow data
Bing Niu
2016-11-10
1
-34
/
+17
*
Merge tag 'for-kvmgt' of git://git.kernel.org/pub/scm/virt/kvm/kvm into drm-i...
Daniel Vetter
2016-11-10
16
-110
/
+149
|
\
|
*
kvm/page_track: export symbols for external usage
Jike Song
2016-11-04
1
-0
/
+4
|
*
kvm/page_track: call notifiers with kvm_page_track_notifier_node
Jike Song
2016-11-04
3
-6
/
+11
|
*
KVM: x86: add track_flush_slot page track notifier
Xiaoguang Chen
2016-11-04
4
-1
/
+42
|
*
kvm: x86: Check memopp before dereference (CVE-2016-8630)
Owen Hofmann
2016-11-02
1
-1
/
+1
|
*
kvm: nVMX: VMCLEAR an active shadow VMCS after last use
Jim Mattson
2016-11-02
1
-7
/
+15
|
*
KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK
Paolo Bonzini
2016-11-02
4
-65
/
+6
|
*
KVM: x86: fix wbinvd_dirty_mask use-after-free
Ido Yariv
2016-10-28
1
-1
/
+3
|
*
kvm/x86: Show WRMSR data is in hex
Borislav Petkov
2016-10-27
1
-3
/
+3
|
*
Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2016-10-27
1
-2
/
+2
|
|
\
|
|
*
KVM: s390: Fix STHYI buffer alignment for diag224
Janosch Frank
2016-10-26
1
-2
/
+2
|
*
|
kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID types
Jim Mattson
2016-10-27
1
-2
/
+2
|
*
|
KVM: document lock orders
Paolo Bonzini
2016-10-27
1
-1
/
+11
|
*
|
KVM: fix OOPS on flush_work
Paolo Bonzini
2016-10-26
2
-3
/
+25
|
*
|
KVM: MIPS: Precalculate MMIO load resume PC
James Hogan
2016-10-26
2
-12
/
+19
|
*
|
KVM: MIPS: Make ERET handle ERL before EXL
James Hogan
2016-10-26
1
-4
/
+4
|
*
|
KVM: MIPS: Fix lazy user ASID regenerate for SMP
James Hogan
2016-10-26
2
-5
/
+4
*
|
|
drm/i915: Spin until breadcrumb threads are complete
Chris Wilson
2016-11-09
3
-24
/
+15
*
|
|
drm/i915: Pass atomic state to verify_connector_state
Maarten Lankhorst
2016-11-09
1
-9
/
+15
*
|
|
drm/i915: Update atomic modeset state synchronously, v2.
Maarten Lankhorst
2016-11-09
1
-7
/
+8
*
|
|
drm/edid: Remove drm_select_eld
Maarten Lankhorst
2016-11-09
2
-27
/
+0
*
|
|
drm/i915: Pass atomic state to intel_audio_codec_enable, v2.
Maarten Lankhorst
2016-11-09
5
-15
/
+21
*
|
|
drm/i915: Convert intel_hdmi to use atomic state
Maarten Lankhorst
2016-11-09
1
-27
/
+21
*
|
|
drm/i915: avoid harmless empty-body warning
Arnd Bergmann
2016-11-08
1
-1
/
+1
*
|
|
Merge tag 'gvt-next-2016-11-07' of https://github.com/01org/gvt-linux into dr...
Daniel Vetter
2016-11-08
7
-73
/
+172
|
\
\
\
|
*
|
|
drm/i915/gvt: implement scratch page table tree for shadow PPGTT
Ping Gao
2016-11-07
2
-63
/
+128
|
*
|
|
drm/i915/gvt: emulate vgpu engine reset control behavior
Du, Changbin
2016-11-07
1
-0
/
+26
|
*
|
|
drm/i915/gvt: Fix workload status after wait
Zhenyu Wang
2016-11-07
1
-0
/
+2
|
*
|
|
drm/i915/gvt: update misc ctl regs base on stepping info
Ping Gao
2016-11-07
1
-5
/
+6
|
*
|
|
drm/i915/gvt: correct the emulation in TLB control handler
Ping Gao
2016-11-07
2
-0
/
+4
|
*
|
|
drm/i915/gvt: add write vreg in MMIO DMA_CTRL handler
Ping Gao
2016-11-07
1
-1
/
+4
|
*
|
|
drm/i915/gvt: remove unused variable 'execlist'
Ping Gao
2016-11-07
1
-2
/
+0
|
*
|
|
drm/i915/gvt: Fix shift for cmd data size
Zhenyu Wang
2016-11-07
1
-2
/
+2
*
|
|
|
drm/i915: Use intel_fb_gtt_offset() also for gen2/3 primary plane
Ville Syrjälä
2016-11-08
1
-3
/
+5
*
|
|
|
drm/i915: Fix error handling for cursor/sprite plane create failure
Ville Syrjälä
2016-11-08
1
-2
/
+2
*
|
|
|
drm/i915: Grab the rotation from the passed plane state for VLV sprites
Ville Syrjälä
2016-11-08
1
-1
/
+1
*
|
|
|
drm/i915: Remove chipset flush after cache flush
Chris Wilson
2016-11-08
2
-16
/
+9
*
|
|
|
drm/i915: Remove two sloppy inline functions from .h
Joonas Lahtinen
2016-11-08
3
-18
/
+9
*
|
|
|
drm/i915: Update DRIVER_DATE to 20161108
Daniel Vetter
2016-11-08
1
-2
/
+2
*
|
|
|
drm/i915: Mark CPU cache as dirty when used for rendering
Chris Wilson
2016-11-07
1
-0
/
+8
*
|
|
|
drm/i915: Add assert for no pending GPU requests during suspend/resume in LR ...
Imre Deak
2016-11-07
1
-0
/
+3
*
|
|
|
drm/i915: Make sure engines are idle during GPU idling in LR mode
Imre Deak
2016-11-07
3
-0
/
+33
*
|
|
|
drm/i915: Avoid early GPU idling due to race with new request
Imre Deak
2016-11-07
1
-0
/
+7
[next]