1. 49b99e1 s390/kvm: Provide a way to prevent reentering SIE by Christian Borntraeger · 11 years ago
  2. dfcf7dc s390/kvm: fix psw rewinding in handle_skey by Martin Schwidefsky · 11 years ago
  3. 535cf7b KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles by Marc Zyngier · 11 years ago
  4. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  5. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  6. 0bcc94b s390/dis: use explicit buf len by Stefan Raspl · 12 years ago
  7. e1e2e60 KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390 by Nick Wang · 11 years ago
  8. dd2887e KVM: s390: Remove the sanity checks for kvm memory slot by Nick Wang · 11 years ago
  9. b13b5dc KVM: s390: fix compile with !CONFIG_COMPAT by Heiko Carstens · 11 years ago
  10. c51f068 KVM: s390: fix stsi exception handling by Heiko Carstens · 11 years ago
  11. db4a29c KVM: s390: fix and enforce return code handling for irq injections by Heiko Carstens · 11 years ago
  12. 3736b87 KVM: s390: make if statements in lpsw/lpswe handlers readable by Heiko Carstens · 11 years ago
  13. 6fd0fcc KVM: s390: fix return code handling in lpsw/lpswe handlers by Heiko Carstens · 11 years ago
  14. ace5058 KVM: s390: fix psw conversion in lpsw handler by Heiko Carstens · 11 years ago
  15. d21683e KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler by Heiko Carstens · 11 years ago
  16. 2cef4de KVM: s390: Dont do a gmap update on minor memslot changes by Christian Borntraeger · 11 years ago
  17. cf2fbdd treewide: Fix typos in printk and comment by Masanari Iida · 12 years ago
  18. 0a75ca2 s390/kvm,gaccess: add address space annotations by Heiko Carstens · 12 years ago
  19. 7c959e8 s390/kvm: cleanup/fix handle_tpi() by Heiko Carstens · 12 years ago
  20. f9dc72e s390/kvm,gaccess: shorten copy_to/from_guest code by Heiko Carstens · 12 years ago
  21. 396083a s390/kvm,gaccess: shorten put/get_guest code by Heiko Carstens · 12 years ago
  22. dc5008b s390/kvm: remove explicit -EFAULT return code checking on guest access by Heiko Carstens · 12 years ago
  23. 59a1fa2 s390/kvm,tprot: use new gmap_translate() function by Heiko Carstens · 12 years ago
  24. 744b37f s390/kvm,gaccess: fix guest access return code handling by Heiko Carstens · 12 years ago
  25. 10ccaa1 KVM: s390: Wire up ioeventfd. by Cornelia Huck · 12 years ago
  26. 8482644 KVM: set_memory_region: Refactor commit_memory_region() by Takuya Yoshikawa · 12 years ago
  27. 7b6195a KVM: set_memory_region: Refactor prepare_memory_region() by Takuya Yoshikawa · 12 years ago
  28. 462fce4 KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() by Takuya Yoshikawa · 12 years ago
  29. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  30. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  31. abf09be s390/mm: implement software dirty bits by Martin Schwidefsky · 12 years ago
  32. 1aae056 s390/time: rename tod clock access functions by Heiko Carstens · 12 years ago
  33. 79fd50c KVM: s390: Fix handling of iscs. by Cornelia Huck · 12 years ago
  34. 0c29b22 s390/kvm: Fix instruction decoding by Christian Borntraeger · 12 years ago
  35. 15bc8d8 s390/kvm: Fix store status for ACRS/FPRS by Christian Borntraeger · 12 years ago
  36. ed408f7 Merge 3.9-rc4 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  37. 72ffaa4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  38. a046b81 KVM: s390: kvm/sigp.c: fix memory leakage by Cong Ding · 12 years ago
  39. ed4f209 s390/time: fix sched_clock() overflow by Heiko Carstens · 12 years ago
  40. b186ba6 arch/s390/kvm: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  41. 83987ac s390/kvm: Fix BUG in include/linux/kvm_host.h:745 by Christian Borntraeger · 12 years ago
  42. fa6b7fe KVM: s390: Add support for channel I/O instructions. by Cornelia Huck · 12 years ago
  43. d6712df KVM: s390: Base infrastructure for enabling capabilities. by Cornelia Huck · 12 years ago
  44. f379aae KVM: s390: In-kernel handling of I/O instructions. by Cornelia Huck · 12 years ago
  45. 48a3e95 KVM: s390: Add support for machine checks. by Cornelia Huck · 12 years ago
  46. d8346b7 KVM: s390: Support for I/O interrupts. by Cornelia Huck · 12 years ago
  47. b1c571a KVM: s390: Decoding helper functions. by Cornelia Huck · 12 years ago
  48. 7797535 KVM: s390: Constify intercept handler tables. by Cornelia Huck · 12 years ago
  49. f82a8cf KVM: struct kvm_memory_slot.user_alloc -> bool by Alex Williamson · 12 years ago
  50. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  51. 42897d8 KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization by Marcelo Tosatti · 12 years ago
  52. b080935 kvm: Directly account vtime to system on guest switch by Frederic Weisbecker · 12 years ago
  53. 87cac8f s390/kvm: dont announce RRBM support by Christian Borntraeger · 12 years ago
  54. 82a1273 s390/kvm: Interrupt injection bugfix by Jason J. Herne · 12 years ago
  55. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  56. 3d11df7 KVM: s390: Fix vcpu_load handling in interrupt code by Christian Borntraeger · 12 years ago
  57. caf757c s390/sysinfo,stsi: change return code handling by Heiko Carstens · 12 years ago
  58. 843c48f s390/kconfig: split the s390 base menu by Jan Glauber · 12 years ago
  59. 2df72e9 KVM: split kvm_arch_flush_shadow by Marcelo Tosatti · 12 years ago
  60. ade38c3 KVM: s390: Add implementation-specific trace events by Cornelia Huck · 12 years ago
  61. 5786fff KVM: s390: Add architectural trace events by Cornelia Huck · 12 years ago
  62. e9bda6f Merge branch 'queue' into next by Avi Kivity · 12 years ago
  63. 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  64. f2a7434 KVM: Add config to support ple or cpu relax optimzation by Raghavendra K T · 12 years ago
  65. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 12 years ago
  66. 21b26c0 KVM: s390: Fix sigp sense handling. by Cornelia Huck · 12 years ago
  67. ea1918d KVM: s390: use sigp condition code defines by Heiko Carstens · 12 years ago
  68. 0744426 KVM: s390: fix sigp set prefix status stored cases by Heiko Carstens · 12 years ago
  69. 7ba26c4 KVM: s390: fix sigp sense running condition code handling by Heiko Carstens · 12 years ago
  70. 9b74753 s390/smp/kvm: unifiy sigp definitions by Heiko Carstens · 12 years ago
  71. 61bde82 KVM: s390: Set CPU in stopped state on initial cpu reset by Christian Borntraeger · 12 years ago
  72. a9ae32c s390/smp/kvm: unifiy sigp definitions by Heiko Carstens · 12 years ago
  73. 46a6dd1 KVM: s390: onereg for timer related registers by Jason J. herne · 12 years ago
  74. 29b7c71 KVM: s390: epoch difference and TOD programmable field by Carsten Otte · 12 years ago
  75. 14eebd9 KVM: s390: KVM_GET/SET_ONEREG for s390 by Carsten Otte · 12 years ago
  76. 1526bf9 KVM: s390: add capability indicating COW support by Christian Borntraeger · 12 years ago
  77. e726b1b KVM: s390: implement KVM_CAP_NR/MAX_VCPUS by Christian Borntraeger · 12 years ago
  78. 8c3f61e KVM: s390: Handle sckpf instruction by Cornelia Huck · 12 years ago
  79. 8733ac3 KVM: s390: use kvm_vcpu_on_spin for diag 0x44 by Christian Borntraeger · 12 years ago
  80. 41628d3 KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVM by Konstantin Weitz · 12 years ago
  81. b6d3383 KVM: Factor out kvm_vcpu_kick to arch-generic code by Christoffer Dall · 13 years ago
  82. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  83. 2e7580b Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  84. a0616cd Disintegrate asm/system.h for S390 by David Howells · 12 years ago
  85. 7e180bd [S390] rename lowcore field by Martin Schwidefsky · 13 years ago
  86. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 13 years ago
  87. 9eed0735 KVM: s390: provide control registers via kvm_run by Christian Borntraeger · 13 years ago
  88. 9ec2d6d KVM: s390: add stop_on_stop flag when doing stop and store by Jens Freimann · 13 years ago
  89. 24a1304 KVM: s390: ignore sigp stop overinitiative by Jens Freimann · 13 years ago
  90. 151104a KVM: s390: make sigp restart return busy when stop pending by Jens Freimann · 13 years ago
  91. 9e0d547 KVM: s390: do store status after handling STOP_ON_STOP bit by Jens Freimann · 13 years ago
  92. 8517558 KVM: s390: Sanitize fpc registers for KVM_SET_FPU by Christian Borntraeger · 13 years ago
  93. 59674c1 KVM: s390: provide access guest registers via kvm_run by Christian Borntraeger · 13 years ago
  94. 5a32c1a KVM: s390: provide general purpose guest registers via kvm_run by Christian Borntraeger · 13 years ago
  95. 60b413c KVM: s390: provide the prefix register via kvm_run by Christian Borntraeger · 13 years ago
  96. 8d26cf7 KVM: s390: rework code that sets the prefix by Christian Borntraeger · 13 years ago
  97. 3e6afcf KVM: s390: Fix return code for unknown ioctl numbers by Carsten Otte · 13 years ago
  98. 1efd0f5 KVM: s390: ucontrol: announce capability for user controlled vms by Carsten Otte · 13 years ago
  99. 58f9460 KVM: s390: ucontrol: disable sca by Carsten Otte · 13 years ago
  100. ccc7910 KVM: s390: ucontrol: interface to inject faults on a vcpu page table by Carsten Otte · 13 years ago