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