1. 71ba994 KVM: x86: clean/fix memory barriers in irqchip_in_kernel by Paolo Bonzini · 9 years ago
  2. bf0fb67 Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next' by Paolo Bonzini · 9 years ago
  3. 2dccb4c kvm: x86: i8259: return initialized data on invalid-size read by Petr Matousek · 9 years ago
  4. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 9 years ago
  5. f3200d0 KVM: inject ExtINT interrupt before APIC interrupts by Gleb Natapov · 12 years ago
  6. ec79866 KVM: cleanup pic reset by Gleb Natapov · 12 years ago
  7. 28a6fda KVM: x86: drop parameter validation in ioapic/pic by Michael S. Tsirkin · 12 years ago
  8. aea218f KVM: PIC: call ack notifiers for irqs that are dropped form irr by Gleb Natapov · 12 years ago
  9. 1a577b7 KVM: fix race with level interrupts by Michael S. Tsirkin · 12 years ago
  10. 242ec97 KVM: x86: reset edge sense circuit of i8259 on init by Gleb Natapov · 13 years ago
  11. d546cb4 KVM: drop bsp_vcpu pointer from kvm struct by Gleb Natapov · 13 years ago
  12. bd80158 KVM: Clean up and extend rate-limited output by Jan Kiszka · 13 years ago
  13. 743eeb0 KVM: Intelligent device lookup on I/O bus by Sasha Levin · 13 years ago
  14. 7049467 KVM: remove isr_ack logic from PIC by Gleb Natapov · 13 years ago
  15. d0dfc6b KVM: i8259: initialize isr_ack by Avi Kivity · 14 years ago
  16. 9611c18 KVM: fix typo in copyright notice by Nicolas Kaiser · 14 years ago
  17. f4f5105 KVM: Convert PIC lock from raw spinlock to ordinary spinlock by Avi Kivity · 14 years ago
  18. 3842d13 KVM: Check for pending events before attempting injection by Avi Kivity · 14 years ago
  19. 9ed049c KVM: i8259: Make ICW1 conform to spec by Avi Kivity · 14 years ago
  20. ae0635b KVM: fix i8259 oops when no vcpus are online by Avi Kivity · 14 years ago
  21. 9195c4d KVM: x86: Call mask notifiers from pic by Gleb Natapov · 14 years ago
  22. 529df65 KVM: Search the LAPIC's for one that will accept a PIC interrupt by Chris Lalancette · 14 years ago
  23. 36633f3 KVM: i8259: simplify pic_irq_request() calling sequence by Avi Kivity · 14 years ago
  24. 073d461 KVM: i8259: reduce excessive abstraction for pic_irq_request() by Avi Kivity · 14 years ago
  25. 221d059 KVM: Update Red Hat copyrights by Avi Kivity · 14 years ago
  26. 50a085b KVM: x86: Kick VCPU outside PIC lock again by Jan Kiszka · 14 years ago
  27. 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
  28. fa8273e KVM: Convert i8254/i8259 locks to raw_spinlocks by Thomas Gleixner · 14 years ago
  29. 72bb2fc KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrl by Wei Yongjun · 14 years ago
  30. 79fac95 KVM: convert slots_lock to a mutex by Marcelo Tosatti · 15 years ago
  31. e93f8a0 KVM: convert io_bus to SRCU by Marcelo Tosatti · 15 years ago
  32. eba0226 KVM: Move IO APIC to its own lock by Gleb Natapov · 15 years ago
  33. 79c727d KVM: Call pic_clear_isr() on pic reset to reuse logic there by Gleb Natapov · 15 years ago
  34. 88ba63c KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functions by Gleb Natapov · 15 years ago
  35. 938396a KVM: Call ack notifiers from PIC when guest OS acks an IRQ. by Gleb Natapov · 15 years ago
  36. 956f97c KVM: Call kvm_vcpu_kick() inside pic spinlock by Gleb Natapov · 15 years ago
  37. 090b7af KVM: make io_bus interface more robust by Gregory Haskins · 15 years ago
  38. 1000ff8 KVM: Add trace points in irqchip code by Gleb Natapov · 15 years ago
  39. bda9020 KVM: remove in_range from io devices by Michael S. Tsirkin · 15 years ago
  40. 6c47469 KVM: convert bus to slots_lock by Michael S. Tsirkin · 15 years ago
  41. c5af89b KVM: Introduce kvm_vcpu_is_bsp() function. by Gleb Natapov · 15 years ago
  42. 9f4cc12 KVM: Grab pic lock in kvm_pic_clear_isr_ack by Marcelo Tosatti · 15 years ago
  43. d76685c KVM: cleanup io_device code by Gregory Haskins · 15 years ago
  44. d7364a29 KVM: fix sparse warnings: context imbalance by Hannes Eder · 15 years ago
  45. 4925663 KVM: Report IRQ injection status to userspace. by Gleb Natapov · 15 years ago
  46. 44882ee KVM: make irq ack notifications aware of routing table by Marcelo Tosatti · 16 years ago
  47. 3f35385 KVM: Add locking to virtual i8259 interrupt controller by Avi Kivity · 16 years ago
  48. e482580 KVM: PIC: enhance IPI avoidance by Marcelo Tosatti · 16 years ago
  49. 85428ac KVM: fix i8259 reset irq acking by Marcelo Tosatti · 16 years ago
  50. f524472 KVM: irq ack notification by Marcelo Tosatti · 16 years ago
  51. 7edd0ce KVM: Consolidate PIC isr clearing into a function by Avi Kivity · 16 years ago
  52. c65bbfa KVM: check injected pic irq within valid pic irqs by Ben-Ami Yassour · 16 years ago
  53. 9276049 KVM: kvm_io_device: extend in_range() to manage len and write attribute by Laurent Vivier · 16 years ago
  54. edf8841 KVM: Move arch dependent files to new directory arch/x86/kvm/ by Avi Kivity · 17 years ago[Renamed (99%) from drivers/kvm/i8259.c]
  55. e01a1b5 KVM: Portability: Stop including x86-specific headers in kvm_main.c by Hollis Blanchard · 17 years ago
  56. 2fcceae KVM: Export PIC reset for kernel device reset by Eddie Dong · 17 years ago
  57. 6ceb9d7 KVM: Add get/set irqchip ioctls for in-kernel PIC live migration support by He, Qing · 17 years ago
  58. b6958ce KVM: Emulate hlt in the kernel by Eddie Dong · 17 years ago
  59. 85f455f KVM: Add support for in-kernel PIC emulation by Eddie Dong · 17 years ago