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-03-22dax: avoid -Wempty-body warningsArnd Bergmann
2021-02-17dax-device: Make remove callback return voidUwe Kleine-König
2021-02-17device-dax: Fix error path in dax_driver_registerUwe Kleine-König
2021-02-17device-dax: Properly handle drivers without remove callbackUwe Kleine-König
2021-02-17device-dax: Prevent registering drivers without probe callbackUwe Kleine-König
2021-02-17device-dax: Fix default return code of range_parse()Shiyang Ruan
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-18device-dax: delete a redundancy check in dev_dax_validate_align()Zhen Lei
2020-10-14device-dax: add a range mapping allocation attributeJoao Martins
2020-10-14device-dax: add an 'align' attributeDan Williams
2020-10-14device-dax: make align a per-device propertyJoao Martins
2020-10-14device-dax: introduce 'mapping' devicesDan Williams
2020-10-14device-dax: add dis-contiguous resource supportDan Williams
2020-10-14mm/memremap_pages: convert to 'struct range'Dan Williams
2020-10-14device-dax: add resize supportDan Williams
2020-10-14device-dax: introduce 'seed' devicesDan Williams
2020-10-14device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams
2020-10-14device-dax: add an allocation interface for device-dax instancesDan Williams
2020-10-14device-dax: make pgmap optional for instance creationDan Williams
2020-10-14device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams
2020-10-14device-dax: drop the dax_region.pfn_flags attributeDan Williams
2020-04-03dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal
2019-12-02Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-19dax: Add numa_node to the default device-dax attributesDan Williams
2019-11-19dax: Simplify root read-only definition for the 'resource' attributeDan Williams
2019-11-19dax: Create a dax device_typeDan Williams
2019-11-07dax: Fix alloc_dax_region() compile warningDan Williams
2019-07-18Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds
2019-07-06libnvdimm: add dax_dev sync flagPankaj Gupta
2019-06-21device-dax: Add a 'resource' attributeVishal Verma
2019-02-28device-dax: Add a 'modalias' attribute to DAX 'bus' devicesVishal Verma
2019-02-20device-dax: Add a 'target_node' attributeDan Williams
2019-01-25device-dax: Auto-bind device after successful new_idDan Williams
2019-01-07acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan 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