1. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  2. 5a71785 KVM: VMX: Use posted interrupt to deliver virtual interrupt by Yang Zhang · 12 years ago
  3. a20ed54 KVM: VMX: Add the deliver posted interrupt algorithm by Yang Zhang · 12 years ago
  4. cf9e65b KVM: Set TMR when programming ioapic entry by Yang Zhang · 12 years ago
  5. 3d81bc7 KVM: Call common update function when ioapic entry changed. by Yang Zhang · 12 years ago
  6. 1060691 KVM: Add reset/restore rtc_status support by Yang Zhang · 12 years ago
  7. b4f2225 KVM: Return destination vcpu on interrupt injection by Yang Zhang · 12 years ago
  8. 1fcc789 KVM: Add vcpu info to ioapic_update_eoi() by Yang Zhang · 12 years ago
  9. 44944d4 KVM: Call kvm_apic_match_dest() to check destination vcpu by Yang Zhang · 12 years ago
  10. 8f96452 KVM: Allow cross page reads and writes from cached translations. by Andrew Honig · 12 years ago
  11. 66450a2 KVM: x86: Rework INIT and SIPI handling by Jan Kiszka · 12 years ago
  12. c7c9c56 x86, apicv: add virtual interrupt delivery support by Yang Zhang · 12 years ago
  13. 8d14695 x86, apicv: add virtual x2apic support by Yang Zhang · 12 years ago
  14. 83d4c28 x86, apicv: add APICv register virtualization support by Yang Zhang · 12 years ago
  15. 886b470 KVM: x86: pass host_tsc to read_l1_tsc by Marcelo Tosatti · 12 years ago
  16. 7f46ddb KVM: apic: fix LDR calculation in x2apic mode by Gleb Natapov · 12 years ago
  17. 1e08ec4 KVM: optimize apic interrupt delivery by Gleb Natapov · 12 years ago
  18. ecba9a5 KVM: x86: lapic: Clean up find_highest_vector() and count_vectors() by Takuya Yoshikawa · 12 years ago
  19. f1d2483 KVM: x86: more constification by Mathias Krause · 12 years ago
  20. 64eb062 KVM: correctly detect APIC SW state in kvm_apic_post_state_restore() by Gleb Natapov · 12 years ago
  21. c48f149 KVM: inline kvm_apic_present() and kvm_lapic_enabled() by Gleb Natapov · 12 years ago
  22. 54e9818 KVM: use jump label to optimize checking for in kernel local apic presence by Gleb Natapov · 12 years ago
  23. f8c1ea1 KVM: use jump label to optimize checking for SW enabled apic in spurious interrupt register by Gleb Natapov · 12 years ago
  24. c5cc421 KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSR by Gleb Natapov · 12 years ago
  25. 6aed64a KVM: mark apic enabled on start up by Gleb Natapov · 12 years ago
  26. 5dbc8f3 KVM: use kvm_lapic_set_base() to change apic_base by Gleb Natapov · 12 years ago
  27. 2a6eac9 KVM: Simplify kvm_timer by Avi Kivity · 12 years ago
  28. e9d90d4 KVM: Remove internal timer abstraction by Avi Kivity · 12 years ago
  29. 4a4541a KVM: Don't update PPR on any APIC read by Avi Kivity · 12 years ago
  30. d5b0b5b KVM: x86: Fix typos in lapic.c by Guo Chao · 12 years ago
  31. ae7a2a3 KVM: host side for eoi optimization by Michael S. Tsirkin · 12 years ago
  32. 8680b94 KVM: optimize ISR lookups by Michael S. Tsirkin · 12 years ago
  33. 4138377 KVM: Introduce bitmask for apic attention reasons by Gleb Natapov · 13 years ago
  34. a0c9a822 KVM: dont clear TMR on EOI by Michael S. Tsirkin · 13 years ago
  35. 2e7580b Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  36. 8fd75e1 x86: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  37. cc57828 KVM: Infrastructure for software and hardware based TSC rate scaling by Zachary Amsden · 13 years ago
  38. a52315e KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC) by Julian Stecklina · 13 years ago
  39. 8934208 KVM: Expose kvm_lapic_local_deliver() by Avi Kivity · 13 years ago
  40. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
  41. a3e06bb KVM: emulate lapic tsc deadline timer for guest by Liu, Jinsong · 13 years ago
  42. 9bc5791 KVM: x86: Add module parameter for lapic periodic timer limit by Jan Kiszka · 13 years ago
  43. 7712de8 KVM: x86: Avoid guest-triggerable printks in APIC model by Jan Kiszka · 13 years ago
  44. 58fbbf2 KVM: APIC: avoid instruction emulation for EOI writes by Kevin Tian · 13 years ago
  45. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  46. afc2018 KVM: x86: Remove useless regs_page pointer from kvm_lapic by Takuya Yoshikawa · 14 years ago
  47. 0bb8865 KVM: x86: Drop obsolete warning about INIT on runnable VCPU by Jan Kiszka · 14 years ago
  48. 83bcacb KVM: Avoid double interrupt injection with vapic by Avi Kivity · 14 years ago
  49. 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  50. 9611c18 KVM: fix typo in copyright notice by Nicolas Kaiser · 14 years ago
  51. 3842d13 KVM: Check for pending events before attempting injection by Avi Kivity · 14 years ago
  52. 234bb54 x86, cleanups: Use clear_page/copy_page rather than memset/memcpy by Jan Beulich · 14 years ago
  53. a8eeb04 KVM: Add mini-API for vcpu->requests by Avi Kivity · 14 years ago
  54. e7dca5c KVM: x86: Allow any LAPIC to accept PIC interrupts by Chris Lalancette · 14 years ago
  55. bd37139 KVM: x86: fix -DDEBUG oops by Zachary Amsden · 14 years ago
  56. 221d059 KVM: Update Red Hat copyrights by Avi Kivity · 14 years ago
  57. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  58. 10388a0 KVM: Add HYPER-V apic access MSRs by Gleb Natapov · 15 years ago
  59. a5d36f8 KVM: Fix race between APIC TMR and IRR by Avi Kivity · 15 years ago
  60. 6e24a6e KVM: LAPIC: make sure IRR bitmap is scanned after vm load by Marcelo Tosatti · 15 years ago
  61. bfc33be KVM: remove duplicated #include by Huang Weiyi · 15 years ago
  62. 680b364 KVM: Drop kvm->irq_lock lock from irq injection path by Gleb Natapov · 15 years ago
  63. eba0226 KVM: Move IO APIC to its own lock by Gleb Natapov · 15 years ago
  64. ace1546 KVM: use proper hrtimer function to retrieve expiration time by Marcelo Tosatti · 15 years ago
  65. b2d83cf KVM: fix LAPIC timer period overflow by Aurelien Jarno · 15 years ago
  66. 4da7489 KVM: fix misreporting of coalesced interrupts by kvm tracer by Gleb Natapov · 15 years ago
  67. 1444885 KVM: limit lapic periodic timer frequency by Marcelo Tosatti · 15 years ago
  68. 4088bb3 KVM: silence lapic kernel messages that can be triggered by a guest by Gleb Natapov · 15 years ago
  69. 1000ff8 KVM: Add trace points in irqchip code by Gleb Natapov · 15 years ago
  70. 756975b KVM: Fix apic_mmio_write return for unaligned write by Sheng Yang · 15 years ago
  71. 0105d1a KVM: x2apic interface to lapic by Gleb Natapov · 15 years ago
  72. fc61b80 KVM: Add Directed EOI support to APIC emulation by Gleb Natapov · 15 years ago
  73. bda9020 KVM: remove in_range from io devices by Michael S. Tsirkin · 15 years ago
  74. 229456f KVM: convert custom marker based tracing to event traces by Marcelo Tosatti · 15 years ago
  75. 33e4c68 KVM: Optimize searching for highest IRR by Gleb Natapov · 15 years ago
  76. 1ed0ce0 KVM: Use pointer to vcpu instead of vcpu_id in timer code. by Gleb Natapov · 15 years ago
  77. c5af89b KVM: Introduce kvm_vcpu_is_bsp() function. by Gleb Natapov · 15 years ago
  78. fa40a82 KVM: switch irq injection/acking data structures to irq_lock by Marcelo Tosatti · 15 years ago
  79. 238adc7 KVM: Cleanup LAPIC interface by Jan Kiszka · 15 years ago
  80. d76685c KVM: cleanup io_device code by Gregory Haskins · 15 years ago
  81. 9b5843d KVM: fix apic_debug instances by Glauber Costa · 16 years ago
  82. 386eb6e KVM: make 'lapic_timer_ops' and 'kpit_ops' static by Hannes Eder · 16 years ago
  83. 58c2dde KVM: APIC: get rid of deliver_bitmask by Gleb Natapov · 16 years ago
  84. e103571 KVM: change the way how lowest priority vcpu is calculated by Gleb Natapov · 16 years ago
  85. 343f94f KVM: consolidate ioapic/ipi interrupt delivery logic by Gleb Natapov · 16 years ago
  86. 6da7e3f KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts by Gleb Natapov · 16 years ago
  87. d3c7b77 KVM: unify part of generic timer handling by Marcelo Tosatti · 16 years ago
  88. bfd349d KVM: bit ops for deliver_bitmap by Sheng Yang · 16 years ago
  89. 110c2fa KVM: Update intr delivery func to accept unsigned long* bitmap by Sheng Yang · 16 years ago
  90. b682b81 KVM: x86: fix LAPIC pending count calculation by Marcelo Tosatti · 16 years ago
  91. cc6e462 KVM: x86: Optimize NMI watchdog delivery by Jan Kiszka · 16 years ago
  92. 8fdb235 KVM: x86: Fix and refactor NMI watchdog emulation by Jan Kiszka · 16 years ago
  93. 26df99c KVM: Kick NMI receiving VCPU by Jan Kiszka · 16 years ago
  94. 23930f9 KVM: x86: Enable NMI Watchdog via in-kernel PIT source by Jan Kiszka · 16 years ago
  95. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  96. 1b10bf3 KVM: x86: Silence various LAPIC-related host kernel messages by Jan Kiszka · 16 years ago
  97. d769017 KVM: x86: do not execute halted vcpus by Marcelo Tosatti · 16 years ago
  98. f524472 KVM: irq ack notification by Marcelo Tosatti · 16 years ago
  99. 5fdbf97 KVM: x86: accessors for guest registers by Marcelo Tosatti · 16 years ago
  100. beb20d52 hrtimer: convert kvm to the new hrtimer apis by Arjan van de Ven · 16 years ago