1. 3037a52 s390/nmi: do register validation as early as possible by Martin Schwidefsky · 7 years ago
  2. 6c81511 s390/nmi: allocation of the extended save area by Martin Schwidefsky · 7 years ago
  3. cc65450 s390/ctl_reg: move control register definitions to ctl_reg.h by Martin Schwidefsky · 7 years ago
  4. ad3bc0a s390/ctl_reg: use decoding unions in update_cr_regs by Martin Schwidefsky · 7 years ago
  5. 00a8f88 s390/nmi: use smp_emergency_stop instead of smp_send_stop by Martin Schwidefsky · 7 years ago
  6. 608796f s390/vdso: move boot_vdso_data to vdso.c by Martin Schwidefsky · 7 years ago
  7. f554be4 s390/spinlock: use cpu alternatives to enable niai instruction by Vasily Gorbik · 7 years ago
  8. 686140a s390: introduce CPU alternatives by Vasily Gorbik · 7 years ago
  9. 0dcd91a s390/debug: only write data once by Sebastian Ott · 7 years ago
  10. 94158e5 s390/debug: improve debug_event by Sebastian Ott · 7 years ago
  11. 7c3eaaa s390/kexec: Fix checksum validation return code for kdump by Philipp Rudo · 7 years ago
  12. fe3af62 s390: update defconfig by Martin Schwidefsky · 8 years ago
  13. 496da0d s390/debug: adjust coding style by Heiko Carstens · 7 years ago
  14. df8bbd0 s390/kprobes: remove KPROBE_SWAP_INST state by Heiko Carstens · 7 years ago
  15. 49913f1 s390: cleanup string ops prototypes by Heiko Carstens · 7 years ago
  16. 993fef9 s390: optimize memset implementation by Heiko Carstens · 7 years ago
  17. 41879ff s390/mm: use memset64 instead of clear_table by Heiko Carstens · 7 years ago
  18. 0b77d67 s390: implement memset16, memset32 & memset64 by Heiko Carstens · 7 years ago
  19. 3bdf567 Merge branch 'sthyi' into features by Martin Schwidefsky · 7 years ago
  20. 3d8757b s390/sthyi: add s390_sthyi system call by QingFeng Hao · 7 years ago
  21. 9fb6c9b s390/sthyi: add cache to store hypervisor info by QingFeng Hao · 7 years ago
  22. b7c92f1 s390/sthyi: reorganize sthyi implementation by QingFeng Hao · 7 years ago
  23. 91a1fad s390: use generic rwsem implementation by Heiko Carstens · 7 years ago
  24. e0d281d s390/disassembler: add new z14 instructions by Heiko Carstens · 7 years ago
  25. ea7c360 s390/disassembler: add missing z13 instructions by Heiko Carstens · 7 years ago
  26. 630f789 s390/disassembler: add sthyi instruction by Heiko Carstens · 7 years ago
  27. 7e1263b s390/disassembler: remove double instructions by Heiko Carstens · 7 years ago
  28. caefea1 s390/disassembler: fix LRDFU format by Heiko Carstens · 7 years ago
  29. 5c50538 s390/disassembler: add missing end marker for e7 table by Heiko Carstens · 7 years ago
  30. 7fb2b2d s390/virtio: remove the old KVM virtio transport by Thomas Huth · 7 years ago
  31. f9a5d70 s390/ccwgroup: tie a ccwgroup driver to its ccw driver by Julian Wiedmann · 7 years ago
  32. bf7fa03 s390/crypto: add s390 platform specific aes gcm support. by Harald Freudenberger · 7 years ago
  33. eecd49c s390/crypto: add inline assembly for KMA instruction to cpacf.h by Patrick Steuer · 7 years ago
  34. eb3b7b8 s390/rwlock: introduce rwlock wait queueing by Martin Schwidefsky · 8 years ago
  35. b96f7d8 s390/spinlock: introduce spinlock wait queueing by Martin Schwidefsky · 8 years ago
  36. 8153380 s390/spinlock: use the cpu number +1 as spinlock value by Martin Schwidefsky · 8 years ago
  37. 1887aa0 s390/topology: add detection of dedicated vs shared CPUs by Martin Schwidefsky · 7 years ago
  38. 1922099 s390/cpumf: remove superfluous nr_cpumask_bits check by Heiko Carstens · 7 years ago
  39. 262832b s390/ptrace: add runtime instrumention register get/set by Alice Frosi · 7 years ago
  40. bb59c2d s390/runtime_instrumentation: clean up struct runtime_instr_cb by Alice Frosi · 7 years ago
  41. 7996203 s390: add support for FORTIFY_SOURCE by Heiko Carstens · 7 years ago
  42. 59a19ea s390: get rid of exit_thread() by Heiko Carstens · 7 years ago
  43. 7b83c62 s390/guarded storage: simplify task exit handling by Heiko Carstens · 7 years ago
  44. 5ef2d52 s390/ptrace: fix guarded storage regset handling by Heiko Carstens · 7 years ago
  45. fa1edf3 s390/guarded storage: fix possible memory corruption by Heiko Carstens · 7 years ago
  46. 8d9047f s390/runtime instrumentation: simplify task exit handling by Heiko Carstens · 7 years ago
  47. d6e646a s390/runtime instrumention: fix possible memory corruption by Heiko Carstens · 7 years ago
  48. 8076428 s390: convert release_thread() into a static inline function by Heiko Carstens · 7 years ago
  49. 8474c53 Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready by Ingo Molnar · 7 years ago
  50. 738f48c x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES by Eric Biggers · 7 years ago
  51. 98c0fad9 x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_user_to_xstate() by Eric Biggers · 7 years ago
  52. 3d70347 x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate() by Eric Biggers · 7 years ago
  53. af2c432 x86/fpu: Copy the full header in copy_user_to_xstate() by Eric Biggers · 7 years ago
  54. af95774 x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_kernel_to_xstate() by Eric Biggers · 7 years ago
  55. b89eda4 x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate() by Eric Biggers · 7 years ago
  56. 80d8ae8 x86/fpu: Copy the full state_header in copy_kernel_to_xstate() by Eric Biggers · 7 years ago
  57. b11e2e1 x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu__restore_sig() by Eric Biggers · 7 years ago
  58. cf9df81 x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstateregs_set() by Eric Biggers · 7 years ago
  59. e63e5d5 x86/fpu: Introduce validate_xstate_header() by Eric Biggers · 7 years ago
  60. 369a036 x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]() by Ingo Molnar · 7 years ago
  61. 2ce03d8 x86/fpu: Rename fpu__activate_curr() to fpu__initialize() by Ingo Molnar · 7 years ago
  62. e10078e x86/fpu: Simplify and speed up fpu__copy() by Ingo Molnar · 7 years ago
  63. 7f1487c x86/fpu: Fix stale comments about lazy FPU logic by Ingo Molnar · 7 years ago
  64. e4a81bf x86/fpu: Rename fpu::fpstate_active to fpu::initialized by Ingo Molnar · 7 years ago
  65. 685c930 x86/fpu: Remove fpu__current_fpstate_write_begin/end() by Ingo Molnar · 7 years ago
  66. 4618e90 x86/fpu: Fix fpu__activate_fpstate_read() and update comments by Ingo Molnar · 7 years ago
  67. cf03461 Merge tag 'microblaze-4.14-rc3' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
  68. 428dbf1 arch: change default endian for microblaze by Babu Moger · 7 years ago
  69. 64c9985 microblaze: Cocci spatch "vma_pages" by Thomas Meyer · 7 years ago
  70. 0add537 microblaze: Add missing kvm_para.h to Kbuild by Michal Simek · 7 years ago
  71. d5c8028 x86/fpu: Reinitialize FPU registers if restoring FPU state fails by Eric Biggers · 7 years ago
  72. 814fb7b x86/fpu: Don't let userspace set bogus xcomp_bv by Eric Biggers · 7 years ago
  73. a141fd5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  74. a430643 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  75. 03eaec8 x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU() by Andi Kleen · 7 years ago
  76. 4f8cef5 x86/fpu: Fix boolreturn.cocci warnings by kbuild test robot · 7 years ago
  77. 0852b37 x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUs by Rik van Riel · 7 years ago
  78. 99dc26b x86/fpu: Remove struct fpu::fpregs_active by Ingo Molnar · 7 years ago
  79. 6cf4edb x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active by Ingo Molnar · 7 years ago
  80. f1c8cd0 x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active by Ingo Molnar · 7 years ago
  81. b6aa855 x86/fpu: Split the state handling in fpu__drop() by Ingo Molnar · 7 years ago
  82. a10b6a1 x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic by Ingo Molnar · 7 years ago
  83. b3a1630 x86/fpu: Simplify fpu->fpregs_active use by Ingo Molnar · 7 years ago
  84. 6d7f7da x86/fpu: Flip the parameter order in copy_*_to_xstate() by Ingo Molnar · 7 years ago
  85. 7b9094c x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API by Ingo Molnar · 7 years ago
  86. 59dffa4 x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API by Ingo Molnar · 7 years ago
  87. 79fecc2 x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user_to_xstate() by Ingo Molnar · 7 years ago
  88. 8c0817f x86/fpu: Simplify __copy_xstate_to_kernel() return values by Ingo Molnar · 7 years ago
  89. 6ff15f8 x86/fpu: Change 'size_total' parameter to unsigned and standardize the size checks in copy_xstate_to_*() by Ingo Molnar · 7 years ago
  90. 56583c9 x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods by Ingo Molnar · 7 years ago
  91. 8a5b731 x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() functions by Ingo Molnar · 7 years ago
  92. becb2bb x86/fpu: Clean up the parameter definitions of copy_xstate_to_*() by Ingo Molnar · 7 years ago
  93. d7eda6c x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs by Ingo Molnar · 7 years ago
  94. a69c158 x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs by Ingo Molnar · 7 years ago
  95. 4d981cf x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs by Ingo Molnar · 7 years ago
  96. f0d4f30 x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xstate_to_user() by Ingo Molnar · 7 years ago
  97. 656f083 x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xstate()/copy_xstate_to_user() by Ingo Molnar · 7 years ago
  98. cd4175b1 Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  99. f5caf62 x86/asm: Fix inline asm call constraints for Clang by Josh Poimboeuf · 7 years ago
  100. e2577d2 Merge tag 'pci-v4.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago