1. 2ce03d8 x86/fpu: Rename fpu__activate_curr() to fpu__initialize() by Ingo Molnar · 7 years ago
  2. e10078e x86/fpu: Simplify and speed up fpu__copy() by Ingo Molnar · 7 years ago
  3. 7f1487c x86/fpu: Fix stale comments about lazy FPU logic by Ingo Molnar · 7 years ago
  4. e4a81bf x86/fpu: Rename fpu::fpstate_active to fpu::initialized by Ingo Molnar · 7 years ago
  5. 685c930 x86/fpu: Remove fpu__current_fpstate_write_begin/end() by Ingo Molnar · 7 years ago
  6. 4618e90 x86/fpu: Fix fpu__activate_fpstate_read() and update comments by Ingo Molnar · 7 years ago
  7. d5c8028 x86/fpu: Reinitialize FPU registers if restoring FPU state fails by Eric Biggers · 7 years ago
  8. 814fb7b x86/fpu: Don't let userspace set bogus xcomp_bv by Eric Biggers · 7 years ago
  9. 03eaec8 x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU() by Andi Kleen · 7 years ago
  10. 4f8cef5 x86/fpu: Fix boolreturn.cocci warnings by kbuild test robot · 7 years ago
  11. 0852b37 x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUs by Rik van Riel · 7 years ago
  12. 99dc26b x86/fpu: Remove struct fpu::fpregs_active by Ingo Molnar · 7 years ago
  13. 6cf4edb x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active by Ingo Molnar · 7 years ago
  14. f1c8cd0 x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active by Ingo Molnar · 7 years ago
  15. b6aa855 x86/fpu: Split the state handling in fpu__drop() by Ingo Molnar · 7 years ago
  16. a10b6a1 x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic by Ingo Molnar · 7 years ago
  17. b3a1630 x86/fpu: Simplify fpu->fpregs_active use by Ingo Molnar · 7 years ago
  18. 6d7f7da x86/fpu: Flip the parameter order in copy_*_to_xstate() by Ingo Molnar · 7 years ago
  19. 7b9094c x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API by Ingo Molnar · 7 years ago
  20. 59dffa4 x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API by Ingo Molnar · 7 years ago
  21. 79fecc2 x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user_to_xstate() by Ingo Molnar · 7 years ago
  22. 8c0817f x86/fpu: Simplify __copy_xstate_to_kernel() return values by Ingo Molnar · 7 years ago
  23. 6ff15f8 x86/fpu: Change 'size_total' parameter to unsigned and standardize the size checks in copy_xstate_to_*() by Ingo Molnar · 7 years ago
  24. 56583c9 x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods by Ingo Molnar · 7 years ago
  25. 8a5b731 x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() functions by Ingo Molnar · 7 years ago
  26. becb2bb x86/fpu: Clean up the parameter definitions of copy_xstate_to_*() by Ingo Molnar · 7 years ago
  27. d7eda6c x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs by Ingo Molnar · 7 years ago
  28. a69c158 x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs by Ingo Molnar · 7 years ago
  29. 4d981cf x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs by Ingo Molnar · 7 years ago
  30. f0d4f30 x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xstate_to_user() by Ingo Molnar · 7 years ago
  31. 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
  32. c65da8e Merge tag 'acpi-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  33. 6876eb3 Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  34. d32e5f4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  35. c0a3a64 Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  36. 69c902f5 Merge tag '4.14-smb3-fixes-from-recent-test-events-for-stable' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  37. b03fcfa Merge tag 'ceph-for-4.14-rc2' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  38. 1013e76 SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags by Steve French · 7 years ago
  39. 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
  40. 9ae0b37 Merge tag 'iommu-fixes-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  41. d21b8ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 7 years ago
  42. 4d9af76 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  43. 6e70e26 SMB3: handle new statx fields by Steve French · 7 years ago
  44. c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
  45. 672d0e4 Merge branches 'acpi-pmic', 'acpi-bus', 'acpi-wdat' and 'acpi-properties' by Rafael J. Wysocki · 7 years ago
  46. d84c97f Merge branches 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 7 years ago
  47. 1419d03 Merge branches 'pm-core', 'pm-qos' and 'pm-docs' by Rafael J. Wysocki · 7 years ago
  48. 05f5c38 Input: elan_i2c - extend Flash-Write delay by KT Liao · 7 years ago
  49. 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
  50. 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
  51. 7e6d8f8 Merge branch '4.14-fixes' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  52. c8107ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  53. 7a6d007 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  54. a88dc7b drivers/perf: arm_pmu_acpi: Release memory obtained by kasprintf by Arvind Yadav · 7 years ago
  55. c0d05cd iommu/of: Remove PCI host bridge node check by Robin Murphy · 7 years ago
  56. 6e80ecd Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  57. 6b4877c Input: uinput - avoid crash when sending FF request to device going away by Dmitry Torokhov · 7 years ago
  58. e8b9572 Input: uinput - avoid FF flush when destroying device by Dmitry Torokhov · 7 years ago
  59. 4a704d6 Merge tag 'kbuild-fixes-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  60. 449cd5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  61. d9fde26 Merge tag 'mtd/fixes-for-4.14-rc2' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  62. b6e78a6 Merge tag 'drm-fixes-for-v4.14-rc2' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  63. 20c29a9 Merge tag 'dma-mapping-4.14-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  64. 8eba365 MIPS: PCI: fix pcibios_map_irq section mismatch by Manuel Lauss · 7 years ago
  65. c22c804 MIPS: Fix input modify in __write_64bit_c0_split() by James Hogan · 7 years ago
  66. 9bbe7dc MIPS: MSP71xx: Include asm/setup.h by Arnd Bergmann · 7 years ago
  67. b537ca6 powerpc/pseries: Fix parent_dn reference leak in add_dt_node() by Tyrel Datwyler · 7 years ago
  68. 087ff6a powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPAR by Tyrel Datwyler · 7 years ago
  69. 3e77ade powerpc/eeh: Create PHB PEs after EEH is initialized by Benjamin Herrenschmidt · 7 years ago
  70. 58aff0a ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_user by Will Deacon · 7 years ago
  71. a90bcb8 iov_iter: fix page_copy_sane for compound pages by Petar Penkov · 7 years ago
  72. 0603c96 SMB: Validate negotiate (to protect against downgrade) even if signing off by Steve French · 7 years ago
  73. f5c4ba8 cifs: release auth_key.response for reconnect. by Shu Wang · 7 years ago
  74. 9418333 cifs: release cifs root_cred after exit_cifs by Shu Wang · 7 years ago
  75. 4d61eda CIFS: make arrays static const, reduces object code size by Colin Ian King · 7 years ago
  76. 56eac98 Merge tag 'exynos-drm-fixes-for-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Dave Airlie · 7 years ago
  77. c106c7a Merge tag 'drm-intel-fixes-2017-09-20' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes by Dave Airlie · 7 years ago
  78. 1fa089e [SMB3] Update session and share information displayed for debugging SMB2/SMB3 by Steve French · 7 years ago
  79. 749aaf3 PCI: endpoint: Use correct "end of test" interrupt by John Keeping · 7 years ago
  80. c52f56a Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  81. 25b080b kbuild: rpm-pkg: fix version number handling by Masahiro Yamada · 7 years ago
  82. cc18abb kbuild: deb-pkg: remove firmware package support by Masahiro Yamada · 7 years ago
  83. 9e09007 kbuild: rpm-pkg: delete firmware_install to fix build error by Masahiro Yamada · 7 years ago
  84. 51dce38 s390/topology: enable / disable topology dynamically by Heiko Carstens · 7 years ago
  85. 1b25fda s390/topology: alternative topology for topology-less machines by Heiko Carstens · 7 years ago
  86. 8afafa6 powerpc/kprobes: Update optprobes to use emulate_update_regs() by Naveen N. Rao · 7 years ago
  87. b134165 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into fixes by Michael Ellerman · 7 years ago
  88. e117765 crypto: af_alg - update correct dst SGL entry by Stephan Mueller · 7 years ago
  89. c056d91 crypto: caam - fix LS1021A support on ARMv7 multiplatform kernel by Horia Geantă · 7 years ago
  90. 3e1166b crypto: inside-secure - fix gcc-4.9 warnings by Arnd Bergmann · 7 years ago
  91. 5613663 crypto: talitos - Don't provide setkey for non hmac hashing algs. by LEROY Christophe · 7 years ago
  92. 886a27c crypto: talitos - fix hashing by LEROY Christophe · 7 years ago
  93. afd62fa crypto: talitos - fix sha224 by LEROY Christophe · 7 years ago
  94. 8f182f8 crypto: x86/twofish - Fix RBP usage by Josh Poimboeuf · 7 years ago
  95. ca04c82 crypto: sha512-avx2 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  96. 539012d crypto: x86/sha256-ssse3 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  97. d3dfbfe crypto: x86/sha256-avx2 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  98. 673ac6f crypto: x86/sha256-avx - Fix RBP usage by Josh Poimboeuf · 7 years ago
  99. 6488bce crypto: x86/sha1-ssse3 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  100. d7b1722 crypto: x86/sha1-avx2 - Fix RBP usage by Josh Poimboeuf · 7 years ago