| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: rewrite vmap layer | Nick Piggin | 2008-10-20 | 3 | -0/+4 |
* | Export kmap_atomic_pfn for DRM-GEM. | Eric Anholt | 2008-10-18 | 1 | -0/+1 |
* | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-10-16 | 19 | -921/+1906 |
|\ |
|
| * | KVM: Separate irq ack notification out of arch/x86/kvm/irq.c | Xiantao Zhang | 2008-10-15 | 3 | -42/+1 |
| * | KVM: Move device assignment logic to common code | Xiantao Zhang | 2008-10-15 | 1 | -255/+0 |
| * | KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/ | Zhang xiantao | 2008-10-15 | 2 | -194/+3 |
| * | KVM: VMX: enable invlpg exiting if EPT is disabled | Marcelo Tosatti | 2008-10-15 | 1 | -1/+2 |
| * | KVM: x86: Silence various LAPIC-related host kernel messages | Jan Kiszka | 2008-10-15 | 2 | -11/+9 |
| * | KVM: Device Assignment: Map mmio pages into VT-d page table | Weidong Han | 2008-10-15 | 1 | -18/+11 |
| * | KVM: PIC: enhance IPI avoidance | Marcelo Tosatti | 2008-10-15 | 3 | -2/+18 |
| * | KVM: MMU: add "oos_shadow" parameter to disable oos | Marcelo Tosatti | 2008-10-15 | 1 | -1/+4 |
| * | KVM: MMU: speed up mmu_unsync_walk | Marcelo Tosatti | 2008-10-15 | 1 | -12/+60 |
| * | KVM: MMU: out of sync shadow core | Marcelo Tosatti | 2008-10-15 | 3 | -18/+197 |
| * | KVM: MMU: mmu_convert_notrap helper | Marcelo Tosatti | 2008-10-15 | 1 | -0/+14 |
| * | KVM: MMU: awareness of new kvm_mmu_zap_page behaviour | Marcelo Tosatti | 2008-10-15 | 1 | -4/+9 |
| * | KVM: MMU: mmu_parent_walk | Marcelo Tosatti | 2008-10-15 | 1 | -0/+27 |
| * | KVM: x86: trap invlpg | Marcelo Tosatti | 2008-10-15 | 5 | -5/+71 |
| * | KVM: MMU: sync roots on mmu reload | Marcelo Tosatti | 2008-10-15 | 2 | -0/+37 |
| * | KVM: MMU: mode specific sync_page | Marcelo Tosatti | 2008-10-15 | 2 | -0/+64 |
| * | KVM: MMU: do not write-protect large mappings | Marcelo Tosatti | 2008-10-15 | 1 | -2/+8 |
| * | KVM: MMU: move local TLB flush to mmu_set_spte | Marcelo Tosatti | 2008-10-15 | 1 | -4/+4 |
| * | KVM: MMU: split mmu_set_spte | Marcelo Tosatti | 2008-10-15 | 1 | -44/+57 |
| * | KVM: MMU: flush remote TLBs on large->normal entry overwrite | Marcelo Tosatti | 2008-10-15 | 1 | -1/+4 |
| * | x86: pvclock: fix shadowed variable warning | Harvey Harrison | 2008-10-15 | 1 | -5/+5 |
| * | KVM: don't enter guest after SIPI was received by a CPU | Gleb Natapov | 2008-10-15 | 1 | -1/+1 |
| * | KVM: x86.c make kvm_load_realmode_segment static | Harvey Harrison | 2008-10-15 | 1 | -1/+1 |
| * | KVM: switch to get_user_pages_fast | Marcelo Tosatti | 2008-10-15 | 4 | -31/+10 |
| * | KVM: Device Assignment: Free device structures if IRQ allocation fails | Amit Shah | 2008-10-15 | 1 | -41/+45 |
| * | KVM: Device Assignment with VT-d | Ben-Ami Yassour | 2008-10-15 | 3 | -0/+215 |
| * | KVM: x86 emulator: Use DstAcc for 'and' | Guillaume Thouvenin | 2008-10-15 | 1 | -19/+2 |
| * | KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions (ocodes 3c, 3d) | Guillaume Thouvenin | 2008-10-15 | 1 | -1/+2 |
| * | KVM: x86 emulator: Add DstAcc operand type | Guillaume Thouvenin | 2008-10-15 | 1 | -16/+34 |
| * | x86: Move FEATURE_CONTROL bits to msr-index.h | Sheng Yang | 2008-10-15 | 1 | -3/+0 |
| * | KVM: VMX: Rename IA32_FEATURE_CONTROL bits | Sheng Yang | 2008-10-15 | 2 | -11/+11 |
| * | KVM: x86 emulator: fix jmp r/m64 instruction | Avi Kivity | 2008-10-15 | 1 | -1/+1 |
| * | KVM: VMX: Cleanup stalled INTR_INFO read | Jan Kiszka | 2008-10-15 | 1 | -3/+0 |
| * | KVM: x86: unhalt vcpu0 on reset | Marcelo Tosatti | 2008-10-15 | 1 | -0/+6 |
| * | KVM: x86 emulator: Add call near absolute instruction (opcode 0xff/2) | Mohammed Gamal | 2008-10-15 | 1 | -1/+10 |
| * | KVM: x86: do not execute halted vcpus | Marcelo Tosatti | 2008-10-15 | 3 | -60/+61 |
| * | KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7, 0xec-0xef) | Mohammed Gamal | 2008-10-15 | 1 | -2/+33 |
| * | KVM: Add statistics for guest irq injections | Avi Kivity | 2008-10-15 | 3 | -0/+3 |
| * | KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr | Sheng Yang | 2008-10-15 | 2 | -7/+7 |
| * | KVM: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd) | Mohammed Gamal | 2008-10-15 | 1 | -1/+9 |
| * | KVM: add MC5_MISC msr read support | Joerg Roedel | 2008-10-15 | 1 | -0/+1 |
| * | KVM: SVM: No need to unprotect memory during event injection when using npt | Avi Kivity | 2008-10-15 | 1 | -1/+1 |
| * | KVM: MMU: Fix setting the accessed bit on non-speculative sptes | Avi Kivity | 2008-10-15 | 1 | -1/+1 |
| * | KVM: MMU: Flush tlbs after clearing write permission when accessing dirty log | Avi Kivity | 2008-10-15 | 1 | -0/+1 |
| * | KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access() | Avi Kivity | 2008-10-15 | 1 | -0/+2 |
| * | KVM: MMU: Account for npt/ept/realmode page faults | Avi Kivity | 2008-10-15 | 1 | -0/+1 |
| * | KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf) | Mohammed Gamal | 2008-10-15 | 1 | -4/+11 |