projects
/
linux-2.6.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
KVM: Move assigned device code to own file
[linux-2.6.git]
/ virt
2009-12-03
Avi Kivity
KVM: Move assigned device code to own file
commit
|
commitdiff
2009-12-03
Gleb Natapov
KVM: Drop kvm->irq_lock lock from irq injection path
commit
|
commitdiff
2009-12-03
Gleb Natapov
KVM: Move IO APIC to its own lock
commit
|
commitdiff
2009-12-03
Gleb Natapov
KVM: Convert irq notifiers lists to RCU locking
commit
|
commitdiff
2009-12-03
Gleb Natapov
KVM: Move irq ack notifier list to arch independent...
commit
|
commitdiff
2009-12-03
Gleb Natapov
KVM: Move irq routing data structure to rcu locking
commit
|
commitdiff
2009-12-03
Gleb Natapov
KVM: Maintain back mapping from irqchip/pin to gsi
commit
|
commitdiff
2009-12-03
Gleb Natapov
KVM: Change irq routing table to use gsi indexed array
commit
|
commitdiff
2009-12-03
Gleb Natapov
KVM: Move irq sharing information to irqchip level
commit
|
commitdiff
2009-12-03
Avi Kivity
KVM: Don't wrap schedule() with vcpu_put()/vcpu_load()
commit
|
commitdiff
2009-10-16
Darrick J. Wong
KVM: Prevent kvm_init from corrupting debugfs structures
commit
|
commitdiff
2009-10-04
Izik Eidus
KVM: add support for change_pte mmu notifiers
commit
|
commitdiff
2009-10-01
Alexey Dobriyan
const: constify remaining file_operations
commit
|
commitdiff
2009-09-27
Alexey Dobriyan
const: mark struct vm_struct_operations
commit
|
commitdiff
2009-09-24
Li Zefan
cpumask: use zalloc_cpumask_var() where possible
commit
|
commitdiff
2009-09-10
Julia Lawall
KVM: correct error-handling code
commit
|
commitdiff
2009-09-10
Heiko Carstens
KVM: fix compile warnings on s390
commit
|
commitdiff
2009-09-10
Gleb Natapov
KVM: Fix coalesced interrupt reporting in IOAPIC
commit
|
commitdiff
2009-09-10
Avi Kivity
KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct place
commit
|
commitdiff
2009-09-10
Xiao Guangrong
KVM: fix kvm_init() error handling
commit
|
commitdiff
2009-09-10
Jan Kiszka
KVM: Drop obsolete cpu_get/put in make_all_cpus_request
commit
|
commitdiff
2009-09-10
Gleb Natapov
KVM: Reduce runnability interface with arch support...
commit
|
commitdiff
2009-09-10
Gregory Haskins
KVM: add ioeventfd support
commit
|
commitdiff
2009-09-10
Gregory Haskins
KVM: make io_bus interface more robust
commit
|
commitdiff
2009-09-10
Gleb Natapov
KVM: Add trace points in irqchip code
commit
|
commitdiff
2009-09-10
Michael S. Tsirkin
KVM: ignore msi request if !level
commit
|
commitdiff
2009-09-10
Gleb Natapov
KVM: Use temporary variable to shorten lines.
commit
|
commitdiff
2009-09-10
Avi Kivity
KVM: Trace irq level and source id
commit
|
commitdiff
2009-09-10
Jiri Slaby
KVM: fix lock imbalance
commit
|
commitdiff
2009-09-10
Michael S. Tsirkin
KVM: document lock nesting rule
commit
|
commitdiff
2009-09-10
Michael S. Tsirkin
KVM: remove in_range from io devices
commit
|
commitdiff
2009-09-10
Michael S. Tsirkin
KVM: convert bus to slots_lock
commit
|
commitdiff
2009-09-10
Michael S. Tsirkin
KVM: switch coalesced mmio changes to slots_lock
commit
|
commitdiff
2009-09-10
Michael S. Tsirkin
KVM: document locking for kvm_io_device_ops
commit
|
commitdiff
2009-09-10
Marcelo Tosatti
KVM: remove old KVMTRACE support code
commit
|
commitdiff
2009-09-10
Marcelo Tosatti
KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU...
commit
|
commitdiff
2009-09-10
Joerg Roedel
KVM: Prepare memslot data structures for multiple hugep...
commit
|
commitdiff
2009-09-10
Christian Borntraeger
KVM: s390: Fix memslot initialization for userspace_add...
commit
|
commitdiff
2009-09-10
Marcelo Tosatti
KVM: convert custom marker based tracing to event traces
commit
|
commitdiff
2009-09-10
Marcelo Tosatti
KVM: VMX: conditionally disable 2M pages
commit
|
commitdiff
2009-09-10
Gleb Natapov
KVM: Use macro to iterate over vcpus.
commit
|
commitdiff
2009-09-10
Gleb Natapov
KVM: Break dependency between vcpu index in vcpus array...
commit
|
commitdiff
2009-09-10
Gleb Natapov
KVM: Introduce kvm_vcpu_is_bsp() function.
commit
|
commitdiff
2009-09-10
Marcelo Tosatti
KVM: switch irq injection/acking data structures to...
commit
|
commitdiff
2009-09-10
Marcelo Tosatti
KVM: introduce irq_lock, use it to protect ioapic
commit
|
commitdiff
2009-09-10
Marcelo Tosatti
KVM: move coalesced_mmio locking to its own device
commit
|
commitdiff
2009-09-10
Avi Kivity
KVM: Calculate available entries in coalesced mmio...
commit
|
commitdiff
2009-09-10
Gregory Haskins
KVM: cleanup io_device code
commit
|
commitdiff
2009-09-10
Gregory Haskins
KVM: Clean up coalesced_mmio destruction
commit
|
commitdiff
2009-09-10
Sheng Yang
KVM: No disable_irq for MSI/MSI-X interrupt on device...
commit
|
commitdiff
2009-09-10
Gregory Haskins
KVM: irqfd
commit
|
commitdiff
2009-09-10
Avi Kivity
KVM: Move common KVM Kconfig items to new file virt...
commit
|
commitdiff
2009-08-09
Gleb Natapov
KVM: Avoid redelivery of edge interrupt before next...
commit
|
commitdiff
2009-08-05
Michael S. Tsirkin
KVM: fix ack not being delivered when msi present
commit
|
commitdiff
2009-06-28
Marcelo Tosatti
KVM: protect concurrent make_all_cpus_request
commit
|
commitdiff
2009-06-28
Izik Eidus
KVM: Fix dirty bit tracking for slots with large pages
commit
|
commitdiff
2009-06-12
Yinghai Lu
kvm: remove the duplicated cpumask_clear
commit
|
commitdiff
2009-06-10
Avi Kivity
KVM: Prevent overflow in largepages calculation
commit
|
commitdiff
2009-06-10
Avi Kivity
KVM: Disable large pages on misaligned memory slots
commit
|
commitdiff
2009-06-10
Marcelo Tosatti
KVM: take mmu_lock when updating a deleted slot
commit
|
commitdiff
2009-06-10
Marcelo Tosatti
KVM: protect assigned dev workqueue, int handler and...
commit
|
commitdiff
2009-06-10
Chris Wright
KVM: Trivial format fix in setup_routing_entry()
commit
|
commitdiff
2009-06-10
Sheng Yang
KVM: VMX: Disable VMX when system shutdown
commit
|
commitdiff
2009-06-10
Sheng Yang
KVM: Enable snooping control for supported hardware
commit
|
commitdiff
2009-06-10
Gleb Natapov
KVM: Fix interrupt unhalting a vcpu when it shouldn't
commit
|
commitdiff
2009-06-10
Gleb Natapov
KVM: Timer event should not unconditionally unhalt...
commit
|
commitdiff
2009-06-10
Gleb Natapov
KVM: MMU: do not free active mmu pages in free_mmu_pages()
commit
|
commitdiff
2009-06-10
Sheng Yang
KVM: Device assignment framework rework
commit
|
commitdiff
2009-06-10
Gleb Natapov
KVM: APIC: get rid of deliver_bitmask
commit
|
commitdiff
2009-06-10
Gleb Natapov
KVM: change the way how lowest priority vcpu is calculated
commit
|
commitdiff
2009-06-10
Gleb Natapov
KVM: consolidate ioapic/ipi interrupt delivery logic
commit
|
commitdiff
2009-06-10
Gleb Natapov
KVM: ioapic/msi interrupt delivery consolidation
commit
|
commitdiff
2009-06-10
Gleb Natapov
KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts
commit
|
commitdiff
2009-06-10
Sheng Yang
KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get...
commit
|
commitdiff
2009-06-10
Sheng Yang
KVM: Enable MSI-X for KVM assigned device
commit
|
commitdiff
2009-06-10
Sheng Yang
KVM: Add MSI-X interrupt injection logic
commit
|
commitdiff
2009-06-10
Sheng Yang
KVM: Ioctls for init MSI-X entry
commit
|
commitdiff
2009-06-10
Sheng Yang
KVM: bit ops for deliver_bitmap
commit
|
commitdiff
2009-06-10
Sheng Yang
KVM: Update intr delivery func to accept unsigned long...
commit
|
commitdiff
2009-06-10
Sheng Yang
KVM: Change API of kvm_ioapic_get_delivery_bitmask
commit
|
commitdiff
2009-06-10
Sheng Yang
KVM: Unify the delivery of IOAPIC and MSI interrupts
commit
|
commitdiff
2009-06-10
Sheng Yang
KVM: Split IOAPIC structure
commit
|
commitdiff
2009-06-09
Avi Kivity
kvm: fix kvm reboot crash when MAXSMP is used
commit
|
commitdiff
2009-06-08
Avi Kivity
KVM: Explicity initialize cpus_hardware_enabled
commit
|
commitdiff
2009-04-22
Jan Kiszka
KVM: Fix overlapping check for memory slots
commit
|
commitdiff
2009-04-22
Avi Kivity
KVM: MMU: Fix off-by-one calculating large page count
commit
|
commitdiff
2009-03-24
Sheng Yang
KVM: Get support IRQ routing entry counts
commit
|
commitdiff
2009-03-24
Hannes Eder
KVM: fix sparse warnings: Should it be static?
commit
|
commitdiff
2009-03-24
Xiantao Zhang
KVM: ia64: Fix the build errors due to lack of macros...
commit
|
commitdiff
2009-03-24
Weidong Han
KVM: fix kvm_vm_ioctl_deassign_device
commit
|
commitdiff
2009-03-24
Gleb Natapov
KVM: Report IRQ injection status for MSI delivered...
commit
|
commitdiff
2009-03-24
Gleb Natapov
KVM: Report IRQ injection status to userspace.
commit
|
commitdiff
2009-03-24
Joerg Roedel
KVM: MMU: handle compound pages in kvm_is_mmio_pfn
commit
|
commitdiff
2009-03-24
Sheng Yang
KVM: Use irq routing API for MSI
commit
|
commitdiff
2009-03-24
Marcelo Tosatti
KVM: make irq ack notifications aware of routing table
commit
|
commitdiff
2009-03-24
Avi Kivity
KVM: Userspace controlled irq routing
commit
|
commitdiff
2009-03-24
Avi Kivity
KVM: Interrupt mask notifiers for ioapic
commit
|
commitdiff
2009-03-24
Sheng Yang
KVM: Add support to disable MSI for assigned device
commit
|
commitdiff
2009-03-24
Jan Kiszka
KVM: New guest debug interface
commit
|
commitdiff
2009-02-15
Mark McLoughlin
KVM: Fix assigned devices circular locking dependency
commit
|
commitdiff
next