| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-01-22 | 1 | -6/+3 |
|\ |
|
| * | KVM: x86: limit PIT timer frequency | Marcelo Tosatti | 2014-01-15 | 1 | -3/+0 |
| * | KVM: x86: Fix debug typo error in lapic | Chen Fan | 2014-01-08 | 1 | -3/+3 |
* | | kvm: x86: fix apic_base enable check | Andrew Jones | 2014-01-15 | 1 | -1/+1 |
* | | KVM: x86: Fix APIC map calculation after re-enabling | Jan Kiszka | 2013-12-30 | 1 | -4/+4 |
* | | KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376) | Gleb Natapov | 2013-12-12 | 1 | -1/+4 |
* | | KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368) | Andy Honig | 2013-12-12 | 1 | -12/+15 |
* | | KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367) | Andy Honig | 2013-12-12 | 1 | -1/+2 |
|/ |
|
* | kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apic | Raghavendra K T | 2013-08-26 | 1 | -1/+4 |
* | KVM: x86: Drop some unused functions from lapic | Jan Kiszka | 2013-07-25 | 1 | -10/+0 |
* | KVM: x86: Simplify __apic_accept_irq | Jan Kiszka | 2013-07-25 | 1 | -15/+8 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-07-03 | 1 | -2/+2 |
|\ |
|
| * | KVM: Fix RTC interrupt coalescing tracking | Gleb Natapov | 2013-06-27 | 1 | -21/+32 |
| * | KVM: x86: Remove support for reporting coalesced APIC IRQs | Jan Kiszka | 2013-05-14 | 1 | -34/+23 |
* | | KVM: Fix race in apic->pending_events processing | Gleb Natapov | 2013-06-03 | 1 | -3/+6 |
|/ |
|
* | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-05-05 | 1 | -82/+107 |
|\ |
|
| * | KVM: VMX: Use posted interrupt to deliver virtual interrupt | Yang Zhang | 2013-04-16 | 1 | -11/+19 |
| * | KVM: VMX: Add the deliver posted interrupt algorithm | Yang Zhang | 2013-04-16 | 1 | -0/+13 |
| * | KVM: Set TMR when programming ioapic entry | Yang Zhang | 2013-04-16 | 1 | -6/+9 |
| * | KVM: Call common update function when ioapic entry changed. | Yang Zhang | 2013-04-16 | 1 | -1/+1 |
| * | KVM: Add reset/restore rtc_status support | Yang Zhang | 2013-04-15 | 1 | -0/+9 |
| * | KVM: Return destination vcpu on interrupt injection | Yang Zhang | 2013-04-15 | 1 | -9/+16 |
| * | KVM: Add vcpu info to ioapic_update_eoi() | Yang Zhang | 2013-04-15 | 1 | -1/+1 |
| * | KVM: Call kvm_apic_match_dest() to check destination vcpu | Yang Zhang | 2013-04-07 | 1 | -47/+0 |
| * | KVM: x86: Rework INIT and SIPI handling | Jan Kiszka | 2013-03-13 | 1 | -8/+40 |
* | | KVM: Allow cross page reads and writes from cached translations. | Andrew Honig | 2013-04-07 | 1 | -1/+1 |
|/ |
|
* | x86, apicv: add virtual interrupt delivery support | Yang Zhang | 2013-01-29 | 1 | -23/+83 |
* | x86, apicv: add virtual x2apic support | Yang Zhang | 2013-01-29 | 1 | -9/+10 |
* | x86, apicv: add APICv register virtualization support | Yang Zhang | 2013-01-29 | 1 | -0/+15 |
* | KVM: x86: pass host_tsc to read_l1_tsc | Marcelo Tosatti | 2012-11-27 | 1 | -1/+1 |
* | KVM: apic: fix LDR calculation in x2apic mode | Gleb Natapov | 2012-10-22 | 1 | -1/+1 |
* | KVM: optimize apic interrupt delivery | Gleb Natapov | 2012-09-20 | 1 | -12/+176 |
* | KVM: x86: lapic: Clean up find_highest_vector() and count_vectors() | Takuya Yoshikawa | 2012-09-12 | 1 | -12/+18 |
* | KVM: x86: more constification | Mathias Krause | 2012-09-05 | 1 | -1/+1 |
* | KVM: correctly detect APIC SW state in kvm_apic_post_state_restore() | Gleb Natapov | 2012-08-09 | 1 | -2/+5 |
* | KVM: inline kvm_apic_present() and kvm_lapic_enabled() | Gleb Natapov | 2012-08-06 | 1 | -90/+53 |
* | KVM: use jump label to optimize checking for in kernel local apic presence | Gleb Natapov | 2012-08-06 | 1 | -28/+34 |
* | KVM: use jump label to optimize checking for SW enabled apic in spurious inte... | Gleb Natapov | 2012-08-06 | 1 | -8/+31 |
* | KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSR | Gleb Natapov | 2012-08-06 | 1 | -1/+28 |
* | KVM: mark apic enabled on start up | Gleb Natapov | 2012-08-06 | 1 | -1/+2 |
* | KVM: use kvm_lapic_set_base() to change apic_base | Gleb Natapov | 2012-08-06 | 1 | -5/+4 |
* | KVM: Simplify kvm_timer | Avi Kivity | 2012-08-01 | 1 | -13/+5 |
* | KVM: Remove internal timer abstraction | Avi Kivity | 2012-08-01 | 1 | -1/+29 |
* | KVM: Don't update PPR on any APIC read | Avi Kivity | 2012-07-30 | 1 | -2/+4 |
* | KVM: x86: Fix typos in lapic.c | Guo Chao | 2012-07-20 | 1 | -2/+2 |
* | KVM: host side for eoi optimization | Michael S. Tsirkin | 2012-06-25 | 1 | -4/+137 |
* | KVM: optimize ISR lookups | Michael S. Tsirkin | 2012-06-25 | 1 | -2/+51 |
* | KVM: Introduce bitmask for apic attention reasons | Gleb Natapov | 2012-04-24 | 1 | -5/+7 |
* | KVM: dont clear TMR on EOI | Michael S. Tsirkin | 2012-04-16 | 1 | -6/+13 |
* | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-03-28 | 1 | -2/+2 |
|\ |
|