Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | KVM: SVM: Make sure rip is synced to vmcb before nested vmexit | Joerg Roedel | 2010-05-17 | 1 | -4/+4 | |
| * | | | | KVM: SVM: Fix nested nmi handling | Joerg Roedel | 2010-05-17 | 1 | -7/+9 | |
| * | | | | Merge remote branch 'tip/perf/core' | Avi Kivity | 2010-05-17 | 2 | -6/+18 | |
| |\ \ \ \ | ||||||
| * | | | | | KVM: VMX: free vpid when fail to create vcpu | Lai Jiangshan | 2010-05-17 | 1 | -4/+12 | |
| * | | | | | KVM: PPC: Enable native paired singles | Alexander Graf | 2010-05-17 | 3 | -1/+24 | |
| * | | | | | KVM: PPC: Find HTAB ourselves | Alexander Graf | 2010-05-17 | 2 | -13/+13 | |
| * | | | | | KVM: PPC: Fix Book3S_64 Host MMU debug output | Alexander Graf | 2010-05-17 | 1 | -8/+12 | |
| * | | | | | KVM: PPC: Set VSID_PR also for Book3S_64 | Alexander Graf | 2010-05-17 | 1 | -0/+3 | |
| * | | | | | KVM: PPC: Be more informative on BUG | Alexander Graf | 2010-05-17 | 1 | -2/+8 | |
| * | | | | | KVM: PPC: Make Alignment interrupts work again | Alexander Graf | 2010-05-17 | 1 | -0/+2 | |
| * | | | | | KVM: PPC: Improve split mode | Alexander Graf | 2010-05-17 | 4 | -39/+46 | |
| * | | | | | KVM: PPC: Make Performance Counters work | Alexander Graf | 2010-05-17 | 2 | -0/+5 | |
| * | | | | | KVM: PPC: Convert u64 -> ulong | Alexander Graf | 2010-05-17 | 7 | -21/+19 | |
| * | | | | | KVM: PPC: Enable Book3S_32 KVM building | Alexander Graf | 2010-05-17 | 2 | -0/+30 | |
| * | | | | | KVM: PPC: Add KVM intercept handlers | Alexander Graf | 2010-05-17 | 1 | -0/+14 | |
| * | | | | | KVM: PPC: Check max IRQ prio | Alexander Graf | 2010-05-17 | 1 | -1/+1 | |
| * | | | | | PPC: Export SWITCH_FRAME_SIZE | Alexander Graf | 2010-05-17 | 1 | -1/+1 | |
| * | | | | | KVM: PPC: Export MMU variables | Alexander Graf | 2010-05-17 | 1 | -0/+5 | |
| * | | | | | KVM: PPC: Add Book3S compatibility code | Alexander Graf | 2010-05-17 | 4 | -3/+34 | |
| * | | | | | KVM: PPC: Emulate segment fault | Alexander Graf | 2010-05-17 | 1 | -0/+23 | |
| * | | | | | KVM: PPC: Add SVCPU to Book3S_32 | Alexander Graf | 2010-05-17 | 2 | -0/+6 | |
| * | | | | | KVM: PPC: Remove fetch fail code | Alexander Graf | 2010-05-17 | 1 | -4/+0 | |
| * | | | | | KVM: PPC: Release clean pages as clean | Alexander Graf | 2010-05-17 | 1 | -1/+5 | |
| * | | | | | KVM: PPC: Make SLB switching code the new segment framework | Alexander Graf | 2010-05-17 | 2 | -160/+25 | |
| * | | | | | KVM: PPC: Make highmem code generic | Alexander Graf | 2010-05-17 | 1 | -100/+101 | |
| * | | | | | KVM: PPC: Make real mode handler generic | Alexander Graf | 2010-05-17 | 1 | -31/+88 | |
| * | | | | | KVM: PPC: Extract MMU init | Alexander Graf | 2010-05-17 | 3 | -7/+20 | |
| * | | | | | KVM: PPC: Use now shadowed vcpu fields | Alexander Graf | 2010-05-17 | 3 | -48/+57 | |
| * | | | | | PPC: Add STLU | Alexander Graf | 2010-05-17 | 1 | -0/+2 | |
| * | | | | | KVM: PPC: Use CONFIG_PPC_BOOK3S define | Alexander Graf | 2010-05-17 | 4 | -11/+11 | |
| * | | | | | KVM: PPC: Use KVM_BOOK3S_HANDLER | Alexander Graf | 2010-05-17 | 4 | -4/+8 | |
| * | | | | | KVM: PPC: Improve indirect svcpu accessors | Alexander Graf | 2010-05-17 | 10 | -153/+290 | |
| * | | | | | KVM: PPC: Add fields to shadow vcpu | Alexander Graf | 2010-05-17 | 1 | -0/+21 | |
| * | | | | | KVM: PPC: Add kvm_book3s_32.h | Alexander Graf | 2010-05-17 | 1 | -0/+42 | |
| * | | | | | KVM: PPC: Add kvm_book3s_64.h | Alexander Graf | 2010-05-17 | 1 | -0/+28 | |
| * | | | | | PPC: Split context init/destroy functions | Alexander Graf | 2010-05-17 | 2 | -7/+24 | |
| * | | | | | KVM: PPC: Add generic segment switching code | Alexander Graf | 2010-05-17 | 1 | -0/+257 | |
| * | | | | | KVM: PPC: Add SR swapping code | Alexander Graf | 2010-05-17 | 1 | -0/+143 | |
| * | | | | | KVM: PPC: Add host MMU Support | Alexander Graf | 2010-05-17 | 1 | -0/+480 | |
| * | | | | | KVM: PPC: Name generic 64-bit code generic | Alexander Graf | 2010-05-17 | 9 | -9/+7 | |
| * | | | | | KVM: MMU: cleanup for function unaccount_shadowed() | Wei Yongjun | 2010-05-17 | 1 | -1/+1 | |
| * | | | | | KVM: Get rid of dead function gva_to_page() | Gui Jianfeng | 2010-05-17 | 1 | -14/+0 | |
| * | | | | | KVM: MMU: Remove unused varialbe in rmap_next() | Gui Jianfeng | 2010-05-17 | 1 | -2/+0 | |
| * | | | | | KVM: MMU: Make use of is_large_pte() in walker | Gui Jianfeng | 2010-05-17 | 1 | -2/+2 | |
| * | | | | | KVM: MMU: Move sync_page() first pte address calculation out of loop | Gui Jianfeng | 2010-05-17 | 1 | -2/+4 | |
| * | | | | | KVM: MMU: Drop cr4.pge from shadow page role | Avi Kivity | 2010-05-17 | 3 | -4/+1 | |
| * | | | | | KVM: use the correct RCU API for PROVE_RCU=y | Lai Jiangshan | 2010-05-17 | 6 | -8/+16 | |
| * | | | | | Merge branch 'perf' | Avi Kivity | 2010-05-17 | 40 | -3272/+3189 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | KVM: MMU: cleanup for hlist walk restart | Xiao Guangrong | 2010-05-17 | 1 | -5/+10 | |
| * | | | | | | KVM: prevent spurious exit to userspace during task switch emulation. | Gleb Natapov | 2010-05-17 | 2 | -4/+14 |