1. 8474c53 Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready by Ingo Molnar · 7 years ago
  2. 738f48c x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES by Eric Biggers · 7 years ago
  3. 98c0fad9 x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_user_to_xstate() by Eric Biggers · 7 years ago
  4. 3d70347 x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate() by Eric Biggers · 7 years ago
  5. af2c432 x86/fpu: Copy the full header in copy_user_to_xstate() by Eric Biggers · 7 years ago
  6. af95774 x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_kernel_to_xstate() by Eric Biggers · 7 years ago
  7. b89eda4 x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate() by Eric Biggers · 7 years ago
  8. 80d8ae8 x86/fpu: Copy the full state_header in copy_kernel_to_xstate() by Eric Biggers · 7 years ago
  9. b11e2e1 x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu__restore_sig() by Eric Biggers · 7 years ago
  10. cf9df81 x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstateregs_set() by Eric Biggers · 7 years ago
  11. e63e5d5 x86/fpu: Introduce validate_xstate_header() by Eric Biggers · 7 years ago
  12. 369a036 x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]() by Ingo Molnar · 7 years ago
  13. 2ce03d8 x86/fpu: Rename fpu__activate_curr() to fpu__initialize() by Ingo Molnar · 7 years ago
  14. e10078e x86/fpu: Simplify and speed up fpu__copy() by Ingo Molnar · 7 years ago
  15. 7f1487c x86/fpu: Fix stale comments about lazy FPU logic by Ingo Molnar · 7 years ago
  16. e4a81bf x86/fpu: Rename fpu::fpstate_active to fpu::initialized by Ingo Molnar · 7 years ago
  17. 685c930 x86/fpu: Remove fpu__current_fpstate_write_begin/end() by Ingo Molnar · 7 years ago
  18. 4618e90 x86/fpu: Fix fpu__activate_fpstate_read() and update comments by Ingo Molnar · 7 years ago
  19. cf03461 Merge tag 'microblaze-4.14-rc3' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
  20. 428dbf1 arch: change default endian for microblaze by Babu Moger · 7 years ago
  21. 64c9985 microblaze: Cocci spatch "vma_pages" by Thomas Meyer · 7 years ago
  22. 0add537 microblaze: Add missing kvm_para.h to Kbuild by Michal Simek · 7 years ago
  23. d5c8028 x86/fpu: Reinitialize FPU registers if restoring FPU state fails by Eric Biggers · 7 years ago
  24. 814fb7b x86/fpu: Don't let userspace set bogus xcomp_bv by Eric Biggers · 7 years ago
  25. 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
  26. 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
  27. 03eaec8 x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU() by Andi Kleen · 7 years ago
  28. 4f8cef5 x86/fpu: Fix boolreturn.cocci warnings by kbuild test robot · 7 years ago
  29. 0852b37 x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUs by Rik van Riel · 7 years ago
  30. 99dc26b x86/fpu: Remove struct fpu::fpregs_active by Ingo Molnar · 7 years ago
  31. 6cf4edb x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active by Ingo Molnar · 7 years ago
  32. f1c8cd0 x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active by Ingo Molnar · 7 years ago
  33. b6aa855 x86/fpu: Split the state handling in fpu__drop() by Ingo Molnar · 7 years ago
  34. a10b6a1 x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic by Ingo Molnar · 7 years ago
  35. b3a1630 x86/fpu: Simplify fpu->fpregs_active use by Ingo Molnar · 7 years ago
  36. 6d7f7da x86/fpu: Flip the parameter order in copy_*_to_xstate() by Ingo Molnar · 7 years ago
  37. 7b9094c x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API by Ingo Molnar · 7 years ago
  38. 59dffa4 x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API by Ingo Molnar · 7 years ago
  39. 79fecc2 x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user_to_xstate() by Ingo Molnar · 7 years ago
  40. 8c0817f x86/fpu: Simplify __copy_xstate_to_kernel() return values by Ingo Molnar · 7 years ago
  41. 6ff15f8 x86/fpu: Change 'size_total' parameter to unsigned and standardize the size checks in copy_xstate_to_*() by Ingo Molnar · 7 years ago
  42. 56583c9 x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods by Ingo Molnar · 7 years ago
  43. 8a5b731 x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() functions by Ingo Molnar · 7 years ago
  44. becb2bb x86/fpu: Clean up the parameter definitions of copy_xstate_to_*() by Ingo Molnar · 7 years ago
  45. d7eda6c x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs by Ingo Molnar · 7 years ago
  46. a69c158 x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs by Ingo Molnar · 7 years ago
  47. 4d981cf x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs by Ingo Molnar · 7 years ago
  48. f0d4f30 x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xstate_to_user() by Ingo Molnar · 7 years ago
  49. 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
  50. 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
  51. f5caf62 x86/asm: Fix inline asm call constraints for Clang by Josh Poimboeuf · 7 years ago
  52. 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
  53. d21b8ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 7 years ago
  54. 4d9af76 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  55. c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
  56. 8c031ba parisc: Unbreak bootloader due to gcc-7 optimizations by Helge Deller · 7 years ago
  57. af21b01 parisc: Reintroduce option to gzip-compress the kernel by Helge Deller · 7 years ago
  58. 606f95e parisc: Add HWPOISON page fault handler code by Helge Deller · 7 years ago
  59. a7e6601f parisc: Move init_per_cpu() into init section by Helge Deller · 7 years ago
  60. ea69764 parisc: Check if initrd was loaded into broken RAM by Helge Deller · 7 years ago
  61. 8d771b1 parisc: Add PDCE_CHECK instruction to HPMC handler by Helge Deller · 7 years ago
  62. 77089c5 parisc: Add wrapper for pdc_instr() firmware function by Helge Deller · 7 years ago
  63. 08b8a99 parisc: Move start_parisc() into init section by Helge Deller · 7 years ago
  64. e77900a parisc: Stop unwinding at start of stack by Helge Deller · 7 years ago
  65. 0a8abd9 Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  66. d6396a7 Merge tag 'powerpc-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  67. 7e6d8f8 Merge branch '4.14-fixes' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  68. c8107ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  69. 7a6d007 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  70. 8eba365 MIPS: PCI: fix pcibios_map_irq section mismatch by Manuel Lauss · 7 years ago
  71. c22c804 MIPS: Fix input modify in __write_64bit_c0_split() by James Hogan · 7 years ago
  72. 9bbe7dc MIPS: MSP71xx: Include asm/setup.h by Arnd Bergmann · 7 years ago
  73. b537ca6 powerpc/pseries: Fix parent_dn reference leak in add_dt_node() by Tyrel Datwyler · 7 years ago
  74. 087ff6a powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPAR by Tyrel Datwyler · 7 years ago
  75. 3e77ade powerpc/eeh: Create PHB PEs after EEH is initialized by Benjamin Herrenschmidt · 7 years ago
  76. 51dce38 s390/topology: enable / disable topology dynamically by Heiko Carstens · 7 years ago
  77. 1b25fda s390/topology: alternative topology for topology-less machines by Heiko Carstens · 7 years ago
  78. 8afafa6 powerpc/kprobes: Update optprobes to use emulate_update_regs() by Naveen N. Rao · 7 years ago
  79. b134165 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into fixes by Michael Ellerman · 7 years ago
  80. 8f182f8 crypto: x86/twofish - Fix RBP usage by Josh Poimboeuf · 7 years ago
  81. ca04c82 crypto: sha512-avx2 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  82. 539012d crypto: x86/sha256-ssse3 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  83. d3dfbfe crypto: x86/sha256-avx2 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  84. 673ac6f crypto: x86/sha256-avx - Fix RBP usage by Josh Poimboeuf · 7 years ago
  85. 6488bce crypto: x86/sha1-ssse3 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  86. d7b1722 crypto: x86/sha1-avx2 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  87. 3ed7b4d crypto: x86/des3_ede - Fix RBP usage by Josh Poimboeuf · 7 years ago
  88. c66cc3b crypto: x86/cast6 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  89. 4b15606 crypto: x86/cast5 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  90. b46c9d7 crypto: x86/camellia - Fix RBP usage by Josh Poimboeuf · 7 years ago
  91. 569f11c crypto: x86/blowfish - Fix RBP usage by Josh Poimboeuf · 7 years ago
  92. fd0b19e MIPS: Fix perf event init by Paul Burton · 7 years ago
  93. 5d298ba powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state offline by Gautham R. Shenoy · 7 years ago
  94. 1575fe0 powerpc/sstep: mullw should calculate a 64 bit signed result by Anton Blanchard · 7 years ago
  95. 5bcaa4c powerpc/sstep: Fix issues with mcrf by Anton Blanchard · 7 years ago
  96. ad47ff3e powerpc/sstep: Fix issues with set_cr0() by Anton Blanchard · 7 years ago
  97. c1fa076 powerpc/tm: Flush TM only if CPU has TM feature by Gustavo Romero · 7 years ago
  98. 4917fcb powerpc/sysrq: Fix oops whem ppmu is not registered by Ravi Bangoria · 7 years ago
  99. 8632ec8 powerpc/configs: Update for CONFIG_SND changes by Michael Ellerman · 7 years ago
  100. 94686c3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago