aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvdimm/nd.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-27libnvdimm: Annotate struct nd_region with __counted_byGravatar Kees Cook 1-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2023-01-28nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZEGravatar Dan Williams 1-1/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-2/+2
2022-10-03libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZEGravatar Alexander Potapenko 1-1/+1
2022-03-11nvdimm/region: Delete nd_blk_region infrastructureGravatar Dan Williams 1-12/+0
2022-03-11nvdimm/namespace: Delete nd_namespace_blkGravatar Dan Williams 1-1/+0
2021-09-21libnvdimm/labels: Introduce CXL labelsGravatar Dan Williams 1-30/+105
2021-09-21libnvdimm/labels: Introduce the concept of multi-range namespace labelsGravatar Dan Williams 1-0/+13
2021-09-21libnvdimm/label: Add a helper for nlabel validationGravatar Dan Williams 1-0/+7
2021-09-21libnvdimm/labels: Add uuid helpersGravatar Dan Williams 1-4/+36
2021-08-24libnvdimm/labels: Add claim class helpersGravatar Dan Williams 1-0/+2
2021-08-24libnvdimm/labels: Add type-guid helpersGravatar Dan Williams 1-0/+2
2021-08-24libnvdimm/labels: Add blk isetcookie set / validation helpersGravatar Dan Williams 1-0/+4
2021-08-24libnvdimm/labels: Introduce label setter helpersGravatar Dan Williams 1-0/+69
2021-08-24libnvdimm/labels: Add isetcookie validation helperGravatar Dan Williams 1-0/+7
2021-08-24libnvdimm/labels: Introduce getters for namespace label fieldsGravatar Dan Williams 1-0/+66
2020-10-13mm/memremap_pages: convert to 'struct range'Gravatar Dan Williams 1-1/+2
2020-09-02nvdimm: simplify revalidate_disk handlingGravatar Christoph Hellwig 1-1/+1
2020-05-27nvdimm: use bio_{start,end}_io_acctGravatar Christoph Hellwig 1-19/+0
2020-04-02Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextGravatar Dan Williams 1-2/+2
2020-03-30libnvdimm/region: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-2/+2
2020-03-17libnvdimm/region: Introduce an 'align' attributeGravatar Dan Williams 1-0/+1
2020-03-17libnvdimm/region: Introduce NDD_LABELINGGravatar Dan Williams 1-1/+1
2019-11-19libnvdimm: Move nvdimm_bus_attribute_group to device_typeGravatar Dan Williams 1-0/+1
2019-11-19libnvdimm: Move nd_numa_attribute_group to device_typeGravatar Dan Williams 1-0/+1
2019-11-17libnvdimm: Move nd_device_attribute_group to device_typeGravatar Dan Williams 1-0/+1
2019-11-17libnvdimm: Move attribute groups to device typeGravatar Dan Williams 1-1/+1
2019-11-14libnvdimm/namespace: Differentiate between probe mapping and runtime mappingGravatar Aneesh Kumar K.V 1-13/+9
2019-09-24libnvdimm/dax: Pick the right alignment default when creating dax devicesGravatar Aneesh Kumar K.V 1-5/+1
2019-09-05libnvdimm/pfn_dev: Add a build check to make sure we notice when struct page ...Gravatar Aneesh Kumar K.V 1-0/+4
2019-07-05libnvdimm: nd_region flush callback supportGravatar Pankaj Gupta 1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Gravatar Thomas Gleixner 1-9/+1
2019-04-30libnvdimm/namespace: Fix label tracking errorGravatar Dan Williams 1-0/+4
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Gravatar Linus Torvalds 1-1/+1
2019-01-21libnvdimm/security: Require nvdimm_security_setup_events() to succeedGravatar Dan Williams 1-0/+1
2019-01-06acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeGravatar Dan Williams 1-1/+1
2018-12-13acpi/nfit, libnvdimm: Add unlock of nvdimm support for Intel DIMMsGravatar Dave Jiang 1-0/+8
2018-10-12nvdimm: Split label init out from the logic for getting config dataGravatar Alexander Duyck 1-0/+2
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Gravatar Michael Callahan 1-4/+3
2018-07-14libnvdimm: Introduce locked DIMM capacity supportGravatar Dan Williams 1-0/+1
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+0
2018-04-03libnvdimm: add an api to cast a 'struct nd_region' to its 'struct device'Gravatar Dan Williams 1-1/+0
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Gravatar Bart Van Assche 1-1/+0
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapGravatar Christoph Hellwig 1-5/+4
2017-11-02libnvdimm: move poison list functions to a new 'badrange' fileGravatar Dave Jiang 1-6/+0
2017-09-28libnvdimm, dimm: clear 'locked' status on successful DIMM enableGravatar Dan Williams 1-0/+1
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+12
2017-08-29libnvdimm, label: fix index block size calculationGravatar Dan Williams 1-1/+1