1. 39208aa locking/refcounts, x86/asm: Enable CONFIG_ARCH_HAS_REFCOUNT by Kees Cook · 7 years ago
  2. 564c9cc locking/refcounts, x86/asm: Use unique .text section for refcount exceptions by Kees Cook · 7 years ago
  3. 30c23f2 locking/x86: Use named operands in rwsem.h by Miguel Bernal Marin · 7 years ago
  4. 9cd6681 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  5. 225d3b6 Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
  6. 7031b64 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  7. 4c6bb69 quota: Fix quota corruption with generic/232 test by Jan Kara · 7 years ago
  8. dc972a6 Merge tag 'mmc-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  9. fc46820 vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets by Andreas Gruenbacher · 7 years ago
  10. 8474c53 Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready by Ingo Molnar · 7 years ago
  11. 738f48c x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES by Eric Biggers · 7 years ago
  12. 98c0fad9 x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_user_to_xstate() by Eric Biggers · 7 years ago
  13. 3d70347 x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate() by Eric Biggers · 7 years ago
  14. af2c432 x86/fpu: Copy the full header in copy_user_to_xstate() by Eric Biggers · 7 years ago
  15. af95774 x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_kernel_to_xstate() by Eric Biggers · 7 years ago
  16. b89eda4 x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate() by Eric Biggers · 7 years ago
  17. 80d8ae8 x86/fpu: Copy the full state_header in copy_kernel_to_xstate() by Eric Biggers · 7 years ago
  18. b11e2e1 x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu__restore_sig() by Eric Biggers · 7 years ago
  19. cf9df81 x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstateregs_set() by Eric Biggers · 7 years ago
  20. e63e5d5 x86/fpu: Introduce validate_xstate_header() by Eric Biggers · 7 years ago
  21. 369a036 x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]() by Ingo Molnar · 7 years ago
  22. 2ce03d8 x86/fpu: Rename fpu__activate_curr() to fpu__initialize() by Ingo Molnar · 7 years ago
  23. e10078e x86/fpu: Simplify and speed up fpu__copy() by Ingo Molnar · 7 years ago
  24. 7f1487c x86/fpu: Fix stale comments about lazy FPU logic by Ingo Molnar · 7 years ago
  25. e4a81bf x86/fpu: Rename fpu::fpstate_active to fpu::initialized by Ingo Molnar · 7 years ago
  26. 685c930 x86/fpu: Remove fpu__current_fpstate_write_begin/end() by Ingo Molnar · 7 years ago
  27. 4618e90 x86/fpu: Fix fpu__activate_fpstate_read() and update comments by Ingo Molnar · 7 years ago
  28. e365806 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  29. b776e4b fix a typo in put_compat_shm_info() by Al Viro · 7 years ago
  30. 19240e6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  31. 1776364 Merge tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  32. cf03461 Merge tag 'microblaze-4.14-rc3' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
  33. ac0a364 Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  34. fddc992 nvme-fcloop: fix port deletes and callbacks by James Smart · 7 years ago
  35. 6b71f9e nvmet-fc: sync header templates with comments by James Smart · 7 years ago
  36. 0c319d3 nvmet-fc: ensure target queue id within range. by James Smart · 7 years ago
  37. 3688feb nvmet-fc: on port remove call put outside lock by James Smart · 7 years ago
  38. e4d753d nvme-rdma: don't fully stop the controller in error recovery by Sagi Grimberg · 7 years ago
  39. 0a960afd nvme-rdma: give up reconnect if state change fails by Sagi Grimberg · 7 years ago
  40. 1a40d97 nvme-core: Use nvme_wq to queue async events and fw activation by Sagi Grimberg · 7 years ago
  41. 8cbd96a nvme: fix sqhd reference when admin queue connect fails by James Smart · 7 years ago
  42. 1020165 gfs2: Fix debugfs glocks dump by Andreas Gruenbacher · 7 years ago
  43. eefd95e selftests: timers: set-timer-lat: Fix hang when testing unsupported alarms by Shuah Khan · 7 years ago
  44. 01db7fb selftests: timers: set-timer-lat: fix hang when std out/err are redirected by Shuah Khan · 7 years ago
  45. 21aadfa selftests/memfd: correct run_tests.sh permission by Li Zhijian · 7 years ago
  46. 10859f3 selftests/seccomp: Support glibc 2.26 siginfo_t.h by Kees Cook · 7 years ago
  47. 659dbfd selftests: futex: Makefile: fix for loops in targets to run silently by Shuah Khan · 7 years ago
  48. 1ede053 selftests: Makefile: fix for loops in targets to run silently by Shuah Khan · 7 years ago
  49. 8230b90 selftests: mqueue: Use full path to run tests from Makefile by Shuah Khan · 7 years ago
  50. 9c3340e selftests: futex: copy sub-dir test scripts for make O=dir run by Shuah Khan · 7 years ago
  51. f5c156c block: fix a crash caused by wrong API by Shaohua Li · 7 years ago
  52. 332391a fs: Fix page cache inconsistency when mixing buffered and AIO DIO by Lukas Czerner · 7 years ago
  53. bb1cc74 nvmet: implement valid sqhd values in completions by James Smart · 7 years ago
  54. 8edd11c nvme-fabrics: Allow 0 as KATO value by Guilherme G. Piccoli · 7 years ago
  55. 0951338 nvme: allow timed-out ios to retry by James Smart · 7 years ago
  56. cd48282 nvme: stop aer posting if controller state not live by James Smart · 7 years ago
  57. d087747 nvme-pci: Print invalid SGL only once by Keith Busch · 7 years ago
  58. 161b8be nvme-pci: initialize queue memory before interrupts by Keith Busch · 7 years ago
  59. deb6174 nvmet-fc: fix failing max io queue connections by James Smart · 7 years ago
  60. d9d34c0 nvme-fc: use transport-specific sgl format by James Smart · 7 years ago
  61. d85cf20 nvme: add transport SGL definitions by James Smart · 7 years ago
  62. c98cb3b nvme.h: remove FC transport-specific error values by James Smart · 7 years ago
  63. 39a550d qla2xxx: remove use of FC-specific error codes by James Smart · 7 years ago
  64. 8e009ce lpfc: remove use of FC-specific error codes by James Smart · 7 years ago
  65. fc9608e nvmet-fcloop: remove use of FC-specific error codes by James Smart · 7 years ago
  66. 29b3d26 nvmet-fc: remove use of FC-specific error codes by James Smart · 7 years ago
  67. 56b7103a nvme-fc: remove use of FC-specific error codes by James Smart · 7 years ago
  68. e5313c1 loop: remove union of use_aio and ref in struct loop_cmd by Omar Sandoval · 7 years ago
  69. 5acb3cc blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 7 years ago
  70. 1dae69b nbd: ignore non-nbd ioctl's by Josef Bacik · 8 years ago
  71. f507b54 bsg-lib: don't free job in bsg_prepare_job by Christoph Hellwig · 7 years ago
  72. 02a4843 brd: fix overflow in __brd_direct_access by Mikulas Patocka · 7 years ago
  73. 428dbf1 arch: change default endian for microblaze by Babu Moger · 7 years ago
  74. 64c9985 microblaze: Cocci spatch "vma_pages" by Thomas Meyer · 7 years ago
  75. 0add537 microblaze: Add missing kvm_para.h to Kbuild by Michal Simek · 7 years ago
  76. d5c8028 x86/fpu: Reinitialize FPU registers if restoring FPU state fails by Eric Biggers · 7 years ago
  77. 814fb7b x86/fpu: Don't let userspace set bogus xcomp_bv by Eric Biggers · 7 years ago
  78. e19b205 Linux 4.14-rc2 by Linus Torvalds · 7 years ago
  79. 6e7f253 Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  80. 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
  81. 16528a3 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  82. 43d368a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  83. 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
  84. a302824 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  85. 1436ab0 Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  86. 03eaec8 x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU() by Andi Kleen · 7 years ago
  87. 4f8cef5 x86/fpu: Fix boolreturn.cocci warnings by kbuild test robot · 7 years ago
  88. 0852b37 x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUs by Rik van Riel · 7 years ago
  89. 99dc26b x86/fpu: Remove struct fpu::fpregs_active by Ingo Molnar · 7 years ago
  90. 6cf4edb x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active by Ingo Molnar · 7 years ago
  91. f1c8cd0 x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active by Ingo Molnar · 7 years ago
  92. b6aa855 x86/fpu: Split the state handling in fpu__drop() by Ingo Molnar · 7 years ago
  93. a10b6a1 x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic by Ingo Molnar · 7 years ago
  94. b3a1630 x86/fpu: Simplify fpu->fpregs_active use by Ingo Molnar · 7 years ago
  95. 6d7f7da x86/fpu: Flip the parameter order in copy_*_to_xstate() by Ingo Molnar · 7 years ago
  96. 7b9094c x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API by Ingo Molnar · 7 years ago
  97. 59dffa4 x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API by Ingo Molnar · 7 years ago
  98. 79fecc2 x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user_to_xstate() by Ingo Molnar · 7 years ago
  99. 8c0817f x86/fpu: Simplify __copy_xstate_to_kernel() return values by Ingo Molnar · 7 years ago
  100. 6ff15f8 x86/fpu: Change 'size_total' parameter to unsigned and standardize the size checks in copy_xstate_to_*() by Ingo Molnar · 7 years ago