-
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 tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git…
…/torvalds/linux into mlx5-next Linux 5.1-rc1 We forgot to reset the branch last merge window thus mlx5-next is outdated and still based on 5.0-rc2. This merge commit is needed to sync mlx5-next branch with 5.1-rc1. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
- Loading branch information
Showing
11,932 changed files
with
524,585 additions
and
266,427 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
What: /sys/class/dax/ | ||
Date: May, 2016 | ||
KernelVersion: v4.7 | ||
Contact: linux-nvdimm@lists.01.org | ||
Description: Device DAX is the device-centric analogue of Filesystem | ||
DAX (CONFIG_FS_DAX). It allows memory ranges to be | ||
allocated and mapped without need of an intervening file | ||
system. Device DAX is strict, precise and predictable. | ||
Specifically this interface: | ||
|
||
1/ Guarantees fault granularity with respect to a given | ||
page size (pte, pmd, or pud) set at configuration time. | ||
|
||
2/ Enforces deterministic behavior by being strict about | ||
what fault scenarios are supported. | ||
|
||
The /sys/class/dax/ interface enumerates all the | ||
device-dax instances in the system. The ABI is | ||
deprecated and will be removed after 2020. It is | ||
replaced with the DAX bus interface /sys/bus/dax/ where | ||
device-dax instances can be found under | ||
/sys/bus/dax/devices/ |
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.