forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-5.1/libnvdimm' into libnvdimm-for-next
Merge miscellaneous libnvdimm sub-system updates for v5.1. Highlights include: * Support for the Hyper-V family of device-specific-methods (DSMs) * Several fixes and workarounds for Hyper-V compatibility. * Fix for the support to cache the dirty-shutdown-count at init.
- Loading branch information
Showing
13 changed files
with
158 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4536,20 +4536,21 @@ S: Maintained | |
F: drivers/i2c/busses/i2c-diolan-u2c.c | ||
|
||
FILESYSTEM DIRECT ACCESS (DAX) | ||
M: Matthew Wilcox <[email protected]> | ||
M: Ross Zwisler <zwisler@kernel.org> | ||
M: Jan Kara <[email protected]> | ||
M: Dan Williams <[email protected]> | ||
R: Matthew Wilcox <willy@infradead.org> | ||
R: Jan Kara <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: fs/dax.c | ||
F: include/linux/dax.h | ||
F: include/trace/events/fs_dax.h | ||
|
||
DEVICE DIRECT ACCESS (DAX) | ||
M: Dan Williams <[email protected]> | ||
M: Dave Jiang <[email protected]> | ||
M: Ross Zwisler <[email protected]> | ||
M: Vishal Verma <[email protected]> | ||
M: Keith Busch <[email protected]> | ||
M: Dave Jiang <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/dax/ | ||
|
@@ -8643,7 +8644,6 @@ S: Maintained | |
F: tools/lib/lockdep/ | ||
|
||
LIBNVDIMM BLK: MMIO-APERTURE DRIVER | ||
M: Ross Zwisler <[email protected]> | ||
M: Dan Williams <[email protected]> | ||
M: Vishal Verma <[email protected]> | ||
M: Dave Jiang <[email protected]> | ||
|
@@ -8656,15 +8656,13 @@ F: drivers/nvdimm/region_devs.c | |
LIBNVDIMM BTT: BLOCK TRANSLATION TABLE | ||
M: Vishal Verma <[email protected]> | ||
M: Dan Williams <[email protected]> | ||
M: Ross Zwisler <[email protected]> | ||
M: Dave Jiang <[email protected]> | ||
L: [email protected] | ||
Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ | ||
S: Supported | ||
F: drivers/nvdimm/btt* | ||
|
||
LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER | ||
M: Ross Zwisler <[email protected]> | ||
M: Dan Williams <[email protected]> | ||
M: Vishal Verma <[email protected]> | ||
M: Dave Jiang <[email protected]> | ||
|
@@ -8683,9 +8681,10 @@ F: Documentation/devicetree/bindings/pmem/pmem-region.txt | |
|
||
LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM | ||
M: Dan Williams <[email protected]> | ||
M: Ross Zwisler <[email protected]> | ||
M: Vishal Verma <[email protected]> | ||
M: Dave Jiang <[email protected]> | ||
M: Keith Busch <[email protected]> | ||
M: Ira Weiny <[email protected]> | ||
L: [email protected] | ||
Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.