KVM: Portability: Move unalias_gfn to arch dependent file
[powerpc.git] / drivers / kvm / kvm_main.c
2008-01-30 Zhang XiantaoKVM: Portability: Move unalias_gfn to arch dependent...
2008-01-30 Avi KivityKVM: Disallow fork() and similar games when using a VM
2008-01-30 Avi KivityKVM: Add statistic for remote tlb flushes
2008-01-30 Avi KivityKVM: Split vcpu creation to avoid vcpu_load() before...
2008-01-30 Zhang XiantaoKVM: Portability: Split kvm_set_memory_region() to...
2008-01-30 Zhang XiantaoKVM: Recalculate mmu pages needed for every memory...
2008-01-30 Izik EidusKVM: MMU: Selectively set PageDirty when releasing...
2008-01-30 Hollis BlanchardKVM: Correct consistent typo: "destory" -> "destroy"
2008-01-30 Izik EidusKVM: Simplify kvm_clear_guest_page()
2008-01-30 Zhang XiantaoKVM: Portability: MMU initialization and teardown split
2008-01-30 Zhang XiantaoKVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log...
2008-01-30 Avi KivityKVM: Extend stats support for VM stats
2008-01-30 Zhang XiantaoKVM: Portability: Add two hooks to handle kvm_create...
2008-01-30 Zhang XiantaoKVM: Remove __init attributes for kvm_init_debug and...
2008-01-30 Joe PerchesKVM: Remove ptr comparisons to 0
2008-01-30 Zhang XiantaoKVM: Portability: Make kvm_vcpu_ioctl_translate arch...
2008-01-30 Zhang XiantaoKVM: Portability: move KVM_CHECK_EXTENSION
2008-01-30 Zhang XiantaoKVM: Portability: Move x86 specific code from kvm_init...
2008-01-30 Zhang XiantaoKVM: Portability: Combine kvm_init and kvm_init_x86
2008-01-30 Zhang XiantaoKVM: Portability: Add vcpu and hardware management...
2008-01-30 Zhang XiantaoKVM: Portability: Move kvm_x86_ops to x86.c
2008-01-30 Zhang XiantaoKVM: Portability: Move some includes to x86.c
2008-01-30 Izik EidusKVM: Change kvm_{read,write}_guest() to use copy_{from...
2008-01-30 Izik EidusKVM: introduce gfn_to_hva()
2008-01-30 Izik EidusKVM: add kvm_is_error_hva()
2008-01-30 Avi KivityKVM: Simplify CPU_TASKS_FROZEN cpu notifier handling
2008-01-30 Dor LaorKVM: Add make_page_dirty() to kvm_clear_guest_page()
2008-01-30 Hollis BlanchardKVM: Portability: Move x86 vcpu ioctl handlers to x86.c
2008-01-30 Hollis BlanchardKVM: Portability: Move x86 FPU handling to x86.c
2008-01-30 Hollis BlanchardKVM: Portability: Move x86 instruction emulation code...
2008-01-30 Hollis BlanchardKVM: Portability: Make exported debugfs data architectu...
2008-01-30 Uri LublinKVM: Make mark_page_dirty() work for aliased pages...
2008-01-30 Carsten OtteKVM: Portability: Move pio emulation functions to x86.c
2008-01-30 Carsten OtteKVM: Portability: Move x86 emulation and mmio device...
2008-01-30 Carsten OtteKVM: Portability: Move kvm_get/set_msr[_common] to...
2008-01-30 Anthony LiguoriKVM: Fix gfn_to_page() acquiring mmap_sem twice
2008-01-30 Sheng YangKVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
2008-01-30 Carsten OtteKVM: Portability: Move control register helper function...
2008-01-30 Carsten OtteKVM: Portability: move get/set_apic_base to x86.c
2008-01-30 Carsten OtteKVM: Portability: Move memory segmentation to x86.c
2008-01-30 Carsten OtteKVM: Portability: Split kvm_vm_ioctl v3
2008-01-30 Izik EidusKVM: Add ioctl to tss address from userspace,
2008-01-30 Izik EidusKVM: Add kernel-internal memory slots
2008-01-30 Izik EidusKVM: Export memory slot allocation mechanism
2008-01-30 Izik EidusKVM: Unmap kernel-allocated memory on slot destruction
2008-01-30 Avi KivityKVM: Add a might_sleep() annotation to gfn_to_page()
2008-01-30 Avi KivityKVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
2008-01-30 Zhang XiantaoKVM: Portability: Split kvm_vcpu into arch dependent...
2008-01-30 Anthony LiguoriKVM: Allocate userspace memory for older userspace
2008-01-30 Izik EidusKVM: MMU: Partial swapping of guest memory
2008-01-30 Izik EidusKVM: MMU: Make gfn_to_page() always safe
2008-01-30 Avi KivityKVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH
2008-01-30 Avi KivityKVM: Move apic timer interrupt backlog processing to...
2008-01-30 Carsten OtteKVM: Portability: split kvm_vcpu_ioctl
2008-01-30 Carsten OtteKVM: Move x86 msr handling to new files x86.[ch]
2008-01-30 Izik EidusKVM: Support assigning userspace memory to the guest
2008-01-30 Mike DayKVM: CodingStyle cleanup
2008-01-30 Rusty RussellKVM: Hoist kvm_create_lapic() into kvm_vcpu_init()
2008-01-30 Rusty RussellKVM: Add kvm_free_lapic() to pair with kvm_create_lapic()
2008-01-30 Izik EidusKVM: Allow dynamic allocation of the mmu shadow cache...
2008-01-30 Izik EidusKVM: Add general accessors to read and write guest...
2008-01-30 Izik EidusKVM: Remove the usage of page->private field by rmap
2008-01-30 Laurent VivierKVM: Purify x86_decode_insn() error case management
2008-01-30 Ryan HarperKVM: MMU: Ignore reserved bits in cr3 in non-pae mode
2008-01-30 Avi KivityKVM: Allow not-present guest page faults to bypass kvm
2008-01-30 Laurent VivierKVM: Call x86_decode_insn() only when needed
2008-01-30 Laurent VivierKVM: emulate_instruction() calls now x86_decode_insn...
2008-01-30 Anthony LiguoriKVM: Refactor hypercall infrastructure (v3)
2008-01-27 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2008-01-26 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-01-26 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2008-01-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-25 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2008-01-25 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2008-01-25 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-2.6
2008-01-25 Kay SieversDriver core: change sysdev classes to use dynamic kobje...
2008-01-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-11 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2007-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2007-12-17 Linus TorvaldsMerge git://git./linux/kernel/git/wim/linux-2.6-watchdog
2007-12-14 Len BrownPull hotplug into release branch
2007-12-10 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-12-08 Russell KingMerge branch 'pxa-fixes'
2007-12-06 Len BrownPull bugzilla-9345 into release branch
2007-12-06 Len BrownPull apm-freeze-fix into release branch
2007-12-03 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2007-12-03 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/net-2.6
2007-12-02 Len BrownPull thermal into release branch
2007-12-01 Jeff GarzikMerge branch 'fixes-jgarzik' of git://git./linux/kernel...
2007-12-01 Jeff GarzikMerge branch 'master' into upstream-fixes
2007-11-30 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2007-11-28 Linus TorvaldsMerge branch 'for-linus' of git://linux-m32r.org/git...
2007-11-27 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2007-11-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-11-27 Amit ShahKVM: SVM: Fix FPU leak while emulating clts
2007-11-20 Len BrownPull cpuidle into release branch
2007-11-17 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/cpufreq
next