- f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
- 1460600 device-dax: compound devmap support by Joao Martins · 3 years ago
- 6ec228b device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault() by Joao Martins · 3 years ago
- 0e7325f device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}() by Joao Martins · 3 years ago
- a0fb038 device-dax: factor out page mapping initialization by Joao Martins · 3 years ago
- fc65c4e device-dax: ensure dev_dax->pgmap is valid for dynamic devices by Joao Martins · 3 years ago
- 09b8013 device-dax: use struct_size() by Joao Martins · 3 years ago
- b9b5777 device-dax: use ALIGN() for determining pgoff by Joao Martins · 3 years ago
- 7ac5360 dax: remove the copy_from_iter and copy_to_iter methods by Christoph Hellwig · 3 years ago
- 30c6828 dax: remove the DAXDEV_F_SYNC flag by Christoph Hellwig · 3 years ago
- fd1d00e dax: simplify dax_synchronous and set_dax_synchronous by Christoph Hellwig · 3 years ago
- cd913c7 dax: return the partition offset from fs_dax_get_by_bdev by Christoph Hellwig · 3 years, 1 month ago
- 60696eb fsdax: simplify the pgoff calculation by Christoph Hellwig · 3 years, 1 month ago
- 7b0800d dax: remove dax_capable by Christoph Hellwig · 3 years, 1 month ago
- 0c44587 dax: move the partition alignment check into fs_dax_get_by_bdev by Christoph Hellwig · 3 years, 1 month ago
- 586f616 dax: remove the pgmap sanity checks in generic_fsdax_supported by Christoph Hellwig · 3 years, 1 month ago
- fb08a19 dax: simplify the dax_device <-> gendisk association by Christoph Hellwig · 3 years, 1 month ago
- afd586f dax: remove CONFIG_DAX_DRIVER by Christoph Hellwig · 3 years, 1 month ago
- 5d2a228 dm: make the DAX support depend on CONFIG_FS_DAX by Christoph Hellwig · 3 years, 1 month ago
- 83762cb dax: Kill DEV_DAX_PMEM_COMPAT by Dan Williams · 3 years, 1 month ago
- e765f13 nvdimm/pmem: move dax_attribute_group from dax to pmem by Christoph Hellwig · 3 years, 3 months ago
- 2e5fd48 Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 4 months ago
- 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- eedf634 dax/kmem: use a single static memory group for a single probed unit by David Hildenbrand · 3 years, 4 months ago
- e1c158e mm/memory_hotplug: remove nid parameter from remove_memory() and friends by David Hildenbrand · 3 years, 4 months ago
- c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 4 months ago
- bdd3c50 dax: remove bdev_dax_supported by Christoph Hellwig · 3 years, 4 months ago
- 60b8340 dax: stub out dax_supported for !CONFIG_FS_DAX by Christoph Hellwig · 3 years, 4 months ago
- cd93a2a dax: remove __generic_fsdax_supported by Christoph Hellwig · 3 years, 4 months ago
- 673a065 dax: move the dax_read_lock() locking into dax_supported by Christoph Hellwig · 3 years, 4 months ago
- 1b76460 dax: mark dax_get_by_host static by Christoph Hellwig · 3 years, 4 months ago
- 39b6389 dax: stop using bdevname by Christoph Hellwig · 3 years, 4 months ago
- 96dcb97 Merge branch 'for-5.14/dax' into libnvdimm-fixes by Dan Williams · 3 years, 5 months ago
- fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
- b05d4c5 dax: Ensure errno is returned from dax_direct_access by Ira Weiny · 3 years, 7 months ago
- b82a96c fs: remove noop_set_page_dirty() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- 9de82ca dax: avoid -Wempty-body warnings by Arnd Bergmann · 3 years, 9 months ago
- 5ceabb6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 10 months ago
- 64ffe84 Merge branch 'for-5.12/dax' into for-5.12/libnvdimm by Dan Williams · 3 years, 10 months ago
- 6f24784 whack-a-mole: don't open-code iminor/imajor by Al Viro · 3 years, 11 months ago
- 0d519e0 dax-device: Make remove callback return void by Uwe Kleine-König · 3 years, 11 months ago
- c80b532 device-dax: Drop an empty .remove callback by Uwe Kleine-König · 3 years, 11 months ago
- e307bf1 device-dax: Fix error path in dax_driver_register by Uwe Kleine-König · 3 years, 11 months ago
- 8029968 device-dax: Properly handle drivers without remove callback by Uwe Kleine-König · 3 years, 11 months ago
- 5b8e64f device-dax: Prevent registering drivers without probe callback by Uwe Kleine-König · 3 years, 11 months ago
- 1f97507 libnvdimm: Make remove callback return void by Uwe Kleine-König · 3 years, 11 months ago
- 7323fb2 device-dax: Fix default return code of range_parse() by Shiyang Ruan · 4 years ago
- 1f13d2f Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years ago
- ff8da37 device-dax: Avoid an unnecessary check in alloc_dev_dax_range() by Zhen Lei · 4 years ago
- 6268d7d device-dax: Fix range release by Dan Williams · 4 years ago
- 8bcbe31 device-dax: delete a redundancy check in dev_dax_validate_align() by Zhen Lei · 4 years, 1 month ago
- 1aa5743 device-dax/core: Fix memory leak when rmmod dax.ko by Wang Hai · 4 years, 1 month ago
- 4e6a7b3 device-dax/pmem: Convert comma to semicolon by Zheng Yongjun · 4 years ago
- dd3b614 vm_ops: rename .split() callback to .may_split() by Dmitry Safonov · 4 years ago
- 7d18dd7 device-dax/kmem: use struct_size() by Dan Williams · 4 years ago
- a927bd6 mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports by Dan Williams · 4 years, 1 month ago
- 6945653 Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 2 months ago
- b611719 mm/memory_hotplug: prepare passing flags to add_memory() and friends by David Hildenbrand · 4 years, 2 months ago
- a455aa7 device-dax/kmem: fix resource release by Dan Williams · 4 years, 2 months ago
- 8490e2e device-dax: add a range mapping allocation attribute by Joao Martins · 4 years, 2 months ago
- 5a50560 dax/hmem: introduce dax_hmem.region_idle parameter by Joao Martins · 4 years, 2 months ago
- 6d82120 device-dax: add an 'align' attribute by Dan Williams · 4 years, 2 months ago
- 33cf94d device-dax: make align a per-device property by Joao Martins · 4 years, 2 months ago
- 0b07ce8 device-dax: introduce 'mapping' devices by Dan Williams · 4 years, 2 months ago
- 60e93dc device-dax: add dis-contiguous resource support by Dan Williams · 4 years, 2 months ago
- b7b3c01 mm/memremap_pages: support multiple ranges per invocation by Dan Williams · 4 years, 2 months ago
- a4574f6 mm/memremap_pages: convert to 'struct range' by Dan Williams · 4 years, 2 months ago
- fcffb6a device-dax: add resize support by Dan Williams · 4 years, 2 months ago
- 0f3da14 device-dax: introduce 'seed' devices by Dan Williams · 4 years, 2 months ago
- f11cf81 device-dax: introduce 'struct dev_dax' typed-driver operations by Dan Williams · 4 years, 2 months ago
- c2f3011 device-dax: add an allocation interface for device-dax instances by Dan Williams · 4 years, 2 months ago
- 0513bd5 device-dax/kmem: replace release_resource() with release_mem_region() by Dan Williams · 4 years, 2 months ago
- 7e6b431 device-dax/kmem: move resource name tracking to drvdata by Dan Williams · 4 years, 2 months ago
- 59bc8d1 device-dax/kmem: introduce dax_kmem_range() by Dan Williams · 4 years, 2 months ago
- f5516ec device-dax: make pgmap optional for instance creation by Dan Williams · 4 years, 2 months ago
- 174ebec device-dax: move instance creation parameters to 'struct dev_dax_data' by Dan Williams · 4 years, 2 months ago
- ec82690 device-dax: drop the dax_region.pfn_flags attribute by Dan Williams · 4 years, 2 months ago
- 5ccac54 ACPI: HMAT: attach a device for each soft-reserved range by Dan Williams · 4 years, 2 months ago
- c01044c ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device by Dan Williams · 4 years, 2 months ago
- d4c5da5 dax: Fix stack overflow when mounting fsdax pmem device by Adrian Huang · 4 years, 3 months ago
- e2ec512 dm: Call proper helper to determine dax support by Jan Kara · 4 years, 3 months ago
- 4f8b0a5 Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 4 months ago
- 1a9d5d4 dax: Modify bdev_dax_pgoff() to handle NULL bdev by Vivek Goyal · 4 years, 4 months ago
- 68beef5 Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 4 months ago
- 4533d3a memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC by Roger Pau Monne · 4 years, 4 months ago
- 6180bb4 dax: fix detection of dax support for non-persistent memory block devices by Coly Li · 4 years, 4 months ago
- c2affe9 dax: do not print error message for non-persistent memory block device by Adrian Huang · 4 years, 4 months ago
- 4bf5e36 Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 5 months ago
- eedfd73 drivers/dax: Expand lock scope to cover the use of addresses by Ira Weiny · 4 years, 5 months ago
- 2316097 dax: print error message by pr_info() in __generic_fsdax_supported() by Coly Li · 4 years, 5 months ago
- e556f6b block: remove the bd_queue field from struct block_device by Christoph Hellwig · 4 years, 6 months ago
- 8a725e4 device-dax: add memory via add_memory_driver_managed() by David Hildenbrand · 4 years, 7 months ago
- 735e4ae vfs: track per-sb writeback errors and report them to syncfs by Jeff Layton · 4 years, 7 months ago
- 60858c0 device-dax: don't leak kernel memory to user space after unloading kmem by David Hildenbrand · 4 years, 7 months ago
- 4e4ced9 dax: Move mandatory ->zero_page_range() check in alloc_dax() by Vivek Goyal · 4 years, 9 months ago
- f605a26 dax, pmem: Add a dax operation zero_page_range by Vivek Goyal · 4 years, 10 months ago
- f01b16a dax: Get rid of fs_dax_get_by_host() helper by Vivek Goyal · 5 years ago
- d10032d Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
- cb4dd72 dax: Add numa_node to the default device-dax attributes by Dan Williams · 5 years ago
- 153dd28 dax: Simplify root read-only definition for the 'resource' attribute by Dan Williams · 5 years ago