Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | KVM: x86: Fix typos and whitespace errors | Amit Shah | 2009-03-24 | 1 | -17/+16 | |
| * | | | | | | | | | | | | | | | KVM: MMU: Only enable cr4_pge role in shadow mode | Avi Kivity | 2009-03-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | KVM: MMU: Rename "metaphysical" attribute to "direct" | Avi Kivity | 2009-03-24 | 3 | -24/+25 | |
| * | | | | | | | | | | | | | | | KVM: MMU: drop zeroing on mmu_memory_cache_alloc | Marcelo Tosatti | 2009-03-24 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Fix typo in has_svm() | Joe Perches | 2009-03-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked | Avi Kivity | 2009-03-24 | 2 | -0/+16 | |
| * | | | | | | | | | | | | | | | KVM: Add CONFIG_HAVE_KVM_IRQCHIP | Avi Kivity | 2009-03-24 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | KVM: MMU: Optimize page unshadowing | Avi Kivity | 2009-03-24 | 1 | -3/+12 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Add microcode patch level dummy | Alexander Graf | 2009-03-24 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | KVM: Properly lock PIT creation | Avi Kivity | 2009-03-24 | 2 | -2/+6 | |
| * | | | | | | | | | | | | | | | KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb) | Avi Kivity | 2009-03-24 | 1 | -1/+25 | |
| * | | | | | | | | | | | | | | | KVM: VMX: When emulating on invalid vmx state, don't return to userspace unne... | Avi Kivity | 2009-03-24 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | KVM: x86 emulator: Make emulate_pop() a little more generic | Avi Kivity | 2009-03-24 | 1 | -9/+6 | |
| * | | | | | | | | | | | | | | | KVM: VMX: Prevent exit handler from running if emulating due to invalid state | Avi Kivity | 2009-03-24 | 1 | -7/+4 | |
| * | | | | | | | | | | | | | | | KVM: VMX: don't clobber segment AR if emulating invalid state | Avi Kivity | 2009-03-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | KVM: VMX: Fix guest state validity checks | Avi Kivity | 2009-03-24 | 1 | -4/+14 | |
| * | | | | | | | | | | | | | | | KVM: Move struct kvm_pio_request into x86 kvm_host.h | Avi Kivity | 2009-03-24 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | | KVM: PIT: provide an option to disable interrupt reinjection | Marcelo Tosatti | 2009-03-24 | 4 | -0/+31 | |
| * | | | | | | | | | | | | | | | KVM: Fallback support for MSR_VM_HSAVE_PA | Avi Kivity | 2009-03-24 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | KVM: remove the vmap usage | Izik Eidus | 2009-03-24 | 1 | -49/+13 | |
| * | | | | | | | | | | | | | | | KVM: introduce kvm_read_guest_virt, kvm_write_guest_virt | Izik Eidus | 2009-03-24 | 2 | -18/+42 | |
| * | | | | | | | | | | | | | | | KVM: VMX: initialize TSC offset relative to vm creation time | Marcelo Tosatti | 2009-03-24 | 3 | -8/+14 | |
| * | | | | | | | | | | | | | | | KVM: MMU: Drop walk_shadow() | Avi Kivity | 2009-03-24 | 1 | -20/+0 | |
| * | | | | | | | | | | | | | | | KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg() | Avi Kivity | 2009-03-24 | 1 | -49/+32 | |
| * | | | | | | | | | | | | | | | KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch() | Avi Kivity | 2009-03-24 | 1 | -70/+58 | |
| * | | | | | | | | | | | | | | | KVM: MMU: Use for_each_shadow_entry() in __direct_map() | Avi Kivity | 2009-03-24 | 1 | -54/+29 | |
| * | | | | | | | | | | | | | | | KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow() | Avi Kivity | 2009-03-24 | 1 | -20/+49 | |
| * | | | | | | | | | | | | | | | KVM: Fix vmload and friends misinterpreted as lidt | Avi Kivity | 2009-03-24 | 1 | -5/+10 | |
| * | | | | | | | | | | | | | | | KVM: MMU: Initialize a shadow page's global attribute from cr4.pge | Avi Kivity | 2009-03-24 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | | | KVM: MMU: Segregate mmu pages created with different cr4.pge settings | Avi Kivity | 2009-03-24 | 2 | -0/+2 | |
| * | | | | | | | | | | | | | | | KVM: MMU: Inherit a shadow page's guest level count from vcpu setup | Avi Kivity | 2009-03-24 | 2 | -6/+12 | |
| * | | | | | | | | | | | | | | | KVM: x86: Wire-up hardware breakpoints for guest debugging | Jan Kiszka | 2009-03-24 | 3 | -1/+23 | |
| * | | | | | | | | | | | | | | | KVM: x86: Virtualize debug registers | Jan Kiszka | 2009-03-24 | 6 | -96/+193 | |
| * | | | | | | | | | | | | | | | KVM: VMX: Allow single-stepping when uninterruptible | Jan Kiszka | 2009-03-24 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | | KVM: New guest debug interface | Jan Kiszka | 2009-03-24 | 5 | -73/+111 | |
| * | | | | | | | | | | | | | | | KVM: VMX: Support for injecting software exceptions | Jan Kiszka | 2009-03-24 | 2 | -16/+22 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Only allow setting of EFER_SVME when CPUID SVM is set | Alexander Graf | 2009-03-24 | 1 | -16/+42 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Allow setting the SVME bit | Alexander Graf | 2009-03-24 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Allow read access to MSR_VM_VR | Joerg Roedel | 2009-03-24 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Add VMEXIT handler and intercepts | Alexander Graf | 2009-03-24 | 1 | -0/+293 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Add VMRUN handler | Alexander Graf | 2009-03-24 | 3 | -2/+165 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Add VMLOAD and VMSAVE handlers | Alexander Graf | 2009-03-24 | 1 | -2/+58 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Implement hsave | Alexander Graf | 2009-03-24 | 3 | -1/+16 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Implement GIF, clgi and stgi | Alexander Graf | 2009-03-24 | 2 | -5/+45 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Add helper functions for nested SVM | Alexander Graf | 2009-03-24 | 1 | -0/+85 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Move EFER and MSR constants to generic x86 code | Alexander Graf | 2009-03-24 | 5 | -8/+12 | |
| * | | | | | | | | | | | | | | | KVM: SVM: Clean up VINTR setting | Alexander Graf | 2009-03-24 | 1 | -5/+15 | |
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2009-03-26 | 8 | -17/+1399 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platform | Huang Ying | 2009-02-18 | 4 | -0/+1361 | |
| * | | | | | | | | | | | | | | | crypto: aes - Export x86 AES encrypt/decrypt functions | Huang Ying | 2009-02-18 | 4 | -17/+38 |