1. 8fd75e1 x86: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  2. 8934208 KVM: Expose kvm_lapic_local_deliver() by Avi Kivity · 13 years ago
  3. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
  4. a3e06bb KVM: emulate lapic tsc deadline timer for guest by Liu, Jinsong · 13 years ago
  5. 9bc5791 KVM: x86: Add module parameter for lapic periodic timer limit by Jan Kiszka · 13 years ago
  6. 7712de8 KVM: x86: Avoid guest-triggerable printks in APIC model by Jan Kiszka · 13 years ago
  7. 58fbbf2 KVM: APIC: avoid instruction emulation for EOI writes by Kevin Tian · 13 years ago
  8. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  9. afc2018 KVM: x86: Remove useless regs_page pointer from kvm_lapic by Takuya Yoshikawa · 13 years ago
  10. 0bb8865 KVM: x86: Drop obsolete warning about INIT on runnable VCPU by Jan Kiszka · 13 years ago
  11. 83bcacb KVM: Avoid double interrupt injection with vapic by Avi Kivity · 14 years ago
  12. 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  13. 9611c18 KVM: fix typo in copyright notice by Nicolas Kaiser · 14 years ago
  14. 3842d13 KVM: Check for pending events before attempting injection by Avi Kivity · 14 years ago
  15. 234bb54 x86, cleanups: Use clear_page/copy_page rather than memset/memcpy by Jan Beulich · 14 years ago
  16. a8eeb04 KVM: Add mini-API for vcpu->requests by Avi Kivity · 14 years ago
  17. e7dca5c KVM: x86: Allow any LAPIC to accept PIC interrupts by Chris Lalancette · 14 years ago
  18. bd37139 KVM: x86: fix -DDEBUG oops by Zachary Amsden · 14 years ago
  19. 221d059 KVM: Update Red Hat copyrights by Avi Kivity · 14 years ago
  20. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  21. 10388a0 KVM: Add HYPER-V apic access MSRs by Gleb Natapov · 15 years ago
  22. a5d36f8 KVM: Fix race between APIC TMR and IRR by Avi Kivity · 15 years ago
  23. 6e24a6e KVM: LAPIC: make sure IRR bitmap is scanned after vm load by Marcelo Tosatti · 15 years ago
  24. bfc33be KVM: remove duplicated #include by Huang Weiyi · 15 years ago
  25. 680b364 KVM: Drop kvm->irq_lock lock from irq injection path by Gleb Natapov · 15 years ago
  26. eba0226 KVM: Move IO APIC to its own lock by Gleb Natapov · 15 years ago
  27. ace1546 KVM: use proper hrtimer function to retrieve expiration time by Marcelo Tosatti · 15 years ago
  28. b2d83cf KVM: fix LAPIC timer period overflow by Aurelien Jarno · 15 years ago
  29. 4da7489 KVM: fix misreporting of coalesced interrupts by kvm tracer by Gleb Natapov · 15 years ago
  30. 1444885 KVM: limit lapic periodic timer frequency by Marcelo Tosatti · 15 years ago
  31. 4088bb3 KVM: silence lapic kernel messages that can be triggered by a guest by Gleb Natapov · 15 years ago
  32. 1000ff8 KVM: Add trace points in irqchip code by Gleb Natapov · 15 years ago
  33. 756975b KVM: Fix apic_mmio_write return for unaligned write by Sheng Yang · 15 years ago
  34. 0105d1a KVM: x2apic interface to lapic by Gleb Natapov · 15 years ago
  35. fc61b80 KVM: Add Directed EOI support to APIC emulation by Gleb Natapov · 15 years ago
  36. bda9020 KVM: remove in_range from io devices by Michael S. Tsirkin · 15 years ago
  37. 229456f KVM: convert custom marker based tracing to event traces by Marcelo Tosatti · 15 years ago
  38. 33e4c68 KVM: Optimize searching for highest IRR by Gleb Natapov · 15 years ago
  39. 1ed0ce0 KVM: Use pointer to vcpu instead of vcpu_id in timer code. by Gleb Natapov · 15 years ago
  40. c5af89b KVM: Introduce kvm_vcpu_is_bsp() function. by Gleb Natapov · 15 years ago
  41. fa40a82 KVM: switch irq injection/acking data structures to irq_lock by Marcelo Tosatti · 15 years ago
  42. 238adc7 KVM: Cleanup LAPIC interface by Jan Kiszka · 15 years ago
  43. d76685c KVM: cleanup io_device code by Gregory Haskins · 15 years ago
  44. 9b5843d KVM: fix apic_debug instances by Glauber Costa · 15 years ago
  45. 386eb6e KVM: make 'lapic_timer_ops' and 'kpit_ops' static by Hannes Eder · 15 years ago
  46. 58c2dde KVM: APIC: get rid of deliver_bitmask by Gleb Natapov · 15 years ago
  47. e103571 KVM: change the way how lowest priority vcpu is calculated by Gleb Natapov · 15 years ago
  48. 343f94f KVM: consolidate ioapic/ipi interrupt delivery logic by Gleb Natapov · 15 years ago
  49. 6da7e3f KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts by Gleb Natapov · 15 years ago
  50. d3c7b77 KVM: unify part of generic timer handling by Marcelo Tosatti · 15 years ago
  51. bfd349d KVM: bit ops for deliver_bitmap by Sheng Yang · 15 years ago
  52. 110c2fa KVM: Update intr delivery func to accept unsigned long* bitmap by Sheng Yang · 15 years ago
  53. b682b81 KVM: x86: fix LAPIC pending count calculation by Marcelo Tosatti · 15 years ago
  54. cc6e462 KVM: x86: Optimize NMI watchdog delivery by Jan Kiszka · 16 years ago
  55. 8fdb235 KVM: x86: Fix and refactor NMI watchdog emulation by Jan Kiszka · 16 years ago
  56. 26df99c KVM: Kick NMI receiving VCPU by Jan Kiszka · 16 years ago
  57. 23930f9 KVM: x86: Enable NMI Watchdog via in-kernel PIT source by Jan Kiszka · 16 years ago
  58. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  59. 1b10bf3 KVM: x86: Silence various LAPIC-related host kernel messages by Jan Kiszka · 16 years ago
  60. d769017 KVM: x86: do not execute halted vcpus by Marcelo Tosatti · 16 years ago
  61. f524472 KVM: irq ack notification by Marcelo Tosatti · 16 years ago
  62. 5fdbf97 KVM: x86: accessors for guest registers by Marcelo Tosatti · 16 years ago
  63. beb20d5 hrtimer: convert kvm to the new hrtimer apis by Arjan van de Ven · 16 years ago
  64. 622395a KVM: only abort guest entry if timer count goes from 0->1 by Marcelo Tosatti · 16 years ago
  65. 9276049 KVM: kvm_io_device: extend in_range() to manage len and write attribute by Laurent Vivier · 16 years ago
  66. 3419ffc KVM: IOAPIC/LAPIC: Enable NMI support by Sheng Yang · 16 years ago
  67. c7bf23b KVM: VMX: move APIC_ACCESS trace entry to generic code by Joerg Roedel · 16 years ago
  68. 06e0564 KVM: close timer injection race window in __vcpu_run by Marcelo Tosatti · 16 years ago
  69. 54aaace KVM: LAPIC: ignore pending timers if LVTT is disabled by Marcelo Tosatti · 16 years ago
  70. 6f6d6a1 rename div64_64 to div64_u64 by Roman Zippel · 16 years ago
  71. ec7cf69 KVM: export kvm_lapic_set_tpr() to modules by Joerg Roedel · 16 years ago
  72. a453529 KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_* by Avi Kivity · 16 years ago
  73. 3d80840 KVM: hlt emulation should take in-kernel APIC/PIT timers into account by Marcelo Tosatti · 16 years ago
  74. b8688d5 KVM: replace remaining __FUNCTION__ occurances by Harvey Harrison · 16 years ago
  75. 0b975a3 KVM: Avoid infinite-frequency local apic timer by Avi Kivity · 16 years ago
  76. 2f52d58 KVM: Move apic timer migration away from critical section by Avi Kivity · 17 years ago
  77. b93463a KVM: Accelerated apic support by Avi Kivity · 17 years ago
  78. b209749f KVM: local APIC TPR access reporting facility by Avi Kivity · 17 years ago
  79. edf8841 KVM: Move arch dependent files to new directory arch/x86/kvm/ by Avi Kivity · 17 years ago[Renamed (99%) from drivers/kvm/lapic.c]
  80. bfc6d22 KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_arch by Zhang Xiantao · 17 years ago
  81. ad312c7 KVM: Portability: Introduce kvm_vcpu_arch by Zhang Xiantao · 17 years ago
  82. 722f6ec KVM: LAPIC: minor debugging compile fix by Joerg Roedel · 17 years ago
  83. 8be5453 KVM: Replace kvm_lapic with kvm_vcpu in ioapic/lapic interface by Zhang Xiantao · 17 years ago
  84. 34c16ee KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) by Zhang Xiantao · 17 years ago
  85. e4d47f4 KVM: apic round robin cleanup by Qing He · 17 years ago
  86. d77c26f KVM: CodingStyle cleanup by Mike Day · 17 years ago
  87. 7e620d1 KVM: Remove gratuitous casts from lapic.c by Rusty Russell · 17 years ago
  88. d589444 KVM: Add kvm_free_lapic() to pair with kvm_create_lapic() by Rusty Russell · 17 years ago
  89. 9da8f4e KVM: Improve local apic timer wraparound handling by Kevin Pedretti · 17 years ago
  90. b33ac88 KVM: Fix local apic timer divide by zero by Kevin Pedretti · 17 years ago
  91. c5ec153 KVM: enable in-kernel APIC INIT/SIPI handling by He, Qing · 17 years ago
  92. 932f72a KVM: round robin for APIC lowest priority delivery mode by He, Qing · 17 years ago
  93. 40487c6 KVM: deliver PIC interrupt only to vcpu0 by Qing He · 17 years ago
  94. a3d7f85 KVM: Migrate lapic hrtimer when vcpu moves to another cpu by Eddie Dong · 17 years ago
  95. 1b9778d KVM: Keep track of missed timer irq injections by Eddie Dong · 17 years ago
  96. 6e5d865 KVM: VMX: Use shadow TPR/cr8 for 64-bits guests by Yang, Sheng · 17 years ago
  97. 96ad2cc KVM: in-kernel LAPIC save and restore support by Eddie Dong · 17 years ago
  98. 97222cc KVM: Emulate local APIC in kernel by Eddie Dong · 17 years ago