aboutsummaryrefslogtreecommitdiff
path: root/drivers/dax
AgeCommit message (Expand)AuthorFilesLines
2020-12-15vm_ops: rename .split() callback to .may_split()Gravatar Dmitry Safonov 1-2/+2
2020-12-15device-dax/kmem: use struct_size()Gravatar Dan Williams 1-1/+1
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsGravatar Dan Williams 1-1/+0
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsGravatar David Hildenbrand 1-1/+1
2020-10-16device-dax/kmem: fix resource releaseGravatar Dan Williams 1-14/+34
2020-10-13device-dax: add a range mapping allocation attributeGravatar Joao Martins 1-0/+64
2020-10-13dax/hmem: introduce dax_hmem.region_idle parameterGravatar Joao Martins 1-1/+4
2020-10-13device-dax: add an 'align' attributeGravatar Dan Williams 2-10/+101
2020-10-13device-dax: make align a per-device propertyGravatar Joao Martins 3-26/+19
2020-10-13device-dax: introduce 'mapping' devicesGravatar Dan Williams 2-2/+203
2020-10-13device-dax: add dis-contiguous resource supportGravatar Dan Williams 4-118/+309
2020-10-13mm/memremap_pages: support multiple ranges per invocationGravatar Dan Williams 1-0/+1
2020-10-13mm/memremap_pages: convert to 'struct range'Gravatar Dan Williams 6-20/+17
2020-10-13device-dax: add resize supportGravatar Dan Williams 1-9/+152
2020-10-13device-dax: introduce 'seed' devicesGravatar Dan Williams 3-40/+272
2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsGravatar Dan Williams 5-19/+35
2020-10-13device-dax: add an allocation interface for device-dax instancesGravatar Dan Williams 5-23/+121
2020-10-13device-dax/kmem: replace release_resource() with release_mem_region()Gravatar Dan Williams 2-16/+7
2020-10-13device-dax/kmem: move resource name tracking to drvdataGravatar Dan Williams 1-7/+9
2020-10-13device-dax/kmem: introduce dax_kmem_range()Gravatar Dan Williams 1-23/+17
2020-10-13device-dax: make pgmap optional for instance creationGravatar Dan Williams 7-34/+58
2020-10-13device-dax: move instance creation parameters to 'struct dev_dax_data'Gravatar Dan Williams 4-17/+30
2020-10-13device-dax: drop the dax_region.pfn_flags attributeGravatar Dan Williams 6-33/+7
2020-10-13ACPI: HMAT: attach a device for each soft-reserved rangeGravatar Dan Williams 3-1/+39
2020-10-13ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceGravatar Dan Williams 5-3/+76
2020-09-20dax: Fix stack overflow when mounting fsdax pmem deviceGravatar Adrian Huang 1-6/+6
2020-09-20dm: Call proper helper to determine dax supportGravatar Jan Kara 1-0/+4
2020-09-12Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2020-09-10dax: Modify bdev_dax_pgoff() to handle NULL bdevGravatar Vivek Goyal 1-1/+2
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICGravatar Roger Pau Monne 1-1/+1
2020-09-03dax: fix detection of dax support for non-persistent memory block devicesGravatar Coly Li 1-1/+1
2020-08-20dax: do not print error message for non-persistent memory block deviceGravatar Adrian Huang 1-0/+6
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+7
2020-07-28drivers/dax: Expand lock scope to cover the use of addressesGravatar Ira Weiny 1-1/+2
2020-07-28dax: print error message by pr_info() in __generic_fsdax_supported()Gravatar Coly Li 1-5/+5
2020-07-01block: remove the bd_queue field from struct block_deviceGravatar Christoph Hellwig 1-1/+1
2020-06-04device-dax: add memory via add_memory_driver_managed()Gravatar David Hildenbrand 2-2/+27
2020-06-02vfs: track per-sb writeback errors and report them to syncfsGravatar Jeff Layton 1-0/+1
2020-05-23device-dax: don't leak kernel memory to user space after unloading kmemGravatar David Hildenbrand 1-3/+11
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Gravatar Vivek Goyal 2-6/+12
2020-04-02dax, pmem: Add a dax operation zero_page_rangeGravatar Vivek Goyal 1-0/+20
2020-01-16dax: Get rid of fs_dax_get_by_host() helperGravatar Vivek Goyal 1-1/+1
2019-12-01Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-8/+20
2019-11-19dax: Add numa_node to the default device-dax attributesGravatar Dan Williams 1-0/+10
2019-11-19dax: Simplify root read-only definition for the 'resource' attributeGravatar Dan Williams 1-3/+1
2019-11-19dax: Create a dax device_typeGravatar Dan Williams 1-2/+6
2019-11-14libnvdimm/namespace: Differentiate between probe mapping and runtime mappingGravatar Aneesh Kumar K.V 1-3/+3
2019-11-07device-dax: Add a driver for "hmem" devicesGravatar Dan Williams 3-5/+80