]> pilppa.org Git - linux-2.6-omap-h63xx.git/history - drivers/kvm/kvm_main.c
KVM: x86 emulator: fix bit string operations operand size
[linux-2.6-omap-h63xx.git] / drivers / kvm / kvm_main.c
2007-05-03 Sergey KiselevKVM: Handle writes to MCG_STATUS msr
2007-05-03 Avi KivityKVM: Modify guest segments after potentially switching...
2007-05-03 Avi KivityKVM: Remove set_cr0_no_modeswitch() arch op
2007-05-03 Avi KivityKVM: Avoid guest virtual addresses in string pio usersp...
2007-05-03 Avi KivityKVM: Future-proof argument-less ioctls
2007-05-03 Avi KivityKVM: Allow kernel to select size of mmap() buffer
2007-05-03 Avi KivityKVM: Add guest mode signal mask
2007-05-03 Avi KivityKVM: Fold kvm_run::exit_type into kvm_run::exit_reason
2007-05-03 Avi KivityKVM: Allow userspace to process hypercalls which have...
2007-05-03 Avi KivityKVM: Add method to check for backwards-compatible API...
2007-05-03 Avi KivityKVM: Remove the 'emulated' field from the userspace...
2007-05-03 Avi KivityKVM: Handle cpuid in the kernel instead of punting...
2007-05-03 Avi KivityKVM: Do not communicate to userspace through cpu regist...
2007-05-03 Avi KivityKVM: Use a shared page for kernel/user communication...
2007-05-03 Avi KivityKVM: Use own minor number
2007-05-03 Dor LaorKVM: Fix guest register corruption on paravirt hypercall
2007-04-29 Len BrownPull dock into release branch
2007-04-29 Len BrownPull ec into release branch
2007-04-29 Len BrownPull asus into release branch
2007-04-26 David WoodhouseMerge branch 'master' of git://git.kernel.org/pub/scm...
2007-04-23 Paul MackerrasMerge branch 'kconfig' of master.kernel.org:/pub/scm...
2007-04-12 Paul MackerrasMerge branch 'linux-2.6' into for-2.6.22
2007-03-27 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/jejb...
2007-03-25 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2007-03-23 David WoodhouseMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2007-03-23 Jeff GarzikMerge branch 'upstream-fixes' of git://git.kernel.org...
2007-03-23 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2007-03-23 Linus TorvaldsMerge branch 'merge' of git://git.kernel.org/pub/scm...
2007-03-22 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2007-03-20 Len BrownPull c2 into release branch
2007-03-20 Len BrownPull bugzilla-7465 into release branch
2007-03-20 Len BrownPull bugzilla-8171 into release branch
2007-03-20 Len BrownPull misc-for-upstream into release branch
2007-03-20 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2007-03-18 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/letha...
2007-03-18 Linus TorvaldsMerge branch 'linus' of git://kvm.qumranet.com/home...
2007-03-18 Avi KivityKVM: Unset kvm_arch_ops if arch module loading failed
2007-03-10 Len BrownPull bugzilla-7570 into release branch
2007-03-10 Len BrownPull ibm into release branch
2007-03-10 Len BrownPull altix into release branch
2007-03-09 Linus TorvaldsMerge branch 'for-linus' of master.kernel.org:/pub...
2007-03-08 Linus TorvaldsMerge branch 'for-linus' of master.kernel.org:/pub...
2007-03-07 Linus TorvaldsMerge branch 'for-linus' of master.kernel.org:/pub...
2007-03-07 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2007-03-04 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/bart...
2007-03-04 Linus TorvaldsMerge branch 'upstream-linus' of master.kernel.org...
2007-03-04 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/mcheh...
2007-03-04 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davem...
2007-03-04 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2007-03-04 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-03-04 Andrew MortonKVM: Move kvmfs magic number to <linux/magic.h>
2007-03-04 Avi KivityKVM: Fix bogus failure in kvm.ko module initialization
2007-03-04 Uri LublinKVM: Remove write access permissions when dirty-page...
2007-03-04 Uri Lublinkvm: move do_remove_write_access() up
2007-03-04 Uri LublinKVM: Fix dirty page log bitmap size/access calculation
2007-03-04 Uri LublinKVM: Add missing calls to mark_page_dirty()
2007-03-04 Avi KivityKVM: Per-vcpu inodes
2007-03-04 Avi KivityKVM: Move kvm_vm_ioctl_create_vcpu() around
2007-03-04 Avi KivityKVM: Rename some kvm_dev_ioctl_*() functions to kvm_vm_...
2007-03-04 Avi KivityKVM: Create an inode per virtual machine
2007-03-04 Avi KivityKVM: Add internal filesystem for generating inodes
2007-03-04 Avi KivityKVM: More 0 -> NULL conversions
2007-03-04 Avi KivityKVM: Wire up hypercall handlers to a central arch-indep...
2007-03-04 Ingo MolnarKVM: add MSR based hypercall API
2007-03-04 Markus RechbergerKVM: Use page_private()/set_page_private() apis
2007-03-04 Avi KivityKVM: Cosmetics
2007-03-04 Jeremy KatzKVM: Move virtualization deactivation from CPU_DEAD...
2007-02-26 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davej...
2007-02-26 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/kyle...
2007-02-26 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2007-02-26 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davej...
2007-02-20 Russell KingMerge ARM fixes
2007-02-19 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2007-02-19 Linus TorvaldsMerge branch 'for-linus' of master.kernel.org:/home...
2007-02-19 Linus TorvaldsMerge branch 'for-linus' of ssh://master.kernel.org...
2007-02-17 John W. LinvilleMerge branch 'upstream' into upstream-jgarzik
2007-02-17 Jeff GarzikMerge branch 'gfar' of master.kernel.org:/pub/scm/linux...
2007-02-17 Kyle McMartinMerge branch 'parisc' from /home/kyle/repos/parisc...
2007-02-17 Len BrownPull bugzilla-7897 into release branch
2007-02-17 Len BrownPull bugzilla-7887 into release branch
2007-02-17 Len BrownPull bugzilla-7200 into release branch
2007-02-17 Len BrownPull remove-hotkey into release branch
2007-02-17 Len BrownPull sony into release branch
2007-02-16 Len BrownPull misc-for-upstream into release branch
2007-02-16 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davej...
2007-02-16 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davej...
2007-02-14 Linus TorvaldsMerge branch 'for-linus' of master.kernel.org:/pub...
2007-02-14 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/sfren...
2007-02-14 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-02-14 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/wim...
2007-02-13 Wim Van SebroeckMerge ../linux-2.6-watchdog-mm
2007-02-13 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2007-02-13 Kumar GalaMerge branch 'master' into 85xx
2007-02-13 Kumar GalaMerge branch 'master' into 83xx
2007-02-13 Kumar GalaMerge branch 'master' into for_paulus
2007-02-13 Paul MackerrasMerge branch 'for_paulus' of master.kernel.org:/pub...
2007-02-12 Linus TorvaldsMerge branch 'for-linus' of git://git390.osdl.marist...
2007-02-12 Avi Kivity[PATCH] KVM: Host suspend/resume support
2007-02-12 Avi Kivity[PATCH] KVM: cpu hotplug support
2007-02-12 Avi Kivity[PATCH] KVM: Add a global list of all virtual machines
next