Show patches with: Submitter = Takuya Yoshikawa       |   108 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[-v4] KVM: x86: lapic: Clean up find_highest_vector() and count_vectors() - - - --- 2012-09-05 Takuya Yoshikawa New
[-v3] KVM: x86: lapic: Clean up find_highest_vector() and count_vectors() - - - --- 2012-08-30 Takuya Yoshikawa New
KVM: x86: lapic: Fix the misuse of likely() in find_highest_vector() - - - --- 2012-08-28 Takuya Yoshikawa New
KVM: x86: lapic: Fix the misuse of likely() in find_highest_vector() - - - --- 2012-08-24 Takuya Yoshikawa New
[v2] KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intended - - - --- 2012-08-20 Takuya Yoshikawa New
[RESEND] KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intended - - - --- 2012-08-10 Takuya Yoshikawa New
[5/5] KVM: Replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le() - - - --- 2012-08-07 Takuya Yoshikawa New
[4/5] powerpc: bitops: Introduce {clear,set}_bit_le() - - - --- 2012-08-07 Takuya Yoshikawa New
[3/5] bitops: Introduce generic {clear,set}_bit_le() - - - --- 2012-08-07 Takuya Yoshikawa New
[2/5] drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() function - - - --- 2012-08-07 Takuya Yoshikawa New
[1/5] sfc: Use standard __{clear,set}_bit_le() functions - - - --- 2012-08-07 Takuya Yoshikawa New
[RFC,3/3] KVM: Push rmap into kvm_arch_memory_slot - - - --- 2012-08-01 Takuya Yoshikawa New
[2/3] KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array - - - --- 2012-08-01 Takuya Yoshikawa New
[1/3] KVM: Stop checking rmap to see if slot is being created - - - --- 2012-08-01 Takuya Yoshikawa New
KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intended - - - --- 2012-07-05 Takuya Yoshikawa New
[8/8] KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range() - - - --- 2012-07-02 Takuya Yoshikawa New
[7/8] KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp() - - - --- 2012-07-02 Takuya Yoshikawa New
[6/8] KVM: MMU: Add memslot parameter to hva handlers - - - --- 2012-07-02 Takuya Yoshikawa New
[5/8] KVM: Separate rmap_pde from kvm_lpage_info->write_count - - - --- 2012-07-02 Takuya Yoshikawa New
[4/8] KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start() - - - --- 2012-07-02 Takuya Yoshikawa New
[3/8] KVM: MMU: Make kvm_handle_hva() handle range of addresses - - - --- 2012-07-02 Takuya Yoshikawa New
[2/8] KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva() - - - --- 2012-07-02 Takuya Yoshikawa New
[1/8] KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva() - - - --- 2012-07-02 Takuya Yoshikawa New
[3/3] KVM: x86 emulator: Remove unnecessary goto statements from x86_emulate_insn() - - - --- 2011-03-10 Takuya Yoshikawa New
[2/3] KVM: x86 emulator: Make two byte instruction emulation separate - - - --- 2011-03-10 Takuya Yoshikawa New
[1/3] KVM: x86 emulator: Make one byte instruction emulation separate - - - --- 2011-03-10 Takuya Yoshikawa New
[2/2,v2] KVM: MMU: Make the way of accessing lpage_info more generic - - - --- 2010-12-07 Takuya Yoshikawa New
[RFC,4/4] KVM: selective write protection using dirty bitmap - - - --- 2010-11-22 Takuya Yoshikawa New
[3/4] KVM: count the number of dirty pages for each memslot - - - --- 2010-11-22 Takuya Yoshikawa New
[2/4] KVM: introduce helper to access lpage_info - - - --- 2010-11-22 Takuya Yoshikawa New
[1/4] KVM: fix race condition in kvm_mmu_slot_remove_write_access() - - - --- 2010-11-22 Takuya Yoshikawa New
[RFC,2/2] KVM: selective write protection using dirty bitmap - - - --- 2010-11-18 Takuya Yoshikawa New
[RFC,1/2] KVM: count the number of dirty bits for each memslot - - - --- 2010-11-18 Takuya Yoshikawa New
[2/2] KVM: rename hardware_[dis|en]able() to *_nolock() and add locking wrappers - - - --- 2010-11-16 Takuya Yoshikawa New
[1/2] KVM: take kvm_lock for hardware_disable() during cpu hotplug - - - --- 2010-11-16 Takuya Yoshikawa New
KVM x86: remove memset, use vzalloc and don't assign the same value to a variable twice - - - --- 2010-11-02 Takuya Yoshikawa New
[3/3,rebased-v2] KVM: use kmalloc() for small dirty bitmaps - - - --- 2010-11-01 Takuya Yoshikawa New
[3/3,rebased] KVM: use kmalloc() for small dirty bitmaps - - - --- 2010-10-27 Takuya Yoshikawa New
[2/3,rebased] KVM: pre-allocate one more dirty bitmap to avoid vmalloc() - - - --- 2010-10-27 Takuya Yoshikawa New
[1/3,rebased] KVM: introduce wrapper functions for creating/destroying dirty bitmaps - - - --- 2010-10-27 Takuya Yoshikawa New
[2/2] KVM: pre-allocate one more dirty bitmap to avoid vmalloc() in x86's kvm_vm_ioctl_get_dirty_lo… - - - --- 2010-10-21 Takuya Yoshikawa New
[1/2] KVM: introduce wrapper function for creating/destroying dirty bitmaps - - - --- 2010-10-21 Takuya Yoshikawa New
[RFC] KVM: use kmalloc() for small dirty bitmaps - - - --- 2010-10-20 Takuya Yoshikawa New
[2/2] KVM: cleanup: centralize get_dirty_log ioctl - - - --- 2010-09-03 Takuya Yoshikawa New
[1/2] KVM: cleanup: open-code kvm_get_dirty_log() - - - --- 2010-09-03 Takuya Yoshikawa New
KVM: ia64: define kvm_lapic_enabled() to fix a compile error - - - --- 2010-09-02 Takuya Yoshikawa New
KVM: x86 mmu: simplify BUG_ON conditions - - - --- 2010-08-02 Takuya Yoshikawa New
[v2,4/4] KVM: cleanup: make kvm_vm_ioctl_get_dirty_log() arch independent - - - --- 2010-06-23 Takuya Yoshikawa New
[v2,3/4] KVM: cleanup: remove kvm_get_dirty_log() - - - --- 2010-06-23 Takuya Yoshikawa New
[v2,2/4] KVM: ia64: cleanup kvm_ia64_sync_dirty_log() - - - --- 2010-06-23 Takuya Yoshikawa New
[v2,1/4] KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log() - - - --- 2010-06-23 Takuya Yoshikawa New
[4/4] KVM: cleanup: make kvm_vm_ioctl_get_dirty_log() arch independent - - - --- 2010-06-22 Takuya Yoshikawa New
[3/4] KVM: cleanup: remove kvm_get_dirty_log() - - - --- 2010-06-22 Takuya Yoshikawa New
[2/4] KVM: ia64: cleanup kvm_ia64_sync_dirty_log() - - - --- 2010-06-22 Takuya Yoshikawa New
[1/4] KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log() - - - --- 2010-06-22 Takuya Yoshikawa New
[2/2] KVM: x86: pre-allocate one more dirty bitmap to avoid vmalloc() in kvm_vm_ioctl_get_dirty_log… - - - --- 2010-06-03 Takuya Yoshikawa New
[1/2] KVM: introducing wrapper function for creating/destroying dirty bitmaps - - - --- 2010-06-03 Takuya Yoshikawa New
[3/3] vhost: fix the memory leak which will happen when memory_access_ok fails - - - --- 2010-05-27 Takuya Yoshikawa New
[2/3] vhost-net: fix to check the return value of copy_to/from_user() correctly - - - --- 2010-05-27 Takuya Yoshikawa New
[1/3] vhost: fix to check the return value of copy_to/from_user() correctly - - - --- 2010-05-27 Takuya Yoshikawa New
[v2] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean - - - --- 2010-04-28 Takuya Yoshikawa New
[1/1] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean - - - --- 2010-04-26 Takuya Yoshikawa New
KVM: no need to test bit before setting dirty bit these days - - - --- 2010-04-23 Takuya Yoshikawa New
[RFC] asm-generic: bitops: introduce le bit offset macro - - - --- 2010-04-23 Takuya Yoshikawa New
[RFC,please,check] KVM: question about the commit "Use Little Endian for Dirty Bitmap" - - - --- 2010-04-21 Takuya Yoshikawa New
[RFC,v2,6/6] KVM: introduce a new API for getting dirty bitmaps - - - --- 2010-04-20 Takuya Yoshikawa New
[RFC,v2,5/6] KVM: moving dirty bitmaps to user space - - - --- 2010-04-20 Takuya Yoshikawa New
[RFC,v2,4/6] KVM: change mark_page_dirty() to handle endian issues explicitly - - - --- 2010-04-20 Takuya Yoshikawa New
[RFC,v2,3/6] KVM: introduce a wrapper function to copy dirty bitmaps to user space - - - --- 2010-04-20 Takuya Yoshikawa New
[RFC,v2,2/6] KVM: introduce wrapper functions to create and destroy dirty bitmaps - - - --- 2010-04-20 Takuya Yoshikawa New
[RFC,v2,1/6] KVM: introduce slot level dirty state management - - - --- 2010-04-20 Takuya Yoshikawa New
[RFC,v2,0/6] KVM: moving dirty gitmaps to user space! - - - --- 2010-04-20 Takuya Yoshikawa New
KVM: cleanup: limit the number of pages per memory slot - - - --- 2010-04-13 Takuya Yoshikawa New
KVM: fix the handling of dirty bitmaps to avoid overflows - - - --- 2010-04-12 Takuya Yoshikawa New
[RFC,5/5] KVM: This is the main part of the "moving dirty bitmaps to user space" - - - --- 2010-04-09 Takuya Yoshikawa New
[RFC,4/5] KVM: add new members to the memory slot for double buffering of bitmaps - - - --- 2010-04-09 Takuya Yoshikawa New
[RFC,3/5] KVM: Use rapper functions to create and destroy dirty bitmaps - - - --- 2010-04-09 Takuya Yoshikawa New
[RFC,2/5] KVM: use a rapper function to calculate the sizes of dirty bitmaps - - - --- 2010-04-09 Takuya Yoshikawa New
[RFC,1/5] KVM: introduce a set_bit function for bitmaps in user space - - - --- 2010-04-09 Takuya Yoshikawa New
[rework] KVM: coalesced_mmio: fix kvm_coalesced_mmio_init()'s error handling - - - --- 2010-03-15 Takuya Yoshikawa New
[-v3,1/2] KVM: introduce kvm_uninit_mmu_notifier() - - - --- 2010-03-12 Takuya Yoshikawa New
[-v2] KVM: fix kvm_coalesced_mmio_init()'s error handling - - - --- 2010-03-12 Takuya Yoshikawa New
KVM: coalesced_mmio: NULLify the pointers before freeing ring page and dev - - - --- 2010-03-12 Takuya Yoshikawa New
[bugfix] KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails - - - --- 2010-03-09 Takuya Yoshikawa New
KVM: x86 emulator: cleanup and tiny fix of pio emulation - - - --- 2010-03-01 Takuya Yoshikawa New
KVM: fix gfn_to_hva() to use gfn_to_hva_memslot() - - - --- 2010-02-25 Takuya Yoshikawa New
[1/1] KVM: make get dirty log ioctl return the first dirty page's position - - - --- 2010-02-24 Takuya Yoshikawa New
[v3,4/4] KVM: Tiny fix: remove redundant prototype of load_pdptrs() - - - --- 2010-02-12 Takuya Yoshikawa New
[v3,3/4] KVM: Fix x86_emulate_insn() not to use the variable rc for non-X86EMUL values - - - --- 2010-02-12 Takuya Yoshikawa New
[v3,2/4] KVM: X86EMUL macro replacements: x86_emulate_insn() and its helpers - - - --- 2010-02-12 Takuya Yoshikawa New
[v3,1/4] KVM: X86EMUL macro replacements: from do_fetch_insn_byte() to x86_decode_insn() - - - --- 2010-02-12 Takuya Yoshikawa New
[v2,8/8] Tiny fix: remove redundant prototype of of load_pdptrs() - - - --- 2010-02-10 Takuya Yoshikawa New
[v2,7/8] Fix emulate_sys[call, enter, exit]()'s fault handling - - - --- 2010-02-10 Takuya Yoshikawa New
[v2,6/8] Fix x86_emulate_insn() not to use rc variable for non-X86EMUL values - - - --- 2010-02-10 Takuya Yoshikawa New
[v2,5/8] X86EMUL macro replacements: x86_emulate_insn() and its helpers - - - --- 2010-02-10 Takuya Yoshikawa New
[v2,4/8] X86EMUL macro replacements: from do_fetch_insn_byte() to x86_decode_insn() - - - --- 2010-02-10 Takuya Yoshikawa New
[v2,3/8] Fix x86_emulate_insn() to handle faults propagated from kvm_load_segment_descriptor() - - - --- 2010-02-10 Takuya Yoshikawa New
[v2,2/8] Fix kvm_load_segment_descriptor()'s fault propagation - - - --- 2010-02-10 Takuya Yoshikawa New
[v2,1/8] KVM: Fix load_guest_segment_descriptor() to inject page fault - - - --- 2010-02-10 Takuya Yoshikawa New
[RFC:,not,fully,tested,yet] Fix the x86 emulation of in: remove redandancy - - - --- 2010-02-05 Takuya Yoshikawa New
« 1 2 »