1. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  2. 66dcff8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  3. 5de72a2 s390/kvm: REPLACE barrier fixup with READ_ONCE by Christian Borntraeger · 10 years ago
  4. 99e2000 KVM: s390: clean up return code handling in irq delivery code by Jens Freimann · 10 years ago
  5. 9185124 KVM: s390: use atomic bitops to access pending_irqs bitmap by Jens Freimann · 10 years ago
  6. 467fc29 KVM: s390: some ext irqs have to clear the ext cpu addr by David Hildenbrand · 10 years ago
  7. fc2020c KVM: s390: allow injecting all kinds of machine checks by Jens Freimann · 10 years ago
  8. 383d0b0 KVM: s390: handle pending local interrupts via bitmap by Jens Freimann · 10 years ago
  9. 0fb97ab KVM: s390: refactor interrupt delivery code by Jens Freimann · 10 years ago
  10. 60f90a1 KVM: s390: add defines for virtio and pfault interrupt code by Jens Freimann · 10 years ago
  11. af43eb2 KVM: s390: external param not valid for cpu timer and ckc by David Hildenbrand · 10 years ago
  12. 0146a7b KVM: s390: refactor interrupt injection code by Jens Freimann · 10 years ago
  13. da00fcb KVM: s390: trigger the right CPU exit for floating interrupts by Christian Borntraeger · 10 years ago
  14. 04b41ac KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instruction by Thomas Huth · 10 years ago
  15. a02689f KVM: s390: Small fixes for the PFMF handler by Thomas Huth · 10 years ago
  16. 173ede4 Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  17. fc56eb6 KVM: s390: fix handling of lctl[g]/stctl[g] by Heiko Carstens · 10 years ago
  18. 2dca485 KVM: s390: flush CPU on load control by Christian Borntraeger · 10 years ago
  19. 1365039 KVM: s390: Fix ipte locking by Christian Borntraeger · 10 years ago
  20. a6cc310 KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS) by David Hildenbrand · 10 years ago
  21. 07b0303 KVM: s390: sigp: inject emergency calls in a separate function by David Hildenbrand · 10 years ago
  22. 42cb0c9 KVM: s390: sigp: instruction counters for all sigp orders by David Hildenbrand · 10 years ago
  23. b898383 KVM: s390: sigp: separate preparation handlers by David Hildenbrand · 10 years ago
  24. 3d95c7d KVM: s390: sigp: move target cpu checks into dispatcher by David Hildenbrand · 10 years ago
  25. 3526a66 KVM: s390: sigp: dispatch orders with one target in a separate function by David Hildenbrand · 10 years ago
  26. a36c539 KVM: s390: Fix size of monitor-class number field by Thomas Huth · 10 years ago
  27. a6b7e45 KVM: s390: Make the simple ipte mutex specific to a VM instead of global by Thomas Huth · 10 years ago
  28. 3ac8e38 s390/mm: disable KSM for storage key enabled pages by Dominik Dingel · 10 years ago
  29. a13cff3 s390/mm: recfactor global pgste updates by Dominik Dingel · 10 years ago
  30. ce2e4f0 KVM: s390: count vcpu wakeups in stat.halt_wakeup by David Hildenbrand · 10 years ago
  31. 7be81a4 KVM: s390/facilities: allow TOD-CLOCK steering facility bit by Christian Borntraeger · 10 years ago
  32. 84877d9 KVM: s390: register flic ops dynamically by Cornelia Huck · 10 years ago
  33. bfac1f5 KVM: s390/interrupt: remove double assignment by Christian Borntraeger · 10 years ago
  34. f7a960a KVM: s390/cmm: Fix prefix handling for diag 10 balloon by Christian Borntraeger · 10 years ago
  35. 6b33195 KVM: s390: get rid of constant condition in ipte_unlock_simple by Christian Borntraeger · 10 years ago
  36. f346026 KVM: s390: unintended fallthrough for external call by Christian Borntraeger · 10 years ago
  37. 0349985 KVM: s390: Limit guest size to 16TB by Christian Borntraeger · 10 years ago
  38. 614aeab KVM: s390: add __must_check to interrupt deliver functions by Christian Borntraeger · 10 years ago
  39. 5102ee8 KVM: CPACF: Enable MSA4 instructions for kvm guest by Tony Krowiak · 10 years ago
  40. 13a34e0 KVM: remove garbage arg to *hardware_{en,dis}able by Radim Krčmář · 10 years ago
  41. 0865e63 KVM: static inline empty kvm_arch functions by Radim Krčmář · 10 years ago
  42. a7428c3 Merge tag 'kvm-s390-next-20140825' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  43. c6c956b KVM: s390/mm: support gmap page tables with less than 5 levels by Martin Schwidefsky · 10 years ago
  44. 527e30b KVM: s390/mm: use radix trees for guest to host mappings by Martin Schwidefsky · 10 years ago
  45. 7cd4b90 Merge tag 'kvm-s390-20140825' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  46. 6e0a043 KVM: s390/mm: cleanup gmap function arguments, variable names by Martin Schwidefsky · 10 years ago
  47. 331cbc2 KVM: s390: don't use kvm lock in interrupt injection code by Jens Freimann · 10 years ago
  48. 7939503 KVM: s390: return -EFAULT if lowcore is not mapped during irq delivery by Jens Freimann · 10 years ago
  49. d3d692c KVM: s390: implement KVM_REQ_TLB_FLUSH and make use of it by David Hildenbrand · 10 years ago
  50. b028ee3 KVM: s390: synchronize more registers with kvm_run by David Hildenbrand · 10 years ago
  51. c3950b6 KVM: s390: no special machine check delivery by Christian Borntraeger · 10 years ago
  52. fbfa304 KVM: s390: clear kvm_dirty_regs when dropping to user space by David Hildenbrand · 10 years ago
  53. 8a2ef71 KVM: s390: factor out get_ilc() function by Jens Freimann · 10 years ago
  54. 44c6ca3 KVM: s390: add defines for pfault init delivery code by Jens Freimann · 10 years ago
  55. 614a80e KVM: s390: Fix user triggerable bug in dead code by Christian Borntraeger · 10 years ago
  56. e790d9e KVM: add kvm_arch_sched_in by Radim Krčmář · 10 years ago
  57. 297e210 KVM: Give IRQFD its own separate enabling Kconfig option by Paul Mackerras · 10 years ago
  58. 8ba918d KVM: irqchip: Provide and use accessors for irq routing table by Paul Mackerras · 10 years ago
  59. cc568ea Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm by Paolo Bonzini · 10 years ago
  60. db37386 KVM: s390: rework broken SIGP STOP interrupt handling by David Hildenbrand · 10 years ago
  61. d514f42 KVM: s390: Fix memory leak on busy SIGP stop by Christian Borntraeger · 10 years ago
  62. 784aa3d KVM: Rename and add argument to check_extension by Alexander Graf · 10 years ago
  63. 78599d9 KVM: s390: advertise KVM_CAP_S390_IRQCHIP by Cornelia Huck · 10 years ago
  64. ea74c0e KVM: s390: remove the tasklet used by the hrtimer by David Hildenbrand · 10 years ago
  65. 0e9c85a KVM: s390: move vcpu wakeup code to a central point by David Hildenbrand · 10 years ago
  66. 433b9ee KVM: s390: remove _bh locking from start_stop_lock by David Hildenbrand · 10 years ago
  67. 4ae3c08 KVM: s390: remove _bh locking from local_int.lock by David Hildenbrand · 10 years ago
  68. 0759d06 KVM: s390: cleanup handle_wait by reusing kvm_vcpu_block by David Hildenbrand · 10 years ago
  69. 6352e4d KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state control by David Hildenbrand · 10 years ago
  70. 7a42fdc KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stopped by David Hildenbrand · 10 years ago
  71. 32f5ff63 KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stop by David Hildenbrand · 10 years ago
  72. 7dfc63c KVM: s390: allow only one SIGP STOP (AND STORE STATUS) at a time by David Hildenbrand · 10 years ago
  73. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 10 years ago
  74. 8f5759a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux into next by Linus Torvalds · 10 years ago
  75. 5a5e653 KVM: s390: Intercept the tprot instruction by Matthew Rosato · 12 years ago
  76. 3192c63 KVM: s390: a VCPU is already started when delivering interrupts by David Hildenbrand · 10 years ago
  77. 2de3bfc KVM: s390: check the given debug flags, not the set ones by David Hildenbrand · 10 years ago
  78. 22ff4a3 KVM: s390: clean up interrupt injection in sigp code by Jens Freimann · 10 years ago
  79. a0465f9 KVM: s390: Enable DAT support for TPROT handler by Thomas Huth · 11 years ago
  80. 9fbc027 KVM: s390: Add a generic function for translating guest addresses by Thomas Huth · 11 years ago
  81. d3a73ac s390: split TIF bits into CIF, PIF and TIF bits by Martin Schwidefsky · 10 years ago
  82. fda902c KVM: s390: split SIE state guest prefix field by Michael Mueller · 10 years ago
  83. 4953919 KVM: s390: interpretive execution of SIGP EXTERNAL CALL by David Hildenbrand · 10 years ago
  84. d26b865 KVM: s390: Use intercept_insn decoder in trace event by Alexander Yarygin · 11 years ago
  85. 6de1bf8 KVM: s390: Use trace tables from sie.h. by Alexander Yarygin · 11 years ago
  86. f22166d KVM: s390: Improved MVPG partial execution handler by Thomas Huth · 10 years ago
  87. fa576c5 KVM: s390: Introduce helper function for faulting-in a guest page by Thomas Huth · 10 years ago
  88. 684135e KVM: s390: Avoid endless loops of specification exceptions by Thomas Huth · 10 years ago
  89. a3fb577 KVM: s390: Improve is_valid_psw() by Thomas Huth · 10 years ago
  90. ebc3226 KVM: s390: announce irqfd capability by Cornelia Huck · 10 years ago
  91. f14d82e KVM: s390: Fix external interrupt interception by Thomas Huth · 11 years ago
  92. e029ae5 KVM: s390: Add clock comparator and CPU timer IRQ injection by Thomas Huth · 10 years ago
  93. fcc9aec KVM: s390: return -EFAULT if copy_from_user() fails by Dan Carpenter · 10 years ago
  94. 8ad3575 KVM: s390: enable IBS for single running VCPUs by David Hildenbrand · 10 years ago
  95. 6852d7b KVM: s390: introduce kvm_s390_vcpu_{start,stop} by David Hildenbrand · 10 years ago
  96. e45efa2 KVM: s390: Add low-address protection to TEST BLOCK by Thomas Huth · 10 years ago
  97. fb34c603 KVM: s390: Fixes for PFMF by Thomas Huth · 11 years ago
  98. f8232c8 KVM: s390: Add a function for checking the low-address protection by Thomas Huth · 10 years ago
  99. 9a558ee KVM: s390: Handle MVPG partial execution interception by Thomas Huth · 11 years ago
  100. e325fe6 KVM: s390: Factor out handle_itdb to handle TX aborts by Michael Mueller · 10 years ago