summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-07-24KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong1-1/+1
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong2-8/+132
2011-07-24KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong1-15/+71
2011-07-24KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong1-34/+69
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong2-18/+41
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong1-2/+2
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong6-128/+33
2011-07-24KVM: MMU: split kvm_mmu_free_pageXiao Guangrong1-3/+18
2011-07-24KVM: MMU: count used shadow pages on prepareing pathXiao Guangrong1-5/+5
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong2-13/+13
2011-07-24KVM: MMU: cleanup for FNAME(fetch)Xiao Guangrong1-2/+2
2011-07-24KVM: MMU: optimize to handle dirty bitXiao Guangrong2-34/+25
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong6-21/+96
2011-07-24KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong1-11/+31
2011-07-24KVM: MMU: do not update slot bitmap if spte is nonpresentXiao Guangrong1-8/+7
2011-07-24KVM: MMU: fix walking shadow page tableXiao Guangrong1-4/+5
2011-07-24KVM guest: KVM Steal time registrationGlauber Costa3-0/+80
2011-07-14sched: adjust scheduler cpu power for stolen timeGlauber Costa1-0/+12
2011-07-14ia64: add jump labels for paravirtGlauber Costa2-0/+6
2011-07-14KVM guest: Add a pv_ops stub for steal timeGlauber Costa3-0/+19
2011-07-14KVM: Steal time implementationGlauber Costa4-2/+86
2011-07-12KVM: KVM Steal time guest/host interfaceGlauber Costa1-0/+9
2011-07-12KVM: Add constant to represent KVM MSRs enabled bit in guest/host interfaceGlauber Costa1-0/+1
2011-07-12KVM: PPC: Remove prog_flagsAlexander Graf1-1/+0
2011-07-12KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras14-42/+354
2011-07-12powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras11-26/+56
2011-07-12KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras13-119/+470
2011-07-12KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras11-45/+553
2011-07-12KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeDavid Gibson9-3/+231
2011-07-12KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras9-7/+718
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras26-81/+2080
2011-07-12KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpuPaul Mackerras8-120/+127
2011-07-12powerpc: Set up LPCR for running guest partitionsPaul Mackerras2-7/+15
2011-07-12KVM: PPC: Move guest enter/exit down into subarch-specific codePaul Mackerras5-12/+22
2011-07-12KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops downPaul Mackerras4-3/+53
2011-07-12KVM: PPC: Deliver program interrupts right away instead of queueing themPaul Mackerras1-5/+3
2011-07-12powerpc, KVM: Rework KVM checks in first-level interrupt handlersPaul Mackerras6-154/+247
2011-07-12KVM: PPC: Split out code from book3s.c into book3s_pr.cPaul Mackerras4-988/+1053
2011-07-12KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3sPaul Mackerras6-98/+107
2011-07-12KVM: PPC: Fix machine checks on 32-bit Book3SPaul Mackerras1-2/+3
2011-07-12KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic()Takuya Yoshikawa1-7/+19
2011-07-12KVM: MMU: Rename the walk label in walk_addr_generic()Takuya Yoshikawa1-3/+3
2011-07-12KVM: MMU: Clean up the error handling of walk_addr_generic()Takuya Yoshikawa1-50/+32
2011-07-12Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB"Marcelo Tosatti1-11/+1
2011-07-12KVM: PPC: e500: Don't search over the entire TLB0.Scott Wood1-4/+14
2011-07-12KVM: PPC: e500: Add shadow PID supportLiu Yu10-32/+334
2011-07-12KVM: PPC: e500: Stop keeping shadow TLBLiu Yu2-183/+154
2011-07-12KVM: PPC: e500: enable magic pageScott Wood4-2/+35
2011-07-12KVM: PPC: e500: Support large page mappings of PFNMAP vmas.Scott Wood1-9/+94
2011-07-12KVM: PPC: e500: Eliminate shadow_pages[], and use pfns instead.Scott Wood2-39/+19