KVM: Drop user return notifier when disabling virtualization on a cpu
[safe/jmp/linux-2.6] / arch /
2009-12-03 Avi KivityKVM: Drop user return notifier when disabling virtualiz...
2009-12-03 Sheng YangKVM: VMX: Disable unrestricted guest when EPT disabled
2009-12-03 Avi KivityKVM: x86 emulator: limit instructions to 15 bytes
2009-12-03 Carsten OtteKVM: s390: Make psw available on all exits, not just...
2009-12-03 Jan KiszkaKVM: x86: Add KVM_GET/SET_VCPU_EVENTS
2009-12-03 Avi KivityKVM: VMX: Report unexpected simultaneous exceptions...
2009-12-03 Avi KivityKVM: Allow internal errors reported to userspace to...
2009-12-03 Jan KiszkaKVM: x86: Polish exception injection via KVM_SET_GUEST_...
2009-12-03 Marcelo TosattiKVM: x86: disallow KVM_{SET,GET}_LAPIC without allocate...
2009-12-03 Marcelo TosattiKVM: x86: disallow multiple KVM_CREATE_IRQCHIP
2009-12-03 Avi KivityKVM: VMX: Remove vmx->msr_offset_efer
2009-12-03 Marcelo TosattiKVM: MMU: update invlpg handler comment
2009-12-03 Marcelo TosattiKVM: VMX: move CR3/PDPTR update to vmx_set_cr3
2009-12-03 Gleb NatapovKVM: remove duplicated task_switch check
2009-12-03 Hollis BlanchardKVM: powerpc: Fix BUILD_BUG_ON condition
2009-12-03 Avi KivityKVM: VMX: Use shared msr infrastructure
2009-12-03 Avi KivityKVM: x86 shared msr infrastructure
2009-12-03 Avi KivityKVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autolo...
2009-12-03 Eduardo HabkostKVM: SVM: init_vmcb(): remove redundant save->cr0 initi...
2009-12-03 Eduardo HabkostKVM: SVM: Reset cr0 properly on vcpu reset
2009-12-03 Eduardo HabkostKVM: VMX: Use macros instead of hex value on cr0 initia...
2009-12-03 Glauber CostaKVM: allow userspace to adjust kvmclock offset
2009-12-03 Jan KiszkaKVM: SVM: Cleanup NMI singlestep
2009-12-03 Jan KiszkaKVM: x86: Fix guest single-stepping while interruptible
2009-12-03 Ed SwierkKVM: Xen PV-on-HVM guest support
2009-12-03 Jan KiszkaKVM: x86: Drop unneeded CONFIG_HAS_IOMEM check
2009-12-03 Marcelo TosattiKVM: VMX: fix handle_pause declaration
2009-12-03 Zachary AmsdenKVM: x86: Harden against cpufreq
2009-12-03 Mark LangsdorfKVM: SVM: Support Pause Filter in AMD processors
2009-12-03 Zhai, EdwinKVM: VMX: Add support for Pause-Loop Exiting
2009-12-03 Joerg RoedelKVM: SVM: Remove nsvm_printk debugging code
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for skinit instruction
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for invlpga instruction
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for #vmexit because intr pending
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for injected #vmexit
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for nested #vmexit
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for nested vmrun
2009-12-03 Joerg RoedelKVM: SVM: Move INTR vmexit out of atomic code
2009-12-03 Alexander GrafKVM: SVM: Notify nested hypervisor of lost event injections
2009-12-03 Glauber CostaKVM: x86: include pvclock MSRs in msrs_to_save
2009-12-03 Jan KiszkaKVM: x86: Rework guest single-step flag injection and...
2009-12-03 Marcelo TosattiKVM: x86: disable paravirt mmu reporting
2009-12-03 Jan KiszkaKVM: x86: Refactor guest debug IOCTL handling
2009-12-03 Juan QuintelaKVM: remove pre_task_link setting in save_state_to_tss16
2009-12-03 Zachary AmsdenKVM: Fix hotplug of CPUs
2009-12-03 Zachary AmsdenKVM: Fix printk name error in svm.c
2009-12-03 Zachary AmsdenKVM: Kill the confusing tsc_ref_khz and ref_freq variables
2009-12-03 Zachary AmsdenKVM: Separate timer intialization into an indepedent...
2009-12-03 Joerg RoedelKVM: SVM: Remove remaining occurences of rdtscll
2009-12-03 Joerg RoedelKVM: SVM: don't copy exit_int_info on nested vmrun
2009-12-03 Joerg RoedelKVM: SVM: reorganize svm_interrupt_allowed
2009-12-03 Huang WeiyiKVM: remove duplicated #include
2009-12-03 Alexander GrafKVM: Activate Virtualization On Demand
2009-12-03 Marcelo TosattiKVM: SVM: remove needless mmap_sem acquision from neste...
2009-12-03 Mohammed GamalKVM: VMX: Enhance invalid guest state emulation
2009-12-03 Mohammed GamalKVM: x86 emulator: Add pusha and popa instructions
2009-12-03 Mohammed GamalKVM: x86 emulator: Add missing decoder flags for 'or...
2009-12-03 Avi KivityKVM: Move assigned device code to own file
2009-12-03 Avi KivityKVM: Return -ENOTTY on unrecognized ioctls
2009-12-03 Gleb NatapovKVM: Drop kvm->irq_lock lock from irq injection path
2009-12-03 Gleb NatapovKVM: Move IO APIC to its own lock
2009-12-03 Gleb NatapovKVM: Move irq ack notifier list to arch independent...
2009-12-03 Gleb NatapovKVM: Maintain back mapping from irqchip/pin to gsi
2009-12-03 Gleb NatapovKVM: Move irq sharing information to irqchip level
2009-12-03 Gleb NatapovKVM: Call pic_clear_isr() on pic reset to reuse logic...
2009-12-03 Avi KivityKVM: Don't pass kvm_run arguments
2009-12-03 Mohammed GamalKVM: x86 emulator: Introduce No64 decode option
2009-12-03 Mohammed GamalKVM: x86 emulator: Add 'push/pop sreg' instructions
2009-12-03 Avi KivityMerge remote branch 'tip/x86/entry' into kvm-updates...
2009-12-02 Florian FainelliMIPS: RB532: Fix devices.c compilation.
2009-12-02 Ralf BaechleMIPS: Fix MIPS I build.
2009-12-01 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2009-12-01 Wu ZhangjinMIPS: Loongson: Switch from flatmem to sparsemem
2009-12-01 Wu ZhangjinMIPS: Loongson: Disallow 4kB pages
2009-12-01 Ralf BaechleMIPS: Add missing definition for MADV_HWPOISON.
2009-12-01 Ralf BaechleMIPS: Fix build error if __xchg() is not getting inlined.
2009-12-01 Martin MichlmayrMIPS: IP22/IP28 Disable early printk to fix boot proble...
2009-12-01 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-01 Thomas Gleixneralpha: Fixup last users of irq_chip->typename
2009-12-01 Michael CreeAlpha: Rearrange thread info flags fixing two regressions
2009-11-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-30 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2009-11-30 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2009-11-30 Becky Brucepowerpc: Fix DEBUG_HIGHMEM build break from d4515646699
2009-11-30 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2009-11-30 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2009-11-30 Julia Lawallarch/alpha/kernel: Add kmalloc NULL tests
2009-11-30 Julia Lawallarch/alpha/kernel/sys_ruffian.c: Use DIV_ROUND_CLOSEST
2009-11-30 Helge Dellerparisc: fix unwind with recent gcc versions
2009-11-25 Russell KingMerge branch 'mach-types'
2009-11-25 Russell King[ARM] Update mach-types
2009-11-25 Graf YangBlackfin: fix SMP build error in start_thread()
2009-11-25 Roel KluinBlackfin: fix memset in smp_send_reschedule() and ...
2009-11-25 Jie ZhangBlackfin: fix typo in ptrace poking
2009-11-25 Mike FrysingerBlackfin: check for anomaly 05000475
2009-11-25 Mike FrysingerBlackfin: work around testset anomaly 05000477
2009-11-25 Mike FrysingerBlackfin: update anomaly lists
2009-11-25 André Goddard RosaBlackfin: fix cache Kconfig typo
2009-11-25 Michael HennerichBlackfin: fix suspend/resume failure with some on-chip...
2009-11-24 Harald Welte[CPUFREQ] Enable ACPI PDC handshake for VIA/Centaur...
next