summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/i8259.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun2010-03-011-0/+11
* KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-011-2/+2
* KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-011-1/+3
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-031-6/+16
* KVM: Call pic_clear_isr() on pic reset to reuse logic thereGleb Natapov2009-12-031-13/+9
* KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functionsGleb Natapov2009-09-101-24/+12
* KVM: Call ack notifiers from PIC when guest OS acks an IRQ.Gleb Natapov2009-09-101-14/+4
* KVM: Call kvm_vcpu_kick() inside pic spinlockGleb Natapov2009-09-101-9/+1
* KVM: make io_bus interface more robustGregory Haskins2009-09-101-1/+8
* KVM: Add trace points in irqchip codeGleb Natapov2009-09-101-0/+3
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-101-8/+12
* KVM: convert bus to slots_lockMichael S. Tsirkin2009-09-101-1/+1
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-101-3/+3
* KVM: Grab pic lock in kvm_pic_clear_isr_ackMarcelo Tosatti2009-09-101-0/+2
* KVM: cleanup io_device codeGregory Haskins2009-09-101-6/+14
* KVM: fix sparse warnings: context imbalanceHannes Eder2009-03-241-0/+2
* KVM: Report IRQ injection status to userspace.Gleb Natapov2009-03-241-5/+13
* KVM: make irq ack notifications aware of routing tableMarcelo Tosatti2009-03-241-2/+3
* KVM: Add locking to virtual i8259 interrupt controllerAvi Kivity2008-12-311-4/+48
* KVM: PIC: enhance IPI avoidanceMarcelo Tosatti2008-10-151-2/+15
* KVM: fix i8259 reset irq ackingMarcelo Tosatti2008-10-151-5/+11
* KVM: irq ack notificationMarcelo Tosatti2008-10-151-1/+11
* KVM: Consolidate PIC isr clearing into a functionAvi Kivity2008-10-151-6/+12
* KVM: check injected pic irq within valid pic irqsBen-Ami Yassour2008-07-201-2/+4
* KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier2008-07-201-1/+2
* KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-301-0/+450
OpenPOWER on IntegriCloud