1. 17d11ba Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  2. 53cb780 [S390] KVM: Read buffer overflow by Roel Kluin · 15 years ago
  3. d3bc2f9 KVM: s390: fix wait_queue handling by Christian Borntraeger · 15 years ago
  4. ef50f7a KVM: s390: Allow stfle instruction in the guest by Christian Borntraeger · 15 years ago
  5. dab4079d [S390] uaccess: use might_fault() instead of might_sleep() by Heiko Carstens · 15 years ago
  6. 51e4d5a KVM: s390: Verify memory in kvm run by Carsten Otte · 15 years ago
  7. 3edbcff KVM: s390: Sanity check on validity intercept by Carsten Otte · 15 years ago
  8. abf4a71 KVM: s390: Unlink vcpu on destroy - v2 by Carsten Otte · 15 years ago
  9. b037a4f KVM: s390: optimize float int lock: spin_lock_bh --> spin_lock by Christian Borntraeger · 15 years ago
  10. ca87230 KVM: s390: use hrtimer for clock wakeup from idle - v2 by Christian Borntraeger · 15 years ago
  11. 2668dab KVM: s390: Fix memory slot versus run - v3 by Carsten Otte · 15 years ago
  12. 7864612 KVM: Fix interrupt unhalting a vcpu when it shouldn't by Gleb Natapov · 16 years ago
  13. 21cdbc1 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  14. f5daba1 [S390] split/move machine check handler code by Heiko Carstens · 16 years ago
  15. 92e6ecf [S390] Fix hypervisor detection for KVM by Christian Borntraeger · 16 years ago
  16. b7e6e4d KVM: s390: Fix SIGP set prefix ioctl by Christian Borntraeger · 16 years ago
  17. 70455a3 KVM: s390: Fix problem state check for b2 intercepts by Christian Borntraeger · 16 years ago
  18. 2c411b4 KVM: s390: Fix printk on SIGP set arch by Christian Borntraeger · 16 years ago
  19. 5d9b8e3 KVM: Add CONFIG_HAVE_KVM_IRQCHIP by Avi Kivity · 16 years ago
  20. d0bfb94 KVM: New guest debug interface by Jan Kiszka · 16 years ago
  21. ad8ba2c KVM: Add kvm_arch_sync_events to sync with asynchronize events by Sheng Yang · 16 years ago
  22. 33e1911 [S390] Use unsigned long long for u64 on 64bit. by Heiko Carstens · 16 years ago
  23. ca9edae KVM: Consolidate userspace memory capability reporting into common code by Avi Kivity · 16 years ago
  24. 6692cef KVM: s390: Fix memory leak of vcpu->run by Christian Borntraeger · 16 years ago
  25. d329c03 KVM: s390: Fix refcounting and allow module unload by Christian Borntraeger · 16 years ago
  26. 3eb77d5 KVM: s390: Fix problem state handling in guest sigp handler by Christian Borntraeger · 16 years ago
  27. a0046b6 KVM: s390: Make facility bits future-proof by Christian Borntraeger · 16 years ago
  28. 1f4170e KVM: s390: Fix kvm on IBM System z10 by Christian Borntraeger · 16 years ago
  29. 5a00a5e KVM: s390: Fix possible host kernel bug on lctl(g) handling by Christian Borntraeger · 16 years ago
  30. f5e10b0 KVM: s390: Fix instruction naming for lctlg by Christian Borntraeger · 16 years ago
  31. 3cd6129 KVM: s390: Fix program check on interrupt delivery handling by Christian Borntraeger · 16 years ago
  32. 0096369 KVM: s390: Change guestaddr type in gaccess by Martin Schwidefsky · 16 years ago
  33. 2bd0ac4 KVM: s390: Advertise KVM_CAP_USER_MEMORY by Carsten Otte · 16 years ago
  34. 34d4cb8 KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction by Marcelo Tosatti · 16 years ago
  35. 180c12f KVM: s390: rename private structures by Christian Borntraeger · 16 years ago
  36. 4da29e9 KVM: s390: Set guest storage limit and offset to sane values by Christian Borntraeger · 16 years ago
  37. dfdded7 KVM: Fix memory leak on guest exit by Carsten Otte · 16 years ago
  38. 7cc8883 KVM: Remove decache_vcpus_on_cpu() and related callbacks by Avi Kivity · 16 years ago
  39. e52b2af KVM: s390: Fix race condition in kvm_s390_handle_wait by Carsten Otte · 16 years ago
  40. 1f0d0f0 KVM: s390: Send program check on access error by Carsten Otte · 16 years ago
  41. 0ff3186 KVM: s390: fix interrupt delivery by Carsten Otte · 16 years ago
  42. 71cde58 KVM: s390: handle machine checks when guest is running by Christian Borntraeger · 16 years ago
  43. b8cee18 KVM: s390: use yield instead of schedule to implement diag 0x44 by Christian Borntraeger · 16 years ago
  44. 0eaeafa [S390] s390-kvm: leave sie context on work. Removes preemption requirement by Christian Borntraeger · 16 years ago
  45. 484875b [S390] Move stfl to system.h and delete duplicated version. by Heiko Carstens · 16 years ago
  46. 62d9f0d KVM: add ioctls to save/store mpstate by Marcelo Tosatti · 16 years ago
  47. 3d80840 KVM: hlt emulation should take in-kernel APIC/PIT timers into account by Marcelo Tosatti · 16 years ago
  48. 7732a8d KVM: s390: Stub out kvmtrace by Avi Kivity · 17 years ago
  49. f603f07 KVM: s390: rename stfl to kvm_stfl by Heiko Carstens · 17 years ago
  50. 7e8e6ab KVM: s390: Fix incorrect return value by Heiko Carstens · 17 years ago
  51. 77b455f KVM: s390: add kvm to kconfig on s390 by Christian Borntraeger · 17 years ago
  52. e28acfe KVM: s390: intercepts for diagnose instructions by Christian Borntraeger · 17 years ago
  53. 5288fbf KVM: s390: interprocessor communication via sigp by Christian Borntraeger · 17 years ago
  54. 453423d KVM: s390: intercepts for privileged instructions by Christian Borntraeger · 17 years ago
  55. ba5c1e9 KVM: s390: interrupt subsystem, cpu timer, waitpsw by Carsten Otte · 17 years ago
  56. 8f2abe6 KVM: s390: sie intercept handling by Christian Borntraeger · 17 years ago
  57. b0c632d KVM: s390: arch backend for the kvm kernel module by Heiko Carstens · 17 years ago