Show patches with: Submitter = Takuya Yoshikawa       |    State = Action Required       |   106 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[2/2] KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault() - - - --- 2016-02-22 Takuya Yoshikawa New
[1/2] KVM: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault() - - - --- 2016-02-22 Takuya Yoshikawa New
[2/2] KVM: Remove KVM_REQ_MCLOCK_INPROGRESS to save a bit in vcpu->requests - - - --- 2016-01-07 Takuya Yoshikawa New
[1/2] KVM: Remove unused KVM_REQ_KICK to save a bit in vcpu->requests - - - --- 2016-01-07 Takuya Yoshikawa New
KVM: x86: MMU: Use clear_page() instead of init_shadow_page_table() - - - --- 2015-12-18 Takuya Yoshikawa New
[3/3] KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page() - - - --- 2015-11-26 Takuya Yoshikawa New
[2/3] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk() - - - --- 2015-11-26 Takuya Yoshikawa New
[1/3] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page() - - - --- 2015-11-26 Takuya Yoshikawa New
[10/10] KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page() - - - --- 2015-11-20 Takuya Yoshikawa New
[09/10] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page() - - - --- 2015-11-20 Takuya Yoshikawa New
[08/10] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk() - - - --- 2015-11-20 Takuya Yoshikawa New
[07/10] KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page() - - - --- 2015-11-20 Takuya Yoshikawa New
[06/10] KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes - - - --- 2015-11-20 Takuya Yoshikawa New
[05/10] KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte() - - - --- 2015-11-20 Takuya Yoshikawa New
[04/10] KVM: x86: MMU: Make mmu_set_spte() return emulate value - - - --- 2015-11-20 Takuya Yoshikawa New
[03/10] KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap - - - --- 2015-11-20 Takuya Yoshikawa New
[02/10] KVM: x86: MMU: Remove unused parameter of __direct_map() - - - --- 2015-11-20 Takuya Yoshikawa New
[01/10] KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct - - - --- 2015-11-20 Takuya Yoshikawa New
[10/10] KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page() - - - --- 2015-11-12 Takuya Yoshikawa New
[09/10,RFC] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page() - - - --- 2015-11-12 Takuya Yoshikawa New
[08/10] KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page() - - - --- 2015-11-12 Takuya Yoshikawa New
[07/10] KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct - - - --- 2015-11-12 Takuya Yoshikawa New
[06/10] KVM: x86: MMU: Consolidate WARN_ON/BUG_ON checks for reverse-mapped sptes - - - --- 2015-11-12 Takuya Yoshikawa New
[05/10] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk() - - - --- 2015-11-12 Takuya Yoshikawa New
[04/10] KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte() - - - --- 2015-11-12 Takuya Yoshikawa New
[03/10] KVM: x86: MMU: Make mmu_set_spte() return emulate value - - - --- 2015-11-12 Takuya Yoshikawa New
[02/10] KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap - - - --- 2015-11-12 Takuya Yoshikawa New
[01/10] KVM: x86: MMU: Remove unused parameter of __direct_map() - - - --- 2015-11-12 Takuya Yoshikawa New
[5/5] KVM: x86: MMU: Consolidate WARN_ON/BUG_ON checks for reverse-mapped sptes - - - --- 2015-11-06 Takuya Yoshikawa New
[4/5] KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte() - - - --- 2015-11-06 Takuya Yoshikawa New
[3/5] KVM: x86: MMU: Make mmu_set_spte() return emulate value - - - --- 2015-11-06 Takuya Yoshikawa New
[2/5] KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap - - - --- 2015-11-06 Takuya Yoshikawa New
[1/5] KVM: x86: MMU: Remove unused parameter of __direct_map() - - - --- 2015-11-06 Takuya Yoshikawa New
KVM: x86: MMU: Initialize force_pt_level before calling mapping_level() - - - --- 2015-10-19 Takuya Yoshikawa New
[5/5] KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level() - - - --- 2015-10-16 Takuya Yoshikawa New
[4/5] KVM: x86: MMU: Remove mapping_level_dirty_bitmap() - - - --- 2015-10-16 Takuya Yoshikawa New
[3/5] KVM: x86: MMU: Merge mapping_level_dirty_bitmap() into mapping_level() - - - --- 2015-10-16 Takuya Yoshikawa New
[2/5] KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)() - - - --- 2015-10-16 Takuya Yoshikawa New
[1/5] KVM: x86: MMU: Make force_pt_level bool - - - --- 2015-10-16 Takuya Yoshikawa New
[5/5] KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level() - - - --- 2015-10-15 Takuya Yoshikawa New
[4/5] KVM: x86: MMU: Remove mapping_level_dirty_bitmap() - - - --- 2015-10-15 Takuya Yoshikawa New
[3/5] KVM: x86: MMU: Merge mapping_level_dirty_bitmap() into mapping_level() - - - --- 2015-10-15 Takuya Yoshikawa New
[2/5] KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)() - - - --- 2015-10-15 Takuya Yoshikawa New
[1/5] KVM: x86: MMU: Make force_pt_level bool - - - --- 2015-10-15 Takuya Yoshikawa New
KVM: Eliminate extra function calls in kvm_get_dirty_log_protect() - - - --- 2015-03-17 Takuya Yoshikawa New
KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEX - - - --- 2014-02-27 Takuya Yoshikawa New
[B] KVM: Explain tlbs_dirty trick in kvm_flush_remote_tlbs() - - - --- 2014-02-18 Takuya Yoshikawa New
[A] KVM: Simplify kvm->tlbs_dirty handling - - - --- 2014-02-18 Takuya Yoshikawa New
[2/2] KVM: x86: Add comment on vcpu_enter_guest()'s return value - - - --- 2013-12-13 Takuya Yoshikawa New
[1/2] KVM: Use cond_resched() directly and remove useless kvm_resched() - - - --- 2013-12-13 Takuya Yoshikawa New
[2/2] KVM: Stop using extra buffer for copying dirty_bitmap to user-space - - - --- 2013-08-30 Takuya Yoshikawa New
[1/2] KVM: Take mmu_lock only while write-protecting pages in get_dirty_log - - - --- 2013-08-30 Takuya Yoshikawa New
[v2,2/2] KVM: x86: Avoid zapping mmio sptes twice for generation wraparound - - - --- 2013-07-04 Takuya Yoshikawa New
[1/2] KVM: Introduce kvm_arch_memslots_updated() - - - --- 2013-07-04 Takuya Yoshikawa New
KVM: x86: Avoid zapping mmio sptes twice for generation wraparound - - - --- 2013-07-03 Takuya Yoshikawa New
KVM: MMU: Inform users of mmio generation wraparound - - - --- 2013-06-20 Takuya Yoshikawa New
[3/3] KVM: MMU: Consolidate common code in mmu_free_roots() - - - --- 2013-05-09 Takuya Yoshikawa New
[2/3] KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load() - - - --- 2013-05-09 Takuya Yoshikawa New
[1/3] KVM: MMU: Clean up set_spte()'s ACC_WRITE_MASK handling - - - --- 2013-05-09 Takuya Yoshikawa New
Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()" - - - --- 2013-03-29 Takuya Yoshikawa New
[2/2] KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available() - - - --- 2013-03-21 Takuya Yoshikawa New
[1/2] KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page() - - - --- 2013-03-21 Takuya Yoshikawa New
[2/2] KVM: x86: Optimize mmio spte zapping when creating/moving memslot - - - --- 2013-03-12 Takuya Yoshikawa New
[1/2] KVM: MMU: Mark sp mmio cached when creating mmio spte - - - --- 2013-03-12 Takuya Yoshikawa New
[3/3] KVM: MMU: Introduce a helper function for FIFO zapping - - - --- 2013-03-06 Takuya Yoshikawa New
[2/3] KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page() - - - --- 2013-03-06 Takuya Yoshikawa New
[1/3] KVM: MMU: Fix and clean up for_each_gfn_* macros - - - --- 2013-03-06 Takuya Yoshikawa New
[6/6] KVM: ARM: Remove kvm_arch_set_memory_region() - - - --- 2013-02-27 Takuya Yoshikawa New
[5/6] KVM: set_memory_region: Refactor commit_memory_region() - - - --- 2013-02-27 Takuya Yoshikawa New
[4/6] KVM: set_memory_region: Refactor prepare_memory_region() - - - --- 2013-02-27 Takuya Yoshikawa New
[3/6] KVM: set_memory_region: Make kvm_mr_change available to arch code - - - --- 2013-02-27 Takuya Yoshikawa New
[2/6] KVM: set_memory_region: Drop user_alloc from set_memory_region() - - - --- 2013-02-27 Takuya Yoshikawa New
[1/6] KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() - - - --- 2013-02-27 Takuya Yoshikawa New
KVM: Remove user_alloc from struct kvm_memory_slot - - - --- 2013-02-07 Takuya Yoshikawa New
[2/2] KVM: set_memory_region: Disallow changing read-only attribute later - - - --- 2013-01-30 Takuya Yoshikawa New
[1/2,-v3] KVM: set_memory_region: Identify the requested change explicitly - - - --- 2013-01-30 Takuya Yoshikawa New
[v3] KVM: set_memory_region: Identify the requested change explicitly - - - --- 2013-01-29 Takuya Yoshikawa New
[v2] KVM: set_memory_region: Identify the requested change explicitly - - - --- 2013-01-28 Takuya Yoshikawa New
[8/8] KVM: MMU: Move free_zapped_mmu_pages() out of the protection of mmu_lock - - - --- 2013-01-23 Takuya Yoshikawa New
[7/8] KVM: MMU: Split out free_zapped_mmu_pages() from kvm_mmu_commit_zap_page() - - - --- 2013-01-23 Takuya Yoshikawa New
[6/8] KVM: MMU: Introduce free_zapped_mmu_pages() for freeing mmu pages in a list - - - --- 2013-01-23 Takuya Yoshikawa New
[5/8] KVM: MMU: Delete hash_link node in kvm_mmu_prepare_zap_page() - - - --- 2013-01-23 Takuya Yoshikawa New
[4/8] KVM: MMU: Introduce for_each_gfn_indirect_valid_sp_safe macro - - - --- 2013-01-23 Takuya Yoshikawa New
[3/8] KVM: MMU: Add a parameter to kvm_mmu_prepare_zap_page() to update the next position - - - --- 2013-01-23 Takuya Yoshikawa New
[2/8] KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page() - - - --- 2013-01-23 Takuya Yoshikawa New
[1/8] KVM: MMU: Fix and clean up for_each_gfn_* macros - - - --- 2013-01-23 Takuya Yoshikawa New
[4/4] KVM: set_memory_region: Identify the requested change explicitly - - - --- 2013-01-11 Takuya Yoshikawa New
[3/4] KVM: set_memory_region: Remove unnecessary variable memslot - - - --- 2013-01-11 Takuya Yoshikawa New
[2/4] KVM: set_memory_region: Don't check for overlaps unless we create or move a slot - - - --- 2013-01-11 Takuya Yoshikawa New
[1/4] KVM: set_memory_region: Don't jump to out_free unnecessarily - - - --- 2013-01-11 Takuya Yoshikawa New
[7/7] KVM: MMU: Conditionally reschedule when kvm_mmu_slot_remove_write_access() takes a long time - - - --- 2013-01-08 Takuya Yoshikawa New
[6/7] KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itself - - - --- 2013-01-08 Takuya Yoshikawa New
[5/7] KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itself - - - --- 2013-01-08 Takuya Yoshikawa New
[4/7] KVM: Remove unused slot_bitmap from kvm_mmu_page - - - --- 2013-01-08 Takuya Yoshikawa New
[3/7] KVM: MMU: Make kvm_mmu_slot_remove_write_access() rmap based - - - --- 2013-01-08 Takuya Yoshikawa New
[2/7] KVM: MMU: Remove unused parameter level from __rmap_write_protect() - - - --- 2013-01-08 Takuya Yoshikawa New
[1/7] KVM: Write protect the updated slot only when dirty logging is enabled - - - --- 2013-01-08 Takuya Yoshikawa New
[7/7] KVM: Conditionally reschedule when kvm_mmu_slot_remove_write_access() takes a long time - - - --- 2012-12-18 Takuya Yoshikawa New
[6/7] KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itself - - - --- 2012-12-18 Takuya Yoshikawa New
[5/7] KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itself - - - --- 2012-12-18 Takuya Yoshikawa New
« 1 2 »