summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/i8259.c
AgeCommit message (Expand)Author
2023-06-01KVM: x86: Fix poll commandJinliang Zheng
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson
2022-04-02KVM: x86/i8259: Remove a dead store of irq in a conditional blockLike Xu
2022-02-10KVM: x86/i8259: Remove unused "addr" of elcr_ioport_{read,write}()Jinrong Liang
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier
2021-08-10x86: Fix typo s/ECLR/ELCR/ for the PIC registerMaciej W. Rozycki
2020-01-27KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacksMarios Pomonis
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