| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2010-05-21 | 1 | -1/+1 |
|\ |
|
| * | x86/PCI: Convert pci_config_lock to raw_spinlock | Thomas Gleixner | 2010-05-11 | 1 | -1/+1 |
* | | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-05-21 | 9 | -65/+122 |
|\ \ |
|
| * | | KVM: MMU: Segregate shadow pages with different cr0.wp | Avi Kivity | 2010-05-19 | 1 | -0/+1 |
| * | | x86, paravirt: don't compute pvclock adjustments if we trust the tsc | Glauber Costa | 2010-05-19 | 2 | -0/+6 |
| * | | KVM: x86: add new KVMCLOCK cpuid feature | Glauber Costa | 2010-05-19 | 1 | -0/+4 |
| * | | KVM: x86: change msr numbers for kvmclock | Glauber Costa | 2010-05-19 | 1 | -0/+4 |
| * | | x86, paravirt: Enable pvclock flags in vcpu_time_info structure | Glauber Costa | 2010-05-19 | 2 | -1/+3 |
| * | | KVM: VMX: enable VMXON check with SMX enabled (Intel TXT) | Shane Wang | 2010-05-19 | 1 | -2/+3 |
| * | | KVM: VMX: Add definitions for guest and host EFER autoswitch vmcs entries | Avi Kivity | 2010-05-19 | 1 | -0/+4 |
| * | | KVM: VMX: Add definition for msr autoload entry | Avi Kivity | 2010-05-19 | 1 | -1/+7 |
| * | | KVM: x86: Allow marking an exception as reinjected | Joerg Roedel | 2010-05-17 | 1 | -1/+5 |
| * | | KVM: x86: Add callback to let modules decide over some supported cpuid bits | Joerg Roedel | 2010-05-17 | 1 | -0/+2 |
| * | | KVM: MMU: Drop cr4.pge from shadow page role | Avi Kivity | 2010-05-17 | 1 | -1/+0 |
| * | | Merge branch 'perf' | Avi Kivity | 2010-05-17 | 11 | -446/+864 |
| |\ \ |
|
| * | | | KVM: MMU: reduce 'struct kvm_mmu_page' size | Xiao Guangrong | 2010-05-17 | 1 | -2/+2 |
| * | | | KVM: MMU: Replace role.glevels with role.cr4_pae | Avi Kivity | 2010-05-17 | 1 | -1/+1 |
| * | | | KVM: x86: Push potential exception error code on task switches | Jan Kiszka | 2010-05-17 | 3 | -2/+5 |
| * | | | KVM: move DR register access handling into generic code | Gleb Natapov | 2010-05-17 | 1 | -2/+3 |
| * | | | KVM: SVM: implement NEXTRIPsave SVM feature | Andre Przywara | 2010-05-17 | 1 | -1/+3 |
| * | | | KVM: MMU: remove unused field | Xiao Guangrong | 2010-05-17 | 1 | -2/+0 |
| * | | | KVM: x86 emulator: commit rflags as part of registers commit | Gleb Natapov | 2010-05-17 | 1 | -0/+1 |
| * | | | KVM: x86 emulator: introduce pio in string read ahead. | Gleb Natapov | 2010-05-17 | 1 | -0/+7 |
| * | | | KVM: x86 emulator: restart string instruction without going back to a guest. | Gleb Natapov | 2010-05-17 | 1 | -0/+1 |
| * | | | KVM: x86 emulator: Move string pio emulation into emulator.c | Gleb Natapov | 2010-05-17 | 1 | -8/+0 |
| * | | | KVM: x86 emulator: fix in/out emulation. | Gleb Natapov | 2010-05-17 | 2 | -2/+8 |
| * | | | KVM: x86 emulator: Emulate task switch in emulator.c | Gleb Natapov | 2010-05-17 | 1 | -0/+5 |
| * | | | KVM: x86 emulator: Provide more callbacks for x86 emulator. | Gleb Natapov | 2010-05-17 | 1 | -0/+16 |
| * | | | KVM: Provide current eip as part of emulator context. | Gleb Natapov | 2010-05-17 | 1 | -1/+2 |
| * | | | KVM: Provide x86_emulate_ctxt callback to get current cpl | Gleb Natapov | 2010-05-17 | 1 | -0/+1 |
| * | | | KVM: remove realmode_lmsw function. | Gleb Natapov | 2010-05-17 | 1 | -2/+0 |
| * | | | KVM: Provide callback to get/set control registers in emulator ops. | Gleb Natapov | 2010-05-17 | 2 | -3/+2 |
| * | | | KVM: Remove pointer to rflags from realmode_set_cr parameters. | Gleb Natapov | 2010-05-17 | 1 | -2/+1 |
| * | | | KVM: MMU: Reinstate pte prefetch on invlpg | Avi Kivity | 2010-05-17 | 1 | -0/+1 |
| * | | | KVM: x86: Use native_store_idt() instead of kvm_get_idt() | Wei Yongjun | 2010-05-17 | 1 | -5/+0 |
| * | | | KVM: move segment_base() into vmx.c | Gleb Natapov | 2010-04-25 | 1 | -9/+0 |
| * | | | KVM: Drop kvm_get_gdt() in favor of generic linux function | Gleb Natapov | 2010-04-25 | 1 | -5/+0 |
| * | | | KVM: SVM: Implement emulation of vm_cr msr | Joerg Roedel | 2010-04-25 | 1 | -0/+4 |
| * | | | KVM: x86: Add kvm_is_linear_rip | Jan Kiszka | 2010-04-25 | 1 | -1/+3 |
| * | | | KVM: x86: Add support for saving&restoring debug registers | Jan Kiszka | 2010-04-25 | 1 | -0/+10 |
| * | | | KVM: x86: Save&restore interrupt shadow mask | Jan Kiszka | 2010-04-25 | 2 | -4/+6 |
| * | | | KVM: remove redundant prototype of load_pdptrs() | Takuya Yoshikawa | 2010-04-25 | 1 | -1/+0 |
| * | | | KVM: use desc_ptr struct instead of kvm private descriptor_table | Gleb Natapov | 2010-04-25 | 1 | -11/+6 |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg... | Linus Torvalds | 2010-05-21 | 1 | -0/+55 |
|\ \ \ \ |
|
| * | | | | IPC driver for Intel Mobile Internet Device (MID) platforms | Sreedhara DS | 2010-05-17 | 1 | -0/+55 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2010-05-21 | 1 | -3/+93 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Herbert Xu | 2010-05-03 | 35 | -148/+483 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | crypto: aesni-intel - Fix another CTR build failure with gas 2.16.1 | Huang Ying | 2010-03-24 | 1 | -2/+2 |
| * | | | | | crypto: aesni-intel - Fix CTR optimization build failure with gas 2.16.1 | Huang Ying | 2010-03-13 | 1 | -3/+93 |
* | | | | | | Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-05-21 | 1 | -0/+2 |
|\ \ \ \ \ \ |
|