1. c07dee7 Merge tag 'for-linus-20161216' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  2. 135c919 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  3. 37861ff Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  4. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  5. 0aaf214 Merge tag 'docs-4.10-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  6. 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  7. ff0f962 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  8. 087a76d Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  9. 759b265 Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  10. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  11. bd9999c Merge tag 'media/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  12. 9dfe495 Merge tag 'edac/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 8 years ago
  13. 9936f44 Merge branch 'for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  14. 70f56cb Merge tag 'nios2-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 8 years ago
  15. de39981 Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  16. 57ca04a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  17. c3c8699 ovl: fix reStructuredText syntax errors in documentation by Amir Goldstein · 8 years ago
  18. 313684c ovl: fix return value of ovl_fill_super by Geliang Tang · 8 years ago
  19. 32a3d84 ovl: clean up kstat usage by Al Viro · 8 years ago
  20. 9aba652 ovl: fold ovl_copy_up_truncate() into ovl_copy_up() by Amir Goldstein · 8 years ago
  21. 97c684c ovl: create directories inside merged parent opaque by Amir Goldstein · 8 years ago
  22. 5cf5b47 ovl: opaque cleanup by Miklos Szeredi · 8 years ago
  23. c5bef3a ovl: show redirect_dir mount option by Amir Goldstein · 8 years ago
  24. 3ea22a7 ovl: allow setting max size of redirect by Miklos Szeredi · 8 years ago
  25. 688ea0e ovl: allow redirect_dir to default to "on" by Miklos Szeredi · 8 years ago
  26. d159511 ovl: check for emptiness of redirect dir by Amir Goldstein · 8 years ago
  27. a6c6065 ovl: redirect on rename-dir by Miklos Szeredi · 8 years ago
  28. 02b69b2 ovl: lookup redirects by Miklos Szeredi · 8 years ago
  29. e28edc4 ovl: consolidate lookup for underlying layers by Miklos Szeredi · 8 years ago
  30. 48fab5d ovl: fix nested overlayfs mount by Amir Goldstein · 8 years ago
  31. 6b2d5fe ovl: check namelen by Miklos Szeredi · 8 years ago
  32. bbb1e54 ovl: split super.c by Miklos Szeredi · 8 years ago
  33. 2b8c30e ovl: use d_is_dir() by Miklos Szeredi · 8 years ago
  34. 8ee6059 ovl: simplify lookup by Miklos Szeredi · 8 years ago
  35. 3ee23ff ovl: check lower existence of rename target by Miklos Szeredi · 8 years ago
  36. 370e55a ovl: rename: simplify handling of lower/merged directory by Miklos Szeredi · 8 years ago
  37. 38e813d ovl: get rid of PURE type by Miklos Szeredi · 8 years ago
  38. 2aff453 ovl: check lower existence when removing by Miklos Szeredi · 8 years ago
  39. c412ce4 ovl: add ovl_dentry_is_whiteout() by Miklos Szeredi · 8 years ago
  40. 99f5d08 ovl: don't check sticky by Miklos Szeredi · 8 years ago
  41. 804032f ovl: don't check rename to self by Miklos Szeredi · 8 years ago
  42. ca4c8a3 ovl: treat special files like a regular fs by Miklos Szeredi · 8 years ago
  43. 6c02cb5 ovl: rename ovl_rename2() to ovl_rename() by Miklos Szeredi · 8 years ago
  44. 2ea9846 ovl: use vfs_clone_file_range() for copy up if possible by Amir Goldstein · 8 years ago
  45. 31c3a70 Revert "ovl: get_write_access() in truncate" by Miklos Szeredi · 8 years ago
  46. 2d8f290 ovl: update doc by Miklos Szeredi · 8 years ago
  47. b335e9d vfs: fix vfs_clone_file_range() for overlayfs files by Amir Goldstein · 8 years ago
  48. 031a072 vfs: call vfs_clone_file_range() under freeze protection by Amir Goldstein · 8 years ago
  49. 913b86e vfs: allow vfs_clone_file_range() across mount points by Amir Goldstein · 8 years ago
  50. 3616119 vfs: no mnt_want_write_file() in vfs_{copy,clone}_file_range() by Miklos Szeredi · 8 years ago
  51. 8d3e293 Revert "vfs: rename: check backing inode being equal" by Miklos Szeredi · 8 years ago
  52. beef512 Revert "af_unix: fix hard linked sockets on overlay" by Miklos Szeredi · 8 years ago
  53. c6f6634 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 8 years ago
  54. 73e2e0c Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  55. ed3c5a0 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  56. 47057ab nfsd: add support for the umask attribute by Andreas Gruenbacher · 9 years ago
  57. 66d4667 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  58. 991688bf Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  59. 482c3e88 Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  60. 786a72d Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  61. 3bd776b Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  62. 775fadd Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  63. e79ab19 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  64. 3ec5e8d Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  65. 09dee2a Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  66. d25b6af Merge tag 'arc-4.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  67. 6bdf1e0 Makefile: drop -D__CHECK_ENDIAN__ from cflags by Michael S. Tsirkin · 8 years ago
  68. 378d5a4 fs/logfs: drop __CHECK_ENDIAN__ by Michael S. Tsirkin · 8 years ago
  69. dc67a9f Documentation/sparse: drop __CHECK_ENDIAN__ by Michael S. Tsirkin · 8 years ago
  70. 9efecca linux: drop __bitwise__ everywhere by Michael S. Tsirkin · 8 years ago
  71. 46d832f checkpatch: replace __bitwise__ with __bitwise by Michael S. Tsirkin · 8 years ago
  72. 9536099 Documentation/sparse: drop __bitwise__ by Michael S. Tsirkin · 8 years ago
  73. 376a5fb tools: enable endian checks for all sparse builds by Michael S. Tsirkin · 8 years ago
  74. 05de970 linux/types.h: enable endian checks for all sparse builds by Michael S. Tsirkin · 8 years ago
  75. cecdbdc virtio_mmio: Set dev.release() to avoid warning by Yuan Liu · 8 years ago
  76. 8d39046 vhost: remove unused feature bit by Jason Wang · 8 years ago
  77. 0c7eaf5 virtio_ring: fix description of virtqueue_get_buf by Felipe Franciosi · 8 years ago
  78. b9fd06d vhost/scsi: Remove unused but set variable by Tobias Klauser · 8 years ago
  79. ea9156f tools/virtio: use {READ,WRITE}_ONCE() in uaccess.h by Mark Rutland · 8 years ago
  80. 9d1b972 vringh: kill off ACCESS_ONCE() by Mark Rutland · 8 years ago
  81. 5da889c tools/virtio: fix READ_ONCE() by Mark Rutland · 8 years ago
  82. dbaf062 crypto: add virtio-crypto driver by Gonglei · 8 years ago
  83. 809ecb9 vhost: cache used event for better performance by Jason Wang · 8 years ago
  84. 6c083c2 vsock: lookup and setup guest_cid inside vhost_vsock_lock by Gao feng · 8 years ago
  85. a3cbec6 virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variants by Christoph Hellwig · 8 years ago
  86. 66f2f55 virtio_pci: merge vp_free_vectors into vp_del_vqs by Christoph Hellwig · 8 years ago
  87. 9f8196c virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectors by Christoph Hellwig · 8 years ago
  88. fa3a327 virtio_pci: use pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
  89. d417959 virtio: clean up handling of request_irq failure by Michael S. Tsirkin · 8 years ago
  90. 179a7ba Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  91. 5e176d6 Merge tag 'for-linus-4.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  92. 39d2c3b Merge tag 'upstream-4.10-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  93. e18bf80 Merge tag 'platform-drivers-x86-v4.10-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  94. 8600b69 Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  95. 0ab7b12 Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  96. cb2bf25 platform/x86: thinkpad_acpi: Initialize local in_tablet_mode and type by Darren Hart · 8 years ago
  97. a9a16a6 Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  98. d3ea547 rdma: fix buggy code that the compiler warns about by Linus Torvalds · 8 years ago
  99. 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  100. 6df8b74 Merge tag 'devicetree-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago