1. fda902c KVM: s390: split SIE state guest prefix field by Michael Mueller · 10 years ago
  2. 570126d s390/sclp: add sclp_get_ibc function by Michael Mueller · 11 years ago
  3. 4953919 KVM: s390: interpretive execution of SIGP EXTERNAL CALL by David Hildenbrand · 11 years ago
  4. d26b865 KVM: s390: Use intercept_insn decoder in trace event by Alexander Yarygin · 11 years ago
  5. 05db1f6 KVM: s390: decoder of SIE intercepted instructions by Alexander Yarygin · 11 years ago
  6. 6de1bf8 KVM: s390: Use trace tables from sie.h. by Alexander Yarygin · 11 years ago
  7. ceae283 KVM: s390: add sie exit reasons tables by Alexander Yarygin · 11 years ago
  8. f22166d KVM: s390: Improved MVPG partial execution handler by Thomas Huth · 10 years ago
  9. fa576c5 KVM: s390: Introduce helper function for faulting-in a guest page by Thomas Huth · 10 years ago
  10. 684135e KVM: s390: Avoid endless loops of specification exceptions by Thomas Huth · 10 years ago
  11. a3fb577 KVM: s390: Improve is_valid_psw() by Thomas Huth · 10 years ago
  12. 3a80151 KVM: s390: correct locking for s390_enable_skey by Martin Schwidefsky · 10 years ago
  13. f14d82e KVM: s390: Fix external interrupt interception by Thomas Huth · 11 years ago
  14. e029ae5 KVM: s390: Add clock comparator and CPU timer IRQ injection by Thomas Huth · 11 years ago
  15. fcc9aec KVM: s390: return -EFAULT if copy_from_user() fails by Dan Carpenter · 10 years ago
  16. 8ad3575 KVM: s390: enable IBS for single running VCPUs by David Hildenbrand · 11 years ago
  17. 6852d7b KVM: s390: introduce kvm_s390_vcpu_{start,stop} by David Hildenbrand · 11 years ago
  18. e45efa2 KVM: s390: Add low-address protection to TEST BLOCK by Thomas Huth · 11 years ago
  19. fb34c603 KVM: s390: Fixes for PFMF by Thomas Huth · 11 years ago
  20. f8232c8 KVM: s390: Add a function for checking the low-address protection by Thomas Huth · 11 years ago
  21. 9a558ee KVM: s390: Handle MVPG partial execution interception by Thomas Huth · 11 years ago
  22. e325fe6 KVM: s390: Factor out handle_itdb to handle TX aborts by Michael Mueller · 11 years ago
  23. a86dcc24 KVM: s390: replace TDB_ADDR by __LC_PGM_TDB by Michael Mueller · 11 years ago
  24. 67335e6 KVM: s390: Drop pending interrupts on guest exit by Christian Borntraeger · 11 years ago
  25. f71d0dc KVM: s390: no timer interrupts when single-stepping a guest by David Hildenbrand · 11 years ago
  26. bb78c5e KVM: s390: move timer interrupt checks into own functions by David Hildenbrand · 11 years ago
  27. 27291e2 KVM: s390: hardware support for guest debugging by David Hildenbrand · 11 years ago
  28. af1827e KVM: s390: kernel header addition for guest debugging by David Hildenbrand · 11 years ago
  29. aba0750 KVM: s390: emulate stctl and stctg by David Hildenbrand · 11 years ago
  30. 8712836 KVM: s390: deliver program irq parameters and use correct ilc by David Hildenbrand · 11 years ago
  31. 439716a KVM: s390: extract irq parameters of intercepted program irqs by David Hildenbrand · 11 years ago
  32. da7cf25 s390: add fields to lowcore definition by Jens Freimann · 11 years ago
  33. 21ee7ff s390: rename and split lowcore field per_perc_atmid by Jens Freimann · 11 years ago
  34. 3d53b46 s390: fix name of lowcore field at offset 0xa3 by Jens Freimann · 11 years ago
  35. e497a96 KVM: s390: cleanup kvm_s390_real_to_abs() by Heiko Carstens · 11 years ago
  36. 3263bd1 KVM: s390: remove old guest access functions by Heiko Carstens · 11 years ago
  37. 645c5bc KVM: s390: convert handle_stsi() by Heiko Carstens · 11 years ago
  38. f987a3e KVM: s390: convert handle lctl[g]() by Heiko Carstens · 11 years ago
  39. 7d777d7 KVM: s390: convert handle_stidp() by Heiko Carstens · 11 years ago
  40. 2d8bcae KVM: s390: convert handle_lpsw[e]() by Heiko Carstens · 11 years ago
  41. 2f32d4e KVM: s390: reinject io interrupt on tpi failure by Cornelia Huck · 11 years ago
  42. 4799b55 KVM: s390: convert handle_tpi() by Heiko Carstens · 11 years ago
  43. ef23e77 KVM: s390: convert handle_test_block() by Heiko Carstens · 11 years ago
  44. 8b96de0 KVM: s390: convert handle_store_cpu_address() by Heiko Carstens · 11 years ago
  45. f748f4a KVM: s390: convert handle_store_prefix() by Heiko Carstens · 11 years ago
  46. 0e7a3f9 KVM: s390: convert handle_set_clock() by Heiko Carstens · 11 years ago
  47. 665170c KVM: s390: convert __sigp_set_prefix()/handle_set_prefix() by Heiko Carstens · 11 years ago
  48. d0bce60 KVM: s390: convert kvm_s390_store_status_unloaded() by Heiko Carstens · 11 years ago
  49. 0040e7d KVM: s390: convert handle_prog() by Heiko Carstens · 11 years ago
  50. 81480cc KVM: s390: convert pfault code by Heiko Carstens · 11 years ago
  51. 0f9701c KVM: s390: convert handle_stfl() by Heiko Carstens · 11 years ago
  52. 1a03b764 KVM: s390: convert local irqs in __do_deliver_interrupt() by Jens Freimann · 11 years ago
  53. 7988276 KVM: s390: convert __do_deliver_interrupt() by Heiko Carstens · 11 years ago
  54. 8a242234 KVM: s390: make use of ipte lock by Heiko Carstens · 11 years ago
  55. 217a440 KVM: s390/sclp: correctly set eca siif bit by Heiko Carstens · 11 years ago
  56. 2293897 KVM: s390: add architecture compliant guest access functions by Heiko Carstens · 11 years ago
  57. d95fb12 KVM: s390: add lowcore access functions by Heiko Carstens · 11 years ago
  58. 1b0462e KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper function by Heiko Carstens · 11 years ago
  59. 072c987 KVM: s390: add kvm_s390_logical_to_effective() helper by Heiko Carstens · 11 years ago
  60. 5f4e87a s390/ctl_reg: add union type for control register 0 by Heiko Carstens · 11 years ago
  61. 1365632 s390/ptrace: add struct psw and accessor function by Heiko Carstens · 11 years ago
  62. 280ef0f KVM: s390: export test_vfacility() by Heiko Carstens · 11 years ago
  63. bcd8468 KVM: s390: allow injecting every kind of interrupt by Jens Freimann · 11 years ago
  64. 4f718ea KVM: s390: Exploiting generic userspace interface for cmma by Dominik Dingel · 10 years ago
  65. b31605c KVM: s390: make cmma usage conditionally by Dominik Dingel · 11 years ago
  66. f206165 KVM: s390: Per-vm kvm device controls by Dominik Dingel · 10 years ago
  67. 15f36eb KVM: s390: Add proper dirty bitmap support to S390 kvm. by Jason J. Herne · 12 years ago
  68. a0bf4f1 KVM: s390/mm: new gmap_test_and_clear_dirty function by Dominik Dingel · 11 years ago
  69. 0a61b22 KVM: s390/mm: use software dirty bit detection for user dirty tracking by Martin Schwidefsky · 11 years ago
  70. 693ffc0 KVM: s390: Don't enable skeys by default by Dominik Dingel · 11 years ago
  71. 934bc13 KVM: s390: Allow skeys to be enabled for the current process by Dominik Dingel · 11 years ago
  72. d4cb113 KVM: s390: Clear storage keys by Dominik Dingel · 11 years ago
  73. 65eef335 KVM: s390: Adding skey bit to mmu context by Dominik Dingel · 11 years ago
  74. 0f689a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  75. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  76. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  77. 572c3eb s390/compat: fix typo by Heiko Carstens · 10 years ago
  78. fa255f5 s390/uaccess: fix possible register corruption in strnlen_user_srst() by Heiko Carstens · 10 years ago
  79. a960062 s390: add 31 bit warning message by Heiko Carstens · 10 years ago
  80. a1977d1 s390: wire up sys_renameat2 by Heiko Carstens · 10 years ago
  81. 9ea8066 s390: show_registers() should not map user space addresses to kernel symbols by Heiko Carstens · 10 years ago
  82. 3b7df34 s390/mm: print control registers and page table walk on crash by Heiko Carstens · 10 years ago
  83. e7c46c6 s390/smp: fix smp_stop_cpu() for !CONFIG_SMP by Heiko Carstens · 10 years ago
  84. a8a934e s390: fix control register update by Martin Schwidefsky · 10 years ago
  85. d586c86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  86. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  87. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 10 years ago
  88. 1e1836e mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags" by Alex Thorlton · 10 years ago
  89. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  90. 68114e5 Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  91. 457f218 s390/uaccess: rework uaccess code - fix locking issues by Heiko Carstens · 11 years ago
  92. 1b948d6 s390/mm,tlb: optimize TLB flushing for zEC12 by Martin Schwidefsky · 10 years ago
  93. 02a8f3a s390/mm,tlb: safeguard against speculative TLB creation by Martin Schwidefsky · 10 years ago
  94. 1dad093 s390/irq: Use defines for external interruption codes by Thomas Huth · 10 years ago
  95. 072c279 s390/irq: Add defines for external interruption codes by Thomas Huth · 10 years ago
  96. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  97. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  98. 7cbb39d Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  99. 4597e69 get rid of DEBUG_WRITECOUNT by Al Viro · 11 years ago
  100. 158e0d3 Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago