1. 12806ba KVM: lapic: Fixup LDR on load in x2apic by Dr. David Alan Gilbert · 8 years ago
  2. e872fa9 KVM: lapic: Split out x2apic ldr calculation by Dr. David Alan Gilbert · 8 years ago
  3. 974aa56 Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  4. 4191db2 KVM: x86: Update APICv on APIC reset by Jan H. Schönherr · 8 years ago
  5. 4427593 KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switch by Radim Krčmář · 8 years ago
  6. 5d74a69 KVM: x86: really disarm lapic timer when clearing TMICT by Radim Krčmář · 8 years ago
  7. 86bbc1e KVM: x86: handle 0 write to TSC_DEADLINE MSR by Radim Krčmář · 8 years ago
  8. c301b90 KVM: LAPIC: Apply change to TDCR right away to the timer by Wanpeng Li · 8 years ago
  9. dedf9c5 KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode by Wanpeng Li · 8 years ago
  10. ccbfa1d KVM: LAPIC: Introduce limit_periodic_timer_frequency by Wanpeng Li · 8 years ago
  11. c69518c KVM: LAPIC: Fix lapic timer mode transition by Wanpeng Li · 8 years ago
  12. cc1b468 kvm,lapic: Justify use of swait_active() by Davidlohr Bueso · 8 years ago
  13. 72c139b KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY by Ladi Prosek · 8 years ago
  14. 1d518c6 KVM: LAPIC: Fix reentrancy issues with preempt notifiers by Wanpeng Li · 8 years ago
  15. c853354 KVM: LAPIC: Fix lapic timer injection delay by Wanpeng Li · 8 years ago
  16. a749e24 KVM: lapic: reorganize restart_apic_timer by Paolo Bonzini · 8 years ago
  17. 35ee9e4 KVM: lapic: reorganize start_hv_timer by Paolo Bonzini · 8 years ago
  18. 52b5419 KVM: x86: Fix virtual wire mode by Jan H. Schönherr · 8 years ago
  19. 5acc1ca KVM: X86: Fix preempt the preemption timer cancel by Wanpeng Li · 8 years ago
  20. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  21. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  22. 4e335d9 Revert "KVM: Support vCPU-based gfn->hva cache" by Paolo Bonzini · 8 years ago
  23. bbd6411 KVM: Support vCPU-based gfn->hva cache by Cao, Lei · 9 years ago
  24. b95234c kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection by Paolo Bonzini · 9 years ago
  25. 76dfafd5 KVM: x86: do not scan IRR twice on APICv vmentry by Paolo Bonzini · 9 years ago
  26. 3d92789 KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callers by Paolo Bonzini · 9 years ago
  27. 810e6de KVM: x86: preparatory changes for APICv cleanups by Paolo Bonzini · 9 years ago
  28. 967235d KVM: vmx: clear pending interrupts on KVM_SET_LAPIC by Paolo Bonzini · 9 years ago
  29. a9ff720 Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Radim Krčmář · 9 years ago
  30. cef84c3 KVM: x86: flush pending lapic jump label updates on module unload by David Matlack · 9 years ago
  31. 4d82d12 KVM: lapic: do not scan IRR when delivering an interrupt by Paolo Bonzini · 9 years ago
  32. 26fbbee KVM: lapic: do not set KVM_REQ_EVENT unnecessarily on PPR update by Paolo Bonzini · 9 years ago
  33. b3c045d KVM: lapic: remove unnecessary KVM_REQ_EVENT on PPR update by Paolo Bonzini · 9 years ago
  34. eb90f34 KVM: vmx: speed up TPR below threshold vmexits by Paolo Bonzini · 9 years ago
  35. 5bd5db3 KVM: x86: allow hotplug of VCPU with APIC ID over 0xff by Radim Krčmář · 9 years ago
  36. b4535b5 KVM: x86: make interrupt delivery fast and slow path behave the same by Radim Krčmář · 9 years ago
  37. 6e50043 KVM: x86: replace kvm_apic_id with kvm_{x,x2}apic_id by Radim Krčmář · 9 years ago
  38. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 9 years ago
  39. 93173b5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  40. 444fdad KVM: x86: fix out-of-bounds access in lapic by Radim Krčmář · 9 years ago
  41. c7dd15b kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11] by Jim Mattson · 9 years ago
  42. ad36109 kvm: x86: avoid atomic operations on APICv vmentry by Paolo Bonzini · 9 years ago
  43. 5587859 KVM: x86: use ktime_get instead of seeking the hrtimer_clock_base by Paolo Bonzini · 9 years ago
  44. 8003c9a KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer support by Wanpeng Li · 9 years ago
  45. 7e810a3 KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timer by Wanpeng Li · 9 years ago
  46. 498f816 KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc() by Wanpeng Li · 9 years ago
  47. a10388e KVM: LAPIC: guarantee the timer is in tsc-deadline mode by Wanpeng Li · 9 years ago
  48. 7d7f7da KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot mode by Wanpeng Li · 9 years ago
  49. 187ca84 KVM: lapic: don't recalculate apic map table twice when enabling LAPIC by Wanpeng Li · 9 years ago
  50. 9100530 KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off by Wanpeng Li · 9 years ago
  51. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  52. 1767e93 x86/kvm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 9 years ago
  53. af1bae5 KVM: x86: bump KVM_MAX_VCPU_ID to 1023 by Radim Krčmář · 9 years ago
  54. c519265 KVM: x86: add a flag to disable KVM x2apic broadcast quirk by Radim Krčmář · 9 years ago
  55. 37131313 KVM: x86: add KVM_CAP_X2APIC_API by Radim Krčmář · 9 years ago
  56. 4d8e772 KVM: x86: reset lapic base in kvm_lapic_reset by Radim Krčmář · 9 years ago
  57. 49bd29b KVM: x86: reset APIC ID when enabling LAPIC by Radim Krčmář · 9 years ago
  58. a92e254 KVM: x86: use hardware-compatible format for APIC ID register by Radim Krčmář · 9 years ago
  59. 0ca52e7 KVM: x86: dynamic kvm_apic_map by Radim Krčmář · 9 years ago
  60. e45115b KVM: x86: use physical LAPIC array for logical x2APIC by Radim Krčmář · 9 years ago
  61. 64aa47b KVM: x86: add kvm_apic_map_get_dest_lapic by Radim Krčmář · 9 years ago
  62. 196f20c KVM: vmx: fix missed cancellation of TSC deadline timer by Wanpeng Li · 9 years ago
  63. bd97ad0 KVM: x86: introduce cancel_hv_tscdeadline by Wanpeng Li · 9 years ago
  64. b606f18 KVM: LAPIC: cap __delay at lapic_timer_advance_ns by Marcelo Tosatti · 9 years ago
  65. ce7a058 KVM: x86: support using the vmx preemption timer for tsc deadline timer by Yunhong Jiang · 9 years ago
  66. 53f9eed kvm: lapic: separate start_sw_tscdeadline from start_apic_timer by Yunhong Jiang · 9 years ago
  67. 67c9ddd KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same by Paolo Bonzini · 9 years ago
  68. be8ca17 KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore by Suravee Suthikulpanit · 9 years ago
  69. dfb9595 KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_reg by Suravee Suthikulpanit · 9 years ago
  70. 1e6e275 KVM: x86: Misc LAPIC changes to expose helper functions by Suravee Suthikulpanit · 9 years ago
  71. 61abdbe kvm: x86: make lapic hrtimer pinned by Luiz Capitulino · 9 years ago
  72. 10dc374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  73. 9daa500 kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map by Joerg Roedel · 9 years ago
  74. 9e4aabe kvm: x86: Convert ioapic->rtc_status.dest_map to a struct by Joerg Roedel · 9 years ago
  75. 8577370 KVM: Use simple waitqueue for vcpu->wq by Marcelo Tosatti · 9 years ago
  76. 4efd805 KVM: x86: fix *NULL on invalid low-prio irq by Radim Krčmář · 10 years ago
  77. bce87cc KVM: x86: consolidate different ways to test for in-kernel LAPIC by Paolo Bonzini · 10 years ago
  78. 1e3161b4 KVM: x86: consolidate "has lapic" checks into irq.c by Paolo Bonzini · 10 years ago
  79. f8543d6 KVM: APIC: remove unnecessary double checks on APIC existence by Paolo Bonzini · 10 years ago
  80. 6228a0d KVM: x86: Add lowest-priority support for vt-d posted-interrupts by Feng Wu · 10 years ago
  81. 52004014 KVM: x86: Use vector-hashing to deliver lowest-priority interrupts by Feng Wu · 10 years ago
  82. 5c919412 kvm/x86: Hyper-V synthetic interrupt controller by Andrey Smetanin · 10 years ago
  83. d62caab kvm/x86: per-vcpu apicv deactivation support by Andrey Smetanin · 10 years ago
  84. 6308630 kvm/x86: split ioapic-handled and EOI exit bitmaps by Andrey Smetanin · 10 years ago
  85. 4ba7653 KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc() by Haozhong Zhang · 10 years ago
  86. 0669a51 KVM: x86: zero apic_arb_prio on reset by Radim Krčmář · 10 years ago
  87. c77f3fa kvm: x86: set KVM_REQ_EVENT when updating IRR by Radim Krčmář · 10 years ago
  88. 8feb4a0 KVM: Define a new interface kvm_intr_is_single_vcpu() by Feng Wu · 10 years ago
  89. b053b2a KVM: x86: Add EOI exit bitmap inference by Steve Rutherford · 10 years ago
  90. 7543a63 KVM: x86: Add KVM exit for IOAPIC EOIs by Steve Rutherford · 10 years ago
  91. 49df639 KVM: x86: Split the APIC from the rest of IRQCHIP. by Steve Rutherford · 10 years ago
  92. 35754c9 KVM: x86: introduce lapic_in_kernel by Paolo Bonzini · 10 years ago
  93. d50ab6c KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv by Paolo Bonzini · 10 years ago
  94. 3bb345f KVM: x86: store IOAPIC-handled vectors in each VCPU by Paolo Bonzini · 10 years ago
  95. bdaffe1 KVM: x86: set TMR when the interrupt is accepted by Paolo Bonzini · 10 years ago
  96. 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  97. 603242a kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapic by Nicholas Krause · 10 years ago
  98. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 10 years ago
  99. 0da029e KVM: x86: rename quirk constants to KVM_X86_QUIRK_* by Paolo Bonzini · 10 years ago
  100. 41dbc6b KVM: x86: introduce kvm_check_has_quirk by Paolo Bonzini · 10 years ago