rpc: add an rpc_pipe_open method
[safe/jmp/linux-2.6] / virt /
2008-10-28 Sheng YangKVM: Fix guest shared interrupt with in-kernel irqchip
2008-10-15 Xiantao ZhangKVM: Move irqchip_in_kernel() from ioapic.h to irq.h
2008-10-15 Xiantao ZhangKVM: Separate irq ack notification out of arch/x86...
2008-10-15 Xiantao ZhangKVM: Change is_mmio_pfn to kvm_is_mmio_pfn, and make...
2008-10-15 Xiantao ZhangKVM: Move device assignment logic to common code
2008-10-15 Zhang xiantaoKVM: Device Assignment: Move vtd.c from arch/x86/kvm...
2008-10-15 Weidong HanKVM: Device Assignment: Map mmio pages into VT-d page...
2008-10-15 Weidong HanKVM: Remove useless intel-iommu.h header inclusion
2008-10-15 Glauber CostaKVM: Don't destroy vcpu in case vcpu_setup fails
2008-10-15 Marcelo TosattiKVM: switch to get_user_pages_fast
2008-10-15 Marcelo TosattiKVM: opencode gfn_to_page in kvm_vm_fault
2008-10-15 Ben-Ami YassourKVM: Device Assignment with VT-d
2008-10-15 Marcelo TosattiKVM: x86: do not execute halted vcpus
2008-10-15 Avi KivityKVM: Don't call get_user_pages(.force = 1)
2008-10-15 Xiantao ZhangKVM: ia64: add a dummy irq ack notification
2008-10-15 Dave HansenKVM: Reduce stack usage in kvm_vcpu_ioctl()
2008-10-15 Ben-Ami YassourKVM: direct mmio pfn check
2008-10-15 Marcelo TosattiKVM: irq ack notification
2008-10-15 Christian EhrhardtKVM: kvmtrace: replace get_cycles with ktime_get v3
2008-10-15 Christian EhrhardtKVM: kvmtrace: Remove use of bit fields in kvm trace...
2008-07-29 Andrea ArcangeliKVM: Synchronize guest physical memory map to host...
2008-07-29 Andrea ArcangeliKVM: Allow browsing memslots with mmu_lock
2008-07-24 Ulrich Drepperflag parameters: anon_inode_getfd extension
2008-07-20 Avi KivityKVM: Adjust smp_call_function_mask() callers to new...
2008-07-20 Marcelo TosattiKVM: MMU: nuke shadowed pgtable pages and ptes on memsl...
2008-07-20 Carsten OtteKVM: s390: dont allocate dirty bitmap
2008-07-20 Tan, LiKVM: Support mixed endian machines
2008-07-20 Laurent VivierKVM: Add coalesced MMIO support (common part)
2008-07-20 Laurent VivierKVM: kvm_io_device: extend in_range() to manage len...
2008-07-20 Sheng YangKVM: IOAPIC/LAPIC: Enable NMI support
2008-07-20 Avi KivityKVM: Remove decache_vcpus_on_cpu() and related callbacks
2008-07-20 Avi KivityKVM: Handle virtualization instruction #UD faults durin...
2008-07-20 Anthony LiguoriKVM: Handle vma regions with no backing page
2008-07-20 Christian BorntraegerKVM: remove long -> void *user -> long cast
2008-07-15 Ingo MolnarMerge branch 'generic-ipi' into generic-ipi-for-linus
2008-07-06 Mark McLoughlinKVM: IOAPIC: Fix level-triggered irq injection hang
2008-06-26 Jens Axboeon_each_cpu(): kill unused 'retry' parameter
2008-06-26 Jens Axboesmp_call_function: get rid of the unused nonatomic...
2008-06-24 Avi KivityKVM: ioapic: fix lost interrupt when changing a device...
2008-06-06 Marcelo TosattiKVM: IOAPIC: only set remote_irr if interrupt was injected
2008-05-18 Marcelo TosattiKVM: Fix kvm_vcpu_block() task state race
2008-05-04 Sheng YangKVM: Export necessary function for EPT
2008-05-01 Al Viro[PATCH] sanitize anon_inode_getfd()
2008-04-27 Al ViroKVM: kill file->f_count abuse in kvm
2008-04-27 Hollis BlanchardKVM: Rename debugfs_dir to kvm_debugfs_dir
2008-04-27 Marcelo TosattiKVM: add ioctls to save/store mpstate
2008-04-27 Marcelo TosattiKVM: hlt emulation should take in-kernel APIC/PIT timer...
2008-04-27 Feng(Eric) LiuKVM: Add kvm trace userspace interface
2008-04-27 Anthony LiguoriKVM: MMU: Don't assume struct page for x86
2008-04-27 Izik EidusKVM: add vm refcounting
2008-04-27 Xiantao ZhangKVM: Use kzalloc to avoid allocating kvm_regs from...
2008-04-27 Marcelo TosattiKVM: MMU: large page support
2008-04-27 Marcelo TosattiKVM: MMU: ignore zapped root pagetables
2008-04-27 Andrea ArcangeliKVM: Disable pagefaults during copy_from_user_inatomic()
2008-04-27 Avi KivityKVM: Limit vcpu mmap size to one page on non-x86
2008-04-27 Avi KivityKVM: Only x86 has pio
2008-04-27 Jan EngelhardtKVM: constify function pointer tables
2008-03-04 Avi KivityKVM: Route irq 0 to vcpu 0 exclusively
2008-03-04 Izik EidusKVM: remove the usage of the mmap_sem for the protectio...
2008-02-08 Christoph Hellwiglibfs: allow error return from simple attributes
2008-01-30 Marcelo TosattiKVM: MMU: Switch to mmu spinlock
2008-01-30 Marcelo TosattiKVM: Add kvm_read_guest_atomic()
2008-01-30 Marcelo TosattiKVM: MMU: Concurrent guest walkers
2008-01-30 Zhang XiantaoKVM: Move ioapic code to common directory.
2008-01-30 Avi KivityKVM: Move drivers/kvm/* to virt/kvm/