Age | Commit message (Expand) | Author |
2024-10-09 | device-dax: correct pgoff align in dax_set_mapping() | Kun(llfl) |
2024-09-01 | mm/dax: dump start address in fault handler | Peter Xu |
2024-06-17 | dax: add missing MODULE_DESCRIPTION() macros | Jeff Johnson |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-04-25 | mm: switch mm->get_unmapped_area() to a flag | Rick Edgecombe |
2024-04-07 | fs: claw back a few FMODE_* bits | Christian Brauner |
2023-08-24 | mm: remove enum page_entry_size | Matthew Wilcox (Oracle) |
2023-05-18 | dax: fix missing-prototype warnings | Arnd Bergmann |
2023-02-25 | Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl | Linus Torvalds |
2023-02-10 | dax: Assign RAM regions to memory-hotplug by default | Dan Williams |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan |
2022-03-16 | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) |
2022-03-15 | fs: Remove noop_invalidatepage() | Matthew Wilcox (Oracle) |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-15 | device-dax: compound devmap support | Joao Martins |
2022-01-15 | device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault() | Joao Martins |
2022-01-15 | device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}() | Joao Martins |
2022-01-15 | device-dax: factor out page mapping initialization | Joao Martins |
2022-01-15 | device-dax: ensure dev_dax->pgmap is valid for dynamic devices | Joao Martins |
2022-01-15 | device-dax: use struct_size() | Joao Martins |
2022-01-15 | device-dax: use ALIGN() for determining pgoff | Joao Martins |
2021-11-24 | dax: Kill DEV_DAX_PMEM_COMPAT | Dan Williams |
2021-06-29 | fs: remove noop_set_page_dirty() | Matthew Wilcox (Oracle) |
2021-02-16 | device-dax: Drop an empty .remove callback | Uwe Kleine-König |
2020-12-15 | vm_ops: rename .split() callback to .may_split() | Dmitry Safonov |
2020-10-13 | device-dax: make align a per-device property | Joao Martins |
2020-10-13 | device-dax: add dis-contiguous resource support | Dan Williams |
2020-10-13 | mm/memremap_pages: support multiple ranges per invocation | Dan Williams |
2020-10-13 | mm/memremap_pages: convert to 'struct range' | Dan Williams |
2020-10-13 | device-dax: introduce 'struct dev_dax' typed-driver operations | Dan Williams |
2020-10-13 | device-dax: make pgmap optional for instance creation | Dan Williams |
2020-10-13 | device-dax: drop the dax_region.pfn_flags attribute | Dan Williams |
2020-09-04 | memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC | Roger Pau Monne |
2020-06-02 | vfs: track per-sb writeback errors and report them to syncfs | Jeff Layton |
2019-07-02 | device-dax: use the dev_pagemap internal refcount | Christoph Hellwig |
2019-07-02 | memremap: pass a struct dev_pagemap to ->kill and ->cleanup | Christoph Hellwig |
2019-07-02 | memremap: move dev_pagemap callbacks into a separate structure | Christoph Hellwig |
2019-07-02 | memremap: validate the pagemap type passed to devm_memremap_pages | Christoph Hellwig |
2019-06-13 | mm/devm_memremap_pages: fix final page put race | Dan Williams |
2019-05-14 | mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre... | Dan Williams |
2019-01-06 | device-dax: Add /sys/class/dax backwards compatibility | Dan Williams |
2019-01-06 | device-dax: Add support for a dax override driver | Dan Williams |
2019-01-06 | device-dax: Move resource pinning+mapping into the common driver | Dan Williams |
2019-01-06 | device-dax: Introduce bus + driver model | Dan Williams |
2019-01-06 | device-dax: Start defining a dax bus model | Dan Williams |
2019-01-06 | device-dax: Remove multi-resource infrastructure | Dan Williams |
2019-01-06 | device-dax: Kill dax_region base | Dan Williams |
2019-01-06 | device-dax: Kill dax_region ida | Dan Williams |
2018-09-22 | device-dax: Add missing address_space_operations | Dave Jiang |
2018-09-04 | drivers/dax/device.c: convert variable to vm_fault_t type | Souptick Joarder |