summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: MMU: Add generic shadow walkerAvi Kivity2008-10-151-0/+34
| * KVM: MMU: Infer shadow root level in direct_map()Avi Kivity2008-10-151-5/+4
| * KVM: MMU: Unify direct map 4K and large page pathsAvi Kivity2008-10-151-8/+3
| * KVM: MMU: Move SHADOW_PT_INDEX to mmu.cAvi Kivity2008-10-152-3/+2
| * KVM: x86 emulator: remove bad ByteOp specifier from NEG descriptorAvi Kivity2008-10-151-1/+1
| * KVM: x86 emulator: remove duplicate SrcImmroel kluin2008-10-151-1/+1
| * KVM: Load real mode segments correctlyAvi Kivity2008-10-151-0/+22
| * KVM: VMX: Change segment dpl at reset to 3Avi Kivity2008-10-151-1/+1
| * KVM: VMX: Change cs reset state to be a data segmentAvi Kivity2008-10-151-2/+1
| * KVM: make irq ack notifier functions staticHarvey Harrison2008-10-152-2/+2
| * KVM: Use kvm_set_irq to inject interruptsAmit Shah2008-10-152-11/+3
| * KVM: SVM: Fix typoAmit Shah2008-10-151-1/+1
| * KVM: VMX: Modify mode switching and vmentry functionsMohammed Gamal2008-10-151-0/+20
| * KVM: VMX: Add invalid guest state handlerMohammed Gamal2008-10-151-0/+37
| * KVM: VMX: Add module parameter and emulation flag.Mohammed Gamal2008-10-151-0/+4
| * KVM: VMX: Add Guest State Validity ChecksMohammed Gamal2008-10-151-0/+180
| * KVM: Device assignment: Check for privileges before assigning irqAmit Shah2008-10-151-0/+5
| * KVM: Handle spurious acks for PIT interruptsAvi Kivity2008-10-151-1/+1
| * KVM: fix i8259 reset irq ackingMarcelo Tosatti2008-10-151-5/+11
| * KVM: VMX: Use interrupt queue for !irqchip_in_kernelAvi Kivity2008-10-151-6/+5
| * KVM: set debug registers after "schedulable" sectionMarcelo Tosatti2008-10-151-5/+4
| * KVM: VMX: Clean up magic number 0x66 in init_rmode_tssSheng Yang2008-10-151-1/+2
| * KVM: Reduce stack usage in kvm_pv_mmu_op()Dave Hansen2008-10-151-15/+8
| * KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()Dave Hansen2008-10-151-8/+15
| * KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()Dave Hansen2008-10-151-27/+45
| * KVM: pci device assignmentBen-Ami Yassour2008-10-151-0/+243
| * KVM: PIT: fix injection logic and countMarcelo Tosatti2008-10-153-40/+38
| * KVM: irq ack notificationMarcelo Tosatti2008-10-154-5/+19
| * KVM: Add irq ack notifier listAvi Kivity2008-10-152-0/+27
| * KVM: Ignore DEBUGCTL MSRs with no effectAlexander Graf2008-10-151-0/+17
| * KVM: VMX: Avoid vmwrite(HOST_RSP) when possibleAvi Kivity2008-10-151-0/+6
| * KVM: SVM: Unify register save/restore across 32 and 64 bit hostsAvi Kivity2008-10-151-52/+26
| * KVM: VMX: Unify register save/restore across 32 and 64 bit hostsAvi Kivity2008-10-151-54/+36
| * KVM: VMX: Reinject real mode exceptionJan Kiszka2008-10-151-2/+39
| * KVM: Consolidate XX_VECTOR definesJan Kiszka2008-10-152-5/+1
| * KVM: Consolidate PIC isr clearing into a functionAvi Kivity2008-10-151-6/+12
| * KVM: VMX: Remove redundant check in handle_rmode_exceptionMohammed Gamal2008-10-151-3/+0
| * KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()Avi Kivity2008-10-151-57/+20
| * KVM: Add a pending interrupt queueAvi Kivity2008-10-151-0/+11
| * KVM: VMX: Fix pending exception processingAvi Kivity2008-10-151-3/+12
| * KVM: Clear exception queue before emulating an instructionAvi Kivity2008-10-152-0/+13
| * KVM: VMX: Move nmi injection failure processing to vm exit pathAvi Kivity2008-10-151-17/+32
| * KVM: Move NMI IRET fault processing to new vmx_complete_interrupts()Avi Kivity2008-10-151-12/+24
| * KVM: MMU: Simplify kvm_mmu_zap_page()Avi Kivity2008-10-151-9/+5
| * KVM: MMU: Separate the code for unlinking a shadow page from its parentsAvi Kivity2008-10-151-2/+7
| * KVM: Introduce kvm_set_irq to inject interrupts in guestsAmit Shah2008-10-152-0/+13
| * KVM: x86: accessors for guest registersMarcelo Tosatti2008-10-156-228/+254
| * KVM: VMX: Rename misnamed msr bitsSheng Yang2008-10-152-11/+11
* | misc: replace __FUNCTION__ with __func__Harvey Harrison2008-10-161-1/+1
|/
* Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2008-10-111-15/+0
|\