index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
i8254.c
Age
Commit message (
Expand
)
Author
2015-03-26
KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.
Nikolay Nikolaev
2014-10-24
KVM: x86: Improve thread safety in pit
Andy Honig
2014-01-15
KVM: x86: limit PIT timer frequency
Marcelo Tosatti
2013-04-15
KVM: Let ioapic know the irq line status
Yang Zhang
2012-12-18
kvm: fix i8254 counter 0 wraparound
Nickolai Zeldovich
2012-08-01
KVM: fold kvm_pit_timer into kvm_kpit_state
Avi Kivity
2012-08-01
KVM: Simplify kvm_pit_timer
Avi Kivity
2012-08-01
KVM: Remove internal timer abstraction
Avi Kivity
2012-04-27
KVM: x86: Run PIT work in own kthread
Jan Kiszka
2011-12-27
KVM: x86: Consolidate PIT legacy test
Jan Kiszka
2011-12-25
KVM: x86: Prevent starting PIT timers in the absence of irqchip support
Jan Kiszka
2011-09-25
KVM: Intelligent device lookup on I/O bus
Sasha Levin
2010-10-24
KVM: fix typo in copyright notice
Nicolas Kaiser
2010-10-24
KVM: pit: Do not check pending pit timer in vcpu thread
Jason Wang
2010-08-17
KVM: PIT: free irq source id in handling error path
Xiao Guangrong
2010-08-15
KVM: destroy workqueue on kvm_create_pit() failures
Xiaotian Feng
2010-08-02
KVM: PIT: stop vpit before freeing irq_routing
Xiao Guangrong
2010-08-02
KVM: fix lock imbalance in kvm_create_pit()
Jiri Slaby
2010-08-01
KVM: x86: Introduce a workqueue to deliver PIT timer interrupts
Chris Lalancette
2010-08-01
KVM: Update Red Hat copyrights
Avi Kivity
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-01
KVM: Convert i8254/i8259 locks to raw_spinlocks
Thomas Gleixner
2010-03-01
KVM: PIT: unregister kvm irq notifier if fail to create pit
Wei Yongjun
2010-03-01
KVM: convert slots_lock to a mutex
Marcelo Tosatti
2010-03-01
KVM: convert io_bus to SRCU
Marcelo Tosatti
2010-02-09
KVM: PIT: control word is write-only
Marcelo Tosatti
2009-12-10
x86: i8254.c: Add pr_fmt(fmt)
Joe Perches
2009-12-03
KVM: Drop kvm->irq_lock lock from irq injection path
Gleb Natapov
2009-10-16
KVM: use proper hrtimer function to retrieve expiration time
Marcelo Tosatti
2009-09-10
KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()
Bartlomiej Zolnierkiewicz
2009-09-10
KVM: PIT: Unregister ack notifier callback when freeing
Gleb Natapov
2009-09-10
KVM: make io_bus interface more robust
Gregory Haskins
2009-09-10
KVM: PIT support for HPET legacy mode
Beth Kon
2009-09-10
KVM: remove in_range from io devices
Michael S. Tsirkin
2009-09-10
KVM: convert bus to slots_lock
Michael S. Tsirkin
2009-09-10
KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl paths
Marcelo Tosatti
2009-09-10
KVM: Use macro to iterate over vcpus.
Gleb Natapov
2009-09-10
KVM: Use pointer to vcpu instead of vcpu_id in timer code.
Gleb Natapov
2009-09-10
KVM: Introduce kvm_vcpu_is_bsp() function.
Gleb Natapov
2009-09-10
KVM: switch irq injection/acking data structures to irq_lock
Marcelo Tosatti
2009-09-10
KVM: do not register i8254 PIO regions until we are initialized
Gregory Haskins
2009-09-10
KVM: cleanup io_device code
Gregory Haskins
2009-09-10
KVM: Allow PIT emulation without speaker port
Jan Kiszka
2009-08-05
KVM: PIT: fix kpit_elapsed division by zero
Marcelo Tosatti
2009-06-10
KVM: PIT: fix count read and mode 0 handling
Marcelo Tosatti
2009-06-10
KVM: make 'lapic_timer_ops' and 'kpit_ops' static
Hannes Eder
2009-06-10
KVM: unify part of generic timer handling
Marcelo Tosatti
2009-06-10
KVM: PIT: remove usage of count_load_time for channel 0
Marcelo Tosatti
2009-06-10
KVM: PIT: remove unused scheduled variable
Marcelo Tosatti
2009-03-24
KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked
Avi Kivity
[next]