summaryrefslogtreecommitdiffstats
path: root/drivers/dax
AgeCommit message (Expand)Author
2020-12-24Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-24device-dax: Avoid an unnecessary check in alloc_dev_dax_range()Zhen Lei
2020-12-24device-dax: Fix range releaseDan Williams
2020-12-17device-dax: delete a redundancy check in dev_dax_validate_align()Zhen Lei
2020-12-15device-dax/core: Fix memory leak when rmmod dax.koWang Hai
2020-12-15device-dax/pmem: Convert comma to semicolonZheng Yongjun
2020-12-15vm_ops: rename .split() callback to .may_split()Dmitry Safonov
2020-12-15device-dax/kmem: use struct_size()Dan Williams
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand
2020-10-16device-dax/kmem: fix resource releaseDan Williams
2020-10-13device-dax: add a range mapping allocation attributeJoao Martins
2020-10-13dax/hmem: introduce dax_hmem.region_idle parameterJoao Martins
2020-10-13device-dax: add an 'align' attributeDan Williams
2020-10-13device-dax: make align a per-device propertyJoao Martins
2020-10-13device-dax: introduce 'mapping' devicesDan Williams
2020-10-13device-dax: add dis-contiguous resource supportDan Williams
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams
2020-10-13device-dax: add resize supportDan Williams
2020-10-13device-dax: introduce 'seed' devicesDan Williams
2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams
2020-10-13device-dax: add an allocation interface for device-dax instancesDan Williams
2020-10-13device-dax/kmem: replace release_resource() with release_mem_region()Dan Williams
2020-10-13device-dax/kmem: move resource name tracking to drvdataDan Williams
2020-10-13device-dax/kmem: introduce dax_kmem_range()Dan Williams
2020-10-13device-dax: make pgmap optional for instance creationDan Williams
2020-10-13device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams
2020-10-13device-dax: drop the dax_region.pfn_flags attributeDan Williams
2020-10-13ACPI: HMAT: attach a device for each soft-reserved rangeDan Williams
2020-10-13ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceDan Williams
2020-09-20dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang
2020-09-20dm: Call proper helper to determine dax supportJan Kara
2020-09-12Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-09-10dax: Modify bdev_dax_pgoff() to handle NULL bdevVivek Goyal
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne
2020-09-03dax: fix detection of dax support for non-persistent memory block devicesColy Li
2020-08-20dax: do not print error message for non-persistent memory block deviceAdrian Huang
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-28drivers/dax: Expand lock scope to cover the use of addressesIra Weiny
2020-07-28dax: print error message by pr_info() in __generic_fsdax_supported()Coly Li
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-06-04device-dax: add memory via add_memory_driver_managed()David Hildenbrand
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton
2020-05-23device-dax: don't leak kernel memory to user space after unloading kmemDavid Hildenbrand
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal
2020-04-02dax, pmem: Add a dax operation zero_page_rangeVivek Goyal
2020-01-16dax: Get rid of fs_dax_get_by_host() helperVivek Goyal