1. ad36109 kvm: x86: avoid atomic operations on APICv vmentry by Paolo Bonzini · 8 years ago
  2. 5587859 KVM: x86: use ktime_get instead of seeking the hrtimer_clock_base by Paolo Bonzini · 8 years ago
  3. 8003c9a KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer support by Wanpeng Li · 8 years ago
  4. 7e810a3 KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timer by Wanpeng Li · 8 years ago
  5. 498f816 KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc() by Wanpeng Li · 8 years ago
  6. a10388e KVM: LAPIC: guarantee the timer is in tsc-deadline mode by Wanpeng Li · 8 years ago
  7. 7d7f7da KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot mode by Wanpeng Li · 8 years ago
  8. 187ca84 KVM: lapic: don't recalculate apic map table twice when enabling LAPIC by Wanpeng Li · 8 years ago
  9. 9100530 KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off by Wanpeng Li · 8 years ago
  10. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  11. 1767e93 x86/kvm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  12. af1bae5 KVM: x86: bump KVM_MAX_VCPU_ID to 1023 by Radim Krčmář · 8 years ago
  13. c519265 KVM: x86: add a flag to disable KVM x2apic broadcast quirk by Radim Krčmář · 8 years ago
  14. 37131313 KVM: x86: add KVM_CAP_X2APIC_API by Radim Krčmář · 8 years ago
  15. 4d8e772 KVM: x86: reset lapic base in kvm_lapic_reset by Radim Krčmář · 8 years ago
  16. 49bd29b KVM: x86: reset APIC ID when enabling LAPIC by Radim Krčmář · 8 years ago
  17. a92e254 KVM: x86: use hardware-compatible format for APIC ID register by Radim Krčmář · 8 years ago
  18. 0ca52e7 KVM: x86: dynamic kvm_apic_map by Radim Krčmář · 8 years ago
  19. e45115b KVM: x86: use physical LAPIC array for logical x2APIC by Radim Krčmář · 8 years ago
  20. 64aa47b KVM: x86: add kvm_apic_map_get_dest_lapic by Radim Krčmář · 8 years ago
  21. 196f20c KVM: vmx: fix missed cancellation of TSC deadline timer by Wanpeng Li · 8 years ago
  22. bd97ad0 KVM: x86: introduce cancel_hv_tscdeadline by Wanpeng Li · 8 years ago
  23. b606f18 KVM: LAPIC: cap __delay at lapic_timer_advance_ns by Marcelo Tosatti · 8 years ago
  24. ce7a058 KVM: x86: support using the vmx preemption timer for tsc deadline timer by Yunhong Jiang · 8 years ago
  25. 53f9eed kvm: lapic: separate start_sw_tscdeadline from start_apic_timer by Yunhong Jiang · 8 years ago
  26. 67c9ddd KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same by Paolo Bonzini · 9 years ago
  27. be8ca17 KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore by Suravee Suthikulpanit · 9 years ago
  28. dfb9595 KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_reg by Suravee Suthikulpanit · 9 years ago
  29. 1e6e275 KVM: x86: Misc LAPIC changes to expose helper functions by Suravee Suthikulpanit · 9 years ago
  30. 61abdbe kvm: x86: make lapic hrtimer pinned by Luiz Capitulino · 9 years ago
  31. 10dc374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  32. 9daa500 kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map by Joerg Roedel · 9 years ago
  33. 9e4aabe kvm: x86: Convert ioapic->rtc_status.dest_map to a struct by Joerg Roedel · 9 years ago
  34. 8577370 KVM: Use simple waitqueue for vcpu->wq by Marcelo Tosatti · 9 years ago
  35. 4efd805 KVM: x86: fix *NULL on invalid low-prio irq by Radim Krčmář · 9 years ago
  36. bce87cc KVM: x86: consolidate different ways to test for in-kernel LAPIC by Paolo Bonzini · 9 years ago
  37. 1e3161b4 KVM: x86: consolidate "has lapic" checks into irq.c by Paolo Bonzini · 9 years ago
  38. f8543d6 KVM: APIC: remove unnecessary double checks on APIC existence by Paolo Bonzini · 9 years ago
  39. 6228a0d KVM: x86: Add lowest-priority support for vt-d posted-interrupts by Feng Wu · 9 years ago
  40. 52004014 KVM: x86: Use vector-hashing to deliver lowest-priority interrupts by Feng Wu · 9 years ago
  41. 5c919412 kvm/x86: Hyper-V synthetic interrupt controller by Andrey Smetanin · 9 years ago
  42. d62caab kvm/x86: per-vcpu apicv deactivation support by Andrey Smetanin · 9 years ago
  43. 6308630 kvm/x86: split ioapic-handled and EOI exit bitmaps by Andrey Smetanin · 9 years ago
  44. 4ba7653 KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc() by Haozhong Zhang · 9 years ago
  45. 0669a51 KVM: x86: zero apic_arb_prio on reset by Radim Krčmář · 9 years ago
  46. c77f3fa kvm: x86: set KVM_REQ_EVENT when updating IRR by Radim Krčmář · 9 years ago
  47. 8feb4a0 KVM: Define a new interface kvm_intr_is_single_vcpu() by Feng Wu · 9 years ago
  48. b053b2a KVM: x86: Add EOI exit bitmap inference by Steve Rutherford · 9 years ago
  49. 7543a63 KVM: x86: Add KVM exit for IOAPIC EOIs by Steve Rutherford · 9 years ago
  50. 49df639 KVM: x86: Split the APIC from the rest of IRQCHIP. by Steve Rutherford · 9 years ago
  51. 35754c9 KVM: x86: introduce lapic_in_kernel by Paolo Bonzini · 9 years ago
  52. d50ab6c KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv by Paolo Bonzini · 9 years ago
  53. 3bb345f KVM: x86: store IOAPIC-handled vectors in each VCPU by Paolo Bonzini · 9 years ago
  54. bdaffe1 KVM: x86: set TMR when the interrupt is accepted by Paolo Bonzini · 9 years ago
  55. 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  56. 603242a kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapic by Nicholas Krause · 9 years ago
  57. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  58. 0da029e KVM: x86: rename quirk constants to KVM_X86_QUIRK_* by Paolo Bonzini · 9 years ago
  59. 41dbc6b KVM: x86: introduce kvm_check_has_quirk by Paolo Bonzini · 9 years ago
  60. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  61. 59fd132 KVM: x86: keep track of LVT0 changes under APICv by Radim Krčmář · 9 years ago
  62. db13856 KVM: x86: properly restore LVT0 by Radim Krčmář · 9 years ago
  63. 4272013 KVM: x86: make vapics_in_nmi_mode atomic by Radim Krčmář · 9 years ago
  64. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  65. b6ac069 KVM: x86: fix lapic.timer_mode on restore by Radim Krčmář · 9 years ago
  66. cd7764f KVM: x86: latch INITs while in system management mode by Paolo Bonzini · 9 years ago
  67. 64d6067 KVM: x86: stubs for SMM support by Paolo Bonzini · 10 years ago
  68. c028dd6 KVM: x86: preserve x2APIC LDR on INIT by Radim Krčmář · 9 years ago
  69. 257b9a5 KVM: x86: use correct APIC ID on x2APIC transition by Radim Krčmář · 9 years ago
  70. d1ebdbf kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is true by James Sullivan · 10 years ago
  71. 93bbf0b kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI delivery by James Sullivan · 10 years ago
  72. b7cb223 KVM: x86: tweak types of fields in kvm_lapic_irq by Paolo Bonzini · 10 years ago
  73. d28bc9d KVM: x86: INIT and reset sequences are different by Nadav Amit · 10 years ago
  74. 90de4a1 KVM: x86: Support for disabling quirks by Nadav Amit · 10 years ago
  75. bea1542 KVM: x86: cleanup kvm_irq_delivery_to_apic_fast by Paolo Bonzini · 10 years ago
  76. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  77. 58d269d KVM: x86: BSP in MSR_IA32_APICBASE is writable by Nadav Amit · 10 years ago
  78. 3b5a5ff KVM: x86: simplify kvm_apic_map by Radim Krčmář · 10 years ago
  79. 3548a25 KVM: x86: avoid logical_map when it is invalid by Radim Krčmář · 10 years ago
  80. 9ea369b KVM: x86: fix mixed APIC mode broadcast by Radim Krčmář · 10 years ago
  81. 03d2249 KVM: x86: use MDA for interrupt matching by Radim Krčmář · 10 years ago
  82. bf0fb67 Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next' by Paolo Bonzini · 10 years ago
  83. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 10 years ago
  84. c806a6a KVM: x86: call irq notifiers with directed EOI by Radim Krčmář · 10 years ago
  85. f563db4 KVM: SVM: fix interrupt injection (apic->isr_count always 0) by Radim Krčmář · 10 years ago
  86. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  87. 705699a KVM: nVMX: Enable nested posted interrupt processing by Wincy Van · 10 years ago
  88. f933986 KVM: x86: fix lapic_timer_int_injected with APIC-v by Marcelo Tosatti · 10 years ago
  89. df04d1d KVM: x86: check LAPIC presence when building apic_map by Radim Krčmář · 10 years ago
  90. 8a39536 KVM: x86: fix x2apic logical address matching by Radim Krčmář · 10 years ago
  91. 3697f30 KVM: x86: replace 0 with APIC_DEST_PHYSICAL by Radim Krčmář · 10 years ago
  92. 9368b56 KVM: x86: cleanup kvm_apic_match_*() by Radim Krčmář · 10 years ago
  93. 52c233a KVM: x86: return bool from kvm_apic_match*() by Radim Krčmář · 10 years ago
  94. bab5bb3 kvm: x86: Remove kvm_make_request from lapic.c by Nicholas Krause · 10 years ago
  95. 6c19b75 KVM: x86: add tracepoint to wait_lapic_expire by Marcelo Tosatti · 10 years ago
  96. d0659d9 KVM: x86: add option to advance tscdeadline hrtimer expiration by Marcelo Tosatti · 10 years ago
  97. b4eef9b kvm: x86: vmx: NULL out hwapic_isr_update() in case of !enable_apicv by Tiejun Chen · 10 years ago
  98. 45c3094 KVM: x86: allow 256 logical x2APICs again by Radim Krčmář · 10 years ago
  99. 25995e5 KVM: x86: check bounds of APIC maps by Radim Krčmář · 10 years ago
  100. fa834e9 KVM: x86: fix APIC physical destination wrapping by Radim Krčmář · 10 years ago