aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/i8259.c
AgeCommit message (Expand)Author
2019-02-20kvm: x86: Add memcg accounting to KVM allocationsBen Gardon
2017-04-12KVM: x86: simplify pic_ioport_read()David Hildenbrand
2017-04-12KVM: x86: set data directly in picdev_read()David Hildenbrand
2017-04-12KVM: x86: drop picdev_in_range()David Hildenbrand
2017-04-12KVM: x86: make kvm_pic_reset() staticDavid Hildenbrand
2017-04-12KVM: x86: simplify pic_unlock()David Hildenbrand
2017-04-12KVM: x86: push usage of slots_lock downDavid Hildenbrand
2017-04-12KVM: x86: get rid of pic_irqchip()David Hildenbrand
2017-03-23KVM: x86: check existance before destroyPeter Xu
2017-01-09KVM: x86: make pic setup code look like ioapic setupRadim Krčmář
2015-07-30KVM: x86: clean/fix memory barriers in irqchip_in_kernelPaolo Bonzini
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2015-03-30kvm: x86: i8259: return initialized data on invalid-size readPetr Matousek
2015-03-26KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev
2012-12-13KVM: inject ExtINT interrupt before APIC interruptsGleb Natapov
2012-09-04KVM: cleanup pic resetGleb Natapov
2012-08-14KVM: x86: drop parameter validation in ioapic/picMichael S. Tsirkin
2012-07-26KVM: PIC: call ack notifiers for irqs that are dropped form irrGleb Natapov
2012-07-20KVM: fix race with level interruptsMichael S. Tsirkin
2012-03-05KVM: x86: reset edge sense circuit of i8259 on initGleb Natapov
2011-12-27KVM: drop bsp_vcpu pointer from kvm structGleb Natapov
2011-09-25KVM: Clean up and extend rate-limited outputJan Kiszka
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin
2011-03-17KVM: remove isr_ack logic from PICGleb Natapov
2011-01-02KVM: i8259: initialize isr_ackAvi Kivity
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser
2010-10-24KVM: Convert PIC lock from raw spinlock to ordinary spinlockAvi Kivity
2010-10-24KVM: Check for pending events before attempting injectionAvi Kivity
2010-10-24KVM: i8259: Make ICW1 conform to specAvi Kivity
2010-09-08KVM: fix i8259 oops when no vcpus are onlineAvi Kivity
2010-08-02KVM: x86: Call mask notifiers from picGleb Natapov
2010-08-01KVM: Search the LAPIC's for one that will accept a PIC interruptChris Lalancette
2010-08-01KVM: i8259: simplify pic_irq_request() calling sequenceAvi Kivity
2010-08-01KVM: i8259: reduce excessive abstraction for pic_irq_request()Avi Kivity
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity
2010-04-25KVM: x86: Kick VCPU outside PIC lock againJan Kiszka
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner
2010-03-01KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov
2009-12-03KVM: Call pic_clear_isr() on pic reset to reuse logic thereGleb Natapov
2009-09-10KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functionsGleb Natapov
2009-09-10KVM: Call ack notifiers from PIC when guest OS acks an IRQ.Gleb Natapov
2009-09-10KVM: Call kvm_vcpu_kick() inside pic spinlockGleb Natapov
2009-09-10KVM: make io_bus interface more robustGregory Haskins
2009-09-10KVM: Add trace points in irqchip codeGleb Natapov
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin