Show patches with: Submitter = Nadav Amit       |    State = Action Required       |   314 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
KVM: x86: Fix page-tables reserved bits - - - --- 2014-04-04 Nadav Amit New
KVM: x86: Fix CR3 and LDT sel should not be saved in TSS - - - --- 2014-04-07 Nadav Amit New
[1/5] KVM: x86: Fix wrong/stuck PMU when guest does not use PMI - - - --- 2014-04-18 Nadav Amit New
[2/5] KVM: x86: Fix CR3 reserved bits - - - --- 2014-04-18 Nadav Amit New
[3/5] KVM: x86: IN instruction emulation should ignore REP-prefix - - - --- 2014-04-18 Nadav Amit New
[4/5] KVM: x86: RSI/RDI/RCX are zero-extended when affected by string ops - - - --- 2014-04-18 Nadav Amit New
[5/5] KVM: x86: Processor mode may be determined incorrectly - - - --- 2014-04-18 Nadav Amit New
[1/5] KVM: x86: Emulator does not calculate address correctly - - - --- 2014-05-07 Nadav Amit New
[2/5] KVM: vmx: handle_dr does not handle RSP correctly - - - --- 2014-05-07 Nadav Amit New
[3/5] KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages support - - - --- 2014-05-07 Nadav Amit New
[4/5] KVM: x86: Wrong register masking in 64-bit mode - - - --- 2014-05-07 Nadav Amit New
[5/5] KVM: x86: Fix wrong masking on relative jump/call - - - --- 2014-05-07 Nadav Amit New
KVM: vmx: DR7 masking on task switch emulation is wrong - - - --- 2014-05-19 Nadav Amit New
KVM: x86: MOV CR/DR emulation should ignore mod - - - --- 2014-05-25 Nadav Amit New
[kvm-unit-tests] x86: test mov DR with ignored mod bits - - - --- 2014-05-26 Nadav Amit New
[1/9] KVM: x86: Mark VEX-prefix instructions emulation as unimplemented - - - --- 2014-06-02 Nadav Amit New
[2/9] KVM: x86: Emulator ignores LDTR/TR extended base on LLDT/LTR - - - --- 2014-06-02 Nadav Amit New
[3/9] KVM: x86: Loading segments on 64-bit mode may be wrong - - - --- 2014-06-02 Nadav Amit New
[4/9] KVM: x86: sgdt and sidt are not privilaged - - - --- 2014-06-02 Nadav Amit New
[5/9] KVM: x86: cmpxchg emulation should compare in reverse order - - - --- 2014-06-02 Nadav Amit New
[6/9] KVM: x86: movnti minimum op size of 32-bit is not kept - - - --- 2014-06-02 Nadav Amit New
[7/9] KVM: x86: rdpmc emulation checks the counter incorrectly - - - --- 2014-06-02 Nadav Amit New
[8/9] KVM: x86: Return error on cmpxchg16b emulation - - - --- 2014-06-02 Nadav Amit New
[9/9] KVM: x86: smsw emulation is incorrect in 64-bit mode - - - --- 2014-06-02 Nadav Amit New
[kvm-unit-tests1/2] x86: emulator: additional smsw test-case - - - --- 2014-06-05 Nadav Amit New
[kvm-unit-tests,2/2] x86: realmode: test smsw behavior with register operand - - - --- 2014-06-05 Nadav Amit New
x86: realmode: report failures - - - --- 2014-06-06 Nadav Amit New
[kvm-unit-tests,v2] x86: emulator: long mode smsw tests - - - --- 2014-06-08 Nadav Amit New
[1/6] KVM: x86: bit-ops emulation ignores offset on 64-bit - - - --- 2014-06-15 Nadav Amit New
[2/6] KVM: x86: Wrong emulation on 'xadd X, X' - - - --- 2014-06-15 Nadav Amit New
[3/6] KVM: x86: Inter privilage level ret emulation is not implemeneted - - - --- 2014-06-15 Nadav Amit New
[4/6] KVM: x86: emulation of dword cmov on long-mode should clear [63:32] - - - --- 2014-06-15 Nadav Amit New
[5/6] KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAX - - - --- 2014-06-15 Nadav Amit New
[6/6] KVM: x86: check DR6/7 high-bits are clear only on long-mode - - - --- 2014-06-15 Nadav Amit New
[v2,1/9] KVM: x86: bit-ops emulation ignores offset on 64-bit - - - --- 2014-06-18 Nadav Amit New
[v2,2/9] KVM: x86: Wrong emulation on 'xadd X, X' - - - --- 2014-06-18 Nadav Amit New
[v2,3/9] KVM: x86: Inter privilage level ret emulation is not implemeneted - - - --- 2014-06-18 Nadav Amit New
[v2,4/9] KVM: x86: emulation of dword cmov on long-mode should clear [63:32] - - - --- 2014-06-18 Nadav Amit New
[v2,5/9] KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAX - - - --- 2014-06-18 Nadav Amit New
[v2,6/9] KVM: x86: check DR6/7 high-bits are clear only on long-mode - - - --- 2014-06-18 Nadav Amit New
[v2,7/9] KVM: x86: Hypercall handling does not considers opsize correctly - - - --- 2014-06-18 Nadav Amit New
[v2,8/9] KVM: vmx: handle_cr ignores 32/64-bit mode - - - --- 2014-06-18 Nadav Amit New
[v2,9/9] KVM: vmx: vmx instructions handling does not consider cs.l - - - --- 2014-06-18 Nadav Amit New
[1/3] KVM: x86: Emulator flag for instruction with no big real mode - - - --- 2014-06-18 Nadav Amit New
[2/3] KVM: x86: Emulator support for #UD on CPL>0 - - - --- 2014-06-18 Nadav Amit New
[3/3] KVM: x86: correct mwait and monitor emulation - - - --- 2014-06-18 Nadav Amit New
[kvm-unit-tests,1/5] x86: Testing nop instruction on 64-bit - - - --- 2014-06-18 Nadav Amit New
[kvm-unit-tests,2/5] x86: test xadd with two identical operands - - - --- 2014-06-18 Nadav Amit New
[kvm-unit-tests,3/5] x86: Test btcq with operand larger than 64 - - - --- 2014-06-18 Nadav Amit New
[kvm-unit-tests,4/5] x86: check cmov instruction on 64-bit - - - --- 2014-06-18 Nadav Amit New
[kvm-unit-tests,5/5] x86: Test monitor and mwait on real-mode - - - --- 2014-06-18 Nadav Amit New
KVM: x86: Increase the number of fixed MTRR regs to 10 - - - --- 2014-06-18 Nadav Amit New
KVM: x86: Fix lapic.c debug prints - - - --- 2014-06-29 Nadav Amit New
KVM: x86: Pending interrupt may be delivered after INIT - - - --- 2014-06-30 Nadav Amit New
[v2] KVM: x86: Pending interrupt may be delivered after INIT - - - --- 2014-06-30 Nadav Amit New
KVM: x86: DR6/7.RTM cannot be written - - - --- 2014-07-15 Nadav Amit New
[kvm-unit-tests] x86: Check DR6.RTM is writable - - - --- 2014-07-15 Nadav Amit New
KVM: x86: emulator injects #DB when RFLAGS.RF is set - - - --- 2014-07-16 Nadav Amit New
KVM: x86: Avoid emulating instructions on #UD mistakenly - - - --- 2014-08-13 Nadav Amit New
KVM: x86: Revert "check CS.DPL against RPL during task switch" - - - --- 2014-08-17 Nadav Amit New
[kvm-unit-tests] x86: Test task-switch with cs.rpl != cs.dpl - - - --- 2014-08-17 Nadav Amit New
KVM: x86: Clear apic tsc-deadline after deadline - - - --- 2014-08-18 Nadav Amit New
[kvm-unit-tests,1/2] x86: Use host CPU parameter for apic test - - - --- 2014-08-18 Nadav Amit New
[kvm-unit-tests,2/2] x86: Check deadline counter is cleared after interrupt - - - --- 2014-08-18 Nadav Amit New
KVM: x86: recalculate_apic_map after enabling apic - - - --- 2014-08-18 Nadav Amit New
[kvm-unit-tests,v2] x86: Test task-switch with cs.rpl != cs.dpl - - - --- 2014-08-19 Nadav Amit New
[1/2] KVM: x86: Clarify PMU related features bit manipulation - - - --- 2014-08-20 Nadav Amit New
[2/2] KVM: x86: pmu: Enabling PMU v3 - - - --- 2014-08-20 Nadav Amit New
KVM: x86: Keep masked bits unmodified on kvm_set_shared_msr - - - --- 2014-08-20 Nadav Amit New
KVM: x86: Replace X86_FEATURE_NX offset with the definition - - - --- 2014-08-20 Nadav Amit New
[1/2] KVM: x86: update cpuid according to IA32_MISC_ENABLE - - - --- 2014-08-20 Nadav Amit New
[2/2] KVM: vmx: Reflect misc_enables in real CPU - - - --- 2014-08-20 Nadav Amit New
x86: Test debug exceptions with disabled fast-string - - - --- 2014-08-20 Nadav Amit New
KVM: vmx: VMXOFF emulation in vm86 should cause #UD - - - --- 2014-08-29 Nadav Amit New
[1/3] x86: Adding structs to reflect cpuid fields - - - --- 2014-09-16 Nadav Amit New
[2/3] x86: Use new cpuid structs in cpuid functions - - - --- 2014-09-16 Nadav Amit New
[3/3] KVM: x86: Using cpuid structs in KVM - - - --- 2014-09-16 Nadav Amit New
[RESEND,1/3] x86: Adding structs to reflect cpuid fields - - - --- 2014-09-17 Nadav Amit New
[RESEND,2/3] x86: Use new cpuid structs in cpuid functions - - - --- 2014-09-17 Nadav Amit New
[RESEND,3/3] KVM: x86: Using cpuid structs in KVM - - - --- 2014-09-17 Nadav Amit New
KVM: x86: Remove debug assertion of non-PAE reserved bits - - - --- 2014-09-23 Nadav Amit New
KVM: x86: x2apic broadcast with physical mode does not work - - - --- 2014-09-29 Nadav Amit New
[kvm-unit-tests] x86: Test physical x2apic broadcast ICR - - - --- 2014-09-29 Nadav Amit New
[1/6] KVM: x86: DR7.GD should be cleared upon any #DB exception - - - --- 2014-09-30 Nadav Amit New
[2/6] KVM: x86: Wrong error code on limit violation during emulation - - - --- 2014-09-30 Nadav Amit New
[3/6] KVM: x86: NoBigReal was mistakenly considering la instead of ea - - - --- 2014-09-30 Nadav Amit New
[4/6] KVM: x86: Fix determining flat mode in recalculate_apic_map - - - --- 2014-09-30 Nadav Amit New
[5/6] KVM: x86: Wrong assertion on paging_tmpl.h - - - --- 2014-09-30 Nadav Amit New
[6/6] KVM: x86: Emulator does not calculate address correctly - - - --- 2014-09-30 Nadav Amit New
[v2] KVM: x86: some apic broadcast modes does not work - - - --- 2014-10-02 Nadav Amit New
[1/5] KVM: x86: Clear DR7.LE during task-switch - - - --- 2014-10-02 Nadav Amit New
[2/5] KVM: x86: Emulator performs code segment checks on read access - - - --- 2014-10-02 Nadav Amit New
[3/5] KVM: x86: Decoding guest instructions which cross page boundary may fail - - - --- 2014-10-02 Nadav Amit New
[4/5] KVM: vmx: Unavailable DR4/5 is checked before CPL - - - --- 2014-10-02 Nadav Amit New
[5/5] KVM: x86: Using TSC deadline may cause multiple interrupts by user writes - - - --- 2014-10-02 Nadav Amit New
[v2,2/5] KVM: x86: Emulator performs code segment checks on read access - - - --- 2014-10-10 Nadav Amit New
[1/2] KVM: x86: Emulator does not decode clflush well - - - --- 2014-10-13 Nadav Amit New
[2/2] KVM: x86: PREFETCH and HINT_NOP should have SrcMem flag - - - --- 2014-10-13 Nadav Amit New
KVM: x86: Fix far-jump to non-canonical check - - - --- 2014-10-27 Nadav Amit New
[01/21] KVM: x86: decode_modrm does not regard modrm correctly - - - --- 2014-11-02 Nadav Amit New
« 1 2 3 4 »