1. fda902c KVM: s390: split SIE state guest prefix field by Michael Mueller · 10 years ago
  2. 4953919 KVM: s390: interpretive execution of SIGP EXTERNAL CALL by David Hildenbrand · 11 years ago
  3. fa576c5 KVM: s390: Introduce helper function for faulting-in a guest page by Thomas Huth · 10 years ago
  4. a3fb577 KVM: s390: Improve is_valid_psw() by Thomas Huth · 10 years ago
  5. 6852d7b KVM: s390: introduce kvm_s390_vcpu_{start,stop} by David Hildenbrand · 11 years ago
  6. a86dcc24 KVM: s390: replace TDB_ADDR by __LC_PGM_TDB by Michael Mueller · 11 years ago
  7. 67335e6 KVM: s390: Drop pending interrupts on guest exit by Christian Borntraeger · 11 years ago
  8. 27291e2 KVM: s390: hardware support for guest debugging by David Hildenbrand · 11 years ago
  9. aba0750 KVM: s390: emulate stctl and stctg by David Hildenbrand · 11 years ago
  10. 2f32d4e KVM: s390: reinject io interrupt on tpi failure by Cornelia Huck · 11 years ago
  11. 1b0462e KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper function by Heiko Carstens · 11 years ago
  12. 280ef0f KVM: s390: export test_vfacility() by Heiko Carstens · 11 years ago
  13. bcd8468 KVM: s390: allow injecting every kind of interrupt by Jens Freimann · 11 years ago
  14. b31605c KVM: s390: make cmma usage conditionally by Dominik Dingel · 11 years ago
  15. 7cbb39d Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  16. f7b9ddb Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next by Paolo Bonzini · 11 years ago
  17. 2ed10cc KVM: s390: clear local interrupts at cpu initial reset by Jens Freimann · 11 years ago
  18. 841b91c KVM: s390: adapter interrupt sources by Cornelia Huck · 11 years ago
  19. b31288f s390/kvm: support collaborative memory management by Konstantin Weitz · 11 years ago
  20. 3c038e6 KVM: async_pf: Async page fault support on s390 by Dominik Dingel · 11 years ago
  21. 7feb6bb KVM: s390: enable Transactional Execution by Michael Mueller · 11 years ago
  22. 36daca9 KVM: s390: Removed kvm_s390_inject_sigp_stop() by Thomas Huth · 11 years ago
  23. e879892 KVM: s390: Always store status during SIGP STOP_AND_STORE_STATUS by Thomas Huth · 11 years ago
  24. ac5b034 KVM: s390: Removed VIRTIODESCSPACE by Thomas Huth · 11 years ago
  25. 210b1607 KVM: s390: Removed SIE_INTERCEPT_UCONTROL by Thomas Huth · 11 years ago
  26. ff7158b KVM: s390: Allow NULL parameter for kvm_s390_get_regs_rre by Thomas Huth · 11 years ago
  27. 6b948a7 KVM: s390: Remove dead "rerun vcpu" code by Thomas Huth · 11 years ago
  28. ea828eb KVM: s390: Add helper function for setting condition code by Thomas Huth · 11 years ago
  29. 78c4b59 KVM: s390: declare virtual HW facilities by Michael Mueller · 11 years ago
  30. 953ed88 KVM: s390: Reworked LCTL and LCTLG instructions by Thomas Huth · 11 years ago
  31. 69d0d3a KVM: s390: guest large pages by Christian Borntraeger · 11 years ago
  32. 2c70fe4 s390/kvm: Kick guests out of sie if prefix page host pte is touched by Christian Borntraeger · 11 years ago
  33. 49b99e1 s390/kvm: Provide a way to prevent reentering SIE by Christian Borntraeger · 11 years ago
  34. db4a29c KVM: s390: fix and enforce return code handling for irq injections by Heiko Carstens · 12 years ago
  35. 0c29b22 s390/kvm: Fix instruction decoding by Christian Borntraeger · 12 years ago
  36. fa6b7fe KVM: s390: Add support for channel I/O instructions. by Cornelia Huck · 12 years ago
  37. f379aae KVM: s390: In-kernel handling of I/O instructions. by Cornelia Huck · 12 years ago
  38. 48a3e95 KVM: s390: Add support for machine checks. by Cornelia Huck · 12 years ago
  39. b1c571a KVM: s390: Decoding helper functions. by Cornelia Huck · 12 years ago
  40. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 12 years ago
  41. 8c3f61e KVM: s390: Handle sckpf instruction by Cornelia Huck · 12 years ago
  42. 8d26cf7 KVM: s390: rework code that sets the prefix by Christian Borntraeger · 13 years ago
  43. e168bf8 KVM: s390: ucontrol: export page faults to user by Carsten Otte · 13 years ago
  44. e08b963 KVM: s390: add parameter for KVM_CREATE_VM by Carsten Otte · 13 years ago
  45. f7850c9 [S390] remove kvm mmu reload on s390 by Carsten Otte · 13 years ago
  46. 092670c [S390] Use gmap translation for accessing guest memory by Carsten Otte · 13 years ago
  47. bb25b9b [S390] kvm: handle tprot intercepts by Christian Borntraeger · 13 years ago
  48. 971eb77 KVM: s390: Fix build failure due to centralized vcpu locking patches by Christian Borntraeger · 14 years ago
  49. 90d83dc KVM: use the correct RCU API for PROVE_RCU=y by Lai Jiangshan · 14 years ago
  50. f656ce0 KVM: switch vcpu context to use SRCU by Marcelo Tosatti · 15 years ago
  51. 8feda6f KVM: s390: fix memsize >= 4G by Christian Borntraeger · 15 years ago
  52. 628eb9b KVM: s390: streamline memslot handling by Christian Ehrhardt · 15 years ago
  53. 9ace903 KVM: s390: infrastructure to kick vcpus out of guest state by Christian Ehrhardt · 15 years ago
  54. ca87230 KVM: s390: use hrtimer for clock wakeup from idle - v2 by Christian Borntraeger · 15 years ago
  55. 70455a3 KVM: s390: Fix problem state check for b2 intercepts by Christian Borntraeger · 16 years ago
  56. e28acfe KVM: s390: intercepts for diagnose instructions by Christian Borntraeger · 17 years ago
  57. 5288fbf KVM: s390: interprocessor communication via sigp by Christian Borntraeger · 17 years ago
  58. 453423d KVM: s390: intercepts for privileged instructions by Christian Borntraeger · 17 years ago
  59. ba5c1e9 KVM: s390: interrupt subsystem, cpu timer, waitpsw by Carsten Otte · 17 years ago
  60. 8f2abe6 KVM: s390: sie intercept handling by Christian Borntraeger · 17 years ago
  61. b0c632d KVM: s390: arch backend for the kvm kernel module by Heiko Carstens · 17 years ago