summaryrefslogtreecommitdiffstats
path: root/drivers/atm (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-30KVM: Use virtual cpu accounting if available for guest times.Christian Borntraeger1-0/+3
2008-01-30KVM: MMU: Partial swapping of guest memoryIzik Eidus4-41/+84
2008-01-30KVM: MMU: Make gfn_to_page() always safeIzik Eidus4-29/+23
2008-01-30KVM: MMU: Keep a reverse mapping of non-writable translationsIzik Eidus1-12/+11
2008-01-30KVM: MMU: Add rmap_next(), a helper for walking kvm rmapsIzik Eidus1-10/+35
2008-01-30KVM: x86 emulator: cmc, clc, cli, stiNitin A Kamble1-2/+19
2008-01-30KVM: MMU: Simplify page table walkerAvi Kivity1-76/+48
2008-01-30KVM: x86 emulator: Implement emulation of instruction: inc & decNitin A Kamble1-2/+18
2008-01-30KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSHAvi Kivity2-3/+3
2008-01-30KVM: Move apic timer interrupt backlog processing to common codeAvi Kivity3-2/+2
2008-01-30KVM: Add some \n in ioapic_debug()Laurent Vivier1-11/+14
2008-01-30KVM: apic round robin cleanupQing He1-10/+3
2008-01-30KVM: Portability: split kvm_vcpu_ioctlCarsten Otte3-194/+234
2008-01-30KVM: MMU: When updating the dirty bit, inform the mmu about itAvi Kivity1-0/+5
2008-01-30KVM: MMU: Move dirty bit updates to a separate functionAvi Kivity1-8/+15
2008-01-30KVM: MMU: Instantiate real-mode shadows as user writable shadowsAvi Kivity1-1/+1
2008-01-30KVM: MMU: Disable write access on clean large pagesAvi Kivity1-0/+2
2008-01-30KVM: MMU: Fix nx access bit for huge pagesAvi Kivity1-1/+1
2008-01-30KVM: Move guest pte dirty bit management to the guest pagetable walkerAvi Kivity2-23/+13
2008-01-30KVM: MMU: More struct kvm_vcpu -> struct kvm cleanupsAnthony Liguori3-17/+17
2008-01-30KVM: MMU: Clean up MMU functions to take struct kvm when appropriateAnthony Liguori2-11/+11
2008-01-30KVM: Move x86 msr handling to new files x86.[ch]Carsten Otte5-67/+126
2008-01-30KVM: Support assigning userspace memory to the guestIzik Eidus3-11/+83
2008-01-30KVM: CodingStyle cleanupMike Day10-148/+151
2008-01-30KVM: Remove gratuitous casts from lapic.cRusty Russell1-5/+5
2008-01-30KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()Rusty Russell3-13/+9
2008-01-30KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()Rusty Russell3-14/+11
2008-01-30KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus4-3/+94
2008-01-30KVM: Add general accessors to read and write guest memoryIzik Eidus3-54/+158
2008-01-30KVM: Remove the usage of page->private field by rmapIzik Eidus4-56/+86
2008-01-30KVM: VMX: Simplify vcpu_clear()Avi Kivity1-5/+1
2008-01-30KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processorAvi Kivity1-1/+3
2008-01-30KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effectLaurent Vivier1-9/+15
2008-01-30KVM: Purify x86_decode_insn() error case managementLaurent Vivier1-3/+7
2008-01-30KVM: x86_emulator: no writeback for btQing He1-0/+1
2008-01-30KVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE insteadLaurent Vivier2-53/+25
2008-01-30KVM: x86 emulator: remove _eflags and use directly ctxt->eflags.Laurent Vivier1-62/+59
2008-01-30KVM: x86 emulator: split some decoding into functions for readabilityLaurent Vivier1-185/+266
2008-01-30KVM: MMU: Ignore reserved bits in cr3 in non-pae modeRyan Harper1-7/+4
2008-01-30KVM: MMU: Make flooding detection work when guest page faults are bypassedAvi Kivity3-2/+29
2008-01-30KVM: Allow not-present guest page faults to bypass kvmAvi Kivity5-37/+122
2008-01-30KVM: VMX: Further reduce efer reloadsAvi Kivity1-24/+37
2008-01-30KVM: Call x86_decode_insn() only when neededLaurent Vivier5-45/+82
2008-01-30KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()Laurent Vivier3-14/+10
2008-01-30KVM: x86 emulator: move all decoding process to function x86_decode_insn()Laurent Vivier1-24/+53
2008-01-30KVM: x86 emulator: move all x86_emulate_memop() to a structureLaurent Vivier2-435/+518
2008-01-30KVM: x86 emulator: remove unused functionsLaurent Vivier1-39/+0
2008-01-30KVM: Refactor hypercall infrastructure (v3)Anthony Liguori6-183/+199
2008-01-30KVM: x86 emulator: Add vmmcall/vmcall to x86_emulate (v3)Anthony Liguori1-6/+17
2008-01-30[net] Gracefully handle shared e1000/1000e driver PCI ID'sLinus Torvalds2-28/+37