aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03KVM: SVM: Remove nsvm_printk debugging codeJoerg Roedel1-34/+0
2009-12-03KVM: SVM: Add tracepoint for skinit instructionJoerg Roedel3-1/+32
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 Graf7-15/+29
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 Kivity2-2/+3
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity4-4/+4
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov4-8/+0
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov4-23/+21
2009-12-03KVM: Move irq ack notifier list to arch independent codeGleb Natapov2-2/+0
2009-12-03KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov2-0/+2
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 Kivity5-2/+21
2009-12-02MIPS: RB532: Fix devices.c compilation.Florian Fainelli1-1/+2
2009-12-02MIPS: Fix MIPS I build.Ralf Baechle1-0/+4
2009-12-01Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds3-9/+28
2009-12-01MIPS: Loongson: Switch from flatmem to sparsememWu Zhangjin1-1/+1
2009-12-01MIPS: Loongson: Disallow 4kB pagesWu Zhangjin1-0/+1
2009-12-01MIPS: Add missing definition for MADV_HWPOISON.Ralf Baechle1-0/+1
2009-12-01MIPS: Fix build error if __xchg() is not getting inlined.Ralf Baechle1-6/+9
2009-12-01MIPS: IP22/IP28 Disable early printk to fix boot problems on some systems.Martin Michlmayr1-2/+16
2009-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6Linus Torvalds24-36/+43
2009-11-30alpha: Fixup last users of irq_chip->typenameThomas Gleixner20-23/+23
2009-11-30Alpha: Rearrange thread info flags fixing two regressionsMichael Cree1-12/+15