index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
i8254.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: i8254.c: Add pr_fmt(fmt)
Joe Perches
2009-12-10
1
-5
/
+7
*
KVM: Drop kvm->irq_lock lock from irq injection path
Gleb Natapov
2009-12-03
1
-2
/
+0
*
KVM: use proper hrtimer function to retrieve expiration time
Marcelo Tosatti
2009-10-16
1
-1
/
+1
*
KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()
Bartlomiej Zolnierkiewicz
2009-09-10
1
-1
/
+1
*
KVM: PIT: Unregister ack notifier callback when freeing
Gleb Natapov
2009-09-10
1
-0
/
+2
*
KVM: make io_bus interface more robust
Gregory Haskins
2009-09-10
1
-2
/
+18
*
KVM: PIT support for HPET legacy mode
Beth Kon
2009-09-10
1
-4
/
+18
*
KVM: remove in_range from io devices
Michael S. Tsirkin
2009-09-10
1
-23
/
+26
*
KVM: convert bus to slots_lock
Michael S. Tsirkin
2009-09-10
1
-2
/
+3
*
KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl paths
Marcelo Tosatti
2009-09-10
1
-2
/
+0
*
KVM: Use macro to iterate over vcpus.
Gleb Natapov
2009-09-10
1
-5
/
+2
*
KVM: Use pointer to vcpu instead of vcpu_id in timer code.
Gleb Natapov
2009-09-10
1
-1
/
+1
*
KVM: Introduce kvm_vcpu_is_bsp() function.
Gleb Natapov
2009-09-10
1
-2
/
+2
*
KVM: switch irq injection/acking data structures to irq_lock
Marcelo Tosatti
2009-09-10
1
-2
/
+2
*
KVM: do not register i8254 PIO regions until we are initialized
Gregory Haskins
2009-09-10
1
-9
/
+8
*
KVM: cleanup io_device code
Gregory Haskins
2009-09-10
1
-12
/
+28
*
KVM: Allow PIT emulation without speaker port
Jan Kiszka
2009-09-10
1
-6
/
+8
*
KVM: PIT: fix kpit_elapsed division by zero
Marcelo Tosatti
2009-08-05
1
-0
/
+3
*
KVM: PIT: fix count read and mode 0 handling
Marcelo Tosatti
2009-06-10
1
-11
/
+15
*
KVM: make 'lapic_timer_ops' and 'kpit_ops' static
Hannes Eder
2009-06-10
1
-1
/
+1
*
KVM: unify part of generic timer handling
Marcelo Tosatti
2009-06-10
1
-37
/
+20
*
KVM: PIT: remove usage of count_load_time for channel 0
Marcelo Tosatti
2009-06-10
1
-6
/
+31
*
KVM: PIT: remove unused scheduled variable
Marcelo Tosatti
2009-06-10
1
-1
/
+0
*
KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked
Avi Kivity
2009-03-24
1
-0
/
+15
*
KVM: Properly lock PIT creation
Avi Kivity
2009-03-24
1
-2
/
+0
*
KVM: PIT: provide an option to disable interrupt reinjection
Marcelo Tosatti
2009-03-24
1
-0
/
+4
*
KVM: PIT: fix i8254 pending count read
Marcelo Tosatti
2009-02-15
1
-1
/
+1
*
KVM: x86: Optimize NMI watchdog delivery
Jan Kiszka
2008-12-31
1
-5
/
+6
*
KVM: x86: Fix and refactor NMI watchdog emulation
Jan Kiszka
2008-12-31
1
-6
/
+9
*
KVM: x86: Enable NMI Watchdog via in-kernel PIT source
Jan Kiszka
2008-12-31
1
-0
/
+15
*
KVM: Fix pit memory leak if unable to allocate irq source id
Avi Kivity
2008-11-11
1
-1
/
+3
*
KVM: Fix guest shared interrupt with in-kernel irqchip
Sheng Yang
2008-10-28
1
-2
/
+9
*
Merge commit 'linus/master' into merge-linus
Arjan van de Ven
2008-10-17
1
-43
/
+40
|
\
|
*
KVM: x86: do not execute halted vcpus
Marcelo Tosatti
2008-10-15
1
-3
/
+2
|
*
KVM: make irq ack notifier functions static
Harvey Harrison
2008-10-15
1
-1
/
+1
|
*
KVM: Use kvm_set_irq to inject interrupts
Amit Shah
2008-10-15
1
-4
/
+2
|
*
KVM: Handle spurious acks for PIT interrupts
Avi Kivity
2008-10-15
1
-1
/
+1
|
*
KVM: PIT: fix injection logic and count
Marcelo Tosatti
2008-10-15
1
-35
/
+35
*
|
hrtimer: convert kvm to the new hrtimer apis
Arjan van de Ven
2008-09-05
1
-3
/
+3
|
/
*
KVM: only abort guest entry if timer count goes from 0->1
Marcelo Tosatti
2008-07-20
1
-7
/
+4
*
KVM: kvm_io_device: extend in_range() to manage len and write attribute
Laurent Vivier
2008-07-20
1
-2
/
+4
*
KVM: PIT: support mode 3
Aurelien Jarno
2008-07-20
1
-0
/
+1
*
KVM: add statics were possible, function definition in lapic.h
Harvey Harrison
2008-07-20
1
-3
/
+3
*
KVM: close timer injection race window in __vcpu_run
Marcelo Tosatti
2008-06-24
1
-3
/
+6
*
KVM: migrate PIT timer
Marcelo Tosatti
2008-06-06
1
-1
/
+13
*
KVM: PIT: take inject_pending into account when emulating hlt
Marcelo Tosatti
2008-05-18
1
-1
/
+1
*
KVM: PIT: support mode 4
Marcelo Tosatti
2008-05-04
1
-0
/
+2
*
rename div64_64 to div64_u64
Roman Zippel
2008-05-01
1
-3
/
+3
*
KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*
Avi Kivity
2008-04-27
1
-1
/
+1
*
KVM: hlt emulation should take in-kernel APIC/PIT timers into account
Marcelo Tosatti
2008-04-27
1
-0
/
+10
[next]