summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-0945-261/+737
|\
| * Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextDan Williams2020-04-0317-110/+251
| |\
| | * dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal2020-04-035-11/+18
| | * dax,iomap: Add helper dax_iomap_zero() to zero a rangeVivek Goyal2020-04-033-30/+12
| | * dax: Use new dax zero page method for zeroing a pageVivek Goyal2020-04-031-30/+23
| | * dm,dax: Add dax zero_page_range operationVivek Goyal2020-04-035-0/+91
| | * s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driverVivek Goyal2020-04-031-0/+15
| | * dax, pmem: Add a dax operation zero_page_rangeVivek Goyal2020-04-033-0/+35
| | * pmem: Add functions for reading/writing page to/from pmemVivek Goyal2020-04-031-36/+50
| | * libnvdimm: Update persistence domain value for of_pmem and papr_scm deviceAneesh Kumar K.V2020-03-312-2/+6
| | * libnvdimm/region: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-301-2/+2
| | * libnvdimm/label: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-301-1/+1
| | * ACPI: NFIT: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-261-6/+6
| * | Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams2020-04-039-92/+140
| |\ \
| | * | libnvdimm/e820: Retrieve and populate correct 'target_node' infoDan Williams2020-02-182-14/+5
| | * | x86/NUMA: Provide a range-to-target_node lookup facilityDan Williams2020-02-182-11/+64
| | * | x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFODan Williams2020-02-173-5/+13
| | * | powerpc/papr_scm: Switch to numa_map_to_online_node()Dan Williams2020-02-171-20/+1
| | * | mm/numa: Skip NUMA_NO_NODE and online nodes in numa_map_to_online_node()Dan Williams2020-02-171-12/+8
| | * | ACPI: NUMA: Up-level "map to online node" functionalityDan Williams2020-02-174-42/+61
| * | | Merge branch 'for-5.6/libnvdimm-fixes' into libnvdimm-for-nextDan Williams2020-04-037-10/+18
| |\ \ \
| | * | | tools/test/nvdimm: Fix out of tree buildSantosh Sivaraj2020-03-312-4/+4
| | * | | libnvdimm: Out of bounds read in __nd_ioctl()Dan Carpenter2020-02-291-2/+4
| | * | | acpi/nfit: improve bounds checking for 'func'Dan Carpenter2020-02-292-4/+7
| | * | | tools/testing/nvdimm: Fix compilation failure without CONFIG_DEV_DAX_PMEM_COMPATJan Kara2020-02-181-0/+2
| | * | | MAINTAINERS: clarify maintenance of nvdimm testing toolLukas Bulwahn2020-02-181-0/+1
| | | |/ | | |/|
| * | | libnvdimm/region: Fix build errorYueHaibing2020-03-311-5/+3
| * | | libnvdimm/region: Introduce an 'align' attributeDan Williams2020-03-174-26/+192
| * | | libnvdimm/region: Introduce NDD_LABELINGDan Williams2020-03-178-14/+19
| * | | libnvdimm/namespace: Enforce memremap_compat_align()Dan Williams2020-03-173-3/+58
| * | | libnvdimm/pfn: Prevent raw mode fallback if pfn-infoblock validDan Williams2020-03-171-4/+4
| * | | mm/memremap_pages: Introduce memremap_compat_align()Dan Williams2020-02-217-1/+58
| * | | mm/memremap_pages: Kill unused __devm_memremap_pages()Dan Williams2020-02-191-2/+0
| |/ /
* | | Merge tag 'iommu-updates-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-0822-187/+386
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------------. \ \ Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ...Joerg Roedel2020-03-2722-187/+386
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | iommu: Move fwspec->iommu_priv to struct dev_iommuJoerg Roedel2020-03-271-3/+4
| | | | | | | | | * | | iommu/virtio: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-6/+5
| | | | | | | | | * | | iommu/qcom: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-25/+36
| | | | | | | | | * | | iommu/mediatek: Use accessor functions for iommu private dataJoerg Roedel2020-03-272-14/+13
| | | | | | | | | * | | iommu/renesas: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-5/+2
| | | | | | | | | * | | iommu/arm-smmu: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-8/+9
| | | | | | | | | * | | iommu/arm-smmu: Refactor master_cfg/fwspec usageRobin Murphy2020-03-271-20/+22
| | | | | | | | | * | | iommu/arm-smmu-v3: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-5/+5
| | | | | | | | | * | | iommu: Introduce accessors for iommu private dataJoerg Roedel2020-03-271-0/+10
| | | | | | | | | * | | iommu/arm-smmu: Fix uninitilized variable warningJoerg Roedel2020-03-271-1/+1
| | | | | | | | | * | | iommu: Move iommu_fwspec to struct dev_iommuJoerg Roedel2020-03-273-7/+11
| | | | | | | | | * | | iommu: Rename struct iommu_param to dev_iommuJoerg Roedel2020-03-273-19/+19
| | | | | | | | | * | | iommu/tegra-gart: Remove direct access of dev->iommu_fwspecJoerg Roedel2020-03-271-1/+1
| | | | | | | | | * | | drm/msm/mdp5: Remove direct access of dev->iommu_fwspecJoerg Roedel2020-03-271-1/+1
| | | | | | | | | * | | ACPI/IORT: Remove direct access of dev->iommu_fwspecJoerg Roedel2020-03-271-2/+4