summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-12-03KVM: SVM: Add tracepoint for invlpga instructionJoerg Roedel3-0/+27
2009-12-03KVM: SVM: Add tracepoint for #vmexit because intr pendingJoerg Roedel3-1/+20
2009-12-03KVM: SVM: Add tracepoint for injected #vmexitJoerg Roedel3-0/+40
2009-12-03KVM: SVM: Add tracepoint for nested #vmexitJoerg Roedel3-0/+43
2009-12-03KVM: SVM: Add tracepoint for nested vmrunJoerg Roedel3-0/+40
2009-12-03KVM: SVM: Move INTR vmexit out of atomic codeJoerg Roedel1-1/+25
2009-12-03KVM: SVM: Notify nested hypervisor of lost event injectionsAlexander Graf1-0/+16
2009-12-03KVM: x86: include pvclock MSRs in msrs_to_saveGlauber Costa1-4/+8
2009-12-03KVM: x86: Rework guest single-step flag injection and filteringJan Kiszka2-32/+48
2009-12-03KVM: x86: disable paravirt mmu reportingMarcelo Tosatti1-2/+2
2009-12-03KVM: x86: Refactor guest debug IOCTL handlingJan Kiszka4-38/+26
2009-12-03KVM: remove pre_task_link setting in save_state_to_tss16Juan Quintela1-1/+0
2009-12-03KVM: Fix hotplug of CPUsZachary Amsden2-4/+6
2009-12-03KVM: Fix printk name error in svm.cZachary Amsden1-2/+3
2009-12-03KVM: Kill the confusing tsc_ref_khz and ref_freq variablesZachary Amsden1-10/+16
2009-12-03KVM: Separate timer intialization into an indepedent functionZachary Amsden1-8/+15
2009-12-03KVM: SVM: Remove remaining occurences of rdtscllJoerg Roedel1-4/+3
2009-12-03KVM: SVM: don't copy exit_int_info on nested vmrunJoerg Roedel1-2/+0
2009-12-03KVM: SVM: reorganize svm_interrupt_allowedJoerg Roedel1-4/+12
2009-12-03KVM: remove duplicated #includeHuang Weiyi1-1/+0
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf4-10/+20
2009-12-03KVM: SVM: remove needless mmap_sem acquision from nested_svm_mapMarcelo Tosatti1-3/+0
2009-12-03KVM: VMX: Enhance invalid guest state emulationMohammed Gamal1-24/+20
2009-12-03KVM: x86 emulator: Add pusha and popa instructionsMohammed Gamal1-1/+47
2009-12-03KVM: x86 emulator: Add missing decoder flags for 'or' instructionsMohammed Gamal1-1/+2
2009-12-03KVM: Move assigned device code to own fileAvi Kivity1-1/+2
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity1-1/+1
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov3-6/+0
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov3-18/+19
2009-12-03KVM: Move irq ack notifier list to arch independent codeGleb Natapov1-1/+0
2009-12-03KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov1-0/+1
2009-12-03KVM: Move irq sharing information to irqchip levelGleb Natapov2-1/+1
2009-12-03KVM: Call pic_clear_isr() on pic reset to reuse logic thereGleb Natapov1-13/+9
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity6-142/+141
2009-12-03KVM: x86 emulator: Introduce No64 decode optionMohammed Gamal1-28/+14
2009-12-03KVM: x86 emulator: Add 'push/pop sreg' instructionsMohammed Gamal1-6/+101
2009-12-03Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Avi Kivity4-2/+11
2009-12-02x86/alternatives: No need for alternatives-asm.h to re-invent stuff already i...Jan Beulich1-7/+3
2009-12-02x86/alternatives: Check replacementlen <= instrlen at build timeJan Beulich1-0/+1
2009-12-02x86: Fix comments of register/stack access functionsMasami Hiramatsu1-4/+4
2009-12-02x86: Remove unnecessary mdelay() from cpu_disable_common()Suresh Siddha1-9/+0
2009-12-02x86, ioapic: Document another case when level irq is seen as an edgeSuresh Siddha1-1/+20
2009-12-02x86, ioapic: Fix the EOI register detection mechanismSuresh Siddha1-54/+61
2009-12-02x86, io-apic: Move the effort of clearing remoteIRR explicitly before migrati...Maciej W. Rozycki1-14/+14
2009-12-02hw-breakpoints: Keep track of user disabled breakpointsFrederic Weisbecker1-4/+12
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2009-11-30x86: Fix a section mismatch in arch/x86/kernel/setup.cHelight.Xu1-2/+2
2009-11-27x86/amd-iommu: Remove amd_iommu_pd_tableJoerg Roedel3-45/+11
2009-11-27x86/amd-iommu: Move reset_iommu_command_buffer out of locked codeJoerg Roedel1-7/+6
2009-11-27x86/amd-iommu: Cleanup DTE flushing codeJoerg Roedel2-66/+35