index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
lapic.c
Age
Commit message (
Expand
)
Author
2008-01-30
KVM: Move arch dependent files to new directory arch/x86/kvm/
Avi Kivity
2008-01-30
KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_arch
Zhang Xiantao
2008-01-30
KVM: Portability: Introduce kvm_vcpu_arch
Zhang Xiantao
2008-01-30
KVM: LAPIC: minor debugging compile fix
Joerg Roedel
2008-01-30
KVM: Replace kvm_lapic with kvm_vcpu in ioapic/lapic interface
Zhang Xiantao
2008-01-30
KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...
Zhang Xiantao
2008-01-30
KVM: apic round robin cleanup
Qing He
2008-01-30
KVM: CodingStyle cleanup
Mike Day
2008-01-30
KVM: Remove gratuitous casts from lapic.c
Rusty Russell
2008-01-30
KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()
Rusty Russell
2007-10-22
KVM: Improve local apic timer wraparound handling
Kevin Pedretti
2007-10-22
KVM: Fix local apic timer divide by zero
Kevin Pedretti
2007-10-13
KVM: enable in-kernel APIC INIT/SIPI handling
He, Qing
2007-10-13
KVM: round robin for APIC lowest priority delivery mode
He, Qing
2007-10-13
KVM: deliver PIC interrupt only to vcpu0
Qing He
2007-10-13
KVM: Migrate lapic hrtimer when vcpu moves to another cpu
Eddie Dong
2007-10-13
KVM: Keep track of missed timer irq injections
Eddie Dong
2007-10-13
KVM: VMX: Use shadow TPR/cr8 for 64-bits guests
Yang, Sheng
2007-10-13
KVM: in-kernel LAPIC save and restore support
Eddie Dong
2007-10-13
KVM: Emulate local APIC in kernel
Eddie Dong