1. 97f78c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  2. 3d84683 s390: introduce page_to_virt() and pfn_to_virt() by David Hildenbrand · 9 years ago
  3. 37d9df9 KVM: s390: backup the currently enabled gmap when scheduled out by David Hildenbrand · 9 years ago
  4. 65d0b0d KVM: s390: fast path for shadow gmaps in gmap notifier by David Hildenbrand · 9 years ago
  5. 01f7191 s390/mm: don't fault everything in read-write in gmap_pte_op_fixup() by David Hildenbrand · 8 years ago
  6. 5b6c963 s390/mm: allow to check if a gmap shadow is valid by David Hildenbrand · 8 years ago
  7. 4a49443 s390/mm: remember the int code for the last gmap fault by David Hildenbrand · 8 years ago
  8. 717c055 s390/mm: limit number of real-space gmap shadows by David Hildenbrand · 8 years ago
  9. 3218f70 s390/mm: support real-space for gmap shadows by David Hildenbrand · 8 years ago
  10. 1c65781 s390/mm: push rte protection down to shadow pte by David Hildenbrand · 8 years ago
  11. 18b8980 s390/mm: support EDAT2 for gmap shadows by David Hildenbrand · 8 years ago
  12. fd8d4e3 s390/mm: support EDAT1 for gmap shadows by David Hildenbrand · 8 years ago
  13. 5b062bd s390/mm: prepare for EDAT1/EDAT2 support in gmap shadow by David Hildenbrand · 8 years ago
  14. 00fc062 s390/mm: push ste protection down to shadow pte by David Hildenbrand · 8 years ago
  15. f4debb4 s390/mm: take ipte_lock during shadow faults by David Hildenbrand · 9 years ago
  16. 7a67415 s390/mm: protection exceptions are corrrectly shadowed by David Hildenbrand · 9 years ago
  17. e52f8b6 s390/mm: take the mmap_sem in kvm_s390_shadow_fault() by David Hildenbrand · 9 years ago
  18. 0f7f848 s390/mm: fix races on gmap_shadow creation by David Hildenbrand · 8 years ago
  19. 998f637 s390/mm: avoid races on region/segment/page table shadowing by David Hildenbrand · 8 years ago
  20. a9d23e7 s390/mm: shadow pages with real guest requested protection by David Hildenbrand · 8 years ago
  21. eea3678 s390/mm: flush tlb of shadows in all situations by David Hildenbrand · 8 years ago
  22. aa17aa5 s390/mm: add kvm shadow fault function by Martin Schwidefsky · 8 years ago
  23. 4be130a s390/mm: add shadow gmap support by Martin Schwidefsky · 8 years ago
  24. 6ea427b s390/mm: add reference counter to gmap structure by Martin Schwidefsky · 8 years ago
  25. b2d73b2 s390/mm: extended gmap pte notifier by Martin Schwidefsky · 8 years ago
  26. 8ecb1a5 s390/mm: use RCU for gmap notifier list and the per-mm gmap list by Martin Schwidefsky · 8 years ago
  27. 414d3b0 s390/kvm: page table invalidation notifier by Martin Schwidefsky · 8 years ago
  28. 9254e70 s390/cpum_cf: use perf software context for hardware counters by Hendrik Brueckner · 8 years ago
  29. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 8 years ago
  30. 56fefbb locking/atomic, arch/s390: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() by Peter Zijlstra · 8 years ago
  31. a03825b KVM: s390: use kvm->created_vcpus by Paolo Bonzini · 8 years ago
  32. 11a7752 s390: remove math emulation code by Heiko Carstens · 9 years ago
  33. 9c20323 s390: calculate loops_per_jiffies with fp instructions by Heiko Carstens · 9 years ago
  34. a086171 s390: Updated kernel config files by Hendrik Brueckner · 9 years ago
  35. f848dbd s390/crc32-vx: add crypto API module for optimized CRC-32 algorithms by Hendrik Brueckner · 9 years ago
  36. f26ed98 Merge tag 'kvm-s390-next-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 8 years ago
  37. 0208b94 s390/ptrace: run seccomp after ptrace by Kees Cook · 8 years ago
  38. 2f275de seccomp: Add a seccomp_data parameter secure_computing() by Andy Lutomirski · 8 years ago
  39. 19c9378 s390/crc32-vx: use vector instructions to optimize CRC-32 computation by Hendrik Brueckner · 9 years ago
  40. 0486480 s390/vx: add support functions for in-kernel FPU use by Hendrik Brueckner · 9 years ago
  41. de3fa84 s390/mm: fix compile for PAGE_DEFAULT_KEY != 0 by Heiko Carstens · 8 years ago
  42. 726328d locking/spinlock, arch: Update and fix spin_unlock_wait() implementations by Peter Zijlstra · 8 years ago
  43. 960cb30 KVM: S390: Fix typo by Andrea Gelmini · 8 years ago
  44. 86d18a5 s390/topology: remove z10 special handling by Heiko Carstens · 8 years ago
  45. adac0f1 s390/topology: add drawer scheduling domain level by Heiko Carstens · 8 years ago
  46. 0599eea s390/ipl: rename diagnose enums by Heiko Carstens · 8 years ago
  47. 0f7451f s390/ipl: use load normal for LPAR re-ipl by Heiko Carstens · 8 years ago
  48. 6c22c98 s390: avoid extable collisions by Heiko Carstens · 8 years ago
  49. ee64baf s390/uaccess: use __builtin_expect for get_user/put_user by Heiko Carstens · 8 years ago
  50. b8ac5e2 s390/uaccess: fix whitespace damage by Heiko Carstens · 8 years ago
  51. 8ee2db3 s390/pci: ensure to not cross a dma segment boundary by Sebastian Ott · 8 years ago
  52. 53b1bc9 s390/pci: ensure page aligned dma start address by Sebastian Ott · 8 years ago
  53. bb98f39 s390: use SPARSE_IRQ by Sebastian Ott · 8 years ago
  54. 72a9b02 s390: use __section macro everywhere by Heiko Carstens · 8 years ago
  55. d07a980 s390: add proper __ro_after_init support by Heiko Carstens · 8 years ago
  56. 64f31d5 s390/mm: simplify the TLB flushing code by Martin Schwidefsky · 8 years ago
  57. a980940 s390/mm: fix vunmap vs finish_arch_post_lock_switch by Martin Schwidefsky · 8 years ago
  58. fd5ada0 s390/time: remove ETR support by Martin Schwidefsky · 8 years ago
  59. 936cc85 s390/time: add leap seconds to initial system time by Martin Schwidefsky · 8 years ago
  60. 4027789 s390/time: LPAR offset handling by Martin Schwidefsky · 8 years ago
  61. 9dc06cc s390/time: move PTFF definitions by Martin Schwidefsky · 8 years ago
  62. 2f82f57 s390/time: STP sync clock correction by Martin Schwidefsky · 8 years ago
  63. 4e042af s390/kexec: fix crash on resize of reserved memory by Heiko Carstens · 8 years ago
  64. 2d0af22 s390/kexec: fix update of os_info crash kernel size by Heiko Carstens · 8 years ago
  65. 0ccb32c s390/mm: align swapper_pg_dir to 16k by Heiko Carstens · 8 years ago
  66. 4b8fe77 s390: dump_stack: fill in arch description by Christian Borntraeger · 8 years ago
  67. 99ec111 s390: use canonical include guard style by Daniel van Gerpen · 8 years ago
  68. 097a116 s390/cpuinfo: show dynamic and static cpu mhz by Heiko Carstens · 8 years ago
  69. 219a21b s390/cpuinfo: print cache info and all single cpu lines on first iteration by Heiko Carstens · 8 years ago
  70. ac31418 s390: add explicit <linux/stringify.h> for jump label by Jason Baron · 8 years ago
  71. 37cd944 s390/pgtable: add mapping statistics by Heiko Carstens · 8 years ago
  72. bab247f s390/vmem: simplify vmem code for read-only mappings by Heiko Carstens · 8 years ago
  73. e8a97e4 s390/pageattr: allow kernel page table splitting by Heiko Carstens · 8 years ago
  74. 9e20b4d s390/pgtable: make pmd and pud helper functions available by Heiko Carstens · 8 years ago
  75. 3e76ee9 s390/mm: always use PAGE_KERNEL when mapping pages by Heiko Carstens · 8 years ago
  76. 5aa2997 s390/vmem: make use of pte_clear() by Heiko Carstens · 8 years ago
  77. c126aa8 s390/pgtable: get rid of _REGION3_ENTRY_RO by Heiko Carstens · 8 years ago
  78. 2dffdcb s390/vmem: introduce and use SEGMENT_KERNEL and REGION3_KERNEL by Heiko Carstens · 8 years ago
  79. 2e9996f s390/vmem: align segment and region tables to 16k by Heiko Carstens · 8 years ago
  80. 4ccccc5 s390/pgtable: introduce and use generic csp inline asm by Heiko Carstens · 8 years ago
  81. 1c343f7 KVM: s390/mm: Fix CMMA reset during reboot by Christian Borntraeger · 8 years ago
  82. a7e19ab KVM: s390: handle missing storage-key facility by David Hildenbrand · 8 years ago
  83. 11ddcd4 KVM: s390: trace and count all skey intercepts by David Hildenbrand · 8 years ago
  84. 2386145 s390/sclp: detect storage-key facility by David Hildenbrand · 9 years ago
  85. 695be0e KVM: s390: pfmf: handle address overflows by David Hildenbrand · 8 years ago
  86. 1824c72 KVM: s390: pfmf: support conditional-sske facility by David Hildenbrand · 8 years ago
  87. 2c26d1d KVM: s390: pfmf: take care of amode when setting reg2 by David Hildenbrand · 8 years ago
  88. 9a68f0a KVM: s390: pfmf: MR and MC are ignored without CSSKE by David Hildenbrand · 8 years ago
  89. 6164a2e KVM: s390: pfmf: fix end address calculation by David Hildenbrand · 8 years ago
  90. fe69eab KVM: s390: storage keys fit into a char by David Hildenbrand · 8 years ago
  91. 154c8c1 s390/mm: return key via pointer in get_guest_storage_key by David Hildenbrand · 8 years ago
  92. 8d6037a s390/mm: simplify get_guest_storage_key by David Hildenbrand · 8 years ago
  93. d3ed1ce s390/mm: set and get guest storage key mmap locking by Martin Schwidefsky · 8 years ago
  94. c427c42 s390/mm: don't drop errors in get_guest_storage_key by David Hildenbrand · 8 years ago
  95. dcc98ea KVM: s390: fixup I/O interrupt traces by Christian Borntraeger · 8 years ago
  96. 1bb78d1 KVM: s390: provide logging for diagnose 0x500 by Christian Borntraeger · 8 years ago
  97. f597d24 KVM: s390: turn on tx even without ctx by David Hildenbrand · 8 years ago
  98. bdab09f KVM: s390: enable host-protection-interruption only with ESOP by David Hildenbrand · 8 years ago
  99. 09a400e KVM: s390: enable ibs only if available by David Hildenbrand · 8 years ago
  100. 9c37549 s390/sclp: detect interlock-and-broadcast-suppression facility by David Hildenbrand · 9 years ago