sysctl: fix false positives when PROC_SYSCTL=n
[safe/jmp/linux-2.6] / virt /
2009-10-16 Darrick J. WongKVM: Prevent kvm_init from corrupting debugfs structures
2009-10-04 Izik EidusKVM: add support for change_pte mmu notifiers
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-09-24 Li Zefancpumask: use zalloc_cpumask_var() where possible
2009-09-10 Julia LawallKVM: correct error-handling code
2009-09-10 Heiko CarstensKVM: fix compile warnings on s390
2009-09-10 Gleb NatapovKVM: Fix coalesced interrupt reporting in IOAPIC
2009-09-10 Avi KivityKVM: Move #endif KVM_CAP_IRQ_ROUTING to correct place
2009-09-10 Xiao GuangrongKVM: fix kvm_init() error handling
2009-09-10 Jan KiszkaKVM: Drop obsolete cpu_get/put in make_all_cpus_request
2009-09-10 Gleb NatapovKVM: Reduce runnability interface with arch support...
2009-09-10 Gregory HaskinsKVM: add ioeventfd support
2009-09-10 Gregory HaskinsKVM: make io_bus interface more robust
2009-09-10 Gleb NatapovKVM: Add trace points in irqchip code
2009-09-10 Michael S. TsirkinKVM: ignore msi request if !level
2009-09-10 Gleb NatapovKVM: Use temporary variable to shorten lines.
2009-09-10 Avi KivityKVM: Trace irq level and source id
2009-09-10 Jiri SlabyKVM: fix lock imbalance
2009-09-10 Michael S. TsirkinKVM: document lock nesting rule
2009-09-10 Michael S. TsirkinKVM: remove in_range from io devices
2009-09-10 Michael S. TsirkinKVM: convert bus to slots_lock
2009-09-10 Michael S. TsirkinKVM: switch coalesced mmio changes to slots_lock
2009-09-10 Michael S. TsirkinKVM: document locking for kvm_io_device_ops
2009-09-10 Marcelo TosattiKVM: remove old KVMTRACE support code
2009-09-10 Marcelo TosattiKVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU...
2009-09-10 Joerg RoedelKVM: Prepare memslot data structures for multiple hugep...
2009-09-10 Christian BorntraegerKVM: s390: Fix memslot initialization for userspace_add...
2009-09-10 Marcelo TosattiKVM: convert custom marker based tracing to event traces
2009-09-10 Marcelo TosattiKVM: VMX: conditionally disable 2M pages
2009-09-10 Gleb NatapovKVM: Use macro to iterate over vcpus.
2009-09-10 Gleb NatapovKVM: Break dependency between vcpu index in vcpus array...
2009-09-10 Gleb NatapovKVM: Introduce kvm_vcpu_is_bsp() function.
2009-09-10 Marcelo TosattiKVM: switch irq injection/acking data structures to...
2009-09-10 Marcelo TosattiKVM: introduce irq_lock, use it to protect ioapic
2009-09-10 Marcelo TosattiKVM: move coalesced_mmio locking to its own device
2009-09-10 Avi KivityKVM: Calculate available entries in coalesced mmio...
2009-09-10 Gregory HaskinsKVM: cleanup io_device code
2009-09-10 Gregory HaskinsKVM: Clean up coalesced_mmio destruction
2009-09-10 Sheng YangKVM: No disable_irq for MSI/MSI-X interrupt on device...
2009-09-10 Gregory HaskinsKVM: irqfd
2009-09-10 Avi KivityKVM: Move common KVM Kconfig items to new file virt...
2009-08-09 Gleb NatapovKVM: Avoid redelivery of edge interrupt before next...
2009-08-05 Michael S. TsirkinKVM: fix ack not being delivered when msi present
2009-06-28 Marcelo TosattiKVM: protect concurrent make_all_cpus_request
2009-06-28 Izik EidusKVM: Fix dirty bit tracking for slots with large pages
2009-06-12 Yinghai Lukvm: remove the duplicated cpumask_clear
2009-06-10 Avi KivityKVM: Prevent overflow in largepages calculation
2009-06-10 Avi KivityKVM: Disable large pages on misaligned memory slots
2009-06-10 Marcelo TosattiKVM: take mmu_lock when updating a deleted slot
2009-06-10 Marcelo TosattiKVM: protect assigned dev workqueue, int handler and...
2009-06-10 Chris WrightKVM: Trivial format fix in setup_routing_entry()
2009-06-10 Sheng YangKVM: VMX: Disable VMX when system shutdown
2009-06-10 Sheng YangKVM: Enable snooping control for supported hardware
2009-06-10 Gleb NatapovKVM: Fix interrupt unhalting a vcpu when it shouldn't
2009-06-10 Gleb NatapovKVM: Timer event should not unconditionally unhalt...
2009-06-10 Gleb NatapovKVM: MMU: do not free active mmu pages in free_mmu_pages()
2009-06-10 Sheng YangKVM: Device assignment framework rework
2009-06-10 Gleb NatapovKVM: APIC: get rid of deliver_bitmask
2009-06-10 Gleb NatapovKVM: change the way how lowest priority vcpu is calculated
2009-06-10 Gleb NatapovKVM: consolidate ioapic/ipi interrupt delivery logic
2009-06-10 Gleb NatapovKVM: ioapic/msi interrupt delivery consolidation
2009-06-10 Gleb NatapovKVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts
2009-06-10 Sheng YangKVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get...
2009-06-10 Sheng YangKVM: Enable MSI-X for KVM assigned device
2009-06-10 Sheng YangKVM: Add MSI-X interrupt injection logic
2009-06-10 Sheng YangKVM: Ioctls for init MSI-X entry
2009-06-10 Sheng YangKVM: bit ops for deliver_bitmap
2009-06-10 Sheng YangKVM: Update intr delivery func to accept unsigned long...
2009-06-10 Sheng YangKVM: Change API of kvm_ioapic_get_delivery_bitmask
2009-06-10 Sheng YangKVM: Unify the delivery of IOAPIC and MSI interrupts
2009-06-10 Sheng YangKVM: Split IOAPIC structure
2009-06-09 Avi Kivitykvm: fix kvm reboot crash when MAXSMP is used
2009-06-08 Avi KivityKVM: Explicity initialize cpus_hardware_enabled
2009-04-22 Jan KiszkaKVM: Fix overlapping check for memory slots
2009-04-22 Avi KivityKVM: MMU: Fix off-by-one calculating large page count
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
next