summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-281-2/+2
|\
| * KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-081-1/+1
| * KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina2012-03-051-1/+1
* | x86: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
|/
* KVM: Expose kvm_lapic_local_deliver()Avi Kivity2011-12-271-1/+1
* KVM: Move cpuid code to new fileAvi Kivity2011-12-271-0/+1
* KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong2011-10-051-29/+113
* KVM: x86: Add module parameter for lapic periodic timer limitJan Kiszka2011-09-251-2/+13
* KVM: x86: Avoid guest-triggerable printks in APIC modelJan Kiszka2011-09-251-10/+9
* KVM: APIC: avoid instruction emulation for EOI writesKevin Tian2011-09-251-0/+9
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa2011-03-171-5/+4
* KVM: x86: Drop obsolete warning about INIT on runnable VCPUJan Kiszka2011-03-171-4/+0
* KVM: Avoid double interrupt injection with vapicAvi Kivity2011-01-121-1/+2
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-241-3/+12
|\
| * KVM: fix typo in copyright noticeNicolas Kaiser2010-10-241-1/+1
| * KVM: Check for pending events before attempting injectionAvi Kivity2010-10-241-2/+11
* | x86, cleanups: Use clear_page/copy_page rather than memset/memcpyJan Beulich2010-09-221-2/+1
|/
* KVM: Add mini-API for vcpu->requestsAvi Kivity2010-08-011-1/+1
* KVM: x86: Allow any LAPIC to accept PIC interruptsChris Lalancette2010-08-011-7/+5
* KVM: x86: fix -DDEBUG oopsZachary Amsden2010-08-011-1/+1
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* KVM: Add HYPER-V apic access MSRsGleb Natapov2010-03-011-0/+31
* KVM: Fix race between APIC TMR and IRRAvi Kivity2010-01-251-5/+6
* KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti2009-12-271-0/+1
* KVM: remove duplicated #includeHuang Weiyi2009-12-031-1/+0
* KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-031-2/+0
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-031-4/+1
* KVM: use proper hrtimer function to retrieve expiration timeMarcelo Tosatti2009-10-161-1/+1
* KVM: fix LAPIC timer period overflowAurelien Jarno2009-10-041-1/+1
* KVM: fix misreporting of coalesced interrupts by kvm tracerGleb Natapov2009-09-101-1/+1
* KVM: limit lapic periodic timer frequencyMarcelo Tosatti2009-09-101-0/+9
* KVM: silence lapic kernel messages that can be triggered by a guestGleb Natapov2009-09-101-4/+4
* KVM: Add trace points in irqchip codeGleb Natapov2009-09-101-0/+4
* KVM: Fix apic_mmio_write return for unaligned writeSheng Yang2009-09-101-1/+1
* KVM: x2apic interface to lapicGleb Natapov2009-09-101-58/+165
* KVM: Add Directed EOI support to APIC emulationGleb Natapov2009-09-101-8/+30
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-101-24/+20
* KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-101-3/+4
* KVM: Optimize searching for highest IRRGleb Natapov2009-09-101-3/+21
* KVM: Use pointer to vcpu instead of vcpu_id in timer code.Gleb Natapov2009-09-101-1/+1
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-101-3/+4
* KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti2009-09-101-0/+4
* KVM: Cleanup LAPIC interfaceJan Kiszka2009-09-101-12/+0
* KVM: cleanup io_device codeGregory Haskins2009-09-101-7/+15
* KVM: fix apic_debug instancesGlauber Costa2009-06-101-2/+2
* KVM: make 'lapic_timer_ops' and 'kpit_ops' staticHannes Eder2009-06-101-1/+1
* KVM: APIC: get rid of deliver_bitmaskGleb Natapov2009-06-101-43/+16
* KVM: change the way how lowest priority vcpu is calculatedGleb Natapov2009-06-101-37/+6
OpenPOWER on IntegriCloud