summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/i8254.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PIT: control word is write-onlyMarcelo Tosatti2010-02-091-0/+3
* x86: i8254.c: Add pr_fmt(fmt)Joe Perches2009-12-101-5/+7
* KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-031-2/+0
* KVM: use proper hrtimer function to retrieve expiration timeMarcelo Tosatti2009-10-161-1/+1
* KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()Bartlomiej Zolnierkiewicz2009-09-101-1/+1
* KVM: PIT: Unregister ack notifier callback when freeingGleb Natapov2009-09-101-0/+2
* KVM: make io_bus interface more robustGregory Haskins2009-09-101-2/+18
* KVM: PIT support for HPET legacy modeBeth Kon2009-09-101-4/+18
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-101-23/+26
* KVM: convert bus to slots_lockMichael S. Tsirkin2009-09-101-2/+3
* KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti2009-09-101-2/+0
* KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-101-5/+2
* 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-2/+2
* KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti2009-09-101-2/+2
* KVM: do not register i8254 PIO regions until we are initializedGregory Haskins2009-09-101-9/+8
* KVM: cleanup io_device codeGregory Haskins2009-09-101-12/+28
* KVM: Allow PIT emulation without speaker portJan Kiszka2009-09-101-6/+8
* KVM: PIT: fix kpit_elapsed division by zeroMarcelo Tosatti2009-08-051-0/+3
* KVM: PIT: fix count read and mode 0 handlingMarcelo Tosatti2009-06-101-11/+15
* KVM: make 'lapic_timer_ops' and 'kpit_ops' staticHannes Eder2009-06-101-1/+1
* KVM: unify part of generic timer handlingMarcelo Tosatti2009-06-101-37/+20
* KVM: PIT: remove usage of count_load_time for channel 0Marcelo Tosatti2009-06-101-6/+31
* KVM: PIT: remove unused scheduled variableMarcelo Tosatti2009-06-101-1/+0
* KVM: Reset PIT irq injection logic when the PIT IRQ is unmaskedAvi Kivity2009-03-241-0/+15
* KVM: Properly lock PIT creationAvi Kivity2009-03-241-2/+0
* KVM: PIT: provide an option to disable interrupt reinjectionMarcelo Tosatti2009-03-241-0/+4
* KVM: PIT: fix i8254 pending count readMarcelo Tosatti2009-02-151-1/+1
* KVM: x86: Optimize NMI watchdog deliveryJan Kiszka2008-12-311-5/+6
* KVM: x86: Fix and refactor NMI watchdog emulationJan Kiszka2008-12-311-6/+9
* KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka2008-12-311-0/+15
* KVM: Fix pit memory leak if unable to allocate irq source idAvi Kivity2008-11-111-1/+3
* KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang2008-10-281-2/+9
* Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-171-43/+40
|\
| * KVM: x86: do not execute halted vcpusMarcelo Tosatti2008-10-151-3/+2
| * KVM: make irq ack notifier functions staticHarvey Harrison2008-10-151-1/+1
| * KVM: Use kvm_set_irq to inject interruptsAmit Shah2008-10-151-4/+2
| * KVM: Handle spurious acks for PIT interruptsAvi Kivity2008-10-151-1/+1
| * KVM: PIT: fix injection logic and countMarcelo Tosatti2008-10-151-35/+35
* | hrtimer: convert kvm to the new hrtimer apisArjan van de Ven2008-09-051-3/+3
|/
* KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti2008-07-201-7/+4
* KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier2008-07-201-2/+4
* KVM: PIT: support mode 3Aurelien Jarno2008-07-201-0/+1
* KVM: add statics were possible, function definition in lapic.hHarvey Harrison2008-07-201-3/+3
* KVM: close timer injection race window in __vcpu_runMarcelo Tosatti2008-06-241-3/+6
* KVM: migrate PIT timerMarcelo Tosatti2008-06-061-1/+13
* KVM: PIT: take inject_pending into account when emulating hltMarcelo Tosatti2008-05-181-1/+1
* KVM: PIT: support mode 4Marcelo Tosatti2008-05-041-0/+2
* rename div64_64 to div64_u64Roman Zippel2008-05-011-3/+3
* KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity2008-04-271-1/+1