Age | Commit message (Expand) | Author | Files | Lines |
2021-09-27 | nvdimm/pmem: move dax_attribute_group from dax to pmem | Christoph Hellwig | 1 | -82/+18 |
2021-09-09 | Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -118/+73 |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -10/+33 |
2021-09-08 | dax/kmem: use a single static memory group for a single probed unit | David Hildenbrand | 1 | -8/+32 |
2021-09-08 | mm/memory_hotplug: remove nid parameter from remove_memory() and friends | David Hildenbrand | 1 | -2/+1 |
2021-09-01 | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+1 |
2021-08-27 | dax: remove bdev_dax_supported | Christoph Hellwig | 1 | -41/+1 |
2021-08-27 | dax: stub out dax_supported for !CONFIG_FS_DAX | Christoph Hellwig | 1 | -18/+18 |
2021-08-27 | dax: remove __generic_fsdax_supported | Christoph Hellwig | 1 | -4/+4 |
2021-08-27 | dax: move the dax_read_lock() locking into dax_supported | Christoph Hellwig | 1 | -7/+9 |
2021-08-27 | dax: mark dax_get_by_host static | Christoph Hellwig | 1 | -55/+54 |
2021-08-27 | dax: stop using bdevname | Christoph Hellwig | 1 | -13/+7 |
2021-08-11 | Merge branch 'for-5.14/dax' into libnvdimm-fixes | Dan Williams | 1 | -1/+1 |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
2021-07-08 | dax: Ensure errno is returned from dax_direct_access | Ira Weiny | 1 | -1/+1 |
2021-06-29 | fs: remove noop_set_page_dirty() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2021-03-22 | dax: avoid -Wempty-body warnings | Arnd Bergmann | 1 | -4/+2 |
2021-02-27 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2021-02-24 | Merge branch 'for-5.12/dax' into for-5.12/libnvdimm | Dan Williams | 4 | -16/+25 |
2021-02-23 | whack-a-mole: don't open-code iminor/imajor | Al Viro | 1 | -1/+1 |
2021-02-17 | dax-device: Make remove callback return void | Uwe Kleine-König | 3 | -9/+5 |
2021-02-17 | device-dax: Drop an empty .remove callback | Uwe Kleine-König | 1 | -7/+1 |
2021-02-17 | device-dax: Fix error path in dax_driver_register | Uwe Kleine-König | 1 | -1/+9 |
2021-02-17 | device-dax: Properly handle drivers without remove callback | Uwe Kleine-König | 1 | -1/+5 |
2021-02-17 | device-dax: Prevent registering drivers without probe callback | Uwe Kleine-König | 1 | -0/+7 |
2021-02-17 | libnvdimm: Make remove callback return void | Uwe Kleine-König | 1 | -2/+1 |
2021-02-17 | device-dax: Fix default return code of range_parse() | Shiyang Ruan | 1 | -1/+1 |
2020-12-24 | Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -45/+29 |
2020-12-24 | device-dax: Avoid an unnecessary check in alloc_dev_dax_range() | Zhen Lei | 1 | -14/+6 |
2020-12-24 | device-dax: Fix range release | Dan Williams | 1 | -23/+21 |
2020-12-18 | device-dax: delete a redundancy check in dev_dax_validate_align() | Zhen Lei | 1 | -7/+0 |
2020-12-16 | device-dax/core: Fix memory leak when rmmod dax.ko | Wang Hai | 1 | -0/+1 |
2020-12-16 | device-dax/pmem: Convert comma to semicolon | Zheng Yongjun | 1 | -1/+1 |
2020-12-15 | vm_ops: rename .split() callback to .may_split() | Dmitry Safonov | 1 | -2/+2 |
2020-12-15 | device-dax/kmem: use struct_size() | Dan Williams | 1 | -1/+1 |
2020-11-22 | mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports | Dan Williams | 1 | -1/+0 |
2020-10-20 | Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+2 |
2020-10-16 | mm/memory_hotplug: prepare passing flags to add_memory() and friends | David Hildenbrand | 1 | -1/+1 |
2020-10-16 | device-dax/kmem: fix resource release | Dan Williams | 1 | -14/+34 |
2020-10-14 | device-dax: add a range mapping allocation attribute | Joao Martins | 1 | -0/+64 |
2020-10-14 | dax/hmem: introduce dax_hmem.region_idle parameter | Joao Martins | 1 | -1/+4 |
2020-10-14 | device-dax: add an 'align' attribute | Dan Williams | 2 | -10/+101 |
2020-10-14 | device-dax: make align a per-device property | Joao Martins | 3 | -26/+19 |
2020-10-14 | device-dax: introduce 'mapping' devices | Dan Williams | 2 | -2/+203 |
2020-10-14 | device-dax: add dis-contiguous resource support | Dan Williams | 4 | -118/+309 |
2020-10-14 | mm/memremap_pages: support multiple ranges per invocation | Dan Williams | 1 | -0/+1 |
2020-10-14 | mm/memremap_pages: convert to 'struct range' | Dan Williams | 6 | -20/+17 |
2020-10-14 | device-dax: add resize support | Dan Williams | 1 | -9/+152 |
2020-10-14 | device-dax: introduce 'seed' devices | Dan Williams | 3 | -40/+272 |
2020-10-14 | device-dax: introduce 'struct dev_dax' typed-driver operations | Dan Williams | 5 | -19/+35 |