Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
307d2740b1895b5ff91d40735916ab46b63cf4ff
307d274
Merge tag 'kvm-s390-20140730' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next
by Paolo Bonzini
· 11 years ago
db37386
KVM: s390: rework broken SIGP STOP interrupt handling
by David Hildenbrand
· 11 years ago
0f6c0a7
KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table
by Paolo Bonzini
· 11 years ago
296f047
KVM: vmx: remove duplicate vmx_mpx_supported() prototype
by Chris J Arges
· 11 years ago
d514f42
KVM: s390: Fix memory leak on busy SIGP stop
by Christian Borntraeger
· 11 years ago
b55a814
x86/kvm: Resolve shadow warning from min macro
by Mark Rustad
· 11 years ago
25f97ff
kvm: Resolve missing-field-initializers warnings
by Mark Rustad
· 11 years ago
03916db
Replace NR_VMX_MSR with its definition
by Paolo Bonzini
· 11 years ago
0123be4
KVM: x86: Assertions to check no overrun in MSR lists
by Nadav Amit
· 11 years ago
d6e8c85
KVM: x86: set rflags.rf during fault injection
by Nadav Amit
· 11 years ago
b9a1ecb
KVM: x86: Setting rflags.rf during rep-string emulation
by Nadav Amit
· 11 years ago
c756ad0
Merge tag 'kvm-s390-20140721' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next
by Paolo Bonzini
· 11 years ago
6f43ed0
KVM: x86: DR6/7.RTM cannot be written
by Nadav Amit
· 11 years ago
9a2a05b
KVM: nVMX: clean up nested_release_vmcs12 and code around it
by Paolo Bonzini
· 11 years ago
4fa7734
KVM: nVMX: fix lifetime issues for vmcs02
by Paolo Bonzini
· 11 years ago
c9cdd08
KVM: x86: Defining missing x86 vectors
by Nadav Amit
· 11 years ago
4161a56
KVM: x86: emulator injects #DB when RFLAGS.RF is set
by Nadav Amit
· 11 years ago
6c6cb69
KVM: x86: Cleanup of rflags.rf cleaning
by Nadav Amit
· 11 years ago
4467c3f
KVM: x86: Clear rflags.rf on emulated instructions
by Nadav Amit
· 11 years ago
163b135
KVM: x86: popf emulation should not change RF
by Nadav Amit
· 11 years ago
bb663c7
KVM: x86: Clearing rflags.rf upon skipped emulated instruction
by Nadav Amit
· 11 years ago
ec10b72
Merge tag 'kvm-s390-20140715' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next
by Paolo Bonzini
· 11 years ago
e59d120
KVM: s390: add ipte to trace event decoding
by Christian Borntraeger
· 11 years ago
78599d9
KVM: s390: advertise KVM_CAP_S390_IRQCHIP
by Cornelia Huck
· 11 years ago
8a366a4
KVM: s390: document KVM_CAP_S390_IRQCHIP
by Cornelia Huck
· 11 years ago
0907c85
KVM: document target of capability enablement
by Cornelia Huck
· 11 years ago
ea74c0e
KVM: s390: remove the tasklet used by the hrtimer
by David Hildenbrand
· 11 years ago
0e9c85a
KVM: s390: move vcpu wakeup code to a central point
by David Hildenbrand
· 11 years ago
433b9ee
KVM: s390: remove _bh locking from start_stop_lock
by David Hildenbrand
· 11 years ago
4ae3c08
KVM: s390: remove _bh locking from local_int.lock
by David Hildenbrand
· 11 years ago
0759d06
KVM: s390: cleanup handle_wait by reusing kvm_vcpu_block
by David Hildenbrand
· 11 years ago
963fee1
KVM: nVMX: Fix virtual interrupt delivery injection
by Wanpeng Li
· 11 years ago
68efa76
KVM: x86: Emulator support for #UD on CPL>0
by Nadav Amit
· 11 years ago
10e38fc
KVM: x86: Emulator flag for instruction that only support 16-bit addresses in real mode
by Nadav Amit
· 11 years ago
44583cb
KVM: x86: use kvm_read_guest_page for emulator accesses
by Paolo Bonzini
· 11 years ago
719d5a9
KVM: x86: ensure emulator fetches do not span multiple pages
by Paolo Bonzini
· 11 years ago
17052f1
KVM: emulate: put pointers in the fetch_cache
by Paolo Bonzini
· 11 years ago
9506d57
KVM: emulate: avoid per-byte copying in instruction fetches
by Paolo Bonzini
· 11 years ago
5cfc7e0
KVM: emulate: avoid repeated calls to do_insn_fetch_bytes
by Paolo Bonzini
· 11 years ago
285ca9e
KVM: emulate: speed up do_insn_fetch
by Paolo Bonzini
· 11 years ago
41061cd
KVM: emulate: do not initialize memopp
by Bandan Das
· 11 years ago
573e80f
KVM: emulate: rework seg_override
by Bandan Das
· 11 years ago
c44b4c6
KVM: emulate: clean up initializations in init_decode_cache
by Bandan Das
· 11 years ago
02357bd
KVM: emulate: cleanup decode_modrm
by Bandan Das
· 11 years ago
685bbf4
KVM: emulate: Remove ctxt->intercept and ctxt->check_perm checks
by Bandan Das
· 11 years ago
1498507
KVM: emulate: move init_decode_cache to emulate.c
by Bandan Das
· 11 years ago
f5f87df
KVM: emulate: simplify writeback
by Paolo Bonzini
· 11 years ago
54cfdb3
KVM: emulate: speed up emulated moves
by Paolo Bonzini
· 11 years ago
d40a689
KVM: emulate: protect checks on ctxt->d by a common "if (unlikely())"
by Paolo Bonzini
· 11 years ago
e24186e
KVM: emulate: move around some checks
by Paolo Bonzini
· 11 years ago
6addfc4
KVM: x86: avoid useless set of KVM_REQ_EVENT after emulation
by Paolo Bonzini
· 11 years ago
37ccdcb
KVM: x86: return all bits from get_interrupt_shadow
by Paolo Bonzini
· 11 years ago
98eb2f8
KVM: vmx: speed up emulation of invalid guest state
by Paolo Bonzini
· 11 years ago
22d48b2d
KVM: svm: writes to MSR_K7_HWCR generates GPE in guest
by Matthias Lange
· 11 years ago
5f7552d
KVM: x86: Pending interrupt may be delivered after INIT
by Nadav Amit
· 11 years ago
80112c8
KVM: Synthesize G bit for all segments.
by Jim Mattson
· 11 years ago
6352e4d
KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state control
by David Hildenbrand
· 11 years ago
0b4820d
KVM: prepare for KVM_(S|G)ET_MP_STATE on other architectures
by David Hildenbrand
· 11 years ago
7a42fdc
KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stopped
by David Hildenbrand
· 11 years ago
32f5ff63
KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stop
by David Hildenbrand
· 11 years ago
7dfc63c
KVM: s390: allow only one SIGP STOP (AND STORE STATUS) at a time
by David Hildenbrand
· 11 years ago
c2d2c21
KVM: MIPS: Document MIPS specifics of KVM API.
by James Hogan
· 11 years ago
bf5590f
KVM: Reformat KVM_SET_ONE_REG register documentation
by James Hogan
· 11 years ago
572e092
KVM: Document KVM_SET_SIGNAL_MASK as universal
by James Hogan
· 11 years ago
98eff52
KVM: x86: Fix lapic.c debug prints
by Nadav Amit
· 11 years ago
0d3da0d
KVM: x86: fix TSC matching
by Tomasz Grabiec
· 11 years ago
6cbc5f5
KVM: nSVM: Set correct port for IOIO interception evaluation
by Jan Kiszka
· 11 years ago
6493f15
KVM: nSVM: Fix IOIO size reported on emulation
by Jan Kiszka
· 11 years ago
9bf4183
KVM: nSVM: Fix IOIO bitmap evaluation
by Jan Kiszka
· 11 years ago
62baf44
KVM: nSVM: Do not report CLTS via SVM_EXIT_WRITE_CR0 to L1
by Jan Kiszka
· 11 years ago
9f6226a
arch: x86: kvm: x86.c: Cleaning up variable is set more than once
by Rickard Strandqvist
· 11 years ago
ab76228
MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()
by Deng-Cheng Zhu
· 11 years ago
db2fb7f
MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()
by Deng-Cheng Zhu
· 11 years ago
d7d5b05
MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"
by Deng-Cheng Zhu
· 11 years ago
b045c40
MIPS: KVM: Remove unneeded volatile
by Deng-Cheng Zhu
· 11 years ago
d98403a
MIPS: KVM: Simplify functions by removing redundancy
by Deng-Cheng Zhu
· 11 years ago
6ad78a5
MIPS: KVM: Use KVM internal logger
by Deng-Cheng Zhu
· 11 years ago
d116e81
MIPS: KVM: Reformat code and comments
by Deng-Cheng Zhu
· 11 years ago
8594997
Merge tag 'kvms390-20140626' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 11 years ago
dc720f9
Merge commit '33b458d276bb' into kvm-next
by Paolo Bonzini
· 11 years ago
33b458d
KVM: SVM: Fix CPL export via SS.DPL
by Jan Kiszka
· 11 years ago
d09a08e
KVM: s390: add sie.h uapi header file to Kbuild and remove header dependency
by Heiko Carstens
· 11 years ago
27e6fb5
KVM: vmx: vmx instructions handling does not consider cs.l
by Nadav Amit
· 11 years ago
1e32c07
KVM: vmx: handle_cr ignores 32/64-bit mode
by Nadav Amit
· 11 years ago
a449c7a
KVM: x86: Hypercall handling does not considers opsize correctly
by Nadav Amit
· 11 years ago
5777392
KVM: x86: check DR6/7 high-bits are clear only on long-mode
by Nadav Amit
· 11 years ago
5381417
KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM
by Jan Kiszka
· 11 years ago
2996fca
KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLS
by Jan Kiszka
· 11 years ago
560b7ee
KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS
by Jan Kiszka
· 11 years ago
3dcdf3e
KVM: nVMX: Allow to disable CR3 access interception
by Jan Kiszka
· 11 years ago
3dbcd8d
KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS
by Jan Kiszka
· 11 years ago
e4aa528
KVM: x86: Fix constant value of VM_{EXIT_SAVE,ENTRY_LOAD}_DEBUG_CONTROLS
by Jan Kiszka
· 11 years ago
a825f5c
KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAX
by Nadav Amit
· 11 years ago
140bad8
KVM: x86: emulation of dword cmov on long-mode should clear [63:32]
by Nadav Amit
· 11 years ago
9e8919a
KVM: x86: Inter-privilege level ret emulation is not implemeneted
by Nadav Amit
· 11 years ago
ee21229
KVM: x86: Wrong emulation on 'xadd X, X'
by Nadav Amit
· 11 years ago
7dec560
KVM: x86: bit-ops emulation ignores offset on 64-bit
by Nadav Amit
· 11 years ago
bc39c4d
arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE
by Fabian Frederick
· 11 years ago
bdc9072
KVM: emulate: fix harmless typo in MMX decoding
by Paolo Bonzini
· 11 years ago
9688897
KVM: emulate: simplify BitOp handling
by Paolo Bonzini
· 11 years ago
Next »