]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Jun 2018 02:23:13 +0000 (19:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Jun 2018 02:23:13 +0000 (19:23 -0700)
commit9223803c348ceefa748f008e4d5cfd9a0f9be74f
treef1674b8373a4a47e20a5ca576b12ccbe6afe535d
parentef5f71600634e6be867f022fd37d6b5845d9f28c
parentdee6928daea4ef057cf59b505e65cf21d9b0e7bf
Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 dax updates from Ingo Molnar:
 "This contains x86 memcpy_mcsafe() fault handling improvements the
  nvdimm tree would like to make more use of"

* 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()
  x86/asm/memcpy_mcsafe: Add write-protection-fault handling
  x86/asm/memcpy_mcsafe: Return bytes remaining
  x86/asm/memcpy_mcsafe: Add labels for __memcpy_mcsafe() write fault handling
  x86/asm/memcpy_mcsafe: Remove loop unrolling
arch/x86/Kconfig
arch/x86/lib/usercopy_64.c
lib/iov_iter.c