summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/lapic.c
AgeCommit message (Expand)Author
2012-06-25KVM: host side for eoi optimizationMichael S. Tsirkin
2012-06-25KVM: optimize ISR lookupsMichael S. Tsirkin
2012-04-24KVM: Introduce bitmask for apic attention reasonsGleb Natapov
2012-04-16KVM: dont clear TMR on EOIMichael S. Tsirkin
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden
2012-03-05KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina
2011-12-27KVM: Expose kvm_lapic_local_deliver()Avi Kivity
2011-12-27KVM: Move cpuid code to new fileAvi Kivity
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong
2011-09-25KVM: x86: Add module parameter for lapic periodic timer limitJan Kiszka
2011-09-25KVM: x86: Avoid guest-triggerable printks in APIC modelJan Kiszka
2011-09-25KVM: APIC: avoid instruction emulation for EOI writesKevin Tian
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-17KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa
2011-03-17KVM: x86: Drop obsolete warning about INIT on runnable VCPUJan Kiszka
2011-01-12KVM: Avoid double interrupt injection with vapicAvi Kivity
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser
2010-10-24KVM: Check for pending events before attempting injectionAvi Kivity
2010-09-22x86, cleanups: Use clear_page/copy_page rather than memset/memcpyJan Beulich
2010-08-01KVM: Add mini-API for vcpu->requestsAvi Kivity
2010-08-01KVM: x86: Allow any LAPIC to accept PIC interruptsChris Lalancette
2010-08-01KVM: x86: fix -DDEBUG oopsZachary Amsden
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01KVM: Add HYPER-V apic access MSRsGleb Natapov
2010-01-25KVM: Fix race between APIC TMR and IRRAvi Kivity
2009-12-27KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti
2009-12-03KVM: remove duplicated #includeHuang Weiyi
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov
2009-10-16KVM: use proper hrtimer function to retrieve expiration timeMarcelo Tosatti
2009-10-04KVM: fix LAPIC timer period overflowAurelien Jarno
2009-09-10KVM: fix misreporting of coalesced interrupts by kvm tracerGleb Natapov
2009-09-10KVM: limit lapic periodic timer frequencyMarcelo Tosatti
2009-09-10KVM: silence lapic kernel messages that can be triggered by a guestGleb Natapov
2009-09-10KVM: Add trace points in irqchip codeGleb Natapov
2009-09-10KVM: Fix apic_mmio_write return for unaligned writeSheng Yang
2009-09-10KVM: x2apic interface to lapicGleb Natapov
2009-09-10KVM: Add Directed EOI support to APIC emulationGleb Natapov
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti
2009-09-10KVM: Optimize searching for highest IRRGleb Natapov
2009-09-10KVM: Use pointer to vcpu instead of vcpu_id in timer code.Gleb Natapov
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti
2009-09-10KVM: Cleanup LAPIC interfaceJan Kiszka
2009-09-10KVM: cleanup io_device codeGregory Haskins