nfsd: support ext4 i_version
[safe/jmp/linux-2.6] / virt /
2009-03-24 Sheng YangKVM: Get support IRQ routing entry counts
2009-03-24 Hannes EderKVM: fix sparse warnings: Should it be static?
2009-03-24 Xiantao ZhangKVM: ia64: Fix the build errors due to lack of macros...
2009-03-24 Weidong HanKVM: fix kvm_vm_ioctl_deassign_device
2009-03-24 Gleb NatapovKVM: Report IRQ injection status for MSI delivered...
2009-03-24 Gleb NatapovKVM: Report IRQ injection status to userspace.
2009-03-24 Joerg RoedelKVM: MMU: handle compound pages in kvm_is_mmio_pfn
2009-03-24 Sheng YangKVM: Use irq routing API for MSI
2009-03-24 Marcelo TosattiKVM: make irq ack notifications aware of routing table
2009-03-24 Avi KivityKVM: Userspace controlled irq routing
2009-03-24 Avi KivityKVM: Interrupt mask notifiers for ioapic
2009-03-24 Sheng YangKVM: Add support to disable MSI for assigned device
2009-03-24 Jan KiszkaKVM: New guest debug interface
2009-02-15 Mark McLoughlinKVM: Fix assigned devices circular locking dependency
2009-02-15 Sheng YangKVM: Fix INTx for device assignment
2009-02-15 Sheng YangKVM: Fix racy in kvm_free_assigned_irq
2009-02-15 Sheng YangKVM: Add kvm_arch_sync_events to sync with asynchronize...
2009-02-15 Marcelo TosattiKVM: mmu_notifiers release method
2009-01-03 Joerg Roedelkvm/iommu: fix compile warning
2009-01-03 Joerg RoedelKVM: change KVM to use IOMMU API
2009-01-03 Joerg RoedelKVM: rename vtd.c to iommu.c
2009-01-03 Weidong HanDeassign device in kvm_free_assgined_device
2009-01-03 Weidong HanKVM: support device deassignment
2009-01-03 Weidong HanKVM: use the new intel iommu APIs
2008-12-31 Mark McLoughlinKVM: fix handling of ACK from shared guest IRQ
2008-12-31 Avi KivityKVM: Consolidate userspace memory capability reporting...
2008-12-31 Avi KivityKVM: Advertise the bug in memory region destruction...
2008-12-31 Rusty RussellKVM: use cpumask_var_t for cpus_hardware_enabled
2008-12-31 Rusty RussellKVM: use modern cpumask primitives, no cpumask_t on...
2008-12-31 Rusty RussellKVM: Extract core of kvm_flush_remote_tlbs/kvm_reload_r...
2008-12-31 Christian BorntraegerKVM: set owner of cpu and vm file operations
2008-12-31 Glauber CostaKVM: Really remove a slot when a user ask us so
2008-12-31 Mark McLoughlinKVM: split out kvm_free_assigned_irq()
2008-12-31 Mark McLoughlinKVM: add KVM_USERSPACE_IRQ_SOURCE_ID assertions
2008-12-31 Mark McLoughlinKVM: don't free an unallocated irq source id
2008-12-31 Mark McLoughlinKVM: make kvm_unregister_irq_ack_notifier() safe
2008-12-31 Mark McLoughlinKVM: remove the IRQ ACK notifier assertions
2008-12-31 Hannes EderKVM: fix sparse warning
2008-12-31 Wu FengguangKVM: Prevent trace call into unloaded module text
2008-12-31 Sheng YangKVM: MSI to INTx translate
2008-12-31 Sheng YangKVM: Enable MSI for device assignment
2008-12-31 Sheng YangKVM: Add assigned_device_msi_dispatch()
2008-12-31 Sheng YangKVM: Export ioapic_get_delivery_bitmask
2008-12-31 Sheng YangKVM: Clean up assigned_device_update_irq
2008-12-31 Sheng YangKVM: Replace irq_requested with more generic irq_reques...
2008-12-31 Sheng YangKVM: Separate update irq to a single function
2008-12-31 Sheng YangKVM: Move ack notifier register and IRQ sourcd ID request
2008-12-31 Sheng YangKVM: Fix kernel allocated memory slot
2008-12-31 Hollis BlanchardKVM: ensure that memslot userspace addresses are page...
2008-12-31 Izik EidusKVM: MMU: Fix aliased gfns treated as unaliased
2008-12-31 Sheng YangKVM: Enable Function Level Reset for assigned device
2008-12-31 Sheng YangKVM: IRQ ACK notifier should be used with in-kernel...
2008-12-31 Jan KiszkaKVM: Kick NMI receiving VCPU
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...
next