1. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. 84c9cee s390/mm/pfault: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  3. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  4. 77e5bdf Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. fd2d2b1 s390: get_user() should zero on failure by Al Viro · 8 years ago
  6. ac059c4f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  7. 4d21cef3 KVM: s390: vsie: fix riccbd by David Hildenbrand · 8 years ago
  8. 0d025d2 mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Josh Poimboeuf · 8 years ago
  9. 20b8f9e Merge tag 'kvm-s390-master-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master by Paolo Bonzini · 8 years ago
  10. a5ff1b3 treewide: replace config_enabled() with IS_ENABLED() (2nd round) by Masahiro Yamada · 8 years ago
  11. a7d4b8f KVM: s390: don't use current->thread.fpu.* when accessing registers by David Hildenbrand · 8 years ago
  12. 9a7c348 ftrace: Add return address pointer to ftrace_ret_stack by Josh Poimboeuf · 8 years ago
  13. 45b6ae7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  14. 329f415 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  15. aca411a KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failed by Julius Niedworok · 8 years ago
  16. 75a4615 KVM: s390: set the prefix initially properly by Julius Niedworok · 8 years ago
  17. 6da7e95 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  18. 4d81aaa s390/pageattr: handle numpages parameter correctly by Heiko Carstens · 8 years ago
  19. 3b2fbb3 virtio/s390: deprecate old transport by Cornelia Huck · 8 years ago
  20. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  21. 6e127ef s390/config: make the vector optimized crc function builtin by Christian Borntraeger · 8 years ago
  22. e2efc42 s390/lib: fix memcmp and strstr by Christian Borntraeger · 8 years ago
  23. 134a24c s390/crc32-vx: Fix checksum calculation for small sizes by Christian Borntraeger · 8 years ago
  24. bf47dc5 s390: clarify compressed image code path by Sascha Silbe · 8 years ago
  25. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  26. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  27. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  28. e64a547 s390/ftrace/jprobes: Fix conflict between jprobes and function graph tracing by Jiri Olsa · 8 years ago
  29. 68c5cf5 s390: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO by James Hogan · 8 years ago
  30. ef4423ce s390/numa: only set possible nodes within node_possible_map by Heiko Carstens · 8 years ago
  31. 8814309 s390/als: fix compile with gcov enabled by Heiko Carstens · 8 years ago
  32. fbd6534 s390/facilities: do not generate DWORDS define anymore by Heiko Carstens · 8 years ago
  33. a02d198 s390/als: print missing facilities on facility mismatch by Heiko Carstens · 8 years ago
  34. 06ed551 s390/als: print machine type on facility mismatch by Heiko Carstens · 8 years ago
  35. be2412c s390/als: convert architecture level set code to C by Heiko Carstens · 8 years ago
  36. cf9fdfe s390/sclp: move uninitialized data to data section by Heiko Carstens · 8 years ago
  37. bc29b7a s390/mm: clean up pte/pmd encoding by Gerald Schaefer · 8 years ago
  38. 797cee9 Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  39. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  40. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  41. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  42. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  43. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  44. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  45. e77b085 mm/mmu_gather: track page size with mmu gather and force flush if page size change by Aneesh Kumar K.V · 8 years ago
  46. e9d55e1 mm: change the interface for __tlb_remove_page() by Aneesh Kumar K.V · 8 years ago
  47. 97433ea s390/uaccess: Enable hardened usercopy by Kees Cook · 8 years ago
  48. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  49. 015cd86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  50. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  51. 58ab5e0 Kbuild: arch: look for generated headers in obtree by Arnd Bergmann · 8 years ago
  52. 9acc317 KVM: s390: let ptff intercepts result in cc=3 by David Hildenbrand · 8 years ago
  53. 6502a34 KVM: s390: allow user space to handle instr 0x0000 by David Hildenbrand · 8 years ago
  54. 64a40c8 s390/pci: Delete an unnecessary check before the function call "pci_dev_put" by Markus Elfring · 8 years ago
  55. 61282af s390/smp: clean up a condition by Dan Carpenter · 8 years ago
  56. 7e3f977 perf, events: add non-linear data support for raw records by Daniel Borkmann · 8 years ago
  57. e3d617f s390/perf: Convert the hotplug notifier to state machine callbacks (Sampling) by Sebastian Andrzej Siewior · 8 years ago
  58. 4f0f821 s390/perf: Convert the hotplug notifier to state machine callbacks (Counter) by Thomas Gleixner · 8 years ago
  59. c63cf53 KVM: pass struct kvm to kvm_set_routing_entry by Radim Krčmář · 8 years ago
  60. 8f50af4 s390/console: Make preferred console handling more consistent by Peter Oberparleiter · 8 years ago
  61. f045402 s390/mm: fix gmap tlb flush issues by David Hildenbrand · 8 years ago
  62. d08de8e s390/mm: add support for 2GB hugepages by Gerald Schaefer · 8 years ago
  63. 5ffe466 KVM: s390: inject PER i-fetch events on applicable icpts by David Hildenbrand · 8 years ago
  64. 46210c4 s390: have unique symbol for __switch_to address by Heiko Carstens · 8 years ago
  65. 10f4954 s390/cpuinfo: show maximum thread id by Heiko Carstens · 8 years ago
  66. 64e2680 crypto: s390/aes - Use skcipher for fallback by Herbert Xu · 8 years ago
  67. 6edaa53 KVM: remove kvm_guest_enter/exit wrappers by Paolo Bonzini · 8 years ago
  68. 25d539c s390/ptrace: clarify bits in the per_struct by Martin Schwidefsky · 8 years ago
  69. c3bdf2e s390: stack address vs thread_info by Heiko Carstens · 8 years ago
  70. 4379959 s390: remove pointless load within __switch_to by Heiko Carstens · 8 years ago
  71. 907fa06 s390: enable kcov support by Heiko Carstens · 8 years ago
  72. e238c15 s390/cpumf: use basic block for ecctr inline assembly by Heiko Carstens · 8 years ago
  73. e030c11 s390/hypfs: use basic block for diag inline assembly by Heiko Carstens · 8 years ago
  74. 2c79813 s390/sysinfo: use basic block for stsi inline assembly by Heiko Carstens · 8 years ago
  75. 80a60f6 s390/smp: use basic blocks for sigp inline assemblies by Heiko Carstens · 8 years ago
  76. 7b411ac s390/pci: use basic blocks for pci inline assemblies by Heiko Carstens · 8 years ago
  77. 931641c s390/mm: use basic block for essa inline assembly by Heiko Carstens · 8 years ago
  78. db7f5ee s390/lib: use basic blocks for inline assemblies by Heiko Carstens · 8 years ago
  79. dc4aace s390/uaccess: fix __put_get_user_asm define by Heiko Carstens · 8 years ago
  80. 109ab95 s390/cpuinfo: rename cpu field to cpu number by Heiko Carstens · 8 years ago
  81. 2764196 s390/perf: remove perf_release/reserver_sampling functions by Heiko Carstens · 8 years ago
  82. 93dd49d s390/oprofile: remove hardware sampler support by Heiko Carstens · 8 years ago
  83. bcf4dd5 s390: fix test_fp_ctl inline assembly contraints by Martin Schwidefsky · 8 years ago
  84. 5419447 Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL" by Michael Holzheu · 8 years ago
  85. 10d58bf s390: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  86. da7f750 s390: ensure that syscall arguments are properly masked on s390 by Paul Moore · 8 years ago
  87. a411edf KVM: s390: vsie: add module parameter "nested" by David Hildenbrand · 9 years ago
  88. 5d3876a KVM: s390: vsie: add indication for future features by David Hildenbrand · 8 years ago
  89. 91473b4 KVM: s390: vsie: correctly set and handle guest TOD by David Hildenbrand · 9 years ago
  90. b917ae5 KVM: s390: vsie: speed up VCPU external calls by David Hildenbrand · 9 years ago
  91. 94a15de KVM: s390: don't use CPUSTAT_WAIT to detect if a VCPU is idle by David Hildenbrand · 9 years ago
  92. adbf169 KVM: s390: vsie: speed up VCPU irq delivery when handling vsie by David Hildenbrand · 8 years ago
  93. 1b7029b KVM: s390: vsie: try to refault after a reported fault to g2 by David Hildenbrand · 9 years ago
  94. 7fd7f39 KVM: s390: vsie: support IBS interpretation by David Hildenbrand · 9 years ago
  95. 13ee3f6 KVM: s390: vsie: support conditional-external-interception by David Hildenbrand · 9 years ago
  96. 5630a8e KVM: s390: vsie: support intervention-bypass by David Hildenbrand · 9 years ago
  97. a1b7b9b KVM: s390: vsie: support guest-storage-limit-suppression by David Hildenbrand · 9 years ago
  98. 77d18f6 KVM: s390: vsie: support guest-PER-enhancement by David Hildenbrand · 9 years ago
  99. 0615a32 KVM: s390: vsie: support shared IPTE-interlock facility by David Hildenbrand · 9 years ago
  100. 19c439b KVM: s390: vsie: support 64-bit-SCAO by David Hildenbrand · 9 years ago