Show patches with: Submitter = Takuya Yoshikawa       |    State = Action Required       |   83 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2] KVM: MMU: Inform users of mmio generation wraparound - - - --- 2013-06-20 Takuya Yoshikawa New
[4/4] KVM: x86 emulator: Make x86_decode_insn() return proper macros - - - --- 2011-07-30 Takuya Yoshikawa New
[3/4] KVM: x86 emulator: Let compiler know insn_fetch() rarely fails - - - --- 2011-07-30 Takuya Yoshikawa New
[2/4] KVM: x86 emulator: Drop _size argument from insn_fetch() - - - --- 2011-07-30 Takuya Yoshikawa New
[1/4] KVM: x86 emulator: Use ctxt->_eip directly in do_insn_fetch_byte() - - - --- 2011-07-30 Takuya Yoshikawa New
[3/3] KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic() - - - --- 2011-06-30 Takuya Yoshikawa New
[2/3] KVM: MMU: Rename the walk label in walk_addr_generic() - - - --- 2011-06-30 Takuya Yoshikawa New
[1/3] KVM: MMU: Clean up the error handling of walk_addr_generic() - - - --- 2011-06-30 Takuya Yoshikawa New
[v3,3/3] KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic() - - - --- 2011-06-20 Takuya Yoshikawa New
[v3,2/3] KVM: MMU: Rename the walk label in walk_addr_generic() - - - --- 2011-06-20 Takuya Yoshikawa New
[v3,1/3] KVM: MMU: Clean up the error handling of walk_addr_generic() - - - --- 2011-06-20 Takuya Yoshikawa New
[3/3] KVM: MMU: Use helpers to clean up walk_addr_generic() - - - --- 2011-06-14 Takuya Yoshikawa New
[2/3] KVM: MMU: Rename the walk label in walk_addr_generic() - - - --- 2011-06-14 Takuya Yoshikawa New
[v2,1/3] KVM: MMU: Clean up the error handling of walk_addr_generic() - - - --- 2011-06-14 Takuya Yoshikawa New
[4/4] KVM: MMU: Split out the main body of walk_addr_generic() - - - --- 2011-06-09 Takuya Yoshikawa New
[3/4] KVM: MMU: Update walker->pt/pte_access directly - - - --- 2011-06-09 Takuya Yoshikawa New
[2/4] KVM: MMU: Move some variables into the walk loop - - - --- 2011-06-09 Takuya Yoshikawa New
[1/4] KVM: MMU: Clean up the error handling of walk_addr_generic() - - - --- 2011-06-09 Takuya Yoshikawa New
[10/10] KVM: x86 emulator: Use opcode::execute for CLI/STI(FA/FB) - - - --- 2011-05-29 Takuya Yoshikawa New
[09/10] KVM: x86 emulator: Use opcode::execute for LOOP/JCXZ - - - --- 2011-05-29 Takuya Yoshikawa New
[08/10] KVM: x86 emulator: Clean up INT n/INTO/INT 3(CC/CD/CE) - - - --- 2011-05-29 Takuya Yoshikawa New
[07/10] KVM: x86 emulator: Use opcode::execute for MOV(8C/8E) - - - --- 2011-05-29 Takuya Yoshikawa New
[06/10] KVM: x86 emulator: Use opcode::execute for RET(C3) - - - --- 2011-05-29 Takuya Yoshikawa New
[05/10] KVM: x86 emulator: Use opcode::execute for XCHG(86/87) - - - --- 2011-05-29 Takuya Yoshikawa New
[04/10] KVM: x86 emulator: Use opcode::execute for TEST(84/85, A8/A9) - - - --- 2011-05-29 Takuya Yoshikawa New
[03/10] KVM: x86 emulator: Use opcode::execute for some instructions - - - --- 2011-05-29 Takuya Yoshikawa New
[02/10] KVM: x86 emulator: Rename emulate_xxx() to em_xxx() - - - --- 2011-05-29 Takuya Yoshikawa New
[01/10] KVM: x86 emulator: Use the pointers ctxt and c consistently - - - --- 2011-05-29 Takuya Yoshikawa New
[2/2] KVM: x86 emulator: Avoid clearing the whole decode_cache - - - --- 2011-05-25 Takuya Yoshikawa New
[1/2] KVM: x86 emulator: Clean up init_emulate_ctxt() - - - --- 2011-05-25 Takuya Yoshikawa New
KVM: x86 emulator: Fix unconditional return from get_descriptor_table_ptr() - - - --- 2011-05-21 Takuya Yoshikawa New
[3/3] KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functions - - - --- 2011-05-14 Takuya Yoshikawa New
[2/3] KVM: x86 emulator: Stop passing ctxt->ops as arg of decode helpers - - - --- 2011-05-14 Takuya Yoshikawa New
[1/3] KVM: x86 emulator: Place insn_fetch helpers together - - - --- 2011-05-14 Takuya Yoshikawa New
[2/2] KVM: Validate userspace_addr of memslot when registered - - - --- 2011-05-07 Takuya Yoshikawa New
[1/2] KVM: MMU: Clean up gpte reading with copy_from_user() - - - --- 2011-05-07 Takuya Yoshikawa New
[6/6] KVM: x86 emulator: Make jmp far emulation into a separate function - - - --- 2011-05-01 Takuya Yoshikawa New
[5/6] KVM: x86 emulator: Rename emulate_grpX() to em_grpX() - - - --- 2011-05-01 Takuya Yoshikawa New
[4/6] KVM: x86 emulator: Remove unused opt from emulate_pop() - - - --- 2011-05-01 Takuya Yoshikawa New
[3/6] KVM: x86 emulator: Remove unused opt from writeback() - - - --- 2011-05-01 Takuya Yoshikawa New
[2/6] KVM: x86 emulator: Remove unused opt from read_descriptor() - - - --- 2011-05-01 Takuya Yoshikawa New
[1/6] KVM: x86 emulator: Remove unused opt from seg_override() - - - --- 2011-05-01 Takuya Yoshikawa New
[1/1,v2] KVM: MMU: Use ptep_user for cmpxchg_gpte() - - - --- 2011-05-01 Takuya Yoshikawa New
KVM: MMU: Use ptep_user for cmpxchg_gpte() - - - --- 2011-04-30 Takuya Yoshikawa New
[1/1] KVM: MMU: Fix 64-bit paging breakage on x86_32 - - - --- 2011-04-27 Takuya Yoshikawa New
[1/1,v2] KVM: MMU: Optimize guest page table walk - - - --- 2011-04-26 Takuya Yoshikawa New
[4/4] KVM: x86 emulator: Use opcode::execute for PUSHF/POPF (9C/9D) - - - --- 2011-04-23 Takuya Yoshikawa New
[3/4] KVM: x86 emulator: Use opcode::execute for PUSHA/POPA (60/61) - - - --- 2011-04-23 Takuya Yoshikawa New
[2/4] KVM: x86 emulator: Use opcode::execute for POP reg (58-5F) - - - --- 2011-04-23 Takuya Yoshikawa New
[1/4] KVM: x86 emulator: Use opcode::execute for Group 1, CMPS and SCAS - - - --- 2011-04-23 Takuya Yoshikawa New
[1/1,v2] KVM: MMU: Optimize guest page table walk - - - --- 2011-04-21 Takuya Yoshikawa New
[RFC,3/3] KVM: MMU: Optimize guest page table walk - - - --- 2011-04-18 Takuya Yoshikawa New
[2/3] KVM: MMU: Introduce a helper to read guest pte - - - --- 2011-04-18 Takuya Yoshikawa New
[1/3] KVM: Introduce a helper to check if gfn is in memslot - - - --- 2011-04-18 Takuya Yoshikawa New
[3/3,new] KVM: x86 emulator: Use em_push() instead of emulate_push() - - - --- 2011-04-12 Takuya Yoshikawa New
[2/3,v2] KVM: x86 emulator: Make emulate_push() store the value directly - - - --- 2011-04-12 Takuya Yoshikawa New
[1/3,v2] KVM: x86 emulator: Disable writeback for CMP emulation - - - --- 2011-04-12 Takuya Yoshikawa New
[RFC,2/2] KVM: x86 emulator: Cleanup emulate_push() writebacks - - - --- 2011-03-28 Takuya Yoshikawa New
[1/2] KVM: x86 emulator: Disable writeback for CMP emulation - - - --- 2011-03-28 Takuya Yoshikawa New
[5/5] KVM: x86 emulator: Use single stage decoding for PUSHF and POPF instructions - - - --- 2011-03-13 Takuya Yoshikawa New
[4/5] KVM: x86 emulator: Use single stage decoding for PUSHA and POPA instructions - - - --- 2011-03-13 Takuya Yoshikawa New
[3/5] KVM: x86 emulator: Use single stage decoding for POP instructions - - - --- 2011-03-13 Takuya Yoshikawa New
[2/5] KVM: x86 emulator: Use single stage decoding for PUSH/POP XS instructions - - - --- 2011-03-13 Takuya Yoshikawa New
[1/5] KVM: x86 emulator: Use single stage decoding for Group 1 instructions - - - --- 2011-03-13 Takuya Yoshikawa New
KVM: x86: Remove useless regs_page pointer from kvm_lapic - - - --- 2011-03-05 Takuya Yoshikawa New
[3/3] KVM: Centralize irq_lock aquisition during KVM_CREATE_IRQCHIP - - - --- 2010-12-15 Takuya Yoshikawa New
[2/3] KVM: Centralize slots_lock aquisition during KVM_CREATE_IRQCHIP - - - --- 2010-12-15 Takuya Yoshikawa New
[1/3] KVM: Take missing slots_lock for kvm_io_bus_unregister_dev() - - - --- 2010-12-15 Takuya Yoshikawa New
[RFC] KVM: Fix missing lock for kvm_io_bus_unregister_dev() - - - --- 2010-12-07 Takuya Yoshikawa New
[2/2,rebased] KVM: MMU: Introduce a helper to access lpage_info - - - --- 2010-12-05 Takuya Yoshikawa New
[1/2,rebased] KVM: MMU: Avoid dropping accessed bit while removing write access - - - --- 2010-12-05 Takuya Yoshikawa New
[RFC,12/12,sample] qemu-kvm: use new API for getting/switching dirty bitmaps - - - --- 2010-05-04 Takuya Yoshikawa New
[RFC,11/12] KVM: introduce new API for getting/switching dirty bitmaps - - - --- 2010-05-04 Takuya Yoshikawa New
[RFC,RFC,10/12] KVM: move dirty bitmaps to user space - - - --- 2010-05-04 Takuya Yoshikawa New
[RFC,9/12] KVM: introduce a wrapper function of set_bit_user_non_atomic() - - - --- 2010-05-04 Takuya Yoshikawa New
[RFC,resend,8/12] asm-generic: bitops: introduce le bit offset macro - - - --- 2010-05-04 Takuya Yoshikawa New
[RFC,7/12,not,tested,yet] PPC: introduce __set_bit() like function for bitmaps in user space - - - --- 2010-05-04 Takuya Yoshikawa New
[RFC,6/12,not,tested,yet] PPC: introduce copy_in_user() for 32-bit - - - --- 2010-05-04 Takuya Yoshikawa New
[RFC,5/12] x86: introduce __set_bit() like function for bitmaps in user space - - - --- 2010-05-04 Takuya Yoshikawa New
[RFC,4/12] x86: introduce copy_in_user() for 32-bit - - - --- 2010-05-04 Takuya Yoshikawa New
[RFC,3/12] KVM: introduce wrapper functions to create and destroy dirty bitmaps - - - --- 2010-05-04 Takuya Yoshikawa New
[RFC,2/12] KVM: introduce slot level dirty state management - - - --- 2010-05-04 Takuya Yoshikawa New
[RFC,1/12,applied,today] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean - - - --- 2010-05-04 Takuya Yoshikawa New