Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-17device-dax: Drop an empty .remove callbackUwe Kleine-König
2020-12-15vm_ops: rename .split() callback to .may_split()Dmitry Safonov
2020-10-14device-dax: make align a per-device propertyJoao Martins
2020-10-14device-dax: add dis-contiguous resource supportDan Williams
2020-10-14mm/memremap_pages: support multiple ranges per invocationDan Williams
2020-10-14mm/memremap_pages: convert to 'struct range'Dan Williams
2020-10-14device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams
2020-10-14device-dax: make pgmap optional for instance creationDan Williams
2020-10-14device-dax: drop the dax_region.pfn_flags attributeDan Williams
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton
2019-07-02device-dax: use the dev_pagemap internal refcountChristoph Hellwig
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig
2019-07-02memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig
2019-06-14mm/devm_memremap_pages: fix final page put raceDan Williams
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams
2019-01-07device-dax: Add /sys/class/dax backwards compatibilityDan Williams
2019-01-07device-dax: Add support for a dax override driverDan Williams
2019-01-07device-dax: Move resource pinning+mapping into the common driverDan Williams
2019-01-07device-dax: Introduce bus + driver modelDan Williams
2019-01-07device-dax: Start defining a dax bus modelDan Williams
2019-01-07device-dax: Remove multi-resource infrastructureDan Williams
2019-01-07device-dax: Kill dax_region baseDan Williams
2019-01-07device-dax: Kill dax_region idaDan Williams
2018-09-22device-dax: Add missing address_space_operationsDave Jiang
2018-09-05drivers/dax/device.c: convert variable to vm_fault_t typeSouptick Joarder
2018-08-26Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-18dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-07-20device-dax: Set page->indexDan Williams
2018-07-20device-dax: Enable page_mapping()Dan Williams
2018-07-20device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams
2018-06-29dev-dax: check_vma: ratelimit dev_info-sJeff Moyer
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-04-20device-dax: allow MAP_SYNC to succeedDave Jiang
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-06device-dax: implement ->pagesize() for smaps to report MMUPageSizeDan Williams
2018-03-06device-dax: remove redundant __func__ in dev_dbgDan Williams
2018-01-23device-dax: Fix trailing semicolonLuis de Bethencourt
2017-11-30device-dax: implement ->split() to catch invalid munmap attemptsDan Williams
2017-10-20dev/dax: fix uninitialized variable build warningRoss Zwisler
2017-07-19device-dax: fix sysfs duplicate warningsDan Williams
2017-07-17device-dax: fix 'passing zero to ERR_PTR()' warningDan Williams
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton
2017-05-05Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams
2017-04-20dax: introduce dax_operationsDan Williams
2017-04-20dax: add a facility to lookup a dax device by 'host' device nameDan Williams
2017-04-13dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams