1. 74d71a0 device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAX by Mike Galbraith · 8 years ago
  2. 7361636 Merge branch 'for-4.12/dax' into libnvdimm-for-next by Dan Williams · 8 years ago
  3. d5483fe libnvdimm, pfn: fix 'npfns' vs section alignment by Dan Williams · 8 years ago
  4. 9d62ed9 libnvdimm: handle locked label storage areas by Dan Williams · 8 years ago
  5. 8f078b3 libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKED by Dan Williams · 8 years ago
  6. 1ef97fe brd: fix uninitialized use of brd->dax_dev by Gerald Schaefer · 8 years ago
  7. 67fd389 block, dax: use correct format string in bdev_dax_supported by Arnd Bergmann · 8 years ago
  8. 565851c device-dax: fix sysfs attribute deadlock by Dan Williams · 8 years ago
  9. a3e9af9 libnvdimm: restore "libnvdimm: band aid btt vs clear poison locking" by Dan Williams · 8 years ago
  10. 452bae0 libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering by Dan Williams · 8 years ago
  11. 23f4984 libnvdimm: rework region badblocks clearing by Dan Williams · 8 years ago
  12. 7699a6a acpi, nfit: kill ACPI_NFIT_DEBUG by Dan Williams · 8 years ago
  13. 8d13c02 libnvdimm: fix clear length of nvdimm_forget_poison() by Toshi Kani · 8 years ago
  14. b2518c7 libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify by Toshi Kani · 8 years ago
  15. ab63089 libnvdimm, region: sysfs trigger for nvdimm_flush() by Dan Williams · 8 years ago
  16. 97681f9 libnvdimm: fix phys_addr for nvdimm_clear_poison by Toshi Kani · 8 years ago
  17. 6abccd1 x86, dax, pmem: remove indirection around memcpy_from_pmem() by Dan Williams · 8 years ago
  18. d4b29fd7 block: remove block_device_operations ->direct_access() by Dan Williams · 8 years ago
  19. 2093f2e block, dax: convert bdev_dax_supported() to dax_direct_access() by Dan Williams · 8 years ago
  20. cccbce6 filesystem-dax: convert to dax_direct_access() by Dan Williams · 8 years ago
  21. a41fe02b Revert "block: use DAX for partition table reads" by Dan Williams · 8 years ago
  22. fa5d932 ext2, ext4, xfs: retrieve dax_device for iomap operations by Dan Williams · 8 years ago
  23. 817bf40 dm: teach dm-targets to use a dax_device + dax_operations by Dan Williams · 8 years ago
  24. bc042fd libnvdimm, region: fix flush hint detection crash by Dan Williams · 8 years ago
  25. f26c571 dm: add dax_device and dax_operations support by Dan Williams · 8 years ago
  26. b068626 dax: introduce dax_direct_access() by Dan Williams · 8 years ago
  27. d8f07ae block: kill bdev_dax_capable() by Dan Williams · 8 years ago
  28. 7a2765f dcssblk: add dax_operations support by Dan Williams · 8 years ago
  29. 1647b9b brd: add dax_operations support by Dan Williams · 8 years ago
  30. 60fcd55 axon_ram: add dax_operations support by Dan Williams · 8 years ago
  31. c1d6e82 pmem: add dax_operations support by Dan Williams · 8 years ago
  32. 6568b08 dax: introduce dax_operations by Dan Williams · 8 years ago
  33. 7205800 dax: add a facility to lookup a dax device by 'host' device name by Dan Williams · 8 years ago
  34. fbabd82 acpi, nfit: fix module unload vs workqueue shutdown race by Dan Williams · 8 years ago
  35. 8b06b88 tools/testing/nvdimm: fix nfit_test shutdown crash by Dan Williams · 8 years ago
  36. 9ccaed4 acpi, nfit: limit ->flush_probe() to initialization work by Dan Williams · 8 years ago
  37. caa603a acpi, nfit: collate health state flags by Dan Williams · 8 years ago
  38. 1499934 acpi, nfit: support "map failed" dimms by Dan Williams · 8 years ago
  39. ac40b67 tools/testing/nvdimm: test acpi 6.1 health state flags by Dan Williams · 8 years ago
  40. ffab938 acpi, nfit: add support for acpi 6.1 dimm state flags by Dan Williams · 8 years ago
  41. e88da79 Revert "libnvdimm: band aid btt vs clear poison locking" by Dan Williams · 8 years ago
  42. b3b454f libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocation by Dave Jiang · 8 years ago
  43. 7b6be84 dax: refactor dax-fs into a generic provider of 'struct dax_device' instances by Dan Williams · 8 years ago
  44. 5f0694b device-dax: rename 'dax_dev' to 'dev_dax' by Dan Williams · 8 years ago
  45. 7620262 device-dax: improve fault handler debug output by Oliver O'Halloran · 8 years ago
  46. 54eafcc device-dax: fix dax_dev_huge_fault() unknown fault size handling by Pushkar Jambhlekar · 8 years ago
  47. bfca9ac Merge branch 'for-4.11/libnvdimm' into for-4.12/dax by Dan Williams · 8 years ago
  48. efebc71 device-dax, tools/testing/nvdimm: enable device-dax with mock resources by Dave Jiang · 8 years ago
  49. 006358b libnvdimm: add support for clear poison list and badblocks for device dax by Dave Jiang · 8 years ago
  50. 802f4be libnvdimm: Add 'resource' sysfs attribute to regions by Dave Jiang · 8 years ago
  51. 6a6bef9 libnvdimm: add mechanism to publish badblocks at the region level by Dave Jiang · 8 years ago
  52. 3c87f37 acpi, nfit: fix acpi_get_table leak by Dan Williams · 8 years ago
  53. f2668fa acpi, nfit: remove unnecessary newline by Linda Knippers · 8 years ago
  54. ba650cf acpi, nfit: allow specifying a default DSM family by Linda Knippers · 8 years ago
  55. 095ab4b acpi, nfit: allow override of built-in bitmasks for nvdimm DSMs by Linda Knippers · 8 years ago
  56. 11e63f6 x86, pmem: fix broken __copy_user_nocache cache-bypass assumptions by Dan Williams · 8 years ago
  57. 956a4cd device-dax: switch to srcu, fix rcu_read_lock() vs pte allocation by Dan Williams · 8 years ago
  58. 4aa5615 libnvdimm: band aid btt vs clear poison locking by Dan Williams · 8 years ago
  59. 0beb201 libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splat by Dan Williams · 8 years ago
  60. fe51473 libnvdimm: fix blk free space accounting by Dan Williams · 8 years ago
  61. b03b99a acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit comparison) by Dan Williams · 8 years ago
  62. c02ed2e Linux 4.11-rc4 by Linus Torvalds · 8 years ago
  63. 0dc82fa Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  64. 9e54ef9 Merge tag 'driver-core-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  65. f1638fc Merge tag 'tty-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  66. 53b4d59 Merge tag 'staging-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  67. e431e0e Merge tag 'usb-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  68. 42234bf Merge tag 'powerpc-4.11-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  69. 1c23de6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  70. a643f90 Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  71. a00da40 Merge tag 'hwmon-for-linus-v4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  72. 4a01fa5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  73. 4c3de7e Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  74. d67d64f ext4: fix two spelling nits by Theodore Ts'o · 8 years ago
  75. dac7a4b ext4: lock the xattr block before checksuming it by Theodore Ts'o · 8 years ago
  76. 424b689 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  77. f6aafac IB/qib: fix false-postive maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  78. ea174c9 RDMA/iser: Fix possible mr leak on device removal event by Sagi Grimberg · 8 years ago
  79. b7363e6 IB/device: Convert ib-comp-wq to be CPU-bound by Sagi Grimberg · 8 years ago
  80. fedd9e1 IB/cq: Don't process more than the given budget by Sagi Grimberg · 8 years ago
  81. 9fcd67d IB/rxe: increment msn only when completing a request by David Marchand · 8 years ago
  82. 812755d uapi: fix rdma/mlx5-abi.h userspace compilation errors by Dmitry V. Levin · 8 years ago
  83. 0957c29 IB/core: Restore I/O MMU, s390 and powerpc support by Bart Van Assche · 8 years ago
  84. a1c5dd1 IB/rxe: Update documentation link by Leon Romanovsky · 8 years ago
  85. 004d18e RDMA/ocrdma: fix a type issue in ocrdma_put_pd_num() by Dan Carpenter · 8 years ago
  86. ded2602 IB/rxe: double free on error by Dan Carpenter · 8 years ago
  87. b172679 RDMA/vmw_pvrdma: Activate device on ethernet link up by Aditya Sarwade · 8 years ago
  88. e51c2fb RDMA/vmw_pvrdma: Dont hardcode QP header page by Adit Ranadive · 8 years ago
  89. 6332dee RDMA/vmw_pvrdma: Cleanup unused variables by Adit Ranadive · 8 years ago
  90. d07c6f4 Merge tag 'vfio-v4.11-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  91. 04e904a Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  92. 59d9cb9 Merge tag 'ceph-for-4.11-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  93. 2056b7c Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  94. 42ea16f Merge tag 'for-linus-4.11b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  95. 69917da Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  96. e8fe23f Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  97. cb88645 infiniband: Fix alignment of mmap cookies to support VIPT caching by Jason Gunthorpe · 8 years ago
  98. 213e4eb Merge tag 'iommu-fixes-v4.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  99. 86f46ab IB/core: Protect against self-requeue of a cq work item by Sagi Grimberg · 8 years ago
  100. 9a31328 Merge tag 'mmc-v4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago