1. 5c69d5c KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macros by Peter Xu · 5 years ago
  2. ac8ef99 KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASK by Peter Xu · 5 years ago
  3. b4b2963 KVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq shorthand by Peter Xu · 5 years ago
  4. 46f4f0a Merge branch 'kvm-tsx-ctrl' into HEAD by Paolo Bonzini · 5 years ago
  5. 7ee30bc KVM: x86: deliver KVM IOAPIC scan request to target vCPUs by Nitesh Narayan Lal · 5 years ago
  6. 1a68623 KVM: APIC: add helper func to remove duplicate code in kvm_pv_send_ipi by Miaohe Lin · 5 years ago
  7. 27cbe7d KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latched by Liran Alon · 5 years ago
  8. 5c94ac5 KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_update by Miaohe Lin · 5 years ago
  9. a0f0037 KVM: LAPIC: Loosen filter for adaptive tuning of lapic_timer_advance_ns by Wanpeng Li · 5 years ago
  10. d0f5a86 KVM: LAPIC: Tune lapic_timer_advance_ns smoothly by Wanpeng Li · 5 years ago
  11. fe38bd6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  12. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  13. 4b9852f KVM: x86: Fix INIT signal handling in various CPU states by Liran Alon · 5 years ago
  14. 2b0911d KVM: LAPIC: Micro optimize IPI latency by Wanpeng Li · 5 years ago
  15. b14c876 kvm: x86: skip populating logical dest map if apic is not sw enabled by Radim Krcmar · 5 years ago
  16. a48d06f KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire by Wanpeng Li · 5 years ago
  17. 2c0d278 KVM: LAPIC: Mark hrtimer to expire in hard interrupt context by Sebastian Andrzej Siewior · 5 years ago
  18. 0c5f81d KVM: LAPIC: Inject timer interrupt via posted interrupt by Wanpeng Li · 5 years ago
  19. 4d151bf KVM: LAPIC: Make lapic timer unpinned by Wanpeng Li · 5 years ago
  20. 0d88800 kvm: x86: ioapic and apic debug macros cleanup by Yi Wang · 5 years ago
  21. 39d7530 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  22. a45ff59 Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  23. 548f7fb KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane by Wanpeng Li · 5 years ago
  24. 01402cf kvm: LAPIC: write down valid APIC registers by Paolo Bonzini · 5 years ago
  25. 101628d KVM: LAPIC: ARBPRI is a reserved register for x2APIC by Paolo Bonzini · 5 years ago
  26. bb34e69 KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC by Wanpeng Li · 5 years ago
  27. a251fb90 KVM: x86: Fix apic dangling pointer in vcpu by Saar Amar · 6 years ago
  28. 20c8ccb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 by Thomas Gleixner · 6 years ago
  29. 4cb8b11 kvm: x86: offset is ensure to be in range by Wei Yang · 6 years ago
  30. ee171d2 kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector() by Wei Yang · 6 years ago
  31. b6c4bc6 KVM: LAPIC: Optimize timer latency further by Wanpeng Li · 6 years ago
  32. ec0671d KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexit by Wanpeng Li · 6 years ago
  33. 84ea3ac KVM: LAPIC: Extract adaptive tune timer advancement logic by Wanpeng Li · 6 years ago
  34. 0ef0fd3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  35. 4ca88b3 KVM: lapic: Check for a pending timer intr prior to start_hv_timer() by Sean Christopherson · 6 years ago
  36. f992798 KVM: lapic: Refactor ->set_hv_timer to use an explicit expired param by Sean Christopherson · 6 years ago
  37. f1ba5cf KVM: lapic: Explicitly cancel the hv timer if it's pre-expired by Sean Christopherson · 6 years ago
  38. ee66e45 KVM: lapic: Busy wait for timer to expire when using hv_timer by Sean Christopherson · 6 years ago
  39. b904cb8 KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointer by Sean Christopherson · 6 years ago
  40. b6aa57c KVM: lapic: Convert guest TSC to host time domain if necessary by Sean Christopherson · 6 years ago
  41. c3941d9 KVM: lapic: Allow user to disable adaptive tuning of timer advancement by Sean Christopherson · 6 years ago
  42. 39497d7 KVM: lapic: Track lapic timer advance per vCPU by Sean Christopherson · 6 years ago
  43. 57bf67e KVM: lapic: Disable timer advancement if adaptive tuning goes haywire by Sean Christopherson · 6 years ago
  44. c09d65d KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too short by Liran Alon · 6 years ago
  45. 1d487e9 KVM: fix spectrev1 gadgets by Paolo Bonzini · 6 years ago
  46. 254272c kvm: x86: Add memcg accounting to KVM allocations by Ben Gardon · 6 years ago
  47. b2869f2 KVM: x86: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  48. eb1ff0a kvm: x86: remove unnecessary recalculate_apic_map by Peng Hao · 6 years ago
  49. 354cb41 KVM: x86: fix empty-body warnings by Yi Wang · 6 years ago
  50. 38ab012 KVM: LAPIC: Fix pv ipis use-before-initialization by Wanpeng Li · 6 years ago
  51. 0e96f31 x86: Clean up 'sizeof x' => 'sizeof(x)' by Jordan Borgner · 6 years ago
  52. a7c42bb x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinit by Vitaly Kuznetsov · 6 years ago
  53. 72bbf93 KVM: hyperv: define VP assist page helpers by Ladi Prosek · 6 years ago
  54. 0624fca kvm/x86: return meaningful value from KVM_SIGNAL_MSI by Paolo Bonzini · 6 years ago
  55. 3b8a5df KVM: LAPIC: Tune lapic_timer_advance_ns automatically by Wanpeng Li · 6 years ago
  56. d176620 x86/kvm/lapic: always disable MMIO interface in x2APIC mode by Vitaly Kuznetsov · 6 years ago
  57. bdf7ffc KVM: LAPIC: Fix pv ipis out-of-bounds access by Wanpeng Li · 6 years ago
  58. e61cf2e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  59. 4180bf1 KVM: X86: Implement "send IPI" hypercall by Wanpeng Li · 6 years ago
  60. b3dae10 sched/swait: Rename to exclusive by Peter Zijlstra · 7 years ago
  61. b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  62. d8f2f49 x86/kvm: fix LAPIC timer drift when guest uses periodic mode by David Vrabel · 7 years ago
  63. 8d860bb kvm: vmx: Basic APIC virtualization controls have three settings by Jim Mattson · 7 years ago
  64. ecf08da KVM: x86: remove APIC Timer periodic/oneshot spikes by Anthoine Bourgeois · 7 years ago
  65. 0bcc3fb KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use by Vitaly Kuznetsov · 7 years ago
  66. b7e31be KVM: x86: fix vcpu initialization with userspace lapic by Radim Krčmář · 7 years ago
  67. 0b2e990 KVM: x86: move LAPIC initialization after VMCS creation by Paolo Bonzini · 7 years ago
  68. e7387b0 KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updated by Liran Alon · 7 years ago
  69. fa59cc0 KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr() by Liran Alon · 7 years ago
  70. 12806ba KVM: lapic: Fixup LDR on load in x2apic by Dr. David Alan Gilbert · 7 years ago
  71. e872fa9 KVM: lapic: Split out x2apic ldr calculation by Dr. David Alan Gilbert · 7 years ago
  72. 974aa56 Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  73. 4191db2 KVM: x86: Update APICv on APIC reset by Jan H. Schönherr · 7 years ago
  74. 4427593 KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switch by Radim Krčmář · 7 years ago
  75. 5d74a69 KVM: x86: really disarm lapic timer when clearing TMICT by Radim Krčmář · 7 years ago
  76. 86bbc1e KVM: x86: handle 0 write to TSC_DEADLINE MSR by Radim Krčmář · 7 years ago
  77. c301b90 KVM: LAPIC: Apply change to TDCR right away to the timer by Wanpeng Li · 7 years ago
  78. dedf9c5 KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode by Wanpeng Li · 7 years ago
  79. ccbfa1d KVM: LAPIC: Introduce limit_periodic_timer_frequency by Wanpeng Li · 7 years ago
  80. c69518c KVM: LAPIC: Fix lapic timer mode transition by Wanpeng Li · 7 years ago
  81. cc1b468 kvm,lapic: Justify use of swait_active() by Davidlohr Bueso · 7 years ago
  82. 72c139b KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY by Ladi Prosek · 7 years ago
  83. 1d518c6 KVM: LAPIC: Fix reentrancy issues with preempt notifiers by Wanpeng Li · 7 years ago
  84. c853354 KVM: LAPIC: Fix lapic timer injection delay by Wanpeng Li · 8 years ago
  85. a749e24 KVM: lapic: reorganize restart_apic_timer by Paolo Bonzini · 8 years ago
  86. 35ee9e4 KVM: lapic: reorganize start_hv_timer by Paolo Bonzini · 8 years ago
  87. 52b5419 KVM: x86: Fix virtual wire mode by Jan H. Schönherr · 8 years ago
  88. 5acc1ca KVM: X86: Fix preempt the preemption timer cancel by Wanpeng Li · 8 years ago
  89. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  90. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  91. 4e335d9 Revert "KVM: Support vCPU-based gfn->hva cache" by Paolo Bonzini · 8 years ago
  92. bbd6411 KVM: Support vCPU-based gfn->hva cache by Cao, Lei · 8 years ago
  93. b95234c kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection by Paolo Bonzini · 8 years ago
  94. 76dfafd5 KVM: x86: do not scan IRR twice on APICv vmentry by Paolo Bonzini · 8 years ago
  95. 3d92789 KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callers by Paolo Bonzini · 8 years ago
  96. 810e6de KVM: x86: preparatory changes for APICv cleanups by Paolo Bonzini · 8 years ago
  97. 967235d KVM: vmx: clear pending interrupts on KVM_SET_LAPIC by Paolo Bonzini · 8 years ago
  98. a9ff720 Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Radim Krčmář · 8 years ago
  99. cef84c3 KVM: x86: flush pending lapic jump label updates on module unload by David Matlack · 8 years ago
  100. 4d82d12 KVM: lapic: do not scan IRR when delivering an interrupt by Paolo Bonzini · 8 years ago